Configuration
A friendly tour of the config files and the keys worth knowing.
All config files live in plugins/zEvolutiveTools/. Your comments and edits stay safe when the plugin updates, and /et reload applies your changes without a restart.
config.yml
This is the main settings file. Here are the keys, grouped by what they do.
Storage and language
Prop
Type
See Storage and Languages for more.
Display
Prop
Type
Economy
Prop
Type
Quests
Prop
Type
Leaderboard
Prop
Type
See Leaderboards for more.
Metrics
Prop
Type
The other files
The rest of the settings are split into their own files, each with its own page.
Messages
lang/<code>.yml holds every message. English (en_us.yml) is the source, and any missing line falls back to it. Set a line to an empty string to silence it. The prefix line is added to most chat messages.
styles.yml
Your color tokens and the default theme. Supports named tokens, hex shorthand, gradients, rainbows, and legacy codes. Every message runs through it.
tools/*.yml
One file per tool. pickaxe.yml has the full schema docs (earn list, enchant costs, effects). The others point back to it.
quests/*_quests.yml
One file per tool, holding its linear quest chain and its daily quest pool.
After editing any file, run /et reload and watch the console for parse warnings. A broken YAML file is the most common reason a setting does not take effect.