forked from alkarinv/BattleArena
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Investigated dynamic cmds via Bukkit commandMap.
alkarinv#306 CommandController modified line 38: You will need to disable the security manager to use dynamic commands APIRegistrationController added line 103: "[BattleArena] Now registering command " + wantedCommand + " dynamically with Bukkit commandMap." Basically, users are creating custom competitions via *Config.yml files. And their commands are not being registered. The fact is that dynamic command registration via the Bukkit commandMap is working. It appears that BattleArena is loading SOME of these custom competitions, but not loading others... So I have to look into WHY it's loading some, but not all. I suspect the problem will most likely be a mis-configuration.
- Loading branch information
Showing
2 changed files
with
37 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters