Move stuff over from OTEMod

This commit is contained in:
Aria 2023-02-27 15:16:46 -07:00
parent fb71db187d
commit f27c76f334
40 changed files with 2036 additions and 5 deletions

View file

@ -0,0 +1,11 @@
package dev.zontreck.essentials;
import dev.zontreck.libzontreck.chat.ChatColor;
public class Messages {
public static final String ESSENTIALS_PREFIX;
static{
ESSENTIALS_PREFIX = ChatColor.doColors("!Gray![!Dark_Green!AE!Gray!] ");
}
}