You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
- Author ArteffCods
- Creation date
- Updated to Spigot 1.21.4.
- Add 'allow-physics' setting in each bucket type. (Default enabled)
Spoiler: Format
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
Spoiler: Example
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."
- Update WorldGuard 7 Compatibility to Java 21.
- The base plugin still runs on Java 8.
- Update for Spigot API 1.21.3.
- Update to BlueSlimeCore v2.9.6.
- Adds support for Spigot/Paper 1.21.
- Fix issue with buckets still generating in safe/war zones of Faction plugins.
Fix issue with buckets that have direction mode 'ALL' still checking directions when placing.