Add a teleport blacklist, update libac and libzon

This commit is contained in:
zontreck 2023-12-18 15:21:07 -07:00
parent 009d800648
commit 67f008956d
12 changed files with 203 additions and 29 deletions

View file

@ -68,6 +68,7 @@ public class Messages {
public static final String HEARTS_USAGE;
public static final String HEARTS_UPDATED;
public static final String RESPAWNING;
static{
@ -143,5 +144,7 @@ public class Messages {
HEARTS_USAGE = ESSENTIALS_PREFIX + "!Dark_Green!This command allows you to toggle on and off the compressed hearts feature without editing the config file.\n\n!Gold!/hearts [true/false]";
HEARTS_UPDATED = ESSENTIALS_PREFIX + "!Dark_Red!Your hearts preferences have been updated";
RESPAWNING = ESSENTIALS_PREFIX + "!Dark_Green!Respawning at World Spawn";
}
}