Stardew Valley

File information

Last updated

Original upload

Created by

OFTS_CQM and Yuxuan

Uploaded by

OFTSCQM

Virus scan

Safe to use

About this mod

Do you like online shopping? This mod adds an online shopping service provided by Joja Market. You can buy whatever you want from the online market and they will be automatically delivered after a short time.

Requirements
Permissions and credits
Mirrors
Changelogs
ATTENTION:
sorry for everybody who downloaded version 0.1.0-beta.1. 
I uploaded the wrong file in that version. The file you downloaded is actually Json Asset instead of Joja Express. Their names are so similar so I uploaded the wrong one. Sorry again. Everyone who downloaded 0.1.0-beta.1 should download again. The one in Github is normal. 



This mod adds an online shop (provided by Joja) in game. 

Thanks Yuxuan for his ideas. He inspired me to make this mod. 

Install


How to use

The steps should be self-explanatory. 

You can either buy a JPad (joja pad) from joja mart to open it
or you can buy a Phone from Robin to open it .
You can also press "J" to open it, but default disabled since this way is a little bit too cheaty. 

If you have any questions, there is a button looks like "Help" after opening the menu. Click that button and it will show you everything. 

Here is a screenshot of what the help menu looks like:





Carriage Fee:
  • if you have a joja membership, 10%
  • if joja goes out of business, 50%
  • else, 30%


Compatibility
  • Works with Stardew Valley 1.6.6 on Linux/macOS/Windows.
  • Works in single player, and should be compatible to multiplayer-mode and split-screen but haven't been tested. 


API:

This mod adds an API that allows other mod to access Joja Express. The API file plus an example implementation can be found in the "Optional Files" category. 

Each methods (except  float getCurrentCarriageFee() and void openJojaExpressShoppingMenu()) will have three overloads, with one of them accept a dictionary of the qualified item id + stack as products to buy, one of them accept a dictionary of some ISalable + stack as products to buy, and one of them accept an IEnumerable of Items as products to buy. 


See also