1.20 getting the IP of a player?
In PreLoginEvent: Connection#getAddress is deprecated so i have to use getSocketAddress. This does not have a way to get the IP of the player though? I found something about casting it to an...
View ArticleSaving configs
Hey, I wanted to create configuration in bungee the same way I do in spigot, although I am running into problems. In spigot I could easily add comments using Code (Text):...
View ArticleEvent Listener not working?
Hello everyone! I just started coding a new bungee plugin. I want to send a broadcast to all staff when a player joins the network. Code (Java): package de.grproxy.handlers; import...
View Articlehow to compile BungeeCord source?
I'm trying to compile the bungeecord source, but when I start the server this compilation error appears. What am I doing wrong when compiling in my intellij? I'm open to suggestions on my discord - my...
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 user in 'limbo'
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 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 Article