From 2d2e8bfde552f5961aef8dc1bec9c17b3937573a Mon Sep 17 00:00:00 2001 From: JRoy <10731363+JRoy@users.noreply.github.com> Date: Sat, 4 Apr 2026 22:02:28 -0700 Subject: [PATCH] Fix incorrect teleport safety message The message incorrectly stated teleport-safety was disabled even when it was enabled. The check fires regardless of the setting, so the message should only report the destination is unsafe. Fixes #5088 --- Essentials/src/main/resources/messages.properties | 2 +- Essentials/src/main/resources/messages_en.properties | 2 +- Essentials/src/main/resources/messages_en_GB.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Essentials/src/main/resources/messages.properties b/Essentials/src/main/resources/messages.properties index 50e945d886f..c3d8e4fc3a1 100644 --- a/Essentials/src/main/resources/messages.properties +++ b/Essentials/src/main/resources/messages.properties @@ -1481,7 +1481,7 @@ unlinkCommandUsage=/ unlinkCommandUsage1=/ unlinkCommandUsage1Description=Unlinks your Minecraft account from the currently linked Discord account. unmutedPlayer=Player {0} unmuted. -unsafeTeleportDestination=The teleport destination is unsafe and teleport-safety is disabled. +unsafeTeleportDestination=The teleport destination is unsafe. unsupportedBrand=The server platform you are currently running does not provide the capabilities for this feature. unsupportedFeature=This feature is not supported on the current server version. unvanishedReload=A reload has forced you to become visible. diff --git a/Essentials/src/main/resources/messages_en.properties b/Essentials/src/main/resources/messages_en.properties index 0689d5b2948..0a1921075d7 100644 --- a/Essentials/src/main/resources/messages_en.properties +++ b/Essentials/src/main/resources/messages_en.properties @@ -1464,7 +1464,7 @@ unlinkCommandUsage=/ unlinkCommandUsage1=/ unlinkCommandUsage1Description=Unlinks your Minecraft account from the currently linked Discord account. unmutedPlayer=Player {0} unmuted. -unsafeTeleportDestination=The teleport destination is unsafe and teleport-safety is disabled. +unsafeTeleportDestination=The teleport destination is unsafe. unsupportedBrand=The server platform you are currently running does not provide the capabilities for this feature. unsupportedFeature=This feature is not supported on the current server version. unvanishedReload=A reload has forced you to become visible. diff --git a/Essentials/src/main/resources/messages_en_GB.properties b/Essentials/src/main/resources/messages_en_GB.properties index 40d438034f1..9b577877d3a 100644 --- a/Essentials/src/main/resources/messages_en_GB.properties +++ b/Essentials/src/main/resources/messages_en_GB.properties @@ -1474,7 +1474,7 @@ unlinkCommandUsage=/ unlinkCommandUsage1=/ unlinkCommandUsage1Description=Unlinks your Minecraft account from the currently linked Discord account. unmutedPlayer=Player {0} unmuted. -unsafeTeleportDestination=The teleport destination is unsafe and teleport-safety is disabled. +unsafeTeleportDestination=The teleport destination is unsafe. unsupportedBrand=The server platform you are currently running does not provide the capabilities for this feature. unsupportedFeature=This feature is not supported on the current server version. unvanishedReload=A reload has forced you to become visible.