pop4959 / ChunkyBorder

An add-on for Chunky which lets you create and manage world borders.
GNU General Public License v3.0
47 stars 11 forks source link

Check for RGB message support before parsing #29

Closed pop4959 closed 3 years ago

pop4959 commented 3 years ago

The ChatColor#of(String) method only exists in 1.16 and above, and while this isn't really a huge issue itself it would be better to not call the code related to RGB colors on servers that don't support this.