Releases: NerdNu/SafeBuckets
v1.1.21
v1.1.20
v1.1.19
Bug fixes.
1.1.17
v1.1.17
v1.1.15
Added /sb safesel
command and permission (safebuckets.safesel
).
Some internal and Javadoc updates.
v1.1.14
Patch a vanilla exploit which allows players to reset the Ageable data of the topmost block of kelp of a kelp "tower," which effectively allowed for an infinitely tall kelp plant. The hard limit is 26 kelp. TODO: make configurable.
Add /sb safesel
command (and safebuckets.safesel
permission) which does the opposite of /sb flowsel
.
v1.1.13
Updates to config.yml
.
Allow FrostWalker-generated frosted ice to melt.
Ensure pending BlockStore changes aren't cancelled upon plugin disable (i.e. at restart). A big thank-you to Azumarill for testing and reporting this.
v1.1.11
Fix issue causing concrete powder to fail to convert to concrete when a water source was placed next to it. This added what could be a potentially expensive check (in proportion to the number of events) for adjacent concrete powder blocks during a water block's BlockPhysicsEvent
. This will be monitored. See the javadocs for the Util#findConcretePowder
method for more information on this issue.
Fix issue where emptying a bucket on an unsafe, flowing source would become marked as "safe" in BlockStore despite still flowing in the World, causing an effective desync between the stored vs actual state.
Added debug messages with a master toggle in config.yml
(debug: true
) which will be sent to any player with the safebuckets.debug
permission.
v1.1.10
Add config option to allow ice to melt and the resulting water made safe.
Fix bug causing liquid flows to fail the first time.
Add more block update checks to catch redstone updates, bubble column updates, etc.
EDIT: Load before Multiverse-Core.
v1.1.9
Re-adds inspector block tool whose material is configurable and defaults to Material.LAPIS_ORE
.
Adds command completion for /sb
and prevents the server from suggesting the names of online players as possible arguments to /flow
.