Skip to content

prestiges.yml

Ján Kluka edited this page Jul 23, 2025 · 9 revisions
messages:
  no_permission: '&e&l(!) &fYou do not have a permission to do that!'
  prestige_up: '&e&lRANKUP &8» &fCongratulations, you prestiged up to &f%Prestige%'
  not_enough_currency_prestige: '&e&lRANKUP &8» &fYou don''t have enough money to prestige.
    You need &e$%cost%.'
  last_prestige: '&e&lRANKUP &8» &fYou are at the last Prestige and have no more Prestiges.'
  not_last_rank: '&e&lRANKUP &8» &fYou must be last rank to prestige.'
  top_updating: '&e&lRANKUP &8»  &fcurrently updating...'
  prestige_set: '&e&lRANKUP &8» &fYou have set &e%player%''s &fprestige to &e%amount%'
  prestige_add: '&e&lRANKUP &8» &fYou have added &e%amount% &fprestige to  &e%player%'
  prestige_remove: '&e&lRANKUP &8» &fYou have removed %amount% prestige from &e%player%'
  max_prestige_started: '&e&lRANKUP &8» &fStarted /maxprestige. This might take a
    while...'
  max_prestige_done: '&e&lRANKUP &8» &fCongratulations, you''ve max prestiged from
    &e%start_prestige% &fto &e%prestige%&f.'
# Interval in minutes for saving player data into database
player_data_save_interval: 10
# Should we reset player rank after he prestiges ?
reset_rank_after_prestige: false
# Amount of players displayed in top lists
top_players_amount: 10
# Currency this module works with (eg. money, Tokens, Gems)
currency: "money"
prestige-top-format:
  - '&e&m-------&f&m-------&e&m--------&f&m--------&e&m--------&f&m-------&e&m-------'
  - '&e&lPRESTIGE TOP'
  - '{FOR_EACH_PLAYER} &f&l#%position%. &e%player% &8» &f%prestige% Prestige'
  - '&e&m-------&f&m-------&e&m--------&f&m--------&e&m--------&f&m-------&e&m-------'
# Infinite prestiges settings
unlimited_prestiges:
  # Should we enable infinite prestiges ?
  enabled: false
  # Top limit of prestige
  max_prestige: 1000000
  # Initial cost of prestige
  prestige_cost: 1000000
  # Increasing cost of prestige
  increase_cost:
    enabled: true
    increase_cost_by: 1.25
  # Prestige prefix
  prefix: '&2&lP%prestige%'
  # Rewarding players after each prestige
  rewards-per-prestige:
    enabled: false
    # Commands to be exectured
    rewards:
      - 'money give %player% 1'
  # Rewarding players on different prestiges
  rewards:
    10:
      - 'money give %player% 10'
    100:
      - 'money give %player% 100'
    1000:
      - 'money give %player% 1000'
    10000:
      - 'money give %player% 10000'
# Manual prestige settings
Prestige:
  '0':
    # Prestige prefix
    Prefix: '&f&lP0'
  '1':
    # Prestige prefix
    Prefix: '&2&lP1'
    # Prestige cost
    Cost: 30000000000
    # Commands to run when player reaches this prestige
    CMD:
      - tokens give 25000 %player%
      - broadcast &e&l*&2&l*&e&l* &f%player%&7 has just prestiged to &8[%Prestige%&8]
        &e&l*&2&l*&e&l*

XPrison Logo

General

Modules

Default Configs

Enchant Configs — Passive

Enchant Configs — Currency Rewards

Enchant Configs — Key & Item Rewards

Enchant Configs — Area of Effect

Enchant Configs — Multipliers

Enchant Configs — Templates

Enchant Configs — Addons

Addons

Support

For Developers

Others

Clone this wiki locally