Résolu [Problème] Plugin dé à coudre

Sony-2

Architecte en herbe
17 Décembre 2012
605
59
135
27
Bonjour, j'ai un problème sur le nouveau plugin de dé à coudre https://www.spigotmc.org/resources/de-a-coudre.14635/ je créer l'arène /dac new dac1 sa me dit que l'arène à étais créer, je fait le lobby /dac dac1 setlobby, sa marche pas, je fait la piscine /dac dac1 setpool, sa ne marche pas non plus, sa me dit Command or arena not found (/dac help for help).:confused:
 
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
 
Tiens, c'est bizarre ça...
La réaction du plugin rentre totalement en contradiction avec ta config...
As-tu bien sauvegardé ta config ? As-tu reload le plugin ?
Si tout est bon, je ne peux que te conseiller de mettre à jour le plugin ou d'ouvrir un ticket support sur la page du plugin.

Cordialement