Usage Core Config - Mark-225/BlueBridge GitHub Wiki
This page will explain everything you can adjust in BlueBridge's Config. Some values can be overwritten in Addon config files by adding the value manually. These overwrites will only affect Regions created by that addon. If no overwrites are present, an addon will use the core config's value.
Name | Datatype | Description | Default | Can be overwritten? |
---|---|---|---|---|
updateInterval | Integer | The number of ticks to wait between each update. Recommended value is 200 for 10 seconds. | 200 | No |
defaultRender | Boolean (true/false) | Whether or not to render any regions affected by this setting. False is mostly used here when uninstalling the plugin | true | Yes |
defaultDepthCheck | Boolean (true/false) | When true, the region's fill color can't be seen through blocks on the hires layer. | false | Yes |
hideMarkerSet | Boolean (true/false) | When true, Markersets affected by this setting will be hidden by default and have to be manually toggled on the WebApp to become visible | false | Yes |
renderHeight | Integer | Determines the height at which to render regions in 2D mode. Any 3D regions will be placed at their actual height in the world. | 63 | Yes |
minDistance maxDistance |
Integer | When set to any value greater than 0, determines the min/max distance of the camera to the region for it to be visible. | -1 -1 |
Yes |
defaultColor defaultOutlineColor |
String | Determines the default (outline) color of regions. Use hexadecimal representations in the format (AA)RRGGBB (Outline color does not support alpha channel). | 960087ff 0060ff |
Yes |