A simple EXILED Plugin to set default color for certain rooms and/or zones
SURFACE ZONE DOESN'T WORK AN WILL TROW AN ERROR
| Name | Type | Description | Default |
|---|---|---|---|
| is_enabled | bool | Should the plugin be enabled? | true |
| rooms | List | What Rooms should have what Color, See Room Example Config for the Format (If empty it will be ignored) | Empty |
| zones | List | What Zones should have what Color, See Zone Example Config for the Format (If empty it will be ignored) | Empty |
light_control:
# Should the plugin be enabled?
is_enabled: true
# What Rooms should have what Color, See Room Example Config for the Format (If empty it will be ignored)
rooms: []
# What Zones should have what Color, See Zone Example Config for the Format (If empty it will be ignored)
zones: []All rooms can be found Here
light_control:
# Should the plugin be enabled?
is_enabled: true
# What Rooms should have what Color, See Room Example Config for the Format (If empty it will be ignored)
rooms:
- room: LczClassDSpawn
color:
red: 0
green: 255
blue: 0
- room: LczCurve
color:
red: 0
green: 255
blue: 0
# What Zones should have what Color, See Zone Example Config for the Format (If empty it will be ignored)
zones: []All zones can be found Here
light_control:
# Should the plugin be enabled?
is_enabled: true
# What Rooms should have what Color, See Room Example Config for the Format (If empty it will be ignored)
rooms: []
# What Zones should have what Color, See Zone Example Config for the Format (If empty it will be ignored)
zones:
- zone: LightContainment
color:
red: 0
green: 255
blue: 0
- zone: HeavyContainment
color:
red: 0
green: 255
blue: 0