mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-12-01 07:03:43 +01:00
Updated Command Usage (markdown)
parent
e875091028
commit
3ed240e52a
@ -95,12 +95,12 @@ The alias used below (/lp) can be exchanged for any of the ones listed in the al
|
|||||||
* [`unsettemp` \<key\> [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-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#lp-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#lp-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#lp-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#lp-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#lp-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#lp-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#lp-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#lp-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#lp-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\> ...)
|
||||||
@ -575,7 +575,7 @@ ___
|
|||||||
**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
|
||||||
* `<prefix>` - the actual prefix string
|
* `[prefix]` - the actual prefix string
|
||||||
* `[server]` - the server to remove the prefix on (specify "global" for all servers)
|
* `[server]` - the server to remove the prefix on (specify "global" for all servers)
|
||||||
* `[world]` - the world to remove the prefix on
|
* `[world]` - the world to remove the prefix on
|
||||||
|
|
||||||
@ -586,7 +586,7 @@ ___
|
|||||||
**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
|
||||||
* `<suffix>` - the actual suffix string
|
* `[suffix]` - the actual suffix string
|
||||||
* `[server]` - the server to remove the suffix on (specify "global" for all servers)
|
* `[server]` - the server to remove the suffix on (specify "global" for all servers)
|
||||||
* `[world]` - the world to remove the suffix on
|
* `[world]` - the world to remove the suffix on
|
||||||
|
|
||||||
@ -621,7 +621,7 @@ ___
|
|||||||
**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
|
||||||
* `<prefix>` - the actual prefix string
|
* `[prefix]` - the actual prefix string
|
||||||
* `[server]` - the server to remove the prefix on (specify "global" for all servers)
|
* `[server]` - the server to remove the prefix on (specify "global" for all servers)
|
||||||
* `[world]` - the world to remove the prefix on
|
* `[world]` - the world to remove the prefix on
|
||||||
|
|
||||||
@ -632,7 +632,7 @@ ___
|
|||||||
**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
|
||||||
* `<suffix>` - the actual suffix string
|
* `[suffix]` - the actual suffix string
|
||||||
* `[server]` - the server to remove the suffix on (specify "global" for all servers)
|
* `[server]` - the server to remove the suffix on (specify "global" for all servers)
|
||||||
* `[world]` - the world to remove the suffix on
|
* `[world]` - the world to remove the suffix on
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user