Releases: NerdNu/SafeBuckets
Releases · NerdNu/SafeBuckets
v1.1.8
Version 1.1.8 Catch breakables
v1.1.7
Particles can now be turned on or off via config.yml
.
Adds support for different types of air blocks (e.g. Material.CAVE_AIR
and Material.VOID_AIR
in addition to Material.AIR
) which should hopefully address the seemingly sporadic failure of the plugin to stop player-placed water from flowing.
v1.1.5
Now handles waterlogged blocks correctly. Also updated to match ongoing WorldEdit and WorldGuard refactoring efforts.
1.1.2
1.1.2
1.1.1
Changes:
- WorldEdit 7 compatibility.
Plus (from 1.1.0):
- Update for 1.13, especially to comply with
Material
and block data changes. - Change storage and retrieval of liquid safety status to BlockStore via its API.
- Attempt to future-proof functionality for new liquids (
Liquid
) and frozen liquids (FrozenLiquid
). - Encapsulation changes.
- Clean up code to comply with current Nerd.nu code standards.
1.1.0
- Update for 1.13, especially to comply with
Material
and block data changes. - Change storage and retrieval of liquid safety status to BlockStore via its API.
- Attempt to future-proof functionality for new liquids (
Liquid
) and frozen liquids (FrozenLiquid
). - Encapsulation changes.
- Clean up code to comply with current Nerd.nu code standards.
Version 0.10.0 for Spigot 1.12
Update for Spigot 1.12 with BukkitEbean
0.9.1
0.9.0
- BUG FIX: Make unsafe buckets auto-refill in survival mode.
- BUG FIX: Don't let safe water that replaces snow under a block with a
non-zero data value flow as if unsafe. - The
/sb
command with no arguments now defaults to an unsafe water
bucket. - Require an empty main hand, or an empty bucket, water bucket or lava bucket
when giving the moderator a bucket with/sb
. Don't keep adding more buckets
to the moderator's inventory. - Document ALL THE THINGS!