📒Economy Modes

How to setup each economy engine.

Item Setup (Default)

  1. Open the config.yml in OneStopShop and change the economy-mode key value to item

  2. Serialize your desired economy item with /shop item serialize and input that under the economy-item key in the config.yml.

  3. Restart server.

Vault Setup

  1. Install Vault.

  2. Install a economy handler like EssentialsX for Vault.

  3. Open the config.yml in OneStopShop and change economy-mode key value to vault

  4. Restart server.

You can also change the currency format in the lang.yml under the key currency_format. If you wanted it to be a emerald item economy you could do &a{0} Emeralds and that would update across the plugin.

Last updated