Add 'allow-physics' setting in each bucket type. (Default enabled)
Code (YAML):
# Allow Physics means that the placed block will change (e.g. water/lava will flow) # If you set this to false, there may be issues with physics or changes to the generated blocks. allow-physics: true
Code (YAML):
water:
material: WATER
direction-list: - NORTH
- SOUTH
- EAST
- WEST
direction-mode: SINGLE
infinite-mode: false
allow-physics: true
infinite-price: 0.0
max-horizontal: 30
max-vertical: 2
item:
material: WATER_BUCKET
display-name: "<color:#FF0000>Bucket of Waters" lore: -
"<gray>Contains 30 blocks of water" -
"<gray>in a horizontal direction."