-
Notifications
You must be signed in to change notification settings - Fork 6
Usage Core
Install the BlueBridgeCore plugin and any addons you want to use just like any other Bukkit/Spigot Plugin. Be sure to check the dependencies of each module. The core module requires BlueMap, the addons require the core module and the plugins they integrate. E.g. BlueBridgeWG needs the core module AND WorldGuard installed on your server.
Once installed, the plugin should work out of the box in a configuration that already fits most use cases. However, this plugin is designed to be as configurable as possible, so if you want to change anything about its behaviour, check the config section if it is already possible. If not, feel free to request the feature by opening an issue or implementing it yourself with a pull request.
You can also contact me if you have any further questions.
Uninstalling the plugin would be as easy as removing the jar files and configuration folders from your plugins folder. However, BlueMap currently does not have an easy way to selectively delete a big collection of markers at once, so the region markers and the markersets BlueBridge has created will stay indefinitely unless you remove them from BlueMap's markers.json manually.
To make this process a lot easier, set renderDefault to false in BlueBridgeCore's config and start the server. This should make all BlueBridge addons remove all markers from their markersets so it's a lot easier to spot and remove them from the markers.json. Another easy way is to delete the markers.json entirely in case you don't have any other markers you'd like to keep.
There's not really much to explain here. Once you configured (or kept the defaults, as configuration is optional) all the modules you installed, it should just work. If you want to change any configurations while the server is running, just edit any config file related to BlueBridge and run /bluemap reload
. The plugin will hook into BlueMap's reload feature and also reload its own configs.
There are no commands or permissions for the core module and all addon modules, but that may change in the future. If any will be added, the goal will be to keep them as minimalistic as possible as this plugin is not designed to be anything more than an "adapter" for BlueMap, running in the background.