This update requires config.yml and messages.yml to be regenerated OR to add this lines to the existing ones
Config.yml
Code (YAML):
avoid-block-types: # Block types that airdrops cannot spawn on top of. (Block ID list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) - WATER
#- TNT
Added:
Avoided block types for the airdrop to spawn on top of.
Removed:
check-water-blocks because its functionality can be replicated with the new avoid-block-types.