Non, c'est bon, j'ai mal taper la commande en faîte, mais j'ai un problème pour le système de récompense, quand un joueur gagne une partie sur mon serveur ils reçoivent 25$ au lieu de 100$.
La config :
# Version: DO NOT edit this
version: 1.1
# If you want the Plugin's logo to be displayed in front of every messages
introInFrontOfEveryMessage: true
# Currently available languages: "fr-FR", "en-US"
# You may make another YAML file with another language
# Simply put it in the LanguageFiles folder and write it's name here (without the ".yml")
language: fr-FR
# Autojoins the game when using the join GUI
autojoinJoinGui: true
# The countdown until a players starts the game and the first round starts.
# The players may still join the game during this countdown
countdownTime: 60
# The time before a player is considered idle and will be kicked
timeBeforePlayerTimeOut: 60
# Completely kicks a player out of the game when he gets idle
# true to kick the player out of the game
# false to only make him lose a life and switch to the next player
timeOutKick: true
# Can't have more players than colors or an error will occur (see below for the different colors)
minAmountOfPlayerPerGame: 2
maxAmountOfPlayerPerGame: 16
# After this much fails, the game will automaticly end
maxFailBeforeEnding: 10
# Must be above 54 or there will be inventory visual glitches
maxAmountOfArenas: 54
# Comment out the colors you don't want the players to chose
availableColors:
- WHITE
- ORANGE
- MAGENTA
- LIGHT_BLUE
- YELLOW
- LIME
- PINK
- GREY
- LIGHT_GREY
- CYAN
- PURPLE
- BLUE
- BROWN
- GREEN
- RED
- BLACK
# Requires Vault and an economy plugin
economyReward: true
# Choose the reward amounts depending on the values of your server's economy
minAmountReward: 100.0
maxAmountReward: 100.0
bonusCompletingArena: 50.0
# Choose if completing a challenge gives a money reward
challengeReward: true
challengeRewardFirstDaC: 10.0
challengeReward50DaC: 50.0
challengeReward500DaC: 500.0
challengeRewardFirstWin: 50.0
challengeReward10Wins: 300.0
challengeReward100Wins: 1000.0
challengeRewardFinishArenaFirstTime: 100.0
challengeReward8PlayersGame: 50.0
challengeRewardReachRound100: 75.0
#It will be a suprise, even to you

(unless you go check in the source code which would spoil the fun don't you think?)
hiddenChallengeReward: 100.0