This is a sub-page of the main Command Usage page. Click here to go back.
Key things to remember from the main page:
- You use
/lpb
instead of/lp
when running the plugin on BungeeCord - You use
/lpv
instead of/lp
when running the plugin on Velocity - Required arguments are marked with angle brackets - e.g.
<required>
- Optional arguments are marked with square brackets - e.g.
[optional]
- If you want to include spaces in arguments, you must escape the argument with quotes - e.g.
" "
- /lp track <track>
info
- /lp track <track>
append
<group> - /lp track <track>
insert
<group> <position> - /lp track <track>
remove
<group> - /lp track <track>
clear
- /lp track <track>
rename
<new name> - /lp track <track>
clone
<name of clone>
Permission: luckperms.track.info
Displays the groups in the track.
Permission: luckperms.track.append
Arguments:
<group>
- the group to add
Adds a group onto the end of the track.
Permission: luckperms.track.insert
Arguments:
<group>
- the group to insert<position>
- the position to insert the group at
Inserts a group into a specific position within this track. A position of 1 would place it at the start of the track.
Permission: luckperms.track.remove
Arguments:
<group>
- the group to remove
Removes a group from the track.
Permission: luckperms.track.clear
Removes all groups from the track.
Permission: luckperms.track.rename
Arguments:
<new name>
- the new name for the track
Changes a track's name.
Permission: luckperms.track.clone
Arguments:
<new name>
- the name of the clone
Makes an exact copy of the track under a different name.