0

player/console definition and on-the-fly commands

This commit is contained in:
NEMESIS13cz
2016-08-06 18:32:20 +02:00
parent 4c49adc127
commit 36c54e159f
8 changed files with 142 additions and 34 deletions

View File

@@ -2,6 +2,6 @@ package com.nemez.cmdmgr.util;
public enum Property {
NONE, PERMISSION, HELP, EXECUTE;
NONE, PERMISSION, HELP, EXECUTE, TYPE;
}