mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-25 21:38:59 +02:00
Updated Command Usage (markdown)
288
Command-Usage.md
288
Command-Usage.md
@@ -19,127 +19,127 @@ If you are using Bukkit/Spigot, by default, all OPed users have access to LuckPe
|
|||||||
Arguments Key: \<required\> [optional]
|
Arguments Key: \<required\> [optional]
|
||||||
|
|
||||||
### General
|
### General
|
||||||
* [/perms](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms)
|
* [/lp](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp)
|
||||||
* [/perms `sync`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-sync)
|
* [/lp `sync`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-sync)
|
||||||
* [/perms `networksync`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-networksync)
|
* [/lp `networksync`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-networksync)
|
||||||
* [/perms `info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-info)
|
* [/lp `info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-info)
|
||||||
* [/perms `verbose` \<true|false\> [filters...]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-verbose)
|
* [/lp `verbose` \<true|false\> [filters...]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-verbose)
|
||||||
* [/perms `import` \<file\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-import)
|
* [/lp `import` \<file\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-import)
|
||||||
* [/perms `creategroup` \<group\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-creategroup)
|
* [/lp `creategroup` \<group\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-creategroup)
|
||||||
* [/perms `deletegroup` \<group\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-deletegroup)
|
* [/lp `deletegroup` \<group\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-deletegroup)
|
||||||
* [/perms `listgroups`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-listgroups)
|
* [/lp `listgroups`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-listgroups)
|
||||||
* [/perms `createtrack` \<track\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-createtrack)
|
* [/lp `createtrack` \<track\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-createtrack)
|
||||||
* [/perms `deletetrack` \<track\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-deletetrack)
|
* [/lp `deletetrack` \<track\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-deletetrack)
|
||||||
* [/perms `listtracks`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-listtracks)
|
* [/lp `listtracks`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-listtracks)
|
||||||
|
|
||||||
### Super Secret Console Commands
|
### Super Secret Console Commands
|
||||||
* [/perms `export` \<file\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-export)
|
* [/lp `export` \<file\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-export)
|
||||||
* [/perms `migration`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-migration)
|
* [/lp `migration`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-migration)
|
||||||
|
|
||||||
### User (/lp user \<user\> ...)
|
### User (/lp user \<user\> ...)
|
||||||
* [/perms user \<user\> `info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-user-user-info)
|
* [/lp user \<user\> `info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-user-user-info)
|
||||||
* [/perms user \<user\> `permission`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#permission---lp-user-user-permission---lp-group-group-permission-)
|
* [/lp user \<user\> `permission`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#permission---lp-user-user-permission---lp-group-group-permission-)
|
||||||
* [/perms user \<user\> `parent`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#parent---lp-user-user-parent---lp-group-group-parent-)
|
* [/lp user \<user\> `parent`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#parent---lp-user-user-parent---lp-group-group-parent-)
|
||||||
* [/perms user \<user\> `meta`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#meta---lp-user-user-meta---lp-group-group-meta-)
|
* [/lp user \<user\> `meta`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#meta---lp-user-user-meta---lp-group-group-meta-)
|
||||||
* [/perms user \<user\> `switchprimarygroup` \<group\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-user-user-switchprimarygroup)
|
* [/lp user \<user\> `switchprimarygroup` \<group\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-user-user-switchprimarygroup)
|
||||||
* [/perms user \<user\> `promote` \<track\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-user-user-promote)
|
* [/lp user \<user\> `promote` \<track\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-user-user-promote)
|
||||||
* [/perms user \<user\> `demote` \<track\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-user-user-demote)
|
* [/lp user \<user\> `demote` \<track\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-user-user-demote)
|
||||||
* [/perms user \<user\> `showtracks`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-user-user-showtracks)
|
* [/lp user \<user\> `showtracks`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-user-user-showtracks)
|
||||||
* [/perms user \<user\> `bulkchange` \<server|world\> \<from\> \<to\>](https://github.com/lucko/LuckPerms/wiki/Bulk-Editing#perms-groupuser--bulkchange-serverworld-from-to)
|
* [/lp user \<user\> `bulkchange` \<server|world\> \<from\> \<to\>](https://github.com/lucko/LuckPerms/wiki/Bulk-Editing#lp-groupuser--bulkchange-serverworld-from-to)
|
||||||
* [/perms user \<user\> `clear`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-user-user-clear)
|
* [/lp user \<user\> `clear`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-user-user-clear)
|
||||||
|
|
||||||
### Group (/lp group \<group\> ...)
|
### Group (/lp group \<group\> ...)
|
||||||
* [/perms group \<group\> `info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-group-group-info)
|
* [/lp group \<group\> `info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-group-group-info)
|
||||||
* [/perms group \<group\> `permission`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#permission---lp-user-user-permission---lp-group-group-permission-)
|
* [/lp group \<group\> `permission`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#permission---lp-user-user-permission---lp-group-group-permission-)
|
||||||
* [/perms group \<group\> `parent`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#parent---lp-user-user-parent---lp-group-group-parent-)
|
* [/lp group \<group\> `parent`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#parent---lp-user-user-parent---lp-group-group-parent-)
|
||||||
* [/perms group \<group\> `meta`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#meta---lp-user-user-meta---lp-group-group-meta-)
|
* [/lp group \<group\> `meta`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#meta---lp-user-user-meta---lp-group-group-meta-)
|
||||||
* [/perms group \<group\> `setweight`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-group-group-setweight)
|
* [/lp group \<group\> `setweight`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-group-group-setweight)
|
||||||
* [/perms group \<group\> `showtracks`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-group-group-showtracks)
|
* [/lp group \<group\> `showtracks`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-group-group-showtracks)
|
||||||
* [/perms group \<group\> `bulkchange` \<server|world\> \<from\> \<to\>](https://github.com/lucko/LuckPerms/wiki/Bulk-Editing#perms-groupuser--bulkchange-serverworld-from-to)
|
* [/lp group \<group\> `bulkchange` \<server|world\> \<from\> \<to\>](https://github.com/lucko/LuckPerms/wiki/Bulk-Editing#lp-groupuser--bulkchange-serverworld-from-to)
|
||||||
* [/perms group \<group\> `clear`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-group-group-clear)
|
* [/lp group \<group\> `clear`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-group-group-clear)
|
||||||
* [/perms group \<group\> `rename` \<new name\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-group-group-rename)
|
* [/lp group \<group\> `rename` \<new name\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-group-group-rename)
|
||||||
* [/perms group \<group\> `clone` \<name of clone\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-group-group-clone)
|
* [/lp group \<group\> `clone` \<name of clone\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-group-group-clone)
|
||||||
|
|
||||||
### Permission (/lp user \<user\> permission ... | /lp group \<group\> permission ...)
|
### Permission (/lp user \<user\> permission ... | /lp group \<group\> permission ...)
|
||||||
* [`info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-permission-info)
|
* [`info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-permission-info)
|
||||||
* [`set` \<node\> \<true/false\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-permission-set)
|
* [`set` \<node\> \<true/false\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-permission-set)
|
||||||
* [`unset` \<node\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-permission-unset)
|
* [`unset` \<node\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-permission-unset)
|
||||||
* [`settemp` \<node\> \<true/false\> \<duration\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-permission-settemp)
|
* [`settemp` \<node\> \<true/false\> \<duration\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-permission-settemp)
|
||||||
* [`unsettemp` \<node\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-permission-unsettemp)
|
* [`unsettemp` \<node\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-permission-unsettemp)
|
||||||
* [`check` \<node\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-permission-check)
|
* [`check` \<node\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-permission-check)
|
||||||
* [`checkinherits` \<node\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-permission-checkinherits)
|
* [`checkinherits` \<node\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-permission-checkinherits)
|
||||||
|
|
||||||
### Parent (/lp user \<user\> parent ... | /lp group \<group\> parent ...)
|
### Parent (/lp user \<user\> parent ... | /lp group \<group\> parent ...)
|
||||||
* [`info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-parent-info)
|
* [`info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-parent-info)
|
||||||
* [`set` \<group\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-parent-set)
|
* [`set` \<group\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-parent-set)
|
||||||
* [`add` \<group\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-parent-add)
|
* [`add` \<group\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-parent-add)
|
||||||
* [`remove` \<group\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-parent-remove)
|
* [`remove` \<group\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-parent-remove)
|
||||||
* [`addtemp` \<group\> \<duration\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-parent-addtemp)
|
* [`addtemp` \<group\> \<duration\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-parent-addtemp)
|
||||||
* [`removetemp` \<group\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-parent-removetemp)
|
* [`removetemp` \<group\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-parent-removetemp)
|
||||||
|
|
||||||
### Meta (/lp user \<user\> meta ... | /lp group \<group\> meta ...)
|
### Meta (/lp user \<user\> meta ... | /lp group \<group\> meta ...)
|
||||||
* [`info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-info)
|
* [`info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-info)
|
||||||
* [`set` \<key\> \<value\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-set)
|
* [`set` \<key\> \<value\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-set)
|
||||||
* [`unset` \<key\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-unset)
|
* [`unset` \<key\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-unset)
|
||||||
* [`settemp` \<key\> \<value\> \<duration\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-settemp)
|
* [`settemp` \<key\> \<value\> \<duration\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-settemp)
|
||||||
* [`unsettemp` \<key\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-unsettemp)
|
* [`unsettemp` \<key\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-unsettemp)
|
||||||
* [`addprefix` \<priority\> \<prefix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-addprefix)
|
* [`addprefix` \<priority\> \<prefix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-addprefix)
|
||||||
* [`addsuffix` \<priority\> \<suffix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-addsuffix)
|
* [`addsuffix` \<priority\> \<suffix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-addsuffix)
|
||||||
* [`removeprefix` \<priority\> \<prefix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-removeprefix)
|
* [`removeprefix` \<priority\> \<prefix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-removeprefix)
|
||||||
* [`removesuffix` \<priority\> \<suffix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-removesuffix)
|
* [`removesuffix` \<priority\> \<suffix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-removesuffix)
|
||||||
* [`addtempprefix` \<priority\> \<prefix\> \<duration\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-addtempprefix)
|
* [`addtempprefix` \<priority\> \<prefix\> \<duration\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-addtempprefix)
|
||||||
* [`addtempsuffix` \<priority\> \<suffix\> \<duration\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-addtempsuffix)
|
* [`addtempsuffix` \<priority\> \<suffix\> \<duration\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-addtempsuffix)
|
||||||
* [`removetempprefix` \<priority\> \<prefix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-removetempprefix)
|
* [`removetempprefix` \<priority\> \<prefix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-removetempprefix)
|
||||||
* [`removetempsuffix` \<priority\> \<suffix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-removetempsuffix)
|
* [`removetempsuffix` \<priority\> \<suffix\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-removetempsuffix)
|
||||||
* [`clear` [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-usergroup-usergroup-meta-clear)
|
* [`clear` [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-clear)
|
||||||
|
|
||||||
### Track (/lp track \<track\> ...)
|
### Track (/lp track \<track\> ...)
|
||||||
* [/perms track \<track\> `info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-track-track-info)
|
* [/lp track \<track\> `info`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-track-track-info)
|
||||||
* [/perms track \<track\> `append` \<group\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-track-track-append)
|
* [/lp track \<track\> `append` \<group\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-track-track-append)
|
||||||
* [/perms track \<track\> `insert` \<group\> \<position\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-track-track-insert)
|
* [/lp track \<track\> `insert` \<group\> \<position\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-track-track-insert)
|
||||||
* [/perms track \<track\> `remove` \<group\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-track-track-remove)
|
* [/lp track \<track\> `remove` \<group\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-track-track-remove)
|
||||||
* [/perms track \<track\> `clear`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-track-track-clear)
|
* [/lp track \<track\> `clear`](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-track-track-clear)
|
||||||
* [/perms track \<track\> `rename` \<new name\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-track-track-rename)
|
* [/lp track \<track\> `rename` \<new name\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-track-track-rename)
|
||||||
* [/perms track \<track\> `clone` \<name of clone\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-track-track-clone)
|
* [/lp track \<track\> `clone` \<name of clone\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-track-track-clone)
|
||||||
|
|
||||||
### Log (/lp log ...)
|
### Log (/lp log ...)
|
||||||
* [/perms log `recent` [user] [page]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-log-recent)
|
* [/lp log `recent` [user] [page]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-log-recent)
|
||||||
* [/perms log `search` \<query\> [page]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-log-search)
|
* [/lp log `search` \<query\> [page]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-log-search)
|
||||||
* [/perms log `notify` [on|off]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-log-notify)
|
* [/lp log `notify` [on|off]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-log-notify)
|
||||||
* [/perms log `export` \<file\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-log-export)
|
* [/lp log `export` \<file\>](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-log-export)
|
||||||
* [/perms log `userhistory` \<user\> [page]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-log-userhistory)
|
* [/lp log `userhistory` \<user\> [page]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-log-userhistory)
|
||||||
* [/perms log `grouphistory` \<group\> [page]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-log-grouphistory)
|
* [/lp log `grouphistory` \<group\> [page]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-log-grouphistory)
|
||||||
* [/perms log `trackhistory` \<track\> [page]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#perms-log-trackhistory)
|
* [/lp log `trackhistory` \<track\> [page]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-log-trackhistory)
|
||||||
|
|
||||||
### User Bulk Edit
|
### User Bulk Edit
|
||||||
* [/perms usersbulkedit `group` \<group|null\> \<server|world\> \<from\> \<to\>](https://github.com/lucko/LuckPerms/wiki/Bulk-Editing#perms-usersbulkedit-group-groupnull-serverworld-from-to)
|
* [/lp usersbulkedit `group` \<group|null\> \<server|world\> \<from\> \<to\>](https://github.com/lucko/LuckPerms/wiki/Bulk-Editing#lp-usersbulkedit-group-groupnull-serverworld-from-to)
|
||||||
* [/perms usersbulkedit `permission` \<node|null\> \<server|world\> \<from\> \<to\>](https://github.com/lucko/LuckPerms/wiki/Bulk-Editing#perms-usersbulkedit-permission-nodenull-serverworld-from-to)
|
* [/lp usersbulkedit `permission` \<node|null\> \<server|world\> \<from\> \<to\>](https://github.com/lucko/LuckPerms/wiki/Bulk-Editing#lp-usersbulkedit-permission-nodenull-serverworld-from-to)
|
||||||
|
|
||||||
# Command Detail
|
# Command Detail
|
||||||
|
|
||||||
### General
|
### General
|
||||||
___
|
___
|
||||||
#### `/perms`
|
#### `/lp`
|
||||||
**Permission**: n/a
|
**Permission**: n/a
|
||||||
Prints a list of the LuckPerms commands a user has permission to use.
|
Prints a list of the LuckPerms commands a user has permission to use.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms sync`
|
#### `/lp sync`
|
||||||
**Permission**: luckperms.sync
|
**Permission**: luckperms.sync
|
||||||
Refreshes all cached data with the storage provider.
|
Refreshes all cached data with the storage provider.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms networksync`
|
#### `/lp networksync`
|
||||||
**Permission**: luckperms.sync
|
**Permission**: luckperms.sync
|
||||||
Refreshes all cached data with the storage provider, and then uses Redis (if configured) to "ping" all other connected servers and request that they sync too.
|
Refreshes all cached data with the storage provider, and then uses Redis (if configured) to "ping" all other connected servers and request that they sync too.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms info`
|
#### `/lp info`
|
||||||
**Permission**: luckperms.info
|
**Permission**: luckperms.info
|
||||||
Lists data about LuckPerms, including debug output, statistics, settings, and values from the configuration.
|
Lists data about LuckPerms, including debug output, statistics, settings, and values from the configuration.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms verbose`
|
#### `/lp verbose`
|
||||||
**Permission**: luckperms.verbose
|
**Permission**: luckperms.verbose
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<true|false>` - whether to enable the feature
|
* `<true|false>` - whether to enable the feature
|
||||||
@@ -148,7 +148,7 @@ ___
|
|||||||
Enables verbose permission checking output for the sender executing the command. As a result, whenever a permission is checked for by a plugin, if the permission / user being checked match the filters provided, the sender will be notified.
|
Enables verbose permission checking output for the sender executing the command. As a result, whenever a permission is checked for by a plugin, if the permission / user being checked match the filters provided, the sender will be notified.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms import`
|
#### `/lp import`
|
||||||
**Permission**: luckperms.import
|
**Permission**: luckperms.import
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<file>` - the file to import from
|
* `<file>` - the file to import from
|
||||||
@@ -156,7 +156,7 @@ ___
|
|||||||
Imports data into LuckPerms from a file. The file must be a list of commands, starting with "/luckperms". This file can be generated using the export command. The file is expected to be in the root plugin directory.
|
Imports data into LuckPerms from a file. The file must be a list of commands, starting with "/luckperms". This file can be generated using the export command. The file is expected to be in the root plugin directory.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms export`
|
#### `/lp export`
|
||||||
**Permission**: n/a (only usable by the console)
|
**Permission**: n/a (only usable by the console)
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<file>` - the file to export to
|
* `<file>` - the file to export to
|
||||||
@@ -164,7 +164,7 @@ ___
|
|||||||
Exports data from LuckPerms into a file. This file can either be used as a backup, or used to move data between LuckPerms installations. The file can be re-imported using the import command. The generated file will be in the root plugin directory.
|
Exports data from LuckPerms into a file. This file can either be used as a backup, or used to move data between LuckPerms installations. The file can be re-imported using the import command. The generated file will be in the root plugin directory.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms creategroup`
|
#### `/lp creategroup`
|
||||||
**Permission**: luckperms.creategroup
|
**Permission**: luckperms.creategroup
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<name>` - the name of the group
|
* `<name>` - the name of the group
|
||||||
@@ -172,7 +172,7 @@ ___
|
|||||||
Creates a new group.
|
Creates a new group.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms deletegroup`
|
#### `/lp deletegroup`
|
||||||
**Permission**: luckperms.deletegroup
|
**Permission**: luckperms.deletegroup
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<name>` - the name of the group
|
* `<name>` - the name of the group
|
||||||
@@ -180,12 +180,12 @@ ___
|
|||||||
Permanently deletes a group.
|
Permanently deletes a group.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms listgroups`
|
#### `/lp listgroups`
|
||||||
**Permission**: luckperms.listgroups
|
**Permission**: luckperms.listgroups
|
||||||
Displays a list of all current groups.
|
Displays a list of all current groups.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms createtrack`
|
#### `/lp createtrack`
|
||||||
**Permission**: luckperms.createtrack
|
**Permission**: luckperms.createtrack
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<name>` - the name of the track
|
* `<name>` - the name of the track
|
||||||
@@ -193,7 +193,7 @@ ___
|
|||||||
Creates a new track.
|
Creates a new track.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms deletetrack`
|
#### `/lp deletetrack`
|
||||||
**Permission**: luckperms.deletetrack
|
**Permission**: luckperms.deletetrack
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<name>` - the name of the track
|
* `<name>` - the name of the track
|
||||||
@@ -201,12 +201,12 @@ ___
|
|||||||
Permanently deletes a track.
|
Permanently deletes a track.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms listtracks`
|
#### `/lp listtracks`
|
||||||
**Permission**: luckperms.listtracks
|
**Permission**: luckperms.listtracks
|
||||||
Displays a list of all current tracks.
|
Displays a list of all current tracks.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms migration`
|
#### `/lp migration`
|
||||||
**Permission**: n/a (only usable by the console)
|
**Permission**: n/a (only usable by the console)
|
||||||
Lists commands availble to begin a migration process.
|
Lists commands availble to begin a migration process.
|
||||||
|
|
||||||
@@ -214,12 +214,12 @@ ___
|
|||||||
|
|
||||||
### User (/lp user \<user\> ...)
|
### User (/lp user \<user\> ...)
|
||||||
___
|
___
|
||||||
#### `/perms user <user> info`
|
#### `/lp user <user> info`
|
||||||
**Permission**: luckperms.user.info
|
**Permission**: luckperms.user.info
|
||||||
Displays information about a user, including their username, primary group, parents, and current contexts.
|
Displays information about a user, including their username, primary group, parents, and current contexts.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user <user> switchprimarygroup`
|
#### `/lp user <user> switchprimarygroup`
|
||||||
**Permission**: luckperms.user.switchprimarygroup
|
**Permission**: luckperms.user.switchprimarygroup
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<group>` - the group to switch to
|
* `<group>` - the group to switch to
|
||||||
@@ -227,7 +227,7 @@ ___
|
|||||||
This command allows you to change a user's primary group. If they are not already a member of the specified group, they will be added to it. This should not be used as a replacement to the "parent set" command. Their existing primary group will not be removed as a parent. (a user can have multiple parent groups)
|
This command allows you to change a user's primary group. If they are not already a member of the specified group, they will be added to it. This should not be used as a replacement to the "parent set" command. Their existing primary group will not be removed as a parent. (a user can have multiple parent groups)
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user <user> promote`
|
#### `/lp user <user> promote`
|
||||||
**Permission**: luckperms.user.promote
|
**Permission**: luckperms.user.promote
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<track>` - the track to promote along
|
* `<track>` - the track to promote along
|
||||||
@@ -237,7 +237,7 @@ ___
|
|||||||
This command will promote a user along a track. Firstly, the command will check to see if the user is on the track specified in the given server/world. If the user is not on the track, or on the track in more than one place, the command will fail. If not, the user will be promoted up the track, and will be removed from the existing group. If the track action affects their primary group, that will be updated too.
|
This command will promote a user along a track. Firstly, the command will check to see if the user is on the track specified in the given server/world. If the user is not on the track, or on the track in more than one place, the command will fail. If not, the user will be promoted up the track, and will be removed from the existing group. If the track action affects their primary group, that will be updated too.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user <user> demote`
|
#### `/lp user <user> demote`
|
||||||
**Permission**: luckperms.user.demote
|
**Permission**: luckperms.user.demote
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<track>` - the track to demote along
|
* `<track>` - the track to demote along
|
||||||
@@ -247,12 +247,12 @@ ___
|
|||||||
This command will demote a user along a track. Firstly, the command will check to see if the user is on the track specified in the given server/world. If the user is not on the track, or on the track in more than one place, the command will fail. If not, the user will be demoted down the track, and will be removed from the existing group. If the track action affects their primary group, that will be updated too.
|
This command will demote a user along a track. Firstly, the command will check to see if the user is on the track specified in the given server/world. If the user is not on the track, or on the track in more than one place, the command will fail. If not, the user will be demoted down the track, and will be removed from the existing group. If the track action affects their primary group, that will be updated too.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user <user> showtracks`
|
#### `/lp user <user> showtracks`
|
||||||
**Permission**: luckperms.user.showtracks
|
**Permission**: luckperms.user.showtracks
|
||||||
Displays a list of all of the tracks a user is currently on.
|
Displays a list of all of the tracks a user is currently on.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user <user> clear`
|
#### `/lp user <user> clear`
|
||||||
**Permission**: luckperms.user.clear
|
**Permission**: luckperms.user.clear
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `[server]` - the server to filter by
|
* `[server]` - the server to filter by
|
||||||
@@ -264,12 +264,12 @@ ___
|
|||||||
|
|
||||||
### Group (/lp group \<group\> ...)
|
### Group (/lp group \<group\> ...)
|
||||||
___
|
___
|
||||||
#### `/perms group <group> info`
|
#### `/lp group <group> info`
|
||||||
**Permission**: luckperms.group.info
|
**Permission**: luckperms.group.info
|
||||||
Displays information about a group.
|
Displays information about a group.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms group <group> setweight`
|
#### `/lp group <group> setweight`
|
||||||
**Permission**: luckperms.group.setweight
|
**Permission**: luckperms.group.setweight
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<weight>` - the weight to set
|
* `<weight>` - the weight to set
|
||||||
@@ -277,12 +277,12 @@ ___
|
|||||||
Sets the groups weight value, which determines the order in which groups will be considered when accumulating a users permissions. Higher value = higher weight.
|
Sets the groups weight value, which determines the order in which groups will be considered when accumulating a users permissions. Higher value = higher weight.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms group <group> showtracks`
|
#### `/lp group <group> showtracks`
|
||||||
**Permission**: luckperms.group.showtracks
|
**Permission**: luckperms.group.showtracks
|
||||||
Displays a list of all of the tracks a group is currently on.
|
Displays a list of all of the tracks a group is currently on.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms group <group> clear`
|
#### `/lp group <group> clear`
|
||||||
**Permission**: luckperms.group.clear
|
**Permission**: luckperms.group.clear
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `[server]` - the server to filter by
|
* `[server]` - the server to filter by
|
||||||
@@ -291,7 +291,7 @@ ___
|
|||||||
Clears the group's permissions, parent groups and meta.
|
Clears the group's permissions, parent groups and meta.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms group <group> rename`
|
#### `/lp group <group> rename`
|
||||||
**Permission**: luckperms.group.rename
|
**Permission**: luckperms.group.rename
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<new name>` - the new name for the group
|
* `<new name>` - the new name for the group
|
||||||
@@ -299,7 +299,7 @@ ___
|
|||||||
Changes a group's name. Note that any members of this group will not know about the change, and will still point to the old group name. If you wish to update this, please see the bulk edit commands.
|
Changes a group's name. Note that any members of this group will not know about the change, and will still point to the old group name. If you wish to update this, please see the bulk edit commands.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms group <group> clone`
|
#### `/lp group <group> clone`
|
||||||
**Permission**: luckperms.group.clone
|
**Permission**: luckperms.group.clone
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<new name>` - the name of the clone
|
* `<new name>` - the name of the clone
|
||||||
@@ -310,12 +310,12 @@ ___
|
|||||||
|
|
||||||
### Permission (/lp user \<user\> permission ... | /lp group \<group\> permission ...)
|
### Permission (/lp user \<user\> permission ... | /lp group \<group\> permission ...)
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> permission info`
|
#### `/lp user/group <user|group> permission info`
|
||||||
**Permission**: luckperms.user.permission.info or luckperms.group.permission.info
|
**Permission**: luckperms.user.permission.info or luckperms.group.permission.info
|
||||||
Displays a list of the permission nodes a user/group has.
|
Displays a list of the permission nodes a user/group has.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> permission set`
|
#### `/lp user/group <user|group> permission set`
|
||||||
**Permission**: luckperms.user.permission.set or luckperms.group.permission.set
|
**Permission**: luckperms.user.permission.set or luckperms.group.permission.set
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<node>` - the permission node to set
|
* `<node>` - the permission node to set
|
||||||
@@ -326,7 +326,7 @@ ___
|
|||||||
Sets a permission for a user/group. Giving a value of "false" will negate the permission.
|
Sets a permission for a user/group. Giving a value of "false" will negate the permission.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> permission unset`
|
#### `/lp user/group <user|group> permission unset`
|
||||||
**Permission**: luckperms.user.permission.unset or luckperms.group.permission.unset
|
**Permission**: luckperms.user.permission.unset or luckperms.group.permission.unset
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<node>` - the permission node to unset
|
* `<node>` - the permission node to unset
|
||||||
@@ -336,7 +336,7 @@ ___
|
|||||||
Unsets a permission for a user/group.
|
Unsets a permission for a user/group.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> permission settemp`
|
#### `/lp user/group <user|group> permission settemp`
|
||||||
**Permission**: luckperms.user.permission.settemp or luckperms.group.permission.settemp
|
**Permission**: luckperms.user.permission.settemp or luckperms.group.permission.settemp
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<node>` - the permission node to set
|
* `<node>` - the permission node to set
|
||||||
@@ -348,7 +348,7 @@ ___
|
|||||||
Sets a permission temporarily for a user/group. Giving a value of "false" will negate the permission. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
|
Sets a permission temporarily for a user/group. Giving a value of "false" will negate the permission. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> permission unsettemp`
|
#### `/lp user/group <user|group> permission unsettemp`
|
||||||
**Permission**: luckperms.user.permission.unsettemp or luckperms.group.permission.unsettemp
|
**Permission**: luckperms.user.permission.unsettemp or luckperms.group.permission.unsettemp
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<node>` - the permission node to unset
|
* `<node>` - the permission node to unset
|
||||||
@@ -358,7 +358,7 @@ ___
|
|||||||
Unsets a temproary permission for a user/group.
|
Unsets a temproary permission for a user/group.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> permission check`
|
#### `/lp user/group <user|group> permission check`
|
||||||
**Permission**: luckperms.user.permission.check or luckperms.group.permission.check
|
**Permission**: luckperms.user.permission.check or luckperms.group.permission.check
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<node>` - the permission node to check for
|
* `<node>` - the permission node to check for
|
||||||
@@ -368,7 +368,7 @@ ___
|
|||||||
Checks to see if a user/group has a certain permission.
|
Checks to see if a user/group has a certain permission.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> permission checkinherits`
|
#### `/lp user/group <user|group> permission checkinherits`
|
||||||
**Permission**: luckperms.user.permission.checkinherits or luckperms.group.permission.checkinherits
|
**Permission**: luckperms.user.permission.checkinherits or luckperms.group.permission.checkinherits
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<node>` - the permission node to check for
|
* `<node>` - the permission node to check for
|
||||||
@@ -381,12 +381,12 @@ ___
|
|||||||
|
|
||||||
### Parent (/lp user \<user\> parent ... | /lp group \<group\> parent ...)
|
### Parent (/lp user \<user\> parent ... | /lp group \<group\> parent ...)
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> parent info`
|
#### `/lp user/group <user|group> parent info`
|
||||||
**Permission**: luckperms.user.parent.info or luckperms.group.parent.info
|
**Permission**: luckperms.user.parent.info or luckperms.group.parent.info
|
||||||
Displays a list of a user/group's parent groups. (groups they inherit from)
|
Displays a list of a user/group's parent groups. (groups they inherit from)
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> parent set`
|
#### `/lp user/group <user|group> parent set`
|
||||||
**Permission**: luckperms.user.parent.set or luckperms.group.parent.set
|
**Permission**: luckperms.user.parent.set or luckperms.group.parent.set
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<group>` - the group to set
|
* `<group>` - the group to set
|
||||||
@@ -396,7 +396,7 @@ ___
|
|||||||
Sets a user/group's parent. Unlike the "parent add" command, this command will clear all existing groups set at the given context. The add command will simply "add" the group to the existing ones a user/group has. If the command is executed with no server or world arguments, this command will also update a user's primary group.
|
Sets a user/group's parent. Unlike the "parent add" command, this command will clear all existing groups set at the given context. The add command will simply "add" the group to the existing ones a user/group has. If the command is executed with no server or world arguments, this command will also update a user's primary group.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> parent add`
|
#### `/lp user/group <user|group> parent add`
|
||||||
**Permission**: luckperms.user.parent.add or luckperms.group.parent.add
|
**Permission**: luckperms.user.parent.add or luckperms.group.parent.add
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<group>` - the group to add
|
* `<group>` - the group to add
|
||||||
@@ -406,7 +406,7 @@ ___
|
|||||||
Adds a parent to a user/group. Unlike the "parent set" command, this command will just accumulate the given parent with the ones the user/group already has. No existing parents will be removed from the user, and a user's primary group will be unaffected.
|
Adds a parent to a user/group. Unlike the "parent set" command, this command will just accumulate the given parent with the ones the user/group already has. No existing parents will be removed from the user, and a user's primary group will be unaffected.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> parent remove`
|
#### `/lp user/group <user|group> parent remove`
|
||||||
**Permission**: luckperms.user.parent.remove or luckperms.group.parent.remove
|
**Permission**: luckperms.user.parent.remove or luckperms.group.parent.remove
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<group>` - the group to remove
|
* `<group>` - the group to remove
|
||||||
@@ -416,7 +416,7 @@ ___
|
|||||||
Removes a parent from the user/group.
|
Removes a parent from the user/group.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> parent addtemp`
|
#### `/lp user/group <user|group> parent addtemp`
|
||||||
**Permission**: luckperms.user.parent.addtemp or luckperms.group.parent.addtemp
|
**Permission**: luckperms.user.parent.addtemp or luckperms.group.parent.addtemp
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<group>` - the group to add
|
* `<group>` - the group to add
|
||||||
@@ -427,7 +427,7 @@ ___
|
|||||||
Adds a parent to a user/group temporarily. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
|
Adds a parent to a user/group temporarily. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> parent removetemp`
|
#### `/lp user/group <user|group> parent removetemp`
|
||||||
**Permission**: luckperms.user.parent.removetemp or luckperms.group.parent.removetemp
|
**Permission**: luckperms.user.parent.removetemp or luckperms.group.parent.removetemp
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<group>` - the group to remove
|
* `<group>` - the group to remove
|
||||||
@@ -440,12 +440,12 @@ ___
|
|||||||
|
|
||||||
### Meta (/lp user \<user\> meta ... | /lp group \<group\> meta ...)
|
### Meta (/lp user \<user\> meta ... | /lp group \<group\> meta ...)
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta info`
|
#### `/lp user/group <user|group> meta info`
|
||||||
**Permission**: luckperms.user.meta.info or luckperms.group.meta.info
|
**Permission**: luckperms.user.meta.info or luckperms.group.meta.info
|
||||||
Displays a list of a user/group's inherited meta (options), prefixes and suffixes.
|
Displays a list of a user/group's inherited meta (options), prefixes and suffixes.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta set`
|
#### `/lp user/group <user|group> meta set`
|
||||||
**Permission**: luckperms.user.meta.set or luckperms.group.meta.set
|
**Permission**: luckperms.user.meta.set or luckperms.group.meta.set
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<key>` - the key to set
|
* `<key>` - the key to set
|
||||||
@@ -456,7 +456,7 @@ ___
|
|||||||
Sets a meta key value pair for a user/group. These values can be read and modified by other plugins using Vault or the Sponge Permissions API. However, most users will never need to use them.
|
Sets a meta key value pair for a user/group. These values can be read and modified by other plugins using Vault or the Sponge Permissions API. However, most users will never need to use them.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta unset`
|
#### `/lp user/group <user|group> meta unset`
|
||||||
**Permission**: luckperms.user.meta.unset or luckperms.group.meta.unset
|
**Permission**: luckperms.user.meta.unset or luckperms.group.meta.unset
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<key>` - the key to unset
|
* `<key>` - the key to unset
|
||||||
@@ -466,7 +466,7 @@ ___
|
|||||||
Unsets a meta key value pair for a user/group.
|
Unsets a meta key value pair for a user/group.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta settemp`
|
#### `/lp user/group <user|group> meta settemp`
|
||||||
**Permission**: luckperms.user.meta.settemp or luckperms.group.meta.settemp
|
**Permission**: luckperms.user.meta.settemp or luckperms.group.meta.settemp
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<key>` - the key to set
|
* `<key>` - the key to set
|
||||||
@@ -478,7 +478,7 @@ ___
|
|||||||
Sets a temporary meta key value pair for a user/group. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
|
Sets a temporary meta key value pair for a user/group. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta unsettemp`
|
#### `/lp user/group <user|group> meta unsettemp`
|
||||||
**Permission**: luckperms.user.meta.unsettemp or luckperms.group.meta.unsettemp
|
**Permission**: luckperms.user.meta.unsettemp or luckperms.group.meta.unsettemp
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<key>` - the key to unset
|
* `<key>` - the key to unset
|
||||||
@@ -488,7 +488,7 @@ ___
|
|||||||
Unsets a temporary meta key value pair for a user/group.
|
Unsets a temporary meta key value pair for a user/group.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta addprefix`
|
#### `/lp user/group <user|group> meta addprefix`
|
||||||
**Permission**: luckperms.user.meta.addprefix or luckperms.group.meta.addprefix
|
**Permission**: luckperms.user.meta.addprefix or luckperms.group.meta.addprefix
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<priority>` - the priority to add the prefix at
|
* `<priority>` - the priority to add the prefix at
|
||||||
@@ -499,7 +499,7 @@ ___
|
|||||||
Adds a prefix to a user/group. You can wrap the prefix in " " quotes to escape spaces.
|
Adds a prefix to a user/group. You can wrap the prefix in " " quotes to escape spaces.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta addsuffix`
|
#### `/lp user/group <user|group> meta addsuffix`
|
||||||
**Permission**: luckperms.user.meta.addsuffix or luckperms.group.meta.addsuffix
|
**Permission**: luckperms.user.meta.addsuffix or luckperms.group.meta.addsuffix
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<priority>` - the priority to add the suffix at
|
* `<priority>` - the priority to add the suffix at
|
||||||
@@ -510,7 +510,7 @@ ___
|
|||||||
Adds a suffix to a user/group. You can wrap the suffix in " " quotes to escape spaces.
|
Adds a suffix to a user/group. You can wrap the suffix in " " quotes to escape spaces.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta removeprefix`
|
#### `/lp user/group <user|group> meta removeprefix`
|
||||||
**Permission**: luckperms.user.meta.removeprefix or luckperms.group.meta.removeprefix
|
**Permission**: luckperms.user.meta.removeprefix or luckperms.group.meta.removeprefix
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<priority>` - the priority to remove the prefix at
|
* `<priority>` - the priority to remove the prefix at
|
||||||
@@ -521,7 +521,7 @@ ___
|
|||||||
Removes a prefix from a user/group. You can wrap the prefix in " " quotes to escape spaces. If you simply specify "null" as the prefix, all registered prefixes at the given priority will be removed.
|
Removes a prefix from a user/group. You can wrap the prefix in " " quotes to escape spaces. If you simply specify "null" as the prefix, all registered prefixes at the given priority will be removed.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta removesuffix`
|
#### `/lp user/group <user|group> meta removesuffix`
|
||||||
**Permission**: luckperms.user.meta.removesuffix or luckperms.group.meta.removesuffix
|
**Permission**: luckperms.user.meta.removesuffix or luckperms.group.meta.removesuffix
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<priority>` - the priority to remove the suffix at
|
* `<priority>` - the priority to remove the suffix at
|
||||||
@@ -532,7 +532,7 @@ ___
|
|||||||
Removes a suffix from a user/group. You can wrap the suffix in " " quotes to escape spaces. If you simply specify "null" as the suffix, all registered suffixes at the given priority will be removed.
|
Removes a suffix from a user/group. You can wrap the suffix in " " quotes to escape spaces. If you simply specify "null" as the suffix, all registered suffixes at the given priority will be removed.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta addtempprefix`
|
#### `/lp user/group <user|group> meta addtempprefix`
|
||||||
**Permission**: luckperms.user.meta.addtempprefix or luckperms.group.meta.addtempprefix
|
**Permission**: luckperms.user.meta.addtempprefix or luckperms.group.meta.addtempprefix
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<priority>` - the priority to add the prefix at
|
* `<priority>` - the priority to add the prefix at
|
||||||
@@ -544,7 +544,7 @@ ___
|
|||||||
Adds a prefix to a user/group temporarily. You can wrap the prefix in " " quotes to escape spaces. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
|
Adds a prefix to a user/group temporarily. You can wrap the prefix in " " quotes to escape spaces. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta addtempsuffix`
|
#### `/lp user/group <user|group> meta addtempsuffix`
|
||||||
**Permission**: luckperms.user.meta.addtempsuffix or luckperms.group.meta.addtempsuffix
|
**Permission**: luckperms.user.meta.addtempsuffix or luckperms.group.meta.addtempsuffix
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<priority>` - the priority to add the suffix at
|
* `<priority>` - the priority to add the suffix at
|
||||||
@@ -556,7 +556,7 @@ ___
|
|||||||
Adds a suffix to a user/group temporarily. You can wrap the suffix in " " quotes to escape spaces. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
|
Adds a suffix to a user/group temporarily. You can wrap the suffix in " " quotes to escape spaces. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta removetempprefix`
|
#### `/lp user/group <user|group> meta removetempprefix`
|
||||||
**Permission**: luckperms.user.meta.removetempprefix or luckperms.group.meta.removetempprefix
|
**Permission**: luckperms.user.meta.removetempprefix or luckperms.group.meta.removetempprefix
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<priority>` - the priority to remove the prefix at
|
* `<priority>` - the priority to remove the prefix at
|
||||||
@@ -567,7 +567,7 @@ ___
|
|||||||
Removes a tempoary prefix from a user/group. You can wrap the prefix in " " quotes to escape spaces. If you simply specify "null" as the prefix, all registered prefixes at the given priority will be removed.
|
Removes a tempoary prefix from a user/group. You can wrap the prefix in " " quotes to escape spaces. If you simply specify "null" as the prefix, all registered prefixes at the given priority will be removed.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta removetempsuffix`
|
#### `/lp user/group <user|group> meta removetempsuffix`
|
||||||
**Permission**: luckperms.user.meta.removetempsuffix or luckperms.group.meta.removetempsuffix
|
**Permission**: luckperms.user.meta.removetempsuffix or luckperms.group.meta.removetempsuffix
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<priority>` - the priority to remove the suffix at
|
* `<priority>` - the priority to remove the suffix at
|
||||||
@@ -578,7 +578,7 @@ ___
|
|||||||
Removes a temporary suffix from a user/group. You can wrap the suffix in " " quotes to escape spaces. If you simply specify "null" as the suffix, all registered suffixes at the given priority will be removed.
|
Removes a temporary suffix from a user/group. You can wrap the suffix in " " quotes to escape spaces. If you simply specify "null" as the suffix, all registered suffixes at the given priority will be removed.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms user/group <user|group> meta clear`
|
#### `/lp user/group <user|group> meta clear`
|
||||||
**Permission**: luckperms.user.meta.clear or luckperms.group.meta.clear
|
**Permission**: luckperms.user.meta.clear or luckperms.group.meta.clear
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `[server]` - the server to filter by
|
* `[server]` - the server to filter by
|
||||||
@@ -590,12 +590,12 @@ ___
|
|||||||
|
|
||||||
### Track (/lp track \<track\> ...)
|
### Track (/lp track \<track\> ...)
|
||||||
___
|
___
|
||||||
#### `/perms track <track> info`
|
#### `/lp track <track> info`
|
||||||
**Permission**: luckperms.track.info
|
**Permission**: luckperms.track.info
|
||||||
Displays the groups in the track.
|
Displays the groups in the track.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms track <track> append`
|
#### `/lp track <track> append`
|
||||||
**Permission**: luckperms.track.info
|
**Permission**: luckperms.track.info
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<group>` - the group to add
|
* `<group>` - the group to add
|
||||||
@@ -603,7 +603,7 @@ ___
|
|||||||
Adds a group onto the end of the track.
|
Adds a group onto the end of the track.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms track <track> insert`
|
#### `/lp track <track> insert`
|
||||||
**Permission**: luckperms.track.insert
|
**Permission**: luckperms.track.insert
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<group>` - the group to insert
|
* `<group>` - the group to insert
|
||||||
@@ -612,7 +612,7 @@ ___
|
|||||||
Inserts a group into a specific position within this track. A position of 1 would place it at the start of the track.
|
Inserts a group into a specific position within this track. A position of 1 would place it at the start of the track.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms track <track> remove`
|
#### `/lp track <track> remove`
|
||||||
**Permission**: luckperms.track.remove
|
**Permission**: luckperms.track.remove
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<group>` - the group to remove
|
* `<group>` - the group to remove
|
||||||
@@ -620,12 +620,12 @@ ___
|
|||||||
Removes a group from the track.
|
Removes a group from the track.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms track <track> clear`
|
#### `/lp track <track> clear`
|
||||||
**Permission**: luckperms.track.clear
|
**Permission**: luckperms.track.clear
|
||||||
Removes all groups from the track.
|
Removes all groups from the track.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms track <track> rename`
|
#### `/lp track <track> rename`
|
||||||
**Permission**: luckperms.track.rename
|
**Permission**: luckperms.track.rename
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<new name>` - the new name for the track
|
* `<new name>` - the new name for the track
|
||||||
@@ -633,7 +633,7 @@ ___
|
|||||||
Changes a track's name.
|
Changes a track's name.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms track <track> clone`
|
#### `/lp track <track> clone`
|
||||||
**Permission**: luckperms.track.clone
|
**Permission**: luckperms.track.clone
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<new name>` - the name of the clone
|
* `<new name>` - the name of the clone
|
||||||
@@ -644,7 +644,7 @@ ___
|
|||||||
|
|
||||||
### Log (/lp log ...)
|
### Log (/lp log ...)
|
||||||
___
|
___
|
||||||
#### `/perms log recent`
|
#### `/lp log recent`
|
||||||
**Permission**: luckperms.log.recent
|
**Permission**: luckperms.log.recent
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `[user]` - the name/uuid of the user to filter by
|
* `[user]` - the name/uuid of the user to filter by
|
||||||
@@ -653,7 +653,7 @@ ___
|
|||||||
Shows a list of recent actions.
|
Shows a list of recent actions.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms log search`
|
#### `/lp log search`
|
||||||
**Permission**: luckperms.log.search
|
**Permission**: luckperms.log.search
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<query>` - the query to search for
|
* `<query>` - the query to search for
|
||||||
@@ -662,7 +662,7 @@ ___
|
|||||||
Searches for log entries matching the given query.
|
Searches for log entries matching the given query.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms log notify`
|
#### `/lp log notify`
|
||||||
**Permission**: luckperms.log.notify
|
**Permission**: luckperms.log.notify
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `[on|off]` - whether to enable or disable
|
* `[on|off]` - whether to enable or disable
|
||||||
@@ -670,7 +670,7 @@ ___
|
|||||||
Toggles log notifications for the sender executing the command.
|
Toggles log notifications for the sender executing the command.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms log export`
|
#### `/lp log export`
|
||||||
**Permission**: luckperms.log.export
|
**Permission**: luckperms.log.export
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<file>` - the file to export to
|
* `<file>` - the file to export to
|
||||||
@@ -678,7 +678,7 @@ ___
|
|||||||
Exports the log to a list of commands, recognisable by the "/lp import" command. This feature should rarely be used, and use of "/lp export" is reccomended instead.
|
Exports the log to a list of commands, recognisable by the "/lp import" command. This feature should rarely be used, and use of "/lp export" is reccomended instead.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms log userhistory`
|
#### `/lp log userhistory`
|
||||||
**Permission**: luckperms.log.userhistory
|
**Permission**: luckperms.log.userhistory
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<user>` - the user to search for
|
* `<user>` - the user to search for
|
||||||
@@ -687,7 +687,7 @@ ___
|
|||||||
Searches for log entries acting upon the given user.
|
Searches for log entries acting upon the given user.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms log grouphistory`
|
#### `/lp log grouphistory`
|
||||||
**Permission**: luckperms.log.grouphistory
|
**Permission**: luckperms.log.grouphistory
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<group>` - the group to search for
|
* `<group>` - the group to search for
|
||||||
@@ -696,7 +696,7 @@ ___
|
|||||||
Searches for log entries acting upon the given group.
|
Searches for log entries acting upon the given group.
|
||||||
|
|
||||||
___
|
___
|
||||||
#### `/perms log trackhistory`
|
#### `/lp log trackhistory`
|
||||||
**Permission**: luckperms.log.trackhistory
|
**Permission**: luckperms.log.trackhistory
|
||||||
**Arguments**:
|
**Arguments**:
|
||||||
* `<track>` - the track to search for
|
* `<track>` - the track to search for
|
||||||
|
Reference in New Issue
Block a user