📒Economy Modes
How to setup each economy engine.
Item Setup (Default)
Open the
config.yml
in OneStopShop and change theeconomy-mode
key value toitem
Serialize your desired economy item with
/shop item serialize
and input that under theeconomy-item
key in theconfig.yml
.Restart server.
Vault Setup
Install Vault.
Install a economy handler like EssentialsX for Vault.
Open the
config.yml
in OneStopShop and changeeconomy-mode
key value tovault
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