IridiumColorAPI Is a simple API I made to include RGB into your plugins. If your server version doesn't support RGB yet, it will do its best to map the RGB values to the ones available.
Maven:
Code (Text):
<repository>
<id>iridiumdevelopment</id>
<url>https://nexus.iridiumdevelopment.net/</url>
</repository>
Code (Text):
<dependency>
<groupId>com.iridium</groupId>
<artifactId>IridiumColorAPI</artifactId>
<version>LATEST</version>
</dependency>
To process a string simply call
Code (Text):
IridiumColorAPI.process(string)
To add a gradient to your string use the following Syntax:
Code (Text):
<GRADIENT:2C08BA>Cool string with a gradient</GRADIENT:028A97>
To make a rainbow do
Code (Text):
IridiumColorAPI.process("<RAINBOW1>THIS IS A REALLY COOL Rainbow</RAINBOW>");
The number after RAINBOW represents the saturation
Code (Text):
IridiumColorAPI.process("<RAINBOW100>THIS IS A REALLY COOL Rainbow</RAINBOW>");
To add a solid RGB Color do:
Code (Text):
<SOLID:FF0080>Cool RGB SUPPORT
The API will also work in versions where RGB isnt supported yet. In this case it will try to find the color thats the closest match to the one you want. For example with the
Code (Text):
<SOLID:FF0080>Cool RGB SUPPORT
As show above, it will replace it with the old &5 color
Resources Using this API:
IridiumSkyblock
RealScoreBoard