Coding Help Why my smapi terminal can't recognize my debug comands when I'm debugging with JetBrain's Ridder

DaDarlian

Newcomer
The condition likes this:
world_setminelevel 2
[SMAPI] Unknown command 'world_setminelevel'; type 'help' for a list of available commands.
debug zl 20
[SMAPI] Unknown command 'debug'; type 'help' for a list of available commands.

besides when I input 'help', only the following comands're shown:

The following commands are registered. For more info about a command, type 'help command_name'.
SMAPI:
harmony_summary
help
reload_i18n

The problem doesn't seem to be withSMAPI itself ,since when I launch my games with stardrop all comands above are right
 
Top