Simple Color
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' } }
dependencies { implementation 'org.slamstudios:SimpleColor:[version]' }
License
Copyright SlamStudios. All rights reserved.
Categories
Need a Server?
Run Simple Color on a dedicated Hytale server with easy mod management.
Get Hytale HostingFrequently 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.
Related Qol Mods
View all modsEyeSpy
DarkhaxDev
Adds a HUD that displays information about what you're looking at!
Advanced Item Info
Buuz135
Adds a searchable GUI that displays all the items and the game and displays extra properties they have
Overstacked
DarkhaxDev
Increases the maximum stack size of items.
Violet's Wardrobe
VioletsWorkshop
Adds more customisation options in the form of craftable cosmetics
Item Magnet
Jaredlll08
Adds a magnet that attracts items towards the player.
Endgame & QoL - Boss & Elite Update (3.0.0 in a week)
Lewaii
Endgame & QoL v2.2: Face the Alpha T-Rex & Void Spectres! Unlock Backpack IV & Void Gliders. Restore unused content and challenge stronger, rebalanced bosses!