Back to Mods
Simple Color

Simple Color

qolSlamStudiosLLC

A chat color library for Hytale that brings Spigot/Minecraft-style color codes to Hytale.

About Simple Color

SimpleColor

A chat color library for Hytale that brings Spigot/Minecraft-style color codes to Hytale.

Features

Legacy color codes (&0-9, &a-f)

Format codes (bold, italic, underline, monospace)

Hex color support (&#RRGGBB)

Multi-color gradients (unlimited colors)

Built-in rainbow gradient (&*)

Clickable links (&(url)[text])

Permission-based access control

Class aliases (ChatColor, CC, Color) for flexible coding styles

Quick Start

Example usage in Java:

import org.slamstudios.simplecolor.aliases.CC; import com.hypixel.hytale.server.core.Message;

// Simple colors player.sendMessage(Message.raw(CC.GREEN + "Success!")); player.sendMessage(Message.raw(CC.RED + "Error!"));

// Parse color codes from strings player.sendMessage(CC.translate("&aGreen &cRed &#FF5500Orange &*Rainbow"));

Chat Examples

&cRed text &a&lBold green &#FF5500Custom orange &#red:blueGradient &*Rainbow text! &(https://example.com)[Click here]

Documentation

For complete documentation, see the Wiki:

Overview — Features and quick start

Color Codes — Legacy colors and formats

Advanced Features — Hex, gradients, rainbow, links

Permissions — Permission nodes

API Usage — Complete API reference

Configuration — Plugin settings

Installation — Maven, Gradle, manual setup

Examples — Code examples

Installation

Maven

1. Add the JitPack repository:

<repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories>

2. Add the dependency:

<dependencies> <dependency> <groupId>org.slamstudios</groupId> <artifactId>SimpleColor</artifactId> <version>[version]</version> </dependency> </dependencies>

Gradle

Add JitPack and the dependency:

repositories { maven { url 'https://jitpack.io&#x27; } }

dependencies { implementation 'org.slamstudios:SimpleColor:[version]' }

License

Copyright SlamStudios. All rights reserved.

Downloads
12
Created
Jan 26, 2026
Updated
Jan 26, 2026
Version
Early Access

Categories

Quality of LifeLibraryUtility

Download Mod

Download on CurseForge
Free download • 12 total downloads

Need a Server?

Run Simple Color on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Simple Color?

A chat color library for Hytale that brings Spigot/Minecraft-style color codes to Hytale.

How do I download Simple Color?

You can download Simple Color for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Simple Color?

Simple Color was created by SlamStudiosLLC. The mod has been downloaded 12 times.

Is Simple Color compatible with Hytale servers?

Simple Color is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Simple Color?

To install Simple Color: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.