Colored Aura Timers

Colored Aura Timers

0 Downloads

Change the color of the aura timer by its time left.

To change color and time left, go into the Constructor hook and edit the color and time tables.

Color accepts:

Name: "red", "yellow", "blue", etc, use '/plater colors' for more options.

HTML Hex: "#FF0000", "#FFFF00"

RGB Table: {1, 0, 0} these are value between zero and 1

The constructor look like this, colors are the table which dictate which color the text is painted, the timers are the time left for each time bracket:

envTable.Colors

critical = "red",

warning = "yellow",

okay = "white",

envTable.Timers

critical = 4.9,

warning = 8,

How to Install:

- Copy the string and go into the Modding tab on Plater options panel.

- Click the Import button, paste the string and hit Okay.

Then use /reload

How to Uninstall:

- Go into the Modding tab on Plater options panel.

- In the list of scripts, uncheck the checkbox from the Overwatch Nameplate.

- Then use /reload