- Fixed GUIs custom section gets regenerated to default if changed or breaks the config if it's empty ((custom: {}))
- Fixed GUI commands being executed to the latest player who opened the gui
- Fixed prestige error when you are at the latest prestige
- Fixed autoprestige & autorankup sends a lot of messages when they are used together.
- Added actionbar-progress look for its settings in config.yml under Options (You don't need to remove the config file it will be added automatically)
Code (YAML):
Options
:
# actionbar that shows your current progress to the next stage. that appear above your hotbar.
actionbar-progress
: true
# show actionbar progress only while holding a diamond pickaxe?
actionbar-progress-only-pickaxe
: true
# basically placeholderapi placeholders.
actionbar-progress-format
: '
%prisonranksx_rankup_progress% &e%prisonranksx_rankup_percentage%'
# update time in ticks (20 ticks = 1 second), (40 ticks = 2 seconds).
actionbar-progress-updater
: 40
- Added custom cost increase expression calculator for both prestige and rebirth to make your own math expression. (this is the default expression)
Code (YAML):
PrestigeOptions
:
# placeholders: {rankcost}, {prestigenumber}, {cost_increase}
cost_increase_expression
: '
{cost_increase
} *
(
{rankcost
} / 100
)'
- Added
/topprestiges, /toprebirths commands. you must delete your old commands.yml for them to generate. you can edit them on messages.yml:
Code (YAML):
top-prestiges
:
- '
[header
]&7- &e&oTop &6&oPrestiges &7-'
- '&81
:
&e%name1% &8- &3
%value1%'
- '&82
:
&e%name2% &8- &3
%value2%'
- '&83
:
&e%name3% &8- &3
%value3%'
- '&84
:
&e%name4% &8- &3
%value4%'
- '&85
:
&e%name5% &8- &3
%value5%'
- '&86
:
&e%name6% &8- &3
%value6%'
- '&87
:
&e%name7% &8- &3
%value7%'
- '&88
:
&e%name8% &8- &3
%value8%'
- '&89
:
&e%name9% &8- &3
%value9%'
- '&810
:
&e%name10% &8- &3
%value10%'
- '[footer]&6Page
:
&e&o<%currentpage%/%totalpages%>'
top-prestiges-last-page-reached
: '&e&oThere are only &6&o
%page% &e&opage(s).'
top-rebirths
:
- '
[header
]&7- &c&oTop &4&oRebirths &7-'
- '&81
:
&c%name1% &8- &3
%value1%'
- '&82
:
&c%name2% &8- &3
%value2%'
- '&83
:
&c%name3% &8- &3
%value3%'
- '&84
:
&c%name4% &8- &3
%value4%'
- '&85
:
&c%name5% &8- &3
%value5%'
- '&86
:
&c%name6% &8- &3
%value6%'
- '&87
:
&c%name7% &8- &3
%value7%'
- '&88
:
&c%name8% &8- &3
%value8%'
- '&89
:
&c%name9% &8- &3
%value9%'
- '&810
:
&c%name10% &8- &3
%value10%'
- '[footer]&4Page
:
&c&o<%currentpage%/%totalpages%>'
top-rebirths-last-page-reached
: '&c&oThere are only &4&o
%page% &c&opage(s).'
والسلام عليكم