diff --git a/Command-Usage.md b/Command-Usage.md index 12f4967..334c579 100644 --- a/Command-Usage.md +++ b/Command-Usage.md @@ -95,12 +95,12 @@ The alias used below (/lp) can be exchanged for any of the ones listed in the al * [`unsettemp` \ [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-unsettemp) * [`addprefix` \ \ [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-addprefix) * [`addsuffix` \ \ [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-addsuffix) -* [`removeprefix` \ \ [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-removeprefix) -* [`removesuffix` \ \ [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-removesuffix) +* [`removeprefix` \ [prefix] [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-removeprefix) +* [`removesuffix` \ [suffix] [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-removesuffix) * [`addtempprefix` \ \ \ [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-addtempprefix) * [`addtempsuffix` \ \ \ [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-addtempsuffix) -* [`removetempprefix` \ \ [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-removetempprefix) -* [`removetempsuffix` \ \ [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-removetempsuffix) +* [`removetempprefix` \ [prefix] [server] [world]](https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-meta-removetempprefix) +* [`removetempsuffix` \ [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) ### Track (/lp track \ ...) @@ -575,7 +575,7 @@ ___ **Permission**: luckperms.user.meta.removeprefix or luckperms.group.meta.removeprefix **Arguments**: * `` - the priority to remove the prefix at -* `` - the actual prefix string +* `[prefix]` - the actual prefix string * `[server]` - the server to remove the prefix on (specify "global" for all servers) * `[world]` - the world to remove the prefix on @@ -586,7 +586,7 @@ ___ **Permission**: luckperms.user.meta.removesuffix or luckperms.group.meta.removesuffix **Arguments**: * `` - the priority to remove the suffix at -* `` - the actual suffix string +* `[suffix]` - the actual suffix string * `[server]` - the server to remove the suffix on (specify "global" for all servers) * `[world]` - the world to remove the suffix on @@ -621,7 +621,7 @@ ___ **Permission**: luckperms.user.meta.removetempprefix or luckperms.group.meta.removetempprefix **Arguments**: * `` - the priority to remove the prefix at -* `` - the actual prefix string +* `[prefix]` - the actual prefix string * `[server]` - the server to remove the prefix on (specify "global" for all servers) * `[world]` - the world to remove the prefix on @@ -632,7 +632,7 @@ ___ **Permission**: luckperms.user.meta.removetempsuffix or luckperms.group.meta.removetempsuffix **Arguments**: * `` - the priority to remove the suffix at -* `` - the actual suffix string +* `[suffix]` - the actual suffix string * `[server]` - the server to remove the suffix on (specify "global" for all servers) * `[world]` - the world to remove the suffix on