From 99664cf65678bd48d04d4cb69fe04ce05864b944 Mon Sep 17 00:00:00 2001 From: rasmus123d <59487370+RasmusKD@users.noreply.github.com> Date: Sun, 16 Aug 2026 21:52:22 +0200 Subject: [PATCH] Remove double spaces from alertFormat The color tags render invisible, so the whitespace on both sides of and shows as a double space in every alert line. Same mistake the translations copied all over, see #6611. --- Essentials/src/main/resources/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/main/resources/messages.properties b/Essentials/src/main/resources/messages.properties index 85f1d20dc36..8e96210e48f 100644 --- a/Essentials/src/main/resources/messages.properties +++ b/Essentials/src/main/resources/messages.properties @@ -10,7 +10,7 @@ afkCommandUsage1Description=Toggles your AFK status with an optional reason afkCommandUsage2=/ [message] afkCommandUsage2Description=Toggles the afk status of the specified player with an optional reason alertBroke=broke\: -alertFormat=[{0}] {1} {2} at\: {3} +alertFormat=[{0}] {1} {2} at\: {3} alertPlaced=placed\: alertUsed=used\: alphaNames=Player names can only contain letters, numbers and underscores.