diff --git a/Essentials/src/main/resources/messages.properties b/Essentials/src/main/resources/messages.properties index 665f639f8a5..0c8b6bc05f3 100644 --- a/Essentials/src/main/resources/messages.properties +++ b/Essentials/src/main/resources/messages.properties @@ -1483,8 +1483,8 @@ unlinkCommandUsage1=/ unlinkCommandUsage1Description=Unlinks your Minecraft account from the currently linked Discord account. unmuteNotify={0} unmuted {1}. unmutedPlayer=Player {0} unmuted. +unsafeTeleportDestination=The teleport destination is unsafe. playerNotMuted={0} is not muted. -unsafeTeleportDestination=The teleport destination is unsafe and teleport-safety is disabled. 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 7180af28742..20889526a70 100644 --- a/Essentials/src/main/resources/messages_en.properties +++ b/Essentials/src/main/resources/messages_en.properties @@ -1466,8 +1466,8 @@ unlinkCommandUsage1=/ unlinkCommandUsage1Description=Unlinks your Minecraft account from the currently linked Discord account. unmuteNotify={0} unmuted {1}. unmutedPlayer=Player {0} unmuted. +unsafeTeleportDestination=The teleport destination is unsafe. playerNotMuted={0} is not muted. -unsafeTeleportDestination=The teleport destination is unsafe and teleport-safety is disabled. 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.