Send Items is a Stardew Valley mod which lets you send items to your other farmers (saved games) or other farmers from around the world (online friends).
Compatible with Stardew Valley 1.3.
Receiving the 5 stone in the mail...
- Install the latest version of SMAPI.
- Install this mod from Nexus mods.
- Run the game using SMAPI.
- Load a saved game.
- After your game loads, the SMAPI console will output your Friend Command so you can send it to others.
Note: If you have trouble reading or sending mail, try standing to the right of the letterbox before clicking on it. Sometimes clicking through the player doesn't work :(
- Right click on the letter box by your house (when no mail is waiting for you).
- Select the farmer you want to send to.
- Put an item (or stack) into the box.
- Click ok.
- The item is taken out of your inventory right away and the letter is scheduled for delivery
- Each in-game night mail is delivered to receipent
So when you go to sleep to save your game, the mail is actually sent to another farmer
Note: Please only hand out your friend code to people you trust to not abuse it.
- Run the game using SMAPI.
- Load a saved game.
- Copy your Friend Command from the SMAPI console.
It should appear in magenta automatically. Type insi_me
and press enter to see it at any time
- Run the game using SMAPI.
- Load a saved game.
- Type in
si_myfriends
and press enter.
- Ask your friend to send you their Friend Command.
Shown when you load the game or when you runsi_me
in the SMAPI console - Run the game using SMAPI.
- Load a saved game.
- Paste in the Friend Command from step 1.
This will be in the format ofsi_addfriend <id> <name> <farm name>
- Done! They will now show up as a farmer you can send to.
You have two options here:
- Run the game using SMAPI.
- Load a saved game.
- Type in
si_addlocalfarmers
and press enter.
This will add all local farmers (including yourself) as friends
Note: Only saved games that you've loaded since using Send Items mod will show up
- Run the game using SMAPI.
- Load a saved game.
- Type in
si_myfriends
and press enter to list the local farmers. - Pick a farmer (saved game) that you want to add.
- Type in
si_addfriend <id> <name> <farm name>
and press enter.
Replace<id> <name> <farm name>
with the details of the farmer you want to add
Again, you have two options here:
- Run the game using SMAPI.
- Load a saved game.
- Type in
si_removeallfriends
and press enter.
- Run the game using SMAPI.
- Load a saved game.
- Type in
si_removefriend <id>
and press enter.
Replace<id>
with the id of the farmer you want to delete
See Send Items API
The mod will work fine out of the box, but you can tweak its settings by editing the config.json
file if you want. These are the available settings:
setting | what it affects |
---|---|
CheckForUpdates |
Default true . Whether the mod should check for a newer version when you load the game. If a new version is available, you'll see a small message at the bottom of the screen for a few seconds. This doesn't affect the load time even if your connection is offline or slow, because it happens in the background. |
ApiUrl |
Default http://senditemsapi.azurewebsites.net/api . The URL to the web api. This allows you to send items to friends online. If you want to run completely local only then just remove this setting from the config file. |
See release notes.