Upload to git
This commit is contained in:
parent
544ffbad19
commit
705342cbfa
@ -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)
|
||||
|
@ -9,7 +9,5 @@ include (
|
||||
'bukkit',
|
||||
'bukkit-legacy',
|
||||
'bungee',
|
||||
'sponge', 'sponge:sponge-service', 'sponge:sponge-service-api6', 'sponge:sponge-service-api7',
|
||||
'nukkit',
|
||||
'velocity'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user