Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Marco15453-Archived/LightControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PLUGIN HAS BEEN ARCHIVED

Light Control

A simple EXILED Plugin to set default color for certain rooms and/or zones

SURFACE ZONE DOESN'T WORK AN WILL TROW AN ERROR

Config

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

Default Config

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: []

Room Example Config

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: []

Zone Example Config

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

About

A simple EXILED Plugin to set default color for certain rooms and/or zones

Resources

Stars

Watchers

Forks

Contributors

Languages