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.
- Source Code:
- https://github.com/IridiumLLC/IridiumColorAPI
Maven:
Code (Text):<repository>
<id>iridiumdevelopment</id>
<url>https://nexus.iridiumdevelopment.net/</url>
</repository>To process a string simply callCode (Text):<dependency>
<groupId>com.iridium</groupId>
<artifactId>IridiumColorAPI</artifactId>
<version>LATEST</version>
</dependency>
To add a gradient to your string use the following Syntax:Code (Text):IridiumColorAPI.process(string)
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
As show above, it will replace it with the old &5 colorCode (Text):<SOLID:FF0080>Cool RGB SUPPORT
Resources Using this API:
IridiumSkyblock
RealScoreBoard

IridiumColorAPI 1.0.4
Easily add RGB support into your plugins
Recent Updates
- Version 1.0.4 See Below Mar 7, 2021
- Version 1.0.3 See Below Mar 1, 2021