Bonjour j'ai un problème avec le EssentialsEco en fait je veux faire payer les commandes de mon serveur (de l'argent virtuel de iconomy) pour en eviter l'abus... J'ai configuré
comme ceci:
- Defines the balance with which new players begin. Defaults to 0.
starting-balance: 0
- worth-# defines the value of an item when it is sold to the server via /sell.
- These are now defined in worth.yml
- Defines the cost to use the given commands PER USE
- Some commands like /repair have sub-costs, check the wiki for more information.
command-costs:
# /kit tools costs $100 PER USE
# /home costs $30 PER USE
- Set this to a currency symbol you want to use.
currency-symbol: '$'
- Set the maximum amount of money a player can have
- The amount is always limited to 10 trillion because of the limitations of a java double
max-money: 10000000000000
- Set the minimum amount of money a player can have (must be above the negative of max-money).
- Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
min-money: -10000
- Enable this to log all interactions with trade/buy/sell signs and sell command
economy-log-enabled: false
à l'aide j'y arrive pas 