Skip to content

Releases: BGHDDevelopment/BuildMode

3.12 - Fixes

07 Aug 16:06

Choose a tag to compare

Re-compiled to stop a console error
Updated all depends

3.11 - Fixes

05 May 15:18

Choose a tag to compare

Fixed a message from sending twice, added back /build alias

3.10 - Requests

10 Apr 14:36

Choose a tag to compare

Fixed buckets being able to be emptied and filled when buildmode is disabled.
Added notification for when players enable/disable BuildMode (requested by harry.#6982)

Following needs adding to config file:
EnabledNotification: "&7&o[%player%: &e&oEnabled BuildMode&7&o]"
DisabledNotification: "&7&o[%player%: &e&oDisabled BuildMode&7&o]"

3.9 - Fixes

01 Feb 02:56

Choose a tag to compare

Fixed an issue where startup would error
Fixed an issue where config would not generate

3.8 - Command System Rework + Updates

29 Dec 00:56

Choose a tag to compare

In an effort to update all our free plugins to our high standards, the following changes have been made:

Recoded command system
Recoded update checker
Fixed Metrics
Updated PlaceholderAPI
Fixed HEX on 1.18/1.19 and added future support for 1.20
Removed unused messages in the console

3.7 - PlaceholderAPI Support + HEX Color Support + Clean Up

02 Jan 21:25
0f85a79

Choose a tag to compare

Changes:
Added %BuildModeBGHD_status% placeholder.
Added the ability to use hex colors for versions 1.16 and higher.
QoL Changes.

Thanks, @RyanMoodGAMING!

Blacklisted World Option

28 Sep 18:12
de35305

Choose a tag to compare

Added options to Whitelist/Blacklist worlds.
Config changes (add this)

# Worlds List | To blacklist/whitelist all worlds put []
WorldsList:
  - 'world1'
  - 'world2'
  - 'world3'
# Should worlds on WorldsList be blacklisted or whitelisted?
# true = worlds list will be blacklisted | false = worlds list will be whitelisted.
# Blacklisted Worlds: can't build in worlds if on the list.
# Whitelisted Worlds: can build in worlds if on the list.
blacklistedWorlds: false

Requests

17 Apr 16:12
9f056b2

Choose a tag to compare

Now blocks breaking armour stand if build is disabled. (feedback.bghddevelopment.com/d/350-buildmode)

3.4 - Release

23 Mar 20:48

Choose a tag to compare

Release notes on Spigot update tab.