Created Tracks (markdown)

Luck 2016-09-16 17:16:45 +01:00
parent a4eac28045
commit 935e363148

28
Tracks.md Normal file

@ -0,0 +1,28 @@
LuckPerms has it's own (somewhat) unique track system, although the majority of other permissions plugins also have something similar.
Think of a Track as a "ladder" or "promotion route".
### Example 1
I might have a track called "staff". This track would consist the groups:
**default :arrow_right: helper :arrow_right: mod :arrow_right: admin**
I can then use this track to promote or demote users.
For example, if "Notch" was in the helper group, and I wanted to make him mod, I would run:
`/luckperms user Notch promote staff`
### Example 2
I might have another track for donators, consisting of:
**default :arrow_right: iron :arrow_right: gold :arrow_right: diamond**
I could then promote users along this track each time they were to purchase a "rank upgrade", or whatever.
`/luckperms user Luck promote donator`
To promote someone backwards on a track, you just use the demote command.
## Creating a Track
Just run `/luckperms createtrack <name>`, followed by `/luckperms track <name> append <group>` to add each of the groups. There are other commands available to help edit the track, which you can find on the Command Usage page.