Skip to content

Releases: NerdNu/SafeBuckets

v1.1.21

07 Oct 03:05
Compare
Choose a tag to compare
  • Bukkit API 1.14.4 compliance (recognise the new sign types).
  • Fix incompatibility with RecipeManager by making the custom glowing buckets fully comply with the API.
  • Fix flowing bubble columns with unsafe buckets and the /flow command.

v1.1.20

06 Oct 11:14
Compare
Choose a tag to compare

Per PR #18:

  1. A dispenser containing an empty bucket cannot pick up water from a waterlogged block.
  2. Bubble columns cannot be flowed / bubble columns do not form from a single flowed water source.

Still compiled against Bukkit 1.13.2 API.

v1.1.19

09 Mar 19:49
Compare
Choose a tag to compare

Bug fixes.

1.1.17

28 Feb 06:41
Compare
Choose a tag to compare
v1.1.17

v1.1.15

24 Jan 03:59
Compare
Choose a tag to compare

Added /sb safesel command and permission (safebuckets.safesel).

Some internal and Javadoc updates.

v1.1.14

23 Jan 19:52
Compare
Choose a tag to compare

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

21 Jan 19:32
Compare
Choose a tag to compare

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

13 Jan 02:05
Compare
Choose a tag to compare

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

10 Jan 04:02
Compare
Choose a tag to compare

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

09 Jan 04:44
Compare
Choose a tag to compare

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.