prestige.yml


prestige-requirements:
  auto-on-eligible: true
  reset-on-prestige: true
  max-prestige: 150

  gui:
    currency:
      format-ok: "&#A7F3D0{amount} {currency}"
      format-missing: "&#F87171{amount} {currency}"
      joiner: "\n"

  boost-per-level:
    essence: 0.25
    crop: 0.10
    xp: 0.20
    enchant-activation: 0.08

  levels:
    '1':
      hoe-level: 5
      requirements:
        - type: currency
          currency: vault
          amount: 5000
      rewards:
        - "[command] eco give {player} 500"
        - "[message] &aPrestige Level Up!"
    '2':
      hoe-level: 15
      rewards:
        - "[command] eco give {player} 1500"
        - "[message] &aPrestige Level Up!"

messages:
  actionbar: "&#A7F3D0+{xp} XP &#9CA3AF| &#6EE7F9+{essence} Essence &#9CA3AF| &#FDE68APrestige {prestige}"
  levelup-title:
    title: "&aPrestige Up!"
    subtitle: "&7You are now Prestige &e{prestige}"
    fade-in: 10
    stay: 40
    fade-out: 10
  levelup-sound: "ui.toast.challenge_complete"

version: "1"

Last updated