How can I send packet to player?
Hi there, How can I send packet from bungeecord to player?
View ArticleHow to support 1.16.4 message hiding in bungeecord messages
I have a system where I have linked all server chats together (with use of Redis) and the bungeecord plugin sends the messages to all players on the network, but message hiding with 1.16.4 does not...
View ArticleVIPJoin
Hi, I was trying to create plugin that would allow VIP players access into the server even if its full. Can somebody help me with that, please? My idea was: When noVIP joins while the server is full...
View ArticleProblem with "getPlayer(UUID)"
Hi I'm trying to find a player with a function that is called when a player joins "public void on (ServerConnectEvent e)" but I get an error when I try to find a player by their UUID ... I need help :/...
View ArticlePacket Logger
Hello, is possible to make all incoming packets logger (to file) for bungee? If yes, can someone tell me how to make this plugin? Im not good at java..
View ArticleModify BungeeCord Tablist
Hey there, I am trying to programm an plugin for my BungeeCord Server. The plugin should be able to add fake players as well to remove players from the tablist. I already found some tuts but these are...
View ArticleHelp me scoreboard [skript]
Hi guys im having a issue in my scoreboard skript at the begin im sorry i didnt know how to create a forum so i created this okay so here is my code every 5 second: loop all players: if loop-player is...
View Article[BungeeCord] Scheduling Runnable Tasks
I am having a lot of problems trying to schedule a runnable task with my Bungeecord plugin... I have the code: Code (Java): getProxy().getScheduler().schedule(this, new Runnable() { int...
View ArticleIllegal characters in chat
I got kicked for "Illegal characters in chat" but there is no illegal message in the message. Code (Text): @EventHandler(priority = 64) public void MentionEvent(ChatEvent event) {...
View ArticleCommunication between Multiple Bungeecords and Spigot Servers
Hello Spigot Community, at the moment I'm developing a multiple Bungeecord System with Redis for my own network. The problem which now occoured is that I used my main Bungeecord as Socket-Server and my...
View ArticleBungeecord Error
I have been scratching my head about this for a while now so I thought I would come to spigot because that’s where all the Minecraft nerds are. I don’t know how much info a potential viewer of this...
View ArticleGetting BungeeCord Config ConfigurationSection and putting it into a Set?
I'm familiar of how to do this with spigot and bukkit. But I am a bit unfamiliar with BungeeCord. (The wiki wasn't much help with this...) Code (Text): Configuration set =...
View ArticleSend player to server and call method
I am implementing bungeecord network where I have 2 servers: - Normal server with only Overworld world - Secondry server with only Nether world (modified Spigot source) Basically I am trying to have...
View Articleunable to set a value to a config file with a sub path
I tried setting a value to a config file with a sub path: Code (Text): fmain.configuration.set("Player", p.getName()); fmain.configuration.set("Player.friend", target.getName()); Code (Text): public...
View ArticleSyncing data on Spigot servers
Hello im making research on how bungee cord works and i ran into a trouble, i know there are some ways like storing data in database or sending the data directly to bungee and to other servers, but i...
View ArticleDynamically add servers to BungeeCord
I've looked for this for a while but couldn't find a simple plugin that worked the way i needed it to fast, concise and user-friendly so i took it upon myself to do that exact thing, here's a little...
View ArticleCaused by: java.lang.ClassNotFoundException:...
I used Json-simple for my bungee plugin but after the update from 1.16-R0.4-SNAPSHOT to 1.16-R0.5-SNAPSHOT using that library throws the java.lang.ClassNotFoundException:...
View Articlecommunication spigot->spigot
So im making a custom whitelist plugin for my spigot/bungee network. I need when someone enables whitelist on one server to enable it on all. (i was looking for the best solution but there were...
View ArticleUtility-Class to create Clickable-Messages
Hey, I recently cleaned up some code of my FriendSystem and therefor made this small class which helps a lot to create clickable messages and thought some of you may find it useful aswell Code (Java):...
View ArticleBungeeCord set display name
Is it possible to set the players display name with bungeecord? Because ProxiedPlayer#setDisplayName isn't doing anything. Any other methods?
View Article