Tiny performance improvements, and I'm 99% sure the color-code bug is finally fixed! I doubt many of you actually experienced the bug, but now it should be gone forever
I've updated the regex pattern to allow it to preserve the latest 2 colorcodes, which is very useful for automatically transferring over both text format and color.
For example:
Code (Text):
&e&owww.abcdef.com
would previously result in this:
www.abcdef.com Notice how the latest (&o) colorcode transferred, but the color itself did not. In this update that should be fixed and result in the text automatically turning into this: www.abcdef.com
Each row consists of 2 pieces of text, a prefix and a suffix. That caused the text to turn white after 16 characters.
Now the previously used color is autodetected and carried over to apply to the suffix as well.