Small fix for NPE when trying to add lockedip while not providing one
Added BentoBox as softdepend to load after it, so we could recognize custom worlds when needed
Fix for issue introduced with latest build where 3rd party plugins could not create fake user accounts for economy utilization by using fake offlineplayer objects.
Fix for nameplates not being reaplied when returning from vanish mode
Added option to define different home name when setting it by interacting with bed block
New addition to specialized command to check by equality and relational operators. Possible ones are: > >= < <= == !=. Where > >= < <= used to compare 2 numbers and == != to comparate everything you want. So in example check:%cmi_user_name%==Zhax! cmi msg [playerName] hey can only be done by Zrips. Or it could be something like check:%player_deaths%>10! cmi msg [playerName] Stop dying! which will only get performed if player has more then 10 deaths.