lucko / commodore

Utility for using Minecraft's 1.13 'brigadier' library in Bukkit plugins.
MIT License
176 stars 15 forks source link

How do I have multiple colors in one argument? #16

Open XyperCode opened 4 years ago

XyperCode commented 4 years ago

I did like to have multi-colored arguments, but I don't see a way to do this. Such as #target, the # will be an other color than target.

Thank you in advance

emilyy-dev commented 4 years ago

The colour is given for RequiredArgumentNodes and it is defined in the client, nothing you can do about it. The colours will go like this, changing to the next one for the next RequiredArgumentNode: aqua, yellow, green, light purple and gold. I think it's like that. After that, they will start over form aqua.