Skip to content

Releases: workonfire/BucikGenerators

BucikGenerators 1.3.1

28 Sep 01:47
Compare
Choose a tag to compare

This is the FINAL release of BucikGenerators. No support will be offered from now on.

Changelog

  • Fixed a bug where Minecraft versions newer than 1.16 were detected as lower than 1.13.
  • Removed Metrics

BucikGenerators 1.3.0

22 Apr 21:37
Compare
Choose a tag to compare

Changelog

  • Added two permissions for setting per-player generator break cooldown and mining tool durability (if it's enabled).
    Example:
    break-cooldown-permission: "bucik.generators.normal.cooldown" # The base permission. Not neccessary, but use it like:
    # bucik.generators.normal.cooldown.50 - will set 50 ticks to per-player generator cooldown
      permission: "bucik.generators.normal.pickaxe-durability" # The base permission for pickaxe durability
      # Optional too, use it like: bucik.generators.normal.pickaxe-durability.150 - similar to the above one

So, you can assign base.permission.number to a player.

BucikGenerators 1.2.9

24 Feb 12:57
Compare
Choose a tag to compare

Changelog

  • Added more damageable items to the affect-pickaxe-durability option. Setting this option to true will also affect axes and shovels.

BucikGenerators 1.2.8

17 Feb 18:34
Compare
Choose a tag to compare

Changelog

  • Fixed a bug where it was possible to override blocks of some of the generators
  • From now on, it's possible to detonate generators with durability

BucikGenerators 1.2.7

17 Feb 13:21
aab40ac
Compare
Choose a tag to compare

Changelog

  • FINALLY reimplemented the generator durability system. From now on, all generators with enabled durability are PERSISTENT. No need to worry about dissapearing generators after the server restart.

BucikGenerators 1.2.6

19 Dec 22:13
Compare
Choose a tag to compare

Changelog

  • Fixed a bug where you could destroy bedrock by placing the generator under it, and then destroying the base block.

BucikGenerators 1.2.5

28 Nov 14:39
Compare
Choose a tag to compare

This is just a bump update.

Changelog

  • Added a block metadata limitations reminder if you have at least one generator with durability enabled.

BucikGenerators 1.2.4

20 Sep 18:40
Compare
Choose a tag to compare

Changelog

  • Added a whitelist of items that can be used to destroy the generator
  • Added French translation (thanks to HyenaWave)

BucikGenerators 1.2.3

10 Sep 20:10
Compare
Choose a tag to compare

Changelog

  • Added the option to hide all enchantments from the dropped item

BucikGenerators 1.2.2

27 Jul 13:46
Compare
Choose a tag to compare

Changelog

  • From now on, all generators will respect the pickaxe Unbreaking enchantment. For example, if you have Unbreaking III, the generator will damage your pickaxe 3 times slower.