Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # prestiges.yml
- I:
- display-name: "&bPrestige I"
- next-prestige: II
- vault-cost: 500000
- multiplier: 1.1
- custom-costs:
- gems: 50
- messages:
- - ""
- - "&c➖ $%vault-cost%"
- - "&c➖ 50 &dGems"
- - "&7➠ &fYou are now %display-name%&f."
- - ""
- insufficient-funds:
- - ""
- - "&7➠ &fYou can't afford to prestige."
- - "&7• &fPrice: &a$%vault-cost%"
- - ""
- commands:
- - "lp user %player% parent set I"
- - "eco set %player% 0"
- II:
- display-name: "&bPrestige II"
- next-prestige: III
- vault-cost: 1000000
- multipliers:
- vault: 1.2
- gems: 1.1
- custom-costs:
- gems: 100
- messages:
- - ""
- - "&c➖ $%vault-cost%"
- - "&c➖ 100 &dGems"
- - "&7➠ &fYou are now %display-name%&f."
- - ""
- insufficient-funds:
- - ""
- - "&7➠ &fYou can't afford to prestige."
- - "&7• &fPrice: &a$%vault-cost% &f+ 100 &dGems"
- - ""
- commands:
- - "lp user %player% parent set I"
- - "eco set %player% 0"
- III:
- display-name: "&bPrestige III"
- next-prestige: IV
- vault-cost: 2500000
- multipliers:
- vault: 1.4
- gems: 1.2
- crystals: 1.1
- custom-costs:
- gems: 250
- messages:
- - ""
- - "&c➖ $%vault-cost%"
- - "&c➖ 250 &dGems"
- - "&7➠ &fYou are now %display-name%&f."
- - ""
- insufficient-funds:
- - ""
- - "&7➠ &fYou can't afford to prestige."
- - "&7• &fPrice: &a$%vault-cost% &f+ 100 &dGems"
- - ""
- commands:
- - "lp user %player% parent set I"
- - "eco set %player% 0"
- IV:
- display-name: "&bPrestige IV"
- next-prestige: V
- vault-cost: 5000000
- multipliers:
- vault: 1.5
- custom-costs:
- gems: 350
- messages:
- - ""
- - "&c➖ $%vault-cost%"
- - "&c➖ 350 &dGems"
- - "&7➠ &fYou are now %display-name%&f."
- - ""
- insufficient-funds:
- - ""
- - "&7➠ &fYou can't afford to prestige."
- - "&7• &fPrice: &a$%vault-cost% &f+ 100 &dGems"
- - ""
- commands:
- - "lp user %player% parent set I"
- - "eco set %player% 0"
- V:
- display-name: "&6Prestige V"
- last-prestige: true
- vault-cost: 10000000
- multipliers:
- vault: 1.75
- gems: 1.3
- crystals: 1.2
- custom-costs:
- gems: 500
- messages:
- - ""
- - "&c➖ $%vault-cost%"
- - "&c➖ 500 &dGems"
- - "&7➠ &fYou are now %display-name%&f."
- - ""
- insufficient-funds:
- - ""
- - "&7➠ &fYou can't afford to prestige."
- - "&7• &fPrice: &a$%vault-cost% &f+ 500 &dGems"
- - ""
- commands:
- - "lp user %player% parent set I"
- - "eco set %player% 0"
Advertisement
Add Comment
Please, Sign In to add comment