exp yml - goflishMC/fabled-temp GitHub Wiki
The exp.yml
file defines experience requirements per level and how much XP players gain from various sources.
File location:
/plugins/Fabled/exp.yml
Maps each level to its required XP.
leveling:
1: 0
2: 100
3: 300
4: 600
5: 1000
...
You can define XP all the way up to your serverโs maximum level (as set in config.yml
).
sources:
mobs: true
blocks: false
exp-orbs: true
commands: true
-
mobs
: Gain XP from killing mobs -
blocks
: Gain XP from breaking blocks (e.g., mining) -
exp-orbs
: Collecting vanilla XP orbs contributes to Fabled XP -
commands
: XP can be granted with/class exp <amount>