-
Notifications
You must be signed in to change notification settings - Fork 28
Permissions
NikitaCartes edited this page Jan 10, 2022
·
3 revisions
Basic rule for every command is:
-
easyauth.commands.<command>.root
- permission for/command
-
easyauth.commands.<command>.<subcommand>
- permission only for/command subcommand
-
/login <password>
,/l <password>
easyauth.commands.login
- Default: true
-
/logout
easyauth.commands.logout
- Default: true
-
/register <password> <password>
easyauth.commands.register
- Default: true
-
/account
easyauth.commands.account.root
- Default: true
-
unregister <password>
easyauth.commands.account.unregister
- Default: true
-
changePassword <old password> <new password>
easyauth.commands.account.changePassword
- Default: true
-
/auth
- admin commandeasyauth.commands.auth.root
-
Default: op-level 3
-
reload
easyauth.commands.auth.reload
- Default: op-level 3
-
setGlobalPassword <password>
easyauth.commands.auth.setGlobalPassword
- Default: op-level 4
-
setSpawn
[<dimension id> <x> <y> <z>]
easyauth.commands.auth.setSpawn
- Default: op-level 3
-
remove <uuid>
easyauth.commands.auth.remove
- Default: op-level 3
-
update <uuid> <password>
easyauth.commands.auth.update
- Default: op-level 3
-
register <uuid> <password>
easyauth.commands.auth.register
- Default: op-level 3
-
uuid <player>
easyauth.commands.auth.uuid
- Default: op-level 3
-
list
easyauth.commands.auth.list
- Default: op-level 3
-