Create permission to bypass bungeecord server teleportation (#1626)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user