Changed the option to modify the balance of players from online players to registered players in the database. This option only works with add, set, remove and booster (doesn't work with addall, setall,...).
If MySQL is used a new column is added, so it is necessary to add column-player in config.yml in each table.
- You will have to add the permission for the cheque command in the Permissions section
Code (YAML):
permission-economy-cheque: <permission>
- You need to add the messages of the command to the Messages section
Code (YAML):
Cheque:
economy-cheque-incorrect: '&cUse
: /
%economy_name% cheque <amount>' economy-cheque: '&c&l
%economy_name% &8> &7You created a check of &c%amount% &7Krans'
economy-cheque-claimed: '&c&l
%economy_name% &8> &7You claimed a cheque of &c
%amount% &7Krans' economy-inv-empty: '&c&l
%economy_name% &8> &7You have no space in your inventory.'
Added boosters (Boosters only work with the commands add and addall) [Command for Admins]