Skip to content

Releases: Wertik/BlockRegen

3.5.8-b6

22 Jul 21:41
Compare
Choose a tag to compare
3.5.8-b6 Pre-release
Pre-release
  • added a basic set of Events for others to use

  • minor improvements

  • added Insert-Prefix option to Messages.yml, defaults to true

3.5.8-b5

09 Jul 16:52
Compare
Choose a tag to compare
3.5.8-b5 Pre-release
Pre-release
  • regeneration now persists over restarts. ( blocks are reverted to original state before disabling the plugin to prevent some unwanted behaviour )

  • replaced Data Recovery with Auto Save, which takes less resources.

# Automatic saving for regeneration process cache.
Auto-Save:
  Enabled: true
  # Interval in seconds
  Interval: 600

^^ Add this part to your Settings.yml, is disabled by default.

  • reworked dynamic amount syntax (random - low/high) to be more compact and easier to use. (ex. "regen-delay: 3-5") // Old format is still supported, but will be removed at some point.

  • reworked update checker, now won't inform about newer versions, when they're actually older... 🤦

  • added a command that sends blockregen console output to a player ("/blockregen debug") // Useful for troubleshooting issues.

  • correctly implemented PlaceholderAPI placeholders.

  • added /blockregen discord which sends user a link to the discord server.

3.5.8-b4

25 May 18:59
Compare
Choose a tag to compare
3.5.8-b4 Pre-release
Pre-release
  • fixed ParticleUtil NPE preventing the plugin to enable correctly
  • fixed version placeholders in Update message.

3.5.8-b3

23 May 16:29
Compare
Choose a tag to compare
3.5.8-b3 Pre-release
Pre-release
  • redid the particle system ( no user-end changes )
  • improved World Guard protection query ( BR blocks now react as any other block )
  • drop-naturally and exp-drop-naturally now default to true
  • fixed a region world issue ( regions not checking worlds properly )
  • fixed an NPE in command /br region set without a selection

3.5.7 Final

20 May 15:41
Compare
Choose a tag to compare

All changes since 3.5.6:

  • /blockregen check now works on interact instead of block break
  • update message added to Messages.yml
  • reworked fortune a bit
  • removed BUILD flag from WG support ( this leaves the block-break as the flag that BR respects )
  • improved dependency lookup
  • enchants requirement will not pass with bare hands now
  • cleanup

3.5.7-b3

07 May 14:21
Compare
Choose a tag to compare
3.5.7-b3 Pre-release
Pre-release
  • removed the BUILD flag from WG break check

3.5.7-b2

02 May 19:22
Compare
Choose a tag to compare
3.5.7-b2 Pre-release
Pre-release
  • added a dependency check when any plugin is enabled.

3.5.8-b13

10 Aug 12:36
cec9e4a
Compare
Choose a tag to compare
3.5.8-b13 Pre-release
Pre-release

Fix for #save() NPE

3.5.7-b1

01 May 11:56
Compare
Choose a tag to compare
3.5.7-b1 Pre-release
Pre-release
  • fixed enchant check passing with bare hands
  • a bit of cleanup

I will be adding much more to this update, hence a smaller pre-release with a bugfix.

pre3.5.2-b4

12 Mar 23:25
Compare
Choose a tag to compare
pre3.5.2-b4 Pre-release
Pre-release

pre3.5.2-b4, more random amounts, cleaned commands, added per-block permissions, bugfixes