TriggerReactor

TriggerReactor

24.6k Downloads

Hex support

MidnightSugar opened this issue ยท 1 comments

commented

Possibly add in the new hex color support for 1.16+ servers in the #MSG executor.

commented

Should this one be handled with getting version of current server, like
if(version > 1160){
//use hex if string have
} else {
//use defualt color code
}