HerrMagiic / CSS-CreateCustomCommands

The Custom Commands Plugin allows you to create and customize commands for your server. These commands can display messages, perform server-side actions, and more.
https://github.com/HerrMagiic/CSS-CreateCustomCommands/tree/main/Examples
MIT License
40 stars 2 forks source link

Color not showing up #24

Closed HerrMagiic closed 5 months ago

HerrMagiic commented 5 months ago

The problem with this is that for the color to be displayed there need to be a space or another character befor it if the color tag is at the beginning of the string: image

To fix this there should be a check if a color tag is at the beginning of a string and if so add a space to it.