Canceling ChatEvent resulting in ServerKick
Hey guys, I have a problem with the chat on Bungee servers. I need to disable chatting in some states, e.g. when a player is muted. After turning it on again, the user is kicked from the server because...
View ArticleChecking if ProxiedPlayer is online
Hello everyone, I haven't worked much with the BungeeCord API so far but one problem appeared over and over again while working with it. For some reason I cannot check if a ProxiedPlayer is online when...
View ArticleMySQL Error
I am storing online times in a MySQL database, when a player joins, i am creating a scheduler that runs every minute and updating the online time: Code (Text):...
View ArticleChanging players username
Hey, So I'm looking to modify a players username when they join if they are cracked - for the purposes of setting a prefix to them so that they can exist alongside premium players. Under this setup all...
View ArticleKeeping player on 'Loading World' screen
So I'm trying to get it so that BungeeCord keeps the user in a sort of Limbo where they aren't sending any packets to any servers and merely stare at the dimension loading screen. I've had issues...
View ArticleAuthenticating pre-encryption request
Third thread in a row - As seen in InitialHandler; https://github.com/SpigotMC/BungeeC..._5/bungee/connection/InitialHandler.java#L446 the standard login process for an 'online' bungee server is as...
View ArticleChange player target server on connection to Proxy?
Hello, First of all, sorry for the confusing title. Simplified, my situation is as follows: There are two servers. Temp and Main. Temp is the configured forced default server and players will,...
View Articleglobal player data sync issues
I'm currently designing a system to sync all player data across servers. I'm using MongoDB to save the data, loading it when the player joins, and saving it when they change server. Currently my code...
View ArticleGet Kills from ex. survival server
Hey, so i got a Bungeecord network and i wanted to ask how can i display top kills from a specific server (bungee_survival) in a leaderboard. And if there is already a existing plugin for it Thanks : )
View ArticleUsing sockets on a pterodactyl host provider (Connection refused)
So basically i was just doing some testing with websockets i created a websocket server in a bungeecord plugin, then created a websocket client on the backend spigot server, and connected the client to...
View ArticleHow to deal with duplication on multi-server
how would you deal with a kind of "duplication" in multi-server? supposing you have a plugin that will be used on multiple servers of the same instance of bungeecord, and in this plugin there is for...
View ArticleLoading .jar File as resource
Well i've got a problem that has to do with a jar file that is stored inside the plugins Resource folder and has to be copied to another folder at later times. The thing is i put the right file in but...
View ArticleUnkown Command on right click
So I have a compass that on right-click executes the bungee command "/server hub". However, when I join in-game and try it I get this message: Unknown Command. Type "/help" for help. Here is my code:...
View ArticleBungeecord Error
Need Help With This Error View attachment 802453 Bungeecord Proxy config.yml Backend Server spigot.yml Backend Server bukkit.yml
View ArticlePostChatEvent
Hey, is there any way to execute a ChatEvent but after the message is sent? In my example, I want to message the player a specific message if his message contains a specific phrase, but the message I...
View ArticleListener for received plugin messages from servers.
Hi, I've developed a core type plugin for use in my spigot servers that does multiple things. The thing is that I want to create a handler for bungeecord that can receive information from the spigot...
View ArticleVotifierEvent not triggering
I have NuVotifier installed on bungeecord but the VotifierEvent is not triggering. Code (Java): //onEnable if (getProxy().getPluginManager().getPlugin("NuVotifier") != null)...
View ArticleVisual Bug On Minecart and Boats Rotation
I was programming a "car" plugin where you can handle a MInecart like a car. When I was coding the direction movement I noticed that when the minecart completes a 360ยบ rotation there's a visual bug on...
View Articleerror: package net.md_5.bungee.api does not exist
Hello, i have created a bungeecord/spigot plugin for change the f3 server name but i have runned the command javac SpigetUpdateBungee.java and i get this error:...
View Article