70 lines
2.8 KiB
YAML
70 lines
2.8 KiB
YAML
messages:
|
|
no_permission: "&c&l(!) &fYou do not have a permission to do that!"
|
|
prestige_up: '&e&lPRESTIGE &8» &7Congratulations, you prestiged up to &f%Prestige%'
|
|
not_enough_money_prestige: '&e&lPRESTIGE &8» &7You don''t have enough money to prestige. You need &a$%cost%.'
|
|
not_enough_tokens_prestige: '&e&lPRESTIGE &8» &7You don''t have enough money to prestige. You need %cost% Tokens.'
|
|
last_prestige: '&e&lPRESTIGE &8» &7You are at the last Prestige and have no more Prestiges.'
|
|
not_last_rank: '&e&lPRESTIGE &8» &7You must be last rank to prestige.'
|
|
top_updating: "&c&lLeaderboard is currently updating..."
|
|
prestige_set: "&e&lPRESTIGE &8» &7You have set %player%'s prestige to %amount%"
|
|
prestige_add: "&e&lPRESTIGE &8» &7You have added %amount% prestige to %player%"
|
|
prestige_remove: "&e&lPRESTIGE &8» &7You have removed %amount% prestige from %player%"
|
|
max_prestige_started: "&e&lPRESTIGE &8» &7Started /maxprestige. This might take a while..."
|
|
max_prestige_done: "&e&lPRESTIGE &8» &7Congratulations, you've max prestiged from &cP%start_prestige% &7to &cP%prestige%&7."
|
|
# Interval in minutes for saving player data into database
|
|
player_data_save_interval: 5
|
|
# Should we use tokens as a currency for prestiges ?
|
|
use_tokens_currency: false
|
|
# Should we reset player rank after he prestiges ?
|
|
reset_rank_after_prestige: false
|
|
# Amount of players displayed in top lists
|
|
top_players_amount: 10
|
|
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» &7%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:
|
|
- 'eco give %player% 1'
|
|
# Rewarding players on different prestiges
|
|
rewards:
|
|
10:
|
|
- 'eco give %player% 10'
|
|
100:
|
|
- 'eco give %player% 100'
|
|
1000:
|
|
- 'eco give %player% 1000'
|
|
10000:
|
|
- 'eco 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 &a&l*&2&l*&a&l* &f%player%&7 has just prestiged to &8[%Prestige%&8] &a&l*&2&l*&a&l* |