Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Essentials/src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1483,8 +1483,8 @@ unlinkCommandUsage1=/<command>
unlinkCommandUsage1Description=Unlinks your Minecraft account from the currently linked Discord account.
unmuteNotify=<secondary>{0} <primary>unmuted<secondary> {1}<primary>.
unmutedPlayer=<primary>Player<secondary> {0} <primary>unmuted.
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe.
playerNotMuted=<secondary>{0} <primary>is not muted.
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe and teleport-safety is disabled.
unsupportedBrand=<dark_red>The server platform you are currently running does not provide the capabilities for this feature.
unsupportedFeature=<dark_red>This feature is not supported on the current server version.
unvanishedReload=<dark_red>A reload has forced you to become visible.
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/main/resources/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1466,8 +1466,8 @@ unlinkCommandUsage1=/<command>
unlinkCommandUsage1Description=Unlinks your Minecraft account from the currently linked Discord account.
unmuteNotify=<secondary>{0} <primary>unmuted<secondary> {1}<primary>.
unmutedPlayer=<primary>Player<secondary> {0} <primary>unmuted.
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe.
playerNotMuted=<secondary>{0} <primary>is not muted.
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe and teleport-safety is disabled.
unsupportedBrand=<dark_red>The server platform you are currently running does not provide the capabilities for this feature.
unsupportedFeature=<dark_red>This feature is not supported on the current server version.
unvanishedReload=<dark_red>A reload has forced you to become visible.
Expand Down
2 changes: 1 addition & 1 deletion Essentials/src/main/resources/messages_en_GB.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ unlinkCommandUsage=/<command>
unlinkCommandUsage1=/<command>
unlinkCommandUsage1Description=Unlinks your Minecraft account from the currently linked Discord account.
unmutedPlayer=<primary>Player<secondary> {0} <primary>unmuted.
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe and teleport-safety is disabled.
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe.
unsupportedBrand=<dark_red>The server platform you are currently running does not provide the capabilities for this feature.
unsupportedFeature=<dark_red>This feature is not supported on the current server version.
unvanishedReload=<dark_red>A reload has forced you to become visible.
Expand Down
Loading