Skip to content

Instantly share code, notes, and snippets.

View LeFouTrolleur's full-sized avatar
:shipit:
Studying

LeFouTrolleur LeFouTrolleur

:shipit:
Studying
View GitHub Profile
@Kr1lle
Kr1lle / MoreColor.java
Last active March 19, 2024 19:05
Improved ChatColor class
package me.krille.chatcolor;
import java.awt.Color;
import java.util.List;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javax.annotation.Nonnull;