Releases: BGHDDevelopment/BuildMode
3.12 - Fixes
Re-compiled to stop a console error
Updated all depends
3.11 - Fixes
Fixed a message from sending twice, added back /build alias
3.10 - Requests
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
Fixed an issue where startup would error
Fixed an issue where config would not generate
3.8 - Command System Rework + Updates
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
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
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
Now blocks breaking armour stand if build is disabled. (feedback.bghddevelopment.com/d/350-buildmode)
3.4 - Release
Release notes on Spigot update tab.