UUID wrapper + commands

This commit is contained in:
boy0001 2014-12-28 23:55:02 +11:00
parent f8ca152300
commit 5d0bb50ea8
10 changed files with 617 additions and 3 deletions

View file

@ -36,10 +36,18 @@ public enum Command {
// (Rating system) (ratings can be stored as the average, and number of
// ratings)
// - /plot rate <number out of 10>
/**
*
*/
UNCLAIM("unclaim"),
/**
*
*/
UNCLAIM("unclaim"),
DEBUGROADREGEN("debugroadregen"),
/**
*
*/
DEBUGCLEAR("debugclear"),
/**
*
*/