Fixed Bugs & Added an option to override other commands
Fixed bugs:
- Not checking for subcommands permission on executing.
- Plugin throwing an error if PlaceHolderAPI is not enabled/installed.
- Putting an alias that is the same as the command label will make the command not work, it will now remove this alias and log a warn.
New Features:
- Added an option in config.yml (Override_Other_Commands), that if set to true the plugin will reload and re-register commands after 5 seconds of server startup, overriding any other plugin commands.
- Now you can use the '!wait' feature/method in replyMessagess where previously you could only use it in ExecuteCommands.
- Moved the players.json to it's own folder so files can be more organaized.