Haha I'm sorry, trying to fix the nickname minimal I reverted some code.......I did not mean to, corrected with a minimal update. The update to require a minimum length caused the color codes to stop being read as color codes and counting toward length limit...which is a bug I previously fixed already.
When setting a nickname the length check wasn't strict enough and ended up allowing setting a blank nickname when using /nick. Fixed - now requiring a minimum of three characters regardless of formatting.
A new permission has been added to allow bypassing this 3 character requirement in case desired.
If multi-enderchest was enabled but a user did not have access to the /ec command it was also preventing them from opening the base multi-enderchest page via the actual chest. Fixed.
Some players/owners might not want to utilize the custom multi-page enderchest system, taking that into consideration I added the option to disable its use into the config.yml via
"enable-multi-page-enderchest: false" or true to use it.
This feature was added to replace the need for a separate player vaults plugin. Some servers might not want this, now it can be disabled.
By default (for now) players enderchest are now double-chest sized inside. With correct permissions they can access /ec to open their chest on the go. Also permission based, you can extend players enderchests to multi-page enderchest. Admins with perms can open other players enderchest via /ecopen <playername>.
/repair /repairall or same with /fix /fixall, auto generated config.yml will contain the new information needed to set cooldown times. If you have any issues with anything please join the discord and let me know.
Adds in chat-formatting. /nick for nicknames, permission based prefix/suffix uses. and /chatcolor based on your own custom easy to define list via chatcolors.yml.
Important quick update before I continue creating more of the plugin, this update adds additional perms to prevent those with permissions to the base commands to use them on others for three of the commands. Now only those with an additional ossentials permission can set/use on others /fly, /flyspeed, /feed, otherwise only on themselves. My mistake.