- Added ranks,prestiges
actionbar section
* animated actionbar, interval the time it takes to change to the next line , it works in server ticks [20 ticks = 1 second]
for example:
Code (YAML):
B:
actionbar:
interval
: 5
text
:
-
"&1You have ranked up to %prisonranksx_currentrank_name%"
-
"&2You have ranked up to %prisonranksx_currentrank_name%"
-
"&3You have ranked up to %prisonranksx_currentrank_name%"
* if you don't want it to be animated just put a one line, it will skip the interval option
- Improved Performance
* rankupmax now runs Asynchronously to prevent lag
* rank list gui, prestige list gui also runs Asynchronously to prevent lag
- Added Messages:
Code (YAML):
ranksgui-open
:
"&aOpening ranks gui..."
prestigesgui-open
:
"&cOpening prestige list gui..."
- Added Options:
Code (YAML):
rankupmax-broadcastlastrankonly
: true
rankupmax-msglastrankonly
: true
rankupmax-rankupmsglastrankonly
: true
- Added Placeholders:
* %prisonranksx_progress_double%
* %prisonranksx_percentage_nolimit% | if you want the percentage to go over 9000 or something
- Fixed the first 3 default ranks shows in rank list even if you deleted them.
- Fixed other bugs.