Skip to content

Instantly share code, notes, and snippets.

package com.gmail.filoghost.hiddenstring;
import java.nio.charset.Charset;
import org.bukkit.ChatColor;
public class HiddenStringUtils {
// String constants. TODO Change them to something unique to avoid conflict with other plugins!
private static final String SEQUENCE_HEADER = "" + ChatColor.RESET + ChatColor.UNDERLINE + ChatColor.RESET;