This is a small update just including support for 1.16 colors, there are 3 ways to use a 1.16 color on the format, the first one is spigot's default which is
Code (Text):
§xRRRRGGGGBBBB
The second way is the same thing but using & instead of §, and the third way is an easier to read version of the spigot's default.
Code (Text):
&[RRRR,GGGG,BBBB]
Since the color is hexadecimal on each way R, G and B can be any number from 0 to 9 and A to F. R meaning RED, G meaning Green and B meaning Blue.
Also, fixed a bug when the default formats where generated and the actions where [null] instead of [NONE]