IridiumColorAPI icon

IridiumColorAPI -----

Easily add RGB support into your plugins



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>
[​IMG]

To make a rainbow do

Code (Text):
IridiumColorAPI.process("<RAINBOW1>THIS IS A REALLY COOL Rainbow</RAINBOW>");
[​IMG]
The number after RAINBOW represents the saturation
Code (Text):
IridiumColorAPI.process("<RAINBOW100>THIS IS A REALLY COOL Rainbow</RAINBOW>");
[​IMG]
To add a solid RGB Color do:
Code (Text):
<SOLID:FF0080>Cool RGB SUPPORT
[​IMG]

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
[​IMG]

Resources Using this API:
IridiumSkyblock
RealScoreBoard
Resource Information
Author:
----------
Total Downloads: 3,168
First Release: Jan 1, 2021
Last Update: Mar 7, 2021
Category: ---------------
All-Time Rating:
5 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings