Skip to content

Latest commit

 

History

History

SendItems

Send Items

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.

Sending 5 stone to myself... Animated sending example

Receiving the 5 stone in the mail... Animated receiving example

Contents

Installation

  1. Install the latest version of SMAPI.
  2. Install this mod from Nexus mods.
  3. Run the game using SMAPI.
  4. Load a saved game.
  5. After your game loads, the SMAPI console will output your Friend Command so you can send it to others.

Usage

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 :(

Sending items

  1. Right click on the letter box by your house (when no mail is waiting for you).
  2. Select the farmer you want to send to.
  3. Put an item (or stack) into the box.
  4. 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

Handing out your Friend Command

Note: Please only hand out your friend code to people you trust to not abuse it.

  1. Run the game using SMAPI.
  2. Load a saved game.
  3. Copy your Friend Command from the SMAPI console.
    It should appear in magenta automatically. Type in si_me and press enter to see it at any time

List your friends

  1. Run the game using SMAPI.
  2. Load a saved game.
  3. Type in si_myfriends and press enter.

Adding online farmers (friends)

  1. Ask your friend to send you their Friend Command.
    Shown when you load the game or when you run si_me in the SMAPI console
  2. Run the game using SMAPI.
  3. Load a saved game.
  4. Paste in the Friend Command from step 1.
    This will be in the format of si_addfriend <id> <name> <farm name>
  5. Done! They will now show up as a farmer you can send to.

Adding local farmers (local saved games)

You have two options here:

Big Bang add

  1. Run the game using SMAPI.
  2. Load a saved game.
  3. 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

One at a time add

  1. Run the game using SMAPI.
  2. Load a saved game.
  3. Type in si_myfriends and press enter to list the local farmers.
  4. Pick a farmer (saved game) that you want to add.
  5. 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

Deleting farmers (friends or local saved games)

Again, you have two options here:

Big Bang delete

  1. Run the game using SMAPI.
  2. Load a saved game.
  3. Type in si_removeallfriends and press enter.

One at a time delete

  1. Run the game using SMAPI.
  2. Load a saved game.
  3. Type in si_removefriend <id> and press enter.
    Replace <id> with the id of the farmer you want to delete

Running the server locally

See Send Items API

Configuration

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.

Versions

See release notes.

See also