Update permissions page

This commit is contained in:
ljacqu 2015-12-05 21:19:20 +01:00
parent 8cde4a1896
commit f1c3eed069
2 changed files with 35 additions and 33 deletions

View File

@ -81,7 +81,7 @@ public enum PlayerPermission implements PermissionNode {
SEE_OTHER_ACCOUNTS("authme.player.seeotheraccounts"),
/**
*
* Permission to use all player (non-admin) commands.
*/
ALL_COMMANDS("authme.player.*");

View File

@ -1,41 +1,43 @@
<!-- AUTO-GENERATED FILE! Do not edit this directly -->
<!-- File auto-generated on Sat Dec 05 20:52:57 CET 2015. See permissions/permission_nodes.tpl.md -->
<!-- File auto-generated on Sat Dec 05 21:18:25 CET 2015. See permissions/permission_nodes.tpl.md -->
## AuthMe Permission Nodes
The following are the permission nodes that are currently supported by the latest dev builds.
- **authme.command.admin.accounts** Administrator command to see all accounts associated with an user.
- **authme.command.admin.changemail** Administrator command to set or change the email adress of an user.
- **authme.command.admin.changepassword** Administrator command to change the password of a user.
- **authme.command.admin.converter** Administrator command to convert old or other data to AuthMe data.
- **authme.command.admin.firstspawn** Administrator command to teleport to the first AuthMe spawn.
- **authme.command.admin.forcelogin** Administrator command to force-login an existing user.
- **authme.command.admin.getemail** Administrator command to get the email address of an user, if set.
- **authme.command.admin.getip** Administrator command to get the last known IP of an user.
- **authme.command.admin.lastlogin** Administrator command to see the last login date and time of an user.
- **authme.command.admin.purge** Administrator command to purge old user data.
- **authme.command.admin.purgebannedplayers** Administrator command to purge all data associated with banned players.
- **authme.command.admin.purgelastpos** Administrator command to purge the last position of an user.
- **authme.command.admin.register** Administrator command to register a new user.
- **authme.command.admin.reload** Administrator command to reload the plugin configuration.
- **authme.command.admin.setfirstspawn** Administrator command to set the first AuthMe spawn.
- **authme.command.admin.setspawn** Administrator command to set the AuthMe spawn.
- **authme.command.admin.spawn** Administrator command to teleport to the AuthMe spawn.
- **authme.command.admin.switchantibot** Administrator command to toggle the AntiBot protection status.
- **authme.command.admin.unregister** Administrator command to unregister an existing user.
- **authme.command.player.allow2accounts** Permission for users to allow two accounts.
- **authme.command.player.bypassforcesurvival** Permission for users to bypass force-survival mode.
- **authme.command.player.captcha** Command permission to use captcha.
- **authme.command.player.changepassword** Command permission to change the password.
- **authme.command.player.email.add** Command permission to add an email address.
- **authme.command.player.email.change** Command permission to change the email address.
- **authme.command.player.email.recover** Command permission to recover an account using it's email address.
- **authme.command.player.login** Command permission to login.
- **authme.command.player.logout** Command permission to logout.
- **authme.command.player.register** Command permission to register.
- **authme.command.player.seeotheraccounts** Permission for user to see other accounts.
- **authme.command.player.unregister** Command permission to unregister.
- **authme.admin.*** Give access to all admin commands.
- **authme.admin.accounts** Administrator command to see all accounts associated with a user.
- **authme.admin.changemail** Administrator command to set or change the email address of a user.
- **authme.admin.changepassword** Administrator command to change the password of a user.
- **authme.admin.converter** Administrator command to convert old or other data to AuthMe data.
- **authme.admin.firstspawn** Administrator command to teleport to the first AuthMe spawn.
- **authme.admin.forcelogin** Administrator command to force-login an existing user.
- **authme.admin.getemail** Administrator command to get the email address of a user, if set.
- **authme.admin.getip** Administrator command to get the last known IP of a user.
- **authme.admin.lastlogin** Administrator command to see the last login date and time of a user.
- **authme.admin.purge** Administrator command to purge old user data.
- **authme.admin.purgebannedplayers** Administrator command to purge all data associated with banned players.
- **authme.admin.purgelastpos** Administrator command to purge the last position of a user.
- **authme.admin.register** Administrator command to register a new user.
- **authme.admin.reload** Administrator command to reload the plugin configuration.
- **authme.admin.setfirstspawn** Administrator command to set the first AuthMe spawn.
- **authme.admin.setspawn** Administrator command to set the AuthMe spawn.
- **authme.admin.spawn** Administrator command to teleport to the AuthMe spawn.
- **authme.admin.switchantibot** Administrator command to toggle the AntiBot protection status.
- **authme.admin.unregister** Administrator command to unregister an existing user.
- **authme.player.*** Permission to use all player (non-admin) commands.
- **authme.player.allow2accounts** Permission for users to allow two accounts.
- **authme.player.bypassantibot** Permission node to bypass AntiBot protection.
- **authme.player.bypassforcesurvival** Permission for users to bypass force-survival mode.
- **authme.player.canbeforced** Permission for users a login can be forced to.
- **authme.player.captcha** Command permission to use captcha.
- **authme.player.changepassword** Command permission to change the password.
- **authme.player.email.add** Command permission to add an email address.
- **authme.player.email.change** Command permission to change the email address.
- **authme.player.email.recover** Command permission to recover an account using it's email address.
- **authme.player.login** Command permission to login.
- **authme.player.logout** Command permission to logout.
- **authme.player.register** Command permission to register.
- **authme.player.seeotheraccounts** Permission for user to see other accounts.
- **authme.player.unregister** Command permission to unregister.
- **authme.player.vip** Permission node to identify VIP users.