-
Notifications
You must be signed in to change notification settings - Fork 10
Permissions
ks-hl edited this page Nov 26, 2023
·
14 revisions
Node | Description |
---|---|
auxprotect.lookup | Allows a player to perform lookups. This node by itself will not allow any actions to be searched |
auxprotect.lookup.action.<action> | Grants permission to use the specified action, or use an asterisk for all actions. (See Actions) |
auxprotect.lookup.action.session.ip | Allows a player to view IP information in a:session. Note: If you are denying this permission node, ensure you also deny auxprotect.lookup.action.ip entirely.
|
auxprotect.lookup.playtime | Allows use of /ap playtime
|
auxprotect.lookup.money | Allows use of /ap money
|
auxprotect.tp | Ability to teleport to entries by clicking the coordinates. This should usually be given to all players with /ap lookup
|
auxprotect.help | /ap help |
auxprotect.inv | Allows the player to view items and inventories in a read-only screen. No risk of duplication by itself. |
auxprotect.inv.recover | Allows the player to recover a player's inventory. |
auxprotect.inv.notify | Notifies the player when any inventory is recovered. |
auxprotect.inv.save | Allows the player to create a save of another player's inventory. |
auxprotect.inv.save.all | Access to /ap saveinv *
|
auxprotect.inv.edit | Allows the player to remove items from an item preview as though it were a chest. This can be used to duplicate items fairly easily, use caution when granting this. |
DANGER ZONE
Node | Description |
---|---|
auxprotect.admin | Notified of updates, ability to toggle debug mode, /ap stats , ability to specify db:<table> in a lookup |
auxprotect.purge | Ability to perform database purges. This should probably only be possessed by the server owner. |