This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
When using the "/mycmd-runas" console command with custom commands made with My Command, I always get an 'Unknown command. Type "/help" for help.' error message.
Commands work when typing them in to the console but not with the runas command (or when calling them from other custom commands).
Using Paper Spigot with version 1.15.2 and the latest version of MyCommand (v5.6.5)
I second this issue.
When embedding custom commands within other custom commands, I'm unable to make a RUN_CONSOLE command run another of the same type. All I'm greeted with is an unknown command error.
Now that I think about it, registering the commands in question may fix the issue. Just add register: true to those commands.
To post a comment, please login or register a new account.