Fix for rankup confirmation message still using rank config name and not display name
Added optional rank requirement as placeholder value. This can either be text type placeholder or value.
Code (Text):
PlaceholderRequirements:
- '%cmi_user_level%>=10;Get to level 10'
- '%cmi_user_homeamount%>=3;Get 3 homes'
- '%cmi_user_weather%==rainy;We like rain'
This will require you to provide placeholder we should look up, value it needs to be equal or higher than, and finally a custom short message we will be showing as rankup requirement. With text based placeholders use == while with numbers you can either use == or >= which will indicate that you either want placeholder to be exactly at this number in first case and alternatively it can be equal or higher than provided number
Improved speed for lastonline command and cleared out some of the empty lines from last pages
Added additional fail safe when it comes to players in custom worlds which could have been "teleported" to main world if players data got accessed before players world was loaded in.
Fix for issue with some plugins compatibility not being fully enabled
Fix for head command misbehaving in 1.20 servers. You will need latest CMILib for this
Sorted mob heads in mobhead GUI for convenience sake