Worlds can now be disabled for the use of VariableEnderChests
You can disable a world by modifying the following in your config.yml and replacing it with the name of any worlds you want to disable.
Code (YAML):
#Any worlds specified here will not have access to the Variable Ender Chest
#Players will not be able to access it via command OR block.
#Instead accessing blocks will open the default vanilla enderchest.
disabled-worlds
:
- 'some_world_here'
- 'some_world_here_nether'
- 'some_world_here_the_end'
Second feature. Apparently, I hadn't added support for hex codes so.... that's a thing now.
That's it for now
