[PLUGIN REQUEST]Server Scoreboard list for bungeecord
hi ! i want a server scoreboard list for bungeecord, like this View attachment 271695 (red - closed) (green - open) (this with &c is players connected on this minigame ) pls i want this !!
View ArticleBungeeCord Plugin Messaging Channel
Hello! I have been investigating a lot about this, but I always find the same thing and I do not understand how to do it, I only know how to connect a player with another server, but not get the...
View ArticleCan't find Maven repository with BungeeCord
Hello, I'm trying to convert a plugin to Maven. The problem is that, it uses methods which are from BungeeCord-Proxy, and I can't seem to find it on any maven repositories. (I have found one, which is...
View ArticleBukkit & Bungee Messaging
hi, i want to make data transfaring from bungee to bukkit but i cant transfer to this; public static ArrayList<Oyuncu> oyuncu = new ArrayList<>(); my Oyuncu.class; Code (Text): public class...
View Articlenon living entity invisible
How do you make a non living entity invisible for example a boat?
View Article[SUGGESTION] Give item/entity on permission
Hi guys, I don't have the skills to create a plugin but i have a suggestion to submit if someone has the possibility to create it. I would like a plugin (in 1.11+) which give an entity or an item to a...
View ArticleQuestion
I've started learning BungeeCord lately and I have a question. Let's say I want to send a message for every player with a certain permission (let's say "chat.permission"). The permission is normal...
View ArticleSend message to players with permission (BungeeCord)
Hi, I'm making a plugin and unfortunately, I'm having issues. So, what I need help with is sending a message to all players on another server with a certain permission. I know how to get a player list...
View ArticleSet OnlineMode without change to online UUID (PendingConnection)
I try change uuid but is very hard (? xdxd Please help me :v
View ArticleWrong section, sorry
Hi guys, I don't have the skills to create a plugin but i have a suggestion to submit if someone has the possibility to create it. I would like a plugin (in 1.11+) which give an entity or an item to a...
View ArticleCommunicate with Spigot
Hello, I don't know what category to put this thread in because it regards either Spigot and BungeeCord, so I'm sorry if this had to be posted in the Spigot category. Anyway, I want BungeeCord to "ask"...
View ArticleSaving Comments?
Title says it all for custom files. It always goes to this when a change is made from outside the actual file: Code (YAML): Started: true When at first it would be like this: Code (YAML): # LEAVE THIS...
View ArticleCross Server Communication
Hey everyone. A friend of mine and I are making our own server network with multiple custom coded minigames and we are currently working on the main-lobby were you can click on signs or use the game...
View ArticleNullPointerException that makes NO sense.
Event code - Code (Text): @EventHandler(priority=EventPriority.HIGHEST) public void onDropitem(PlayerDropItemEvent e) { Player p = e.getPlayer(); if...
View ArticleLocate
So I just start making spigot/bungeecord server core and I want locate plugin so when you execute command (/locate (player) is gonna say where this player is on which server.. So.. some start help how...
View ArticleSorry for double post
So I just start making spigot/bungeecord server core and I want locate plugin so when you execute command (/locate (player) ia gonna say where this player is on which server.. So.. some start help how...
View Article[YAMLConfiguration] Saving a StringList. Doesn't work?
Hi, I'm working in a auto premium authenticator and I need to save data in a file (plugins/MineTeamBungee/data.yml) Here is my load config code: Code (Text): private void loadPlayers() { File...
View Articlegetting all online players for an staffchat plugin
hello. i made an bungeestaffchat plugin but an person saw an problem that he can send it but the other staff sees it not and i don't know the way to get all players with the permission in the whole...
View Articlegetting Error after sending a simple bungeecord plugin message
Hello! i've recently updated my bungeecord version to a newer one and now it is being pretty buggy and repeat errors non stop, my code is: Code (Text): public void...
View ArticleHow to combine two TextComponent's
I have been working on a book plugin, and I am having trouble combining two TextComponents so that they are on the same page. Here is my code: Code (Text): Player p = (Player) user; ItemStack...
View Article