Releases: TehBrian/BuildersUtilities
1.6.2
Important: This will be the last release of BuildersUtilities posted to GitHub. Future releases will be posted on its Modrinth page because that platform is better suited for releasing plugins. (Also, I'm a bit lazy and don't want to post to multiple places.) So, if you'd like to stay up-to-date, be sure to follow the plugin there!
Changelog
- Updated for Minecraft 1.19.3.
- Removed dragon egg and suspicious stew from the default
/bu special
menu as those items are now in the creative menu.
1.6.1
1.6.0 - on, off, and toggle
Hi everyone! Here's a smaller release for you today. It doesn't contain many updates, but hopefully some people will find the new subcommands useful.
Changelog
- Added on and off subcommands for night vision, advanced fly, and noclip commands. Examples:
/nv on
, and/af off
. - Cleaned up some permission descriptions.
Enjoy! :)
1.5.1 - 1.19
Changelog
- Exclusive support for Minecraft 1.19.
1.5.0 - 1.18.2 and much more
Hi folks. This release brings long-awaited support for Minecraft 1.18.2. It's also packed with other exciting features, so let's jump right into the goodies!
🎉 Changelog
- Exclusive support for Minecraft 1.18.2. (a4773f6)
- Re-added config option for the no permission message. (#31, ac67f4b)
- Added a config option for the special items menu inventory name. (97cb42b)
- All messages now use a fancy, new color scheme, which you can get by regenerating your
lang.yml
file. (af86170) - Iron door toggle makes an open/close sound. (37e0ad5)
- Similarly, glazed terracotta rotate makes a cute little noise. (8198077)
- Double slab breaking has much better performance. (687b890, cfd84ec, f8d0147)
- Fixed incorrect double slab breaking functionality at negative y positions. (73a2861)
- Renamed
option
toability
. (eb77b46) - Renamed
inventory
tomenu
. (80a28e4) - Renamed
no clip
tonoclip
. (5eeb99c) - Changed the permission to open the ability menu from
buildersutilities.buildersutilities
tobuildersutilities.ability
. (eb77b46) - Fixed typo in the glazed terracotta rotate permission description. (df6b23e)
- Clarified permission descriptions. (817ba83, aa7f37a)
- Changed the
lang.yml
message keys for/bu reload
. (a3180fb)
⚠️ Breaking Changes
Because of the numerous config changes in this update, you'll need to regenerate your lang.yml
config by deleting (or moving out of the plugin directory) the old file and restarting your server. Optionally, you can regenerate your config.yml
and special.yml
files, as well.
Also, be sure to change any buildersutilities.buildersutilities
permissions to buildersutilities.ability
.
❤️ Conclusion
Thanks for your patience while this update was in the works. Hopefully you'll find that the wait was worth it. Also, let me know what you think of the new color scheme!
If you'd like to see the nitty-gritty of all the changes, see the full changelog here: v1.4.0...v1.5.0
Enjoy! :)
1.4.0 - 1.18.1 and lang.yml changes
Hi folks. This release contains breaking changes, so please read on before installing this version.
Changelog
- Exclusive support for Minecraft 1.18.1.
- Exclusive support for Java 17+.
- All string lists in
lang.yml
have been replaced with multiline strings.
Ensure that your environment is up to date before installing this new version. Additionally, make sure to regenerate your lang.yml
file by deleting (or moving out of the plugin directory) the old file and restarting your server, else your console will be flooded with errors.
1.3.2 - /bu special configuration
Hi folks. I hope you're having a good weekend!
Changelog
- Added a new configuration file:
special.yml
. This config allows you to specify which items to include in the special items menu.
Also, if you haven't already, consider joining my Discord server. Enjoy! :)
1.3.1 - Dependency relocation
Hi folks. Teeny hotfix release for you today.
Changelog
- Fixed dependency issues causing the plugin to not start up correctly.
1.3.0 - MiniMessage, /bu rc, /bu special, and more
Hi folks. Big fancy release for you today!
When updating, please regenerate your lang.yml by moving it out of the plugin directory, restarting your server, and transferring the old values over to the newly-generated file.
New Features
- 1.17.1 support (older versions will not work).
/bu rc
- reloads chunks for yourself (such as biome changes) without having to rejoin the world./bu special
- gives special blocks that you can't get in the normal creative inventory.- Improved permissions for spectator teleporting (see them here).
Changes
- Iron door interaction works on regular iron doors as well as iron trapdoors.
- Messages in
lang.yml
now use MiniMessage formatting.
Bug Fixes
- Config loading failures are now handled correctly.
- PlotSquared restrictions now work in roads properly.
- Console can now use
/bu reload
.
1.2.1 - 1.16.4, Hex Color Codes, and Permission Messages
Hey, it's been a while!
Today's release is quite small, but I hope you enjoy it nonetheless. Here's a quick rundown of everything that's changed:
- Now built against 1.16.4
- Supports hex color codes! Format: &#RRGGBB
- Config message no-permission is now empty by default (you can see this if you regenerate your config). Leaving it empty will let Spigot/Paper handle the permission message and provide that default red message you're likely used to. Since Paper lets you configure the message server-wide in paper.yml, this option is mainly for Spigot users.
Because of that last bullet point, you can regenerate your config if you want to, but you can also just remove the text after "no-permission: " in the config and it'll be the same as if you regenerated.
Quick side note, the original author of BuildersUtilities has updated and open sourced the plugin! Please go support him, he's a great guy. I'm planning on continuing to update this fork though, because there are still some features that the original plugin doesn't have, such as customizable messages and tooltips in the options menu. If you'd rather use the original author's plugin though, feel free!