exp yml - goflishMC/fabled-temp GitHub Wiki

๐Ÿ“ˆ exp.yml

The exp.yml file defines experience requirements per level and how much XP players gain from various sources.

File location:

/plugins/Fabled/exp.yml

๐Ÿงฎ Level Curve

leveling:

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).


๐ŸŽฏ XP Sources

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>

๐Ÿ”— Related Pages

โš ๏ธ **GitHub.com Fallback** โš ๏ธ