mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 05:23:01 +00:00
Added trusted users
This commit is contained in:
parent
3a653c2dea
commit
56537dcafc
12 changed files with 367 additions and 23 deletions
|
@ -26,6 +26,14 @@ public enum Command {
|
|||
// (Rating system) (ratings can be stored as the average, and number of ratings)
|
||||
// - /plot rate <number out of 10>
|
||||
// - /plot list <some parameter to list the most popular, and highest rated plots>
|
||||
TRUSTED("trusted","trust"),
|
||||
/**
|
||||
*
|
||||
*/
|
||||
COPY("copy"),
|
||||
/**
|
||||
*
|
||||
*/
|
||||
KICK("kick","k"),
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue