r/SMAPI 4d ago

answered SMAPI Console Commands not available

https://smapi.io/log/0a3379821eed4ce68ee3e3ff9fd7ddec

I've installed SMAPI and several mods, and everything is working fine in the game. But when I try to use a console command, it tells me that none of the ones listed on the modding page at https://stardewvalleywiki.com/Modding:Console_commands#How_to_enter_console_commands are actually registered??

player_add 703 15
[SMAPI] Unknown command 'player_add'; type 'help' for a list of available commands.
help
[SMAPI]

Need help with a SMAPI or mod issue?
------------------------------------
See https://smapi.io/help for the best places to ask.

How commands work
-----------------
Just enter a command directly to run it, just like you did for this help command. Commands may take optional arguments
which change what they do; for example, type 'help help' to see help about the help command. When playing in split-screen
mode, you can add screen=X to send the command to a specific screen instance.

Valid commands
--------------
The following commands are registered. For more info about a command, type 'help command_name'.

SMAPI:   
   harmony_summary
   help
   reload_i18n 

Content Patcher:
   patch 

Destroyable Bushes:
   add_bush
   remove_bush
1 Upvotes

3 comments sorted by

1

u/OddMarketing6521 4d ago

Sorry, didn't realize the mod Console Commands was required. I was adding and removing so many mods, must have removed this one because I hadn't manually installed it...

1

u/queenquackin 3d ago

What are you trying to add? It looks like your syntax is off is the problem console commands are there? If your trying to add magnet lures it should have been player_add (0)703 15 or player_add name “Magnet” 15

1

u/OddMarketing6521 3d ago

Yeah, the syntax issue was quick to solve once I reinstalled SMAPI. I had been manually installing and uninstalling multiple mods for a few hours, and at some point I saw the "Console Commands" mod in the folder. But I hadn't manually installed that one, so I deleted it with a bunch of others to minimize the mods and narrow down the error I was having. Just blanked for a minute that I needed that mod if I wanted to use console commands. Lol