Signs allow color codes

This commit is contained in:
William Blake Galbreath
2025-01-12 13:35:04 -08:00
committed by granny
parent bd481eeb28
commit 9532ff01ee
5 changed files with 86 additions and 101 deletions

View File

@@ -1008,6 +1008,11 @@ public class PurpurWorldConfig {
}
}
public boolean signAllowColors = false;
private void signSettings() {
signAllowColors = getBoolean("blocks.sign.allow-colors", signAllowColors);
}
public boolean slabHalfBreak = false;
private void slabSettings() {
slabHalfBreak = getBoolean("blocks.slab.break-individual-slabs-when-sneaking", slabHalfBreak);