More args in Stringlinst - Config
How can I do something like this? Code (Text): Ranks: - Admin; system.admin - Developer; system.dev - SrModerator; system.srmod - Moderator; system.mod - Supporter; system.sup - YouTuber;...
View ArticleStop message being broadcasted to all players
So I have setup my BungeeCord network, I have made a GUI that shows the servers available and the amount of players on, but whenever someone opens the GUI, this sends to all players: View attachment...
View ArticleCrazy error whil executing command?
That is the error: Code (Text): 15:58:06 [WARNING] Error in dispatching command java.lang.NullPointerException at de.geraged.playerinfo.commands.InfoCommand.execute(InfoCommand.java:23) at...
View ArticleConfig String
Why is this error? The String Settings.Permission is exists I can see it in the config!?! That is Line 23-27 Code (Text): String perm = Config.config.getString("Settings.Permission");...
View Article"Already connecting to this server!" error.
I'm facing a pretty annoying problem recently. I have tested my project on localhost server and it worked fine, but on the dedicated server it unfortunatelly doesn't. When I join "lobby" server, I'm...
View ArticleXenAPI - Change profile picture
Hey, have someone a method to change the profile picture of an unsername with the XenAPI??
View Articlehow to get a certain console sender?
Hello there, I need help with what the title says so I am making a plugin for my server but I don't know how to get a certain console like I want to get my hub console instead of the proxy because I am...
View ArticleVanilla Bungee
How can i change my bungeecord from FTL Modded Server https://gyazo.com/1e0c902b736c00271cadf91c2ff5152c To Vanilla Server https://gyazo.com/2f6fd04fc51e0f368a5df4cff34248a7 How can i do this with...
View ArticleHelp Jetpack
I dont know how to this.... This code is correct?? http://prntscr.com/i9ylui
View ArticleCancel connection
How can i cancel the connection so that when a user joins the server it gets a kick message, also when the bungee is not connected to a online spigot server because now i get the message, "" Cannot...
View ArticleFrom which spigot version changed this constructor ?
Hello guys, does anybody knows from which version has constructor of PacketPlayOutMapChunk changed ? On 1.8 version it is PacketPlayOutMapChunk(Chunk chunk, boolean flag, int i) , but on 1.12 it is...
View ArticleColor change at new chat line
Can I bypass the color change that appears at the wordwrap? It is better in SpigotAPI
View ArticleMirror ask
Hi developers! If i change the mirror to code to 1.9 The plugin will be compatible with 1.8? Thanks for reading
View ArticleNever messed with BungeeCord before, what steps are required to make a minigame?
I know how to program minigames, I have made arena games before, however I have never made a BungeeCord supported game. When creating my game I understand that I have to assume the first player that...
View ArticleWhen a players mine a block lava appears
Hi developers! I created a event called: public void onBreack(PlayerItemBreakEvent t) I want that when this event is executed t (player) if breacks a block appears lava How can i do it? Sorry for my...
View Articleit there a package.,...thing
I know there is a package to read chats by the from spigot -> bungee and back but is there a way to read <player that spoke> <server it came from(by name)> <message said by player>...
View ArticleWhere is issue?
18:52:28 [WARNING] No client connected for pending server! 18:52:29 [SEVERE] lut 07, 2018 6:52:29 PM net.md_5.bungee.event.EventBus post WARNING: Error dispatching event...
View Articleset item display name to PlayerCount from Bungee ?
how to set item display name to PlayerCount from Bungee ? i think we must use out.writeUTF("PlayerCount"); out.writeUTF("pvp"); but i don't know how we writ the Code. public static ItemStack Servers(){...
View ArticleJust errors and errors
Hi, so I'm making one of my first bungeecord plugins and I'm getting lots of errors. One is when anyone logs in. Spoiler: Error 1 20:22:52 [SEVERE] Feb 08, 2018 8:22:52 PM...
View Article