Releases: BuildTheEarth/BuildTeamTools
Releases · BuildTheEarth/BuildTeamTools
v0.3.0
The main focus of this release was bug fixes and internal refactoring. Several new features were also added.
- Warp (group) creation, change and deletion now works much faster. Thanks to BTE Israel for pointing out the issue!
- Basic EssentialsX Warp Migration has been added.
- Added an /explore command which opens the BTT Explore menu.
- Menus for states and cities have been added so that USA, New Jersey and NYC are displayed correctly.
- Supports bundle clicks in menus.
- Parsing added for BTE Israel coordinate format (trailing commas).
- Added local reverse geocoding for faster TPLL checks and warp creation. Thanks to @JaskerX for implementing the library.
- Reimplemented the rail generator.
- Added pagination to the Warp and WarpGroup menus.
- Increased the HTTP connection timeout to 30 seconds.
- Permission packs added. Thanks to @Agrrox.
- Added a config entry for the auto updater and switched to GitHub releases.
Thanks to everyone who helped improve the plugin. If you encounter any issues, please create an issue and we will fix it as soon as possible.
The BTE Global Lobby now relies on the Country menu for the distribution to build teams.
What's Changed
- fix(gen): Change definition of road slab color flag to avoid double flags by @kyanvde in #82
- Util cleanup by @kyanvde in #84
- fix(src): Change relocation config because plugin now gets relocated by @kyanvde in #85
- New Explore cmd + maintenance by @Zoriot in #88
- ✨ Essentials Warp Converter by @Zoriot & @kyanvde in #90
- Add local reverse-geocode database for better performance by @Zoriot in #87
- Add initial rail generator implementation by @Jasupa in #86
- 🐛✨ Bugfixes & smaller enhancements by @Zoriot & @MaxLananas in #93
Full Changelog: v0.2.0-alpha...v0.3.0
v0.2.0-alpha - First Release After a Long Time
This release includes major progress since the previous release (~400 commits). The last release before this was on May 10, 2022.
Current State
- Navigation is stable and works well. Proxy/multi-server support improvements are planned.
- Basic BlueMap integration is now available.
- Block Palette is working.
- Generators mostly work, but may still have bugs (feedback is welcome).
- KML features are working.
- Supported versions:
1.18.4+Actively tested on1.21.4and1.21.11. - Some internal rework is planned due to project age.
Upgrade Notes
- Java was upgraded to
21. - Dependencies were updated.
- Reload command now reloads configurations.
- Modules can now be disabled via config.
- Global Navigator now functions outside of Build the Earth Global Network (Proxy)
Known Issues
- Some generator issues may still occur.
- Proxy/multi-server improvements are not fully complete yet.
What’s Changed (PRs)
- Create LICENSE by @MineFact in #1
- [Feature] Added Field Generator by @kyanvde in #20
- FIX lat long order by @GrJo in #24
- Merge fork for kml/geopath commands back to universal-experience branch by @GrJo in #25
- Fixed tpll not working by @kyanvde in #27
- Fix gen bugs by @Zoriot in #39
- Upgrade Java version to 21, and update dependecies by @DonatiFilippo in #45
- Add miscellaneous module by @MineFact in #53
- Integrate Block Palette GUI (BPG) (v2) by @Jasupa in #50
- Improve Navigator (Feature Complete for First Release) by @Zoriot in #49
- Update reload command to reload configurations by @Zoriot in #55
- Fix connection leak by @Zoriot in #57
- Implement disabled modules config by @Zoriot in #56
- fix: changed the directory to where palettes.yml is saved to BuildTeamTools/modules/miscellaneous/blockpalettegui by @Jasupa in #72
- ci(CA): Add qodana static analysis by @qodana-cloud[bot] in #76
- fix: if you type /bp now, the latest applied filters are still there (menu doesn't reset anymore) by @Jasupa in #73
- Improve the plugin for 0.2.0-alpha Release by @Zoriot in #68
New Contributors
- @kyanvde made their first contribution in #20
- @GrJo made their first contribution in #24
- @Zoriot made their first contribution in #39
- @DonatiFilippo made their first contribution in #45
- @Jasupa made their first contribution in #50
- @qodana-cloud[bot] made their first contribution in #76
Full Changelog: v0.1.3-alpha...v0.2.0-alpha