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