Отменить ServerSwitchEvent?
У меня появилась проблема при заходе на сервер bungeecord Т.е - Я захожу прохожу регистрацию (/l (пароль)) затем меня кикает и пишет следующий тест 21:20:20 [ПРЕДУПРЕЖДЕНИЕ] Событие ServerSwitchEvent...
View ArticleGetting Log4J log (from console)
I am trying to make a plugin that will send the logs shown on the console of your Bungeecord server to a Discord channel. I have looked around and supposedly it is done using some sort of Appender that...
View ArticleSQL Exceptions because of mariadb
Hello, I did not have a server for a year and now that I'm back having a VPS debian 10 is here and with it, mariadb. Everytime I set a server up I have to edit mysql .cnf file (and run some mysql and...
View ArticleError with making commands?
I've never worked with bungee before but I'm trying to make a player message plugin Code (Java): package me.ultibuild.commands; import net.md_5.bungee.api.ChatColor; import...
View ArticleServerInfo.ping(...) - Multiple wrong messages
Hi, So I tried to run a method that gets called every X seconds - currently 5 in my case - to notify players with permission when a server is shutting down or starting. The idea behind it using the...
View ArticleTrying to set ranks across servers
As title said, I need a little help to create ranks to players and show it across the servers. I began with this code: Code (Text): Team admin = new Team("A"+cut_name);...
View ArticlePlayer's Skin only showing myself
Hi guys. I use this method to allow displaying player's skin. It works perfectly at showing to myself, but others can't see it. Jakubson's Code, not mine: Code (Java): @EventHandler public void...
View ArticlePlayer's Skin showing only Premiums
Hi guys. I use this method (the one behind) to apply Skin to Proxied Player. The problem is when someone is not premium, can not see the Skin of player is [premium], only Premiums can see others...
View ArticleProxiedPlayer#getServer returning null
Hey, so I am trying to get a player's server from events of PostLogin and ServerConnect event. However when I call "event.getPlayer().getServer().getInfo().getName" it throws a Null pointer. Code:...
View ArticlePremiums and No-Premiums see different Skins
I have cracked servers. Premiums can see Player's Skin of others and itself, but No-Premium only see TLauncher Skins and others who have too, include if I use the same method that I used on Premiums....
View ArticleWrong MessageChannel
Hi, i am new in bunge and i am triying to send a message from bungecord to spigot, but does not works. this is my code Code (Text): package com.celciusjj.superteleportbungee; import...
View ArticleBest way to get number of Online Players on multiple servers?
I currently have 3 servers tied to my BungeeCord server, and I'm trying to create a "Server Selector" with a plugin (I'm trying to create the plugin with spigot, but I've seen people say I might need...
View ArticlePlugin Messaging Channel Not Receiving
I am new to BungeeCord plugin development. What I'm trying to do here is I want all staff across the network to get a message once a staff switched servers. Not only that, but I also want their name to...
View Articlejava.lang.NoClassDefFoundError: org/reactivestreams/Publisher
Hello, I have a problem. I am using lettuce (redis client -> https://github.com/lettuce-io/lettuce-core) to communicate between my proxy server and my Minecraft server. When the servers try to...
View ArticleSet cancelled reason as a list
I can't figure out how to send a message as a string list when you cancel the PreloginEvent on Bungeecord Code (Text): e.setCancelReason(new...
View ArticleRemoving a server - what would happen
What would happen if you were to remove something from ProxyServer#getServers? Would it "unregister" the server?
View ArticleHow to make multiple clickable texts in one message?
So, I have this plugin named ServerPoll, and I wanted to do something like this: Currently, it's "You can vote using /sp vote <yes/no>" and I want it to be "You can vote using /sp vote...
View ArticleChatEvent cancelling with async tasks
I want to cancel a ChatEvent, however, the task done in the event is async, and since ChatEvent is not an AsyncEvent, I can't use the intent system, so what can I do? Example: Code (Java):...
View ArticleSend messages between servers.
Hello everyone. I own a server that has bungeecord. I currently have 2 servers, the HUB and a minigame. I was wondering if there was any way I could send messages between servers;whenever someone wins...
View Article