Restored original mod
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
2025-03-18 14:23:02 +01:00
parent 3538bd1aaf
commit 8ac3484c54
7 changed files with 164 additions and 24 deletions

View File

@ -0,0 +1,9 @@
package wtf.hak.survivalfabric.utils;
public class Messages {
public static final String JOIN_MESSAGE = "§8[§a+§8] §7%s";
public static final String QUIT_MESSAGE = "§8[§c-§8] §7%s";
public static final String CHAT_FORMAT = "§7%s§8:§f %s";
}