Skip to content

Commands & Permissions

Jean-Baptiste Lemée edited this page Aug 16, 2025 · 4 revisions

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

TL;DR

/op <User>
/luckperms user <User> permission set luckperms.* true
/lp group default permission set realeconomy.user.command.* true
/lp group default permission set realeconomy.admin.command.* false

User Commands

Pay

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

Permission: realeconomy.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: realeconomy.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: realeconomy.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 realeconomy. The base command has the aliases multieco, reco. For the sake of this wiki, I will be using the alias reco in the usage of the admin commands.

Help

Usage: /reco help

Permission: realeconomy.admin.help

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


Add

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

Permission: realeconomy.admin.add

Description: Adds money to players balance.


Remove

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

Permission: realeconomy.admin.remove

Description: Removes money from the player balance.


Set

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

Permission: realeconomy.admin.set

Description: Sets a player balance to a given value.


Clear

Usage: /reco clear <player> <currency>

Permission: realeconomy.admin.clear

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


Reload

Usage: /reco reload

Permission: realeconomy.admin.reload

Description: Reloads the mod.


Extra Permissions

Notify

Permission: realeconomy.admin.notify

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

Clone this wiki locally