Greetings!
Other plugins (like MythicMobs) can't execute custom commands created in Denizen.
Example: I created "customcmd" command:
on customcmd command:
execute as_server "broadcast TEST"
determine fulfilled
When I run the command from chat or console it works perfectly. But when I try to run the command via MythicMobs event (raduiscmd), nothing happens. It just says "Unknown command" in console and doesn't even start a dCommand event. The same thing happens with any other plugin trying to execute Denizen command.
Greetings! Other plugins (like MythicMobs) can't execute custom commands created in Denizen. Example: I created "customcmd" command: on customcmd command: