- Added force-save option which saves player data upon a temp data update
- You can now enable or disable the save-on-leave option.
Code (YAML):
Options:
forcesave
: false
save-on-leave
: false
- Added expbar-progress option
Code (YAML):
Options
:
# don't enable if you use experience for another thing.
expbar-progress
: false
# expbar update time (10 ticks) (0.5 second)
expbar-progress-updater
: 10
# the placeholder must return a number from 0 to 100 ! otherwise it will not work properly
expbar-progress-format
:
"%prisonranksx_rankup
- Fixed async placeholderapi register for version 1.15.
- Fixed an exception gets thrown to the console when using save-on-leave when it wasn't configurable.
- Fixed issues that I forgot :O
- If your problem still not fixed please contact me.
- API:
~ Added canPrestige(Player player)
~ Added canRebirth(Player player)