Skip to content

Economy

DevTec edited this page May 5, 2020 · 2 revisions

For Economy, you need to instal Vault

Can I use another plugin for Economy?

Yes, you can! Our plugin will automatically detect other plugins with Economy and ServerControl's Economy will be automatically disabled. If automatic detection isn't working you can manually disable our Economy in config.yml

MultiEconomy

MultiEconomy is something like perWorldEconomy. In config.yml you can create Economy groups. For each Economy group, you can add world where the Economy group will be applied.

Example: you can create an independent economy for Survival and SkyBlock

Economy:
  MultiEconomy:
    Types:
      SkyBlock:
      - island_normal_world
      - island_nether_world
      - island_the_end_world
      Survival:
      - world_default
      - world_nether
      - world_the_end
      - spawn
    Use: true

Commands for MultiEconomy

You can also create and edit groups in-game!

  1. Creating group - /MultiEco Create
  2. Adding world - /MultiEco Add
  3. Removing the world - /MultiEco Remove

All available commands - /MultiEco

Clone this wiki locally