Every MD Commands break if another plugin registers same command as MD
If there is another plugin installed that registers a same command that MD registers, every MD commands break. The command doesn't even have to be "properly" registered with the Bukkit API - as long as it is in plugin.yml, this bug occurs. When this happens, typing any MD command does nothing. It doesn't even send any failure messages or generate any errors in console.
To reproduce:
- Create a blank plugin. Place this in plugin.yml:
commands:
dungeon:
usage: /<command>
- Install the plugin along with MythicDungeons.
- Every MD commands are broken.