mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 20:42:55 +00:00
Working on plot commenting... Can you do the DB stuff?
This commit is contained in:
parent
6a050f5287
commit
cfbf0086fa
9 changed files with 184 additions and 4 deletions
|
@ -24,6 +24,14 @@ public enum Command {
|
|||
// - /plot rate <number out of 10>
|
||||
// - /plot list <some parameter to list the most popular, and highest rated
|
||||
// plots>
|
||||
INBOX("inbox"),
|
||||
/**
|
||||
*
|
||||
*/
|
||||
COMMENT("comment", "msg"),
|
||||
/**
|
||||
*
|
||||
*/
|
||||
TRUSTED("trusted", "trust"),
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue