[Added] Added Raw Content Placeholder({raw: [text]}), please refer to: Wiki
[Fixed] Fixed a bug where some special placeholders were not working.
[Optimized] Adjusted the replacement logic of some placeholders and optimized the time complexity of the plugin's text information processing algorithm.
Placeholders {colorectal: [text]} and {raw: [text]} will only be replaced once within a single line of text (meaning they cannot be nested, as in the case of {colourless:Hello {colourless:...}})
Except for custom commands, the plugin's other message prompts will not be replaced with special function placeholders. If you still want to use placeholders with special features outside of custom commands, you can do so by: PlaceholderAPI (Wiki)
During a single placeholder processing, if a dead loop is found in the replacement of placeholders, the relevant placeholders will be discarded directly.