- Fixed possible bypass when clicking a block
- Added config option for blocks to ignore (e.g. ender chest)
Code (YAML):
# A list of blocks that will be ignored when Enderpearl Cooldown checks interaction # # Default: # - "ENDER_CHEST" # - "CHEST" # - "CRAFTING_TABLE" ignore interaction blocks: -
"ENDER_CHEST" -
"CHEST" -
"CRAFTING_TABLE"