๐Ÿ’ฐ Economy

Root commands: /eco, /givemoney, /takemoney
Worlds: Spawn, Overworld, Underworld-A, Underworld-B, Pit
Access Level: Admin

To modify a player's economy (money), there are two main systems:

  • Essentials Economy (/eco take, /eco give, /eco set, /eco reset)
  • Custom Economy (/givemoney, /takemoney)

The only significant difference between the two systems is that Essentials Economy commands will not notify the player that their economy balance was modified, whereas Custom Economy commands will notify the player that their economy balance was modified.

Essentials Economy

Essentials Economy commands are easy to use:

  • Take Money: /eco take <player> <amount>
  • Give Money: /eco give <player> <amount>
  • Set Balance: /eco set <player> <amount>
  • Reset Balance: /eco reset <player>

Keep in mind that this does not notify the user in any way. If you want the user to be notified, please see the next section.

Custom Economy

Custom Economy commands are very simple as well:

  • Take Money: /takemoney <player> <amount>
  • Give Money: /givemoney <player> <amount>

Keep in mind that this does notify the user. If you do not want the user to be notified, see the previous section.