Added 1.13x support for the plugin (Requested by Onyx#2196 via Discord).
Removed some unused code.
Recoded the blockBlacklist for the levels. This wasn't working when you had "blockBlacklistAsWhitelist" set to true.This should now work.
blacklist blocks can be added like this:
Code (Text):
# If you can stand on all blocks except these
blacklistBlocks:
- STONE
- GRASS
Code (Text):
# If you can ONLY stand on these blocks
blockBlacklistAsWhitelist: true
blacklistBlocks:
- STONE
- GRASS
Has to be set in the levels.yml
NOTE: When you are using 1.13, you can either do RED_WOOL:0 or RED_WOOL. The data (0) will be ignored by the plugin.