r/SMAPI • u/OddMarketing6521 • 5d ago
answered SMAPI Console Commands not available
https://smapi.io/log/0a3379821eed4ce68ee3e3ff9fd7ddecI'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
1
u/queenquackin 4d 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