Some spelling fixes for customheads comment section.
Fix for missing locale for limited use items. "broken" items should fix their lore on first use.
Added new feedback message when interacting with bed and BedInteraction is set to false in config file, but player has cmi.bedhome permission node which will set player bed spawn location even during day time.
Fix related to books colors which was inserting &0. And in addition to this set default Colors->CleanUp->Books to true instead of false. As its better to clean books from color codes if user doesn't have access to that color then keeping it. Keep in mind that &0 will be cleared in any case as its been added automatically by server itself on book creation for each line, for some magical reason... (You are wizard Harry!)
New variable for specialized commands bperm:[value][@][?][#]! which will try to bypass base CMI command permission requirement. This means that player could perform heal command on himself without having cmi.command.heal permission node. As example: bperm:cmi.custom! cmi back when player performs this specialized command with custom alias, interactable commands, portals or anywhere else where you have specialized command handling, then he will be sent to his previous location, even tho player doesnt have access to /cmi back command itself. Keep in mind that this will not bypass subpermission requirements, like cmi.command.heal.others, as permission like this will be checked running command process. But at the end, this opens quite few new possibilities.
Added option to define relative teleport distance for tppos command. In example /cmi tppos ~0 ~1 ~0 will teleport 1 block up from your current position.
Now tppos will take targets look direction if its not defined in a command, for more fluid teleportations.