Usage WorldGuard - Mark-225/BlueBridge GitHub Wiki
General Information
The WorldGuard Addon (obviously) needs WorldGuard and BlueBridgeCore installed to function at all. It can display rectangular and polygonal WorldGuard regions in 2D and 3D. It also uses WorldGuard flags to provide the ability to configure certain settings for individual regions, overwriting config files.
Configuration
See Core/Config for values you can overwrite in this addon's config.
Additional config values:
Name | Datatype | Description | Default Value |
---|---|---|---|
markerSetName | String | Sets the name of the markerset this addon will create its regions in. | WorldGuard Regions |
defaultExtrude | boolean (true/false) | If true, defaults all regions to 3D mode | false |
htmlPreset | String | Can contain any html tags and variables to replace with region-specific information like its name, size, owner(s) or even WorldGuard flag values (explained further in the default config's comments). | Way too long for the wiki, see default config. |
Flags
Whenever you set a flag for a region, it completely overwrites that setting and ignores the corresponding config entries.
Flag Name | Datatype | Description | Overwrites Config Value |
---|---|---|---|
render-on-bluemap | ALLOW/DENY | Whether or not to display this region as a marker on bluemap. | renderDefault |
bluemap-depth-check | ALLOW/DENY | If allowed, the regions fillColor can't be seen through blocks on BlueMaps hires layer. | defaultDepthCheck |
bluemap-render-height | Integer | Controls the height at which this region is displayed in non-extrude/2D mode. | renderHeight |
bluemap-extrude | ALLOW/DENY | If allowed uses a 3D shape instead of a 2D polygon as a marker. | defaultExtrude |
bluemap-color | String | Sets the fill color for this region (use a hexadecimal representation with an alpha channel in the format AARRGGBB). | defaultColor |
bluemap-color-outline | String | Sets the outline color for this region (format RRGGBB without alpha). | defaultOutlineColor |
bluemap-display | String | Sets the display name of this region, so that ${name} in the htmlPreset is replaced with this flags value instead of the region's ID. | none |
bluemap-min-distancebluemap-max-distance | Double | Sets the min/max distance to the camera for the marker to be visible | minDistancemaxDistance |