Upload to git

master
Ghost_chu 2019-04-13 20:16:54 +08:00
parent 544ffbad19
commit 705342cbfa
2 changed files with 1 additions and 3 deletions

View File

@ -51,7 +51,7 @@ public class BungeeConnectionListener extends AbstractConnectionListener impleme
this.plugin = plugin;
}
@EventHandler(priority = EventPriority.LOW)
@EventHandler(priority = EventPriority.HIGH)
public void onPlayerLogin(LoginEvent e) {
/* Called when the player first attempts a connection with the server.
Listening on LOW priority to allow plugins to modify username / UUID data here. (auth plugins)

View File

@ -9,7 +9,5 @@ include (
'bukkit',
'bukkit-legacy',
'bungee',
'sponge', 'sponge:sponge-service', 'sponge:sponge-service-api6', 'sponge:sponge-service-api7',
'nukkit',
'velocity'
)