Possibly add in the new hex color support for 1.16+ servers in the #MSG executor.
rkdrns4747 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
}