main/Changelog

Version 1.61

  • fixed npe in bucket liquid placement

Version 1.6

  • Added ability for users with liquidcontrol.use permission to place flowing liquid if global or per world flow is turned off.

Version 1.5

  • A lot of internal code rewrites. Should improve efficiency.

Version 1.42

  • Fixed a bug in redstone liquid control routine. Was not stopping liquids correctly and could cause a block adjacent to water sources to be turned to air.

Version 1.41

  • Updated the Cardinal directions for liquid placement

Version 1.4

  • Added a database to keep track of liquids between server restarts
  • Added an option to the config to allow you to turn off the database feature.

Version 1.32

  • Minor changes to config file creation
  • Added in a special block config option for redstone. (Redstone controlled fuids now need to have the special block powered for flow to stop)

Version 1.31

  • Fixed an NPE in commands <facepalm moment>

Version 1.3

  • Added ability to stop fluid flow with redstone
  • Added config option to stop flow for entire server or for selected worlds
  • Bug fixes and some code reworking

Version 1.2

  • compiled with bukkit 1.2.5-R1.0 2149
  • added the ability to set the depth of a liquid being placed. The depth will remain set until a physics even acts upon the fluid
  • added bPermissions support and PermissionsEx support

Version 1.1

  • updated for bukkit 1818 / mc1.1 and new event scheme
  • respect event cancels from outside plugin

Version 1.0

  • First release

Version 0.1

  • test unrelease