-
Notifications
You must be signed in to change notification settings - Fork 2
Commands & Permissions
MultiEconomy commands are split into two separate groups, user commands and admin commands.
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.
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.
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.
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.
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.
Usage: /meco add <player> <currency> <amount>
Permission: multieconomy.admin.add
Description: Adds money to a players balance.
Usage: /meco remove <player> <currency> <amount>
Permission: multieconomy.admin.remove
Description: Removes money from a players balance.
Usage: /meco set <player> <currency> <amount>
Permission: multieconomy.admin.set
Description: Sets a players balance to a given value.
Usage: /meco clear <player> <currency>
Permission: multieconomy.admin.clear
Description: Wipes a players balance, essentially setting it to 0.
Usage: /meco reload
Permission: multieconomy.admin.reload
Description: Reloads the mod.
Permission: multieconomy.admin.notify
Description: Notifies the user on login of any errors from the mod.