fixed a bug and added proper string arguments
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user