Added plot unlinking

This commit is contained in:
boy0001 2014-09-26 14:17:52 +10:00
parent c6859a5d50
commit ccb2e32c58
5 changed files with 67 additions and 3 deletions

View file

@ -34,6 +34,10 @@ public enum Command {
/**
*
*/
UNLINK("unlink", "u"),
/**
*
*/
CLEAR("clear", "clear", new CommandPermission("plots.clear")),
/**
*