0

fixed a bug and added proper string arguments

This commit is contained in:
NEMESIS13cz
2016-08-20 19:25:30 +02:00
parent 2ebd064129
commit c0098fb61f
2 changed files with 41 additions and 5 deletions

View File

@@ -10,7 +10,6 @@ import com.nemez.cmdmgr.CommandManager;
public class CmdMgrTest extends JavaPlugin {
public void onEnable() {
CommandManager.debugHelpMenu = true;
CommandManager.registerCommand(new File("plugins/test.cmd"), this, this);
}