Plugin [RacesAndClasse] et [McMMO]

  • Auteur de la discussion Auteur de la discussion laxus77
  • Date de début Date de début

laxus77

Massacreur de Mouton
14 Décembre 2013
44
2
23
31
Bonjour a tous
en configurant c'est 2 plugins , qui fonctionne ensembles, je reçoit un erreur dans mes log qui est :

CONSOLE:
[INFO] DONE!
13:36:35
RacesAndClasses]Doing:
some YML file flushing. This can take a while.
13:36:35
RacesAndClasses]YML:
file flushing done.
13:36:35
CONSOLE:
ERROR]: [RacesAndClasses]Could not compile your MCMMO Level String. Please fix it!
13:36:35
CONSOLE:
ERROR]: [RacesAndClasses]Stacktrace in error.log!
13:36:35
RacesAndClasses:
WARNING: The value for the Level Generation String could not be parsed! change: level.mapExpPerLevelCalculationString
13:36:35
CONSOLE:
ERROR]: [RacesAndClasses]Could not compile your MCMMO Level String. Please fix it!
13:36:35
CONSOLE:
ERROR]: [RacesAndClasses]Stacktrace in error.log!
13:36:35
RacesAndClasses:
WARNING: The value for the Level Generation String could not be parsed! change: level.mapExpPerLevelCalculationString
13:36:35
CONSOLE:
ERROR]: [RacesAndClasses]Could not compile your MCMMO Level String. Please fix it!
13:36:35
CONSOLE:
ERROR]: [RacesAndClasses]Stacktrace in error.log!
13:36:35
RacesAndClasses:
WARNING: The value for the Level Generation String could not be parsed! change: level.mapExpPerLevelCalculationString

Dans ma config :
level_mapExpPerLevelCalculationString: '{Swords} + {Taming} + {Acrobatics} + {Unarmed} + {Mining} + {Archery} + {Axes} + {Repair} + {Fishing} + {Alchemy} * 0.1'

La syntaxe étant bien respecté je ne parviens pas a résoudre le problème même après avoir farfouillé sur internet !
Si quelqu'un c'est comment m'aidé ce serrait génial :)
Merci d’avance
laxus77
 
Merci de m'avoir répondu magicrafT
J'ai supprimé le Config.yml et reconfiguré le fichier mais cela n'a rien changé =(

Voici la parti du fichier que je n'arrive pas a configuré :

##########
#LEVELING#
##########

# This is the Generator Polynome of the Level calculation.
# String: a string representing a polynome
# {level} will be replaced by the level of calculation.
# If mcmmo is used as Level System, the Calculation will use McMMO skills.
# The Skill name has to be written in {} eg. {digging}.
# A valid calculator would be: '{digging} + {excavation} \ 20'
# default: '{level} * {level} * {level} * 1000'
# By default, the the next level needs (level^3) * 1000 exp.
level_mapExpPerLevelCalculationString: '{Swords} + {Taming} + {Acrobatics} + {Unarmed} + {Mining} + {Archery} + {Axes} + {Repair} + {Fishing} + {Alchemy} * 0.1'

# This tells the Plugin which level system to use.
# It can use one of the following:.
# - RaC: Races and Classes leveling System (currently not usable).
# - MC: Minecraft Levels.
# - SkillAPI: Leveling System from SkillAPI.
# - mcMMO: Leveling System from McMMO. also check for the calculation String above.
# String: RaC or MC or SkillAPI or MCMMO
# default: true
level_useLevelSystem: MCMMO