Releases: Mark-225/BlueBridge
Release 2.2
2.1 Stable
This is the first BlueMap API v2 compatible stable release!
Changes since 2.0:
- Added a simple addon to show vanilla world borders called "BlueBridgeWB"
- Added an "excludedMaps" config option that lets you define a list of BlueMap map IDs to not create markers in. This can be defined in BlueBridgeCore's config for all addons and in each addon's own config to combine the two blacklists for that addon specifically.
Release 2.0-Snapshot
This is a snapshot release compatible with BlueMap version 3.x.
Changes since 1.3:
- Compatible with BlueMap API v2 (no longer compatible with older BlueMap versions)
- Added some more WorldGuard placeholder variables
- Changed color format to be more consistent
How to update:
- Replace BlueBridgeCore and all modules you were using (BlueBridgeWG and/or BlueBridgeGP)
- Either keep your config files but make sure the color format with alpha values is "RRGGBBAA" instead of "AARRGGBB" or delete your configs and reconfigure them once they are regenerated
- Make sure you are using BlueMap 3.x
HUGE thanks to Aurélien for doing the bulk of the work porting everything over to API v2.
Hotfix v1.3.1-alpha
Fixes a critical bug in v1.3-alpha that caused WorldGuard region updates in any worlds other than the primary one to be very inconsistent or even completely non-functional.
Release v1.3-alpha
Changelog:
- Implemented asynchronous region fetching for passive addons (significant performance improvement for WorldGuard regions)
- Improved claim update detection for GriefPrevention
Important notice:
If you use other plugins that use the BlueMap API, I highly recommend to use at least BlueMap version 1.5.4. Older versions had a bug that caused MarkerAPI saves to fail if two threads tried to save at the same time. BlueBridge now retries to save up to two times if that happens, so using older versions should theoretically be fine, but version 1.5.4 is still a bit safer to use in that regard.
Additionally, I provide no support for using this plugins with any BlueMap versions older than the newest one at release time as BlueMap itself is backwards compatible and there's no reason you shouldn't update. Some older versions might work, but I'm always trying to take advantage of the newest API features, so it is very likely that something will break.
v1.2.1-alpha - Distance Limits + Minor Technical Changes
New features
- Added config options for BlueMaps min and max distance feature (implemented by Aurelien30000)
- Added a website (this github repo) and authors to the plugin.yml of all modules
Technical changes
- Made future additions to region markers easier by switching to a builder system
The wiki now has actual content and will be kept up to date when changes are made to the plugin!
v1.2-alpha Release - GriefPrevention Support
GriefPrevention support added!
Features:
- Supports 2D and 3D (highly NOT recommended because ugly) modes
- Displays Claims and Admin Claims in different configurable colors
- Automatically updates whenever a claim is created/deleted/modified
- Plug&Play: No permissions, no commands, configs preconfigured and ready to go
- Use both WorldGuard and GriefPrevention addons at the same time
Planned Features:
- Customisable claim labels
- Claim settings adjustable per claim (if feasible)
v1.1-alpha - 3D markers and region size fixes!
New features:
- 3D Markers for WorldGuard regions now available
- Set "defaultExtrude"to true in your BlueBridgeWG config to render all regions in 3D by default (If you don't see the config option, add it manually or delete the config and reload/restart)
Bugfixes and technical changes:
- Size (area and volume) calculation for polygonal regions should be relatively accurate now
- Restructured config inheritance to simplify the process of adding addons to BlueBridge
Note: You have to update Both BlueBridge Core and WG to the newest version and use a BlueMap version that supports API 1.5.0.
First alpha release!
This is the first release after basically just porting Blueguard to the new modular approach, so there isn't any extra functionality added to the latest release of Blueguard.