Create permission to bypass bungeecord server teleportation (#1626)

This commit is contained in:
Alan Gomes
2018-09-02 08:01:04 -03:00
committed by Gabriele C
parent 4be174f083
commit d39562d624
4 changed files with 18 additions and 2 deletions
@@ -11,6 +11,11 @@ public enum PlayerStatePermission implements PermissionNode {
*/
BYPASS_ANTIBOT("authme.bypassantibot", DefaultPermission.OP_ONLY),
/**
* Permission node to bypass BungeeCord server teleportation.
*/
BYPASS_BUNGEE_SEND("authme.bypassbungeesend", DefaultPermission.OP_ONLY),
/**
* Permission for users to bypass force-survival mode.
*/