All Projects → Iridium-Development → IridiumColorAPI

Iridium-Development / IridiumColorAPI

Licence: other
No description or website provided.

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to IridiumColorAPI

advanced-region-market
A Bukkit/Spigot plugin for renting/selling WorldGuard regions
Stars: ✭ 40 (+100%)
Mutual labels:  spigot, spigot-plugin
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (+510%)
Mutual labels:  spigot, spigot-plugin
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (+80%)
Mutual labels:  spigot, spigot-plugin
NotQuests
Flexible, open & solid paper Quest Plugin [with GUI]
Stars: ✭ 32 (+60%)
Mutual labels:  spigot, spigot-plugin
ProjectKorra
The Official Plugin for ProjectKorra.
Stars: ✭ 65 (+225%)
Mutual labels:  spigot, spigot-plugin
UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-15%)
Mutual labels:  spigot, spigot-plugin
DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (-15%)
Mutual labels:  spigot, spigot-plugin
McRPG
An RPG plugin for Minecraft 1.13
Stars: ✭ 32 (+60%)
Mutual labels:  spigot, spigot-plugin
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (+55%)
Mutual labels:  spigot, spigot-plugin
BetterChairs
BetterChairs is a Minecraft plugin, that allows you to sit on chairs.
Stars: ✭ 24 (+20%)
Mutual labels:  spigot, spigot-plugin
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (+260%)
Mutual labels:  spigot, spigot-plugin
spigot-tg-bridge
Connect Telegram chats and Minecraft servers seamlessly
Stars: ✭ 27 (+35%)
Mutual labels:  spigot, spigot-plugin
MarriageMaster
Marriage Plugin for Bukkit/Spigot
Stars: ✭ 79 (+295%)
Mutual labels:  spigot, spigot-plugin
AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (+370%)
Mutual labels:  spigot, spigot-plugin
pyplugins
Python Plugins loader plugin for Minecraft Spigot (Jython)
Stars: ✭ 25 (+25%)
Mutual labels:  spigot, spigot-plugin
MythicDrops
Action RPG drops for Spigot.
Stars: ✭ 28 (+40%)
Mutual labels:  spigot, spigot-plugin
TotalFreedomMod
A server modification for the TotalFreedom server
Stars: ✭ 41 (+105%)
Mutual labels:  spigot, spigot-plugin
VotingPlugin
Plugin on SpigotMC
Stars: ✭ 60 (+200%)
Mutual labels:  spigot, spigot-plugin
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (+75%)
Mutual labels:  spigot, spigot-plugin
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-25%)
Mutual labels:  spigot, spigot-plugin

IridiumColorAPI

<repository>
    <id>iridiumdevelopment</id>
    <url>https://nexus.iridiumdevelopment.net/repository/maven-releases/</url>
</repository>
<dependency>
    <groupId>com.iridium</groupId>
    <artifactId>IridiumColorAPI</artifactId>
    <version>LATEST</version>
</dependency>

Usage

To add a gradient simply use the tags

IridiumColorAPI.process("<GRADIENT:2C08BA>Cool string with a gradient</GRADIENT:028A97>");

Gradient Text

The number after the rainbow represents the saturation

IridiumColorAPI.process("<RAINBOW1>THIS IS A REALLY COOL Rainbow</RAINBOW>");

Rainbow

IridiumColorAPI.process("<RAINBOW100>THIS IS A REALLY COOL Rainbow</RAINBOW>");

Rainbow

IridiumColorAPI.process("<SOLID:FF0080>Cool RGB SUPPORT");

RGB Text

If your server version is pre 1.16 it will map the color to the nearest supported value(This also works with gradient) In the example above, it will map to &5 as this is the closest

Legacy RGB

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].