How to get Essentials player walk speed
Hello does any one know how to get the walk speed of the player with the Essentials API i cannot find any documentation for it
View ArticleHelp with TextComponent and ComponentBuilder
Hello! Im trying to make a plugin BungeeCord and I have a problem with the TextComponent and the ComponentBuilder to make a clickable text(welcome message when a player join). I don't want to do JSON...
View Article(Important) Welcome message clickable
Hello! Im trying to make a plugin BungeeCord and I have a problem with the TextComponent and the ComponentBuilder to make a clickable text(welcome message when a player join). I don't want to do JSON...
View ArticleMySQL - NullPointerExeption
Here is the Error Code (Text): 20:47:12 [SEVERE] java.lang.NullPointerException 20:47:12 [SEVERE] at de.mcsuchtis.bungeesystem.mysql.MySQLCheck.playerExistsBS(MySQLCheck.java:14) 20:47:12 [SEVERE]...
View ArticlePlugin config doesn't reload
Hello, well.. I have a plugin and everything is fine except the reloading command. No errors, the command is working fine it is executed successfully but the config doesn't reload. I am using the...
View ArticleHow to execute BungeeCord Command?
Hello, i want that my Spigot Plugin execute a BungeeCord Command. How is that possiable? I tried on this way: Code (Text): public class ban implements CommandExecutor{ @Override public boolean...
View ArticleRestart a server
hey, I'm currently working on a small plugin that will reboot a server after X amount of time. Is there a way I can restart a server with bungee, if there isn't a way how do I execute the command...
View ArticleExecute a command in chat event
Hi, so l'm creating a Anti-Swear plugin for Bungeecord, l l'm try to do like when a player say f*ck" the console will do "mute <player> Swear on chat" and that it, so on resumen execute a command...
View Articlehow fix this error?
DownstreamBridge <-> [lobby-1] - encountered exception java.lang.IllegalArgumentException: Team XT7X0QED already exists in this scoreboard There is a complement that randomly kicks users when...
View ArticleBungeeCord Packets
Hello everyone iam try to make a bungeecord server to manipulate the packets from bungeecord but i try 2 days rn and i dont know how it works. Did anyone can help me pls ?
View ArticleBungeeTitle class
Hello. I'm adding a Bungeecord repository to the pom.xml. View attachment 313101 I add in dependence bungeecord-api. But in bungeecord-api there is no net.md_5.bungee.BungeeTitle. View attachment...
View ArticleQuestion regarding ProxiedPlayer
Hi I've been stuck on an error for too many hours now and I can't figure out the problem. I am trying to send players in an arraylist a message. The arraylist contains the uuids. The players are...
View ArticleBungeeCord Friend System
Hi everyone (Sorry if I make mistakes English is not my first Language) I try to make a friend system with bungeecord but I d'ont know how get OfflinePlayer uuid. I check some forums and discussions...
View ArticleModify LoginResult
Hey there, I have some trouble with my plugin which is suposed to change or modify the TabList from the BungeeCord. So this is my Code (I've cut some unnecesary part out): Code (Text): public void...
View ArticleHow to listen to any incomming packet from logged player?
How to listen to any incomming packet from logged player? I want to create packet limiter / s plugin, but first I need to find a way how to listen to player's packets. Thanks for any help.
View ArticleGet data from bungeecord (streams)
I wan't to received nick in Spigot server. This plugin displayed me my debug: "System.out.println("POSZLO DO BUKKITA!");" but in bukkit: " System.out.println("ONNNN PLUGINN BACKK");" no. Where is...
View Article[1.8] How to "create" a Player?
I need to "create" a Player to join on a server so that I can let the Spigot server send plugin messages to the bungeecord server. Does anyone know how?
View ArticleHow to block Bungee command in spigot server?
How to block all bungee command in spigot server without using BungeeCord plugins? Currently I do it using bungeecord plugin using channels to send authorisation info.
View ArticleError when trying to implement BungeeCord config API
Hi there, I'm trying to implement the BungeeCord Config API, using this piece of code, but when I to do it, it shows me this error: even though the second class hasn't even been imported, only the...
View ArticleConfig File Console Error? No errors in eclipse?
https://www.spigotmc.org/threads/config-file-console-error-no-errors-in-eclipse.295744/ Sorry i posted it in the wrong section
View Article