Blacklist | You can now blacklist certain materials from being replaced when using the /se create command. If a material is blacklisted where an elevator is to be placed the command fails. To configure the blacklist please add the following to your config.yml file:
Code (YAML):
# The elevator will not be placed if the block is of a type defined in this list. (Comma-separated e.g. 'BEDROCK, STONE') createReplaceBlacklist: 'BEDROCK'
ChatColors | 1.16+ only. You can now use hex colors in any place you can use normal chat colors i.e. messages in the messages.yml and messages in the config.yml. This includes boss bars and action bars as well. The format is "&#XXXXXXYour message" where the X's represent a HEX color code. You can of course put the hex color codes anywhere in the message you want and as many as you need.