How to create log in bungeecord
hey i found a documentation in how to create a log in bukkit and bungeecord but i get 2 errors which i cant fix i tried google. but i found nothing hope someone can help me Spoiler: code public void...
View Articlestaffchat toggle bugs my whole chat? my own plugin
hello i made an staffchat plugin and i discovered that as i do /sct. then the other players can't talk anymore what do i wrong? here's my code for the event: Code (Text): public class sct implements...
View Articleset something to true and if its true.[wrong category]
Hello! I want to do a simple thing. I know in Skript theres a thing like that: Code (Text): trigger: if %lol.test% is true: set %lol.test% to false //do something if...
View ArticleIs spigot developing simular to bungee
Hey there! Is there a big diffrence in spigot and bungee plugin developing? Thanks
View ArticleConfig section
Hi, I would like to have a config like that Code (Text): groups: Founder: format: "&4&lFounder %player% > %msg%" permission: - permission.1 -...
View ArticleDynamic Servers
I know this has probably been asked many times before; I tried a quick Google and none of them directly answered my question: How would you dynamically start and stop servers? Well I have thought about...
View ArticleBungee Plugin Channel Message Text Message Format
Hi. I'm very well aware of the wiki entry that explains how to send messages. And that itself is working flawlessly. However I'd like to know in what format the message can be in (this section:...
View ArticlePlayers exact Version
Title says it all pretty i know you can get the players protocol number but the problem is some versions have the same protocol number how would i be able to see if a player is using say 1.8.8 and not...
View ArticleAdd/Remove strings from a stringlist in a config.yml
Hello! So, im trying to make a maintenence plugin, and, the players who have access to enter when the server is in maintenence will be stored in a config.yml file, and im trying to create a command...
View ArticleBungeecord VersionChecker
I wanted to know if its Possible to check the installed Bungeecord version and compare it with the lastest build on Jenkins
View ArticleBungeecord reloading configuration
Hi there. I'm trying to make a reload command for my bungeecord plugin configuration. If anyone knows and example on how to do it please
View ArticleUsing Redis Pub / Sub for cross server synchronisation
What is Redis? Redis is an extremely fast key-value store database that also has a lot of other features. It can perform about 80,000 GETs and 110,000 SETs per second on an average PC! In this...
View ArticleHelp with PlayerJoinEvent!
I'm trying to work out how to get online players on ALL Servers this is what i have so far BUT i keep getting a error when a player joins the server can you help me: Main: (i know i spelt main mian it...
View ArticleSet Permissions with BungeeCord?
Im working on a BungeeCord-System with an own Rank-Tool. But the question is: How can I set the Permissions?
View ArticleChange .... of Server...
I just don't get the fucking name of this thing. What is the name of this? Like changing the ping and the text with lore I just can't get it.
View Article.disconnect, wrong message
Code (Text): e.getPlayer().disconnect(new TextComponent("§6BlaBla.net\n\n§7Du wurdest vom §eBLaBLa.net§7 Netzwerk für " +...
View ArticleSuffering from race condition.
I have a list command that checks if a server is online or offline before adding the servers name, and player count, along with the respective offline or online color before sending it to the player....
View ArticleProblem creating saveDefaultConfig
Well, I'm guiding myself based on the BubgeeCord Configuration API, and I'm creating the saveDefaultConfig(). I do exactly the steps that he says in that api, but for some reason I missed this error,...
View Article