Oxide/uMod Plugin for Rust — Visualizes the building privilege area of your base as a transparent sphere/dome.
- Draws a transparent sphere around your base showing the exact building privilege radius
- Accounts for the fact that TC privilege extends beyond the visible block shell (~16 m)
- Configurable padding, color, refresh interval and minimum sphere size
- Auto-grants to the default group on load (configurable)
- Cleans up automatically on disconnect or unload
- Copy
BaseDome.csinto youroxide/plugins/folder - The plugin will compile and load automatically
- Permission
basedome.useis auto-granted to thedefaultgroup by default
| Permission | Description |
|---|---|
basedome.use |
Allows activating the dome visualization |
{
"AutoGrantDefaultGroup": true,
"PaddingMeters": 2.0,
"PrivilegeBeyondBlocksMeters": 16.0,
"MinimumSphereRadiusMeters": 18.0,
"DrawIntervalSeconds": 0.25,
"DdrawDurationSeconds": 0.4,
"FallbackRadiusMeters": 16.0,
"SphereColorRgba": [0.35, 0.85, 0.45, 0.85]
}| Field | Default | Description |
|---|---|---|
AutoGrantDefaultGroup |
true |
Auto-grant permission to the default group |
PaddingMeters |
2.0 |
Extra padding beyond calculated radius |
PrivilegeBeyondBlocksMeters |
16.0 |
How far TC privilege extends past blocks |
MinimumSphereRadiusMeters |
18.0 |
Minimum sphere size |
SphereColorRgba |
green | RGBA color of the sphere |
Made by GameZoneOne
📧 info@gamezoneone.de
