Skip to content

Commands & Permissions

bencrow11 edited this page Apr 30, 2023 · 2 revisions

MultiEconomy commands are split into two separate groups, user commands and admin commands.

User Commands

Pay

Usage: /pay <player> <amount> [currency]

Permission: multieconomy.user.command.pay

Description: Used for players to pay each other. If the currency is excluded, the default currency from the config is used.


Balance

Usage: /balance [player]

Aliases: bal

Permission: multieconomy.user.command.bal

Description: Used to check the balance of a player. If no player is specified, the command will get the balances of the player who ran the command.


BalanceTop

Usage: /balancetop [player]

Aliases: baltop

Permission: multieconomy.user.command.baltop

Description: Used to check the balance of a player. If no player is specified, the command will get the balances of the player who ran the command.


Admin Commands

All admin commands are prefixed with the mods base command multieconomy. The base command has the aliases multieco, meco. For the sake of this wiki, I will be using the alias meco in the usage of the admin commands.

Help

Usage: /meco help

Permission: multieconomy.admin.help

Description: Displays all the MultiEconomy commands. If the user doesn't have the permission given above, the command will only show player commands.


Add

Usage: /meco add <player> <currency> <amount>

Permission: multieconomy.admin.add

Description: Adds money to a players balance.


Remove

Usage: /meco remove <player> <currency> <amount>

Permission: multieconomy.admin.remove

Description: Removes money from a players balance.


Set

Usage: /meco set <player> <currency> <amount>

Permission: multieconomy.admin.set

Description: Sets a players balance to a given value.


Clear

Usage: /meco clear <player> <currency>

Permission: multieconomy.admin.clear

Description: Wipes a players balance, essentially setting it to 0.


Reload

Usage: /meco reload

Permission: multieconomy.admin.reload

Description: Reloads the mod.


Extra Permissions

Notify

Permission: multieconomy.admin.notify

Description: Notifies the user on login of any errors from the mod.

Clone this wiki locally