From c0966a0f5e651a902af6169a76a23d759682419b Mon Sep 17 00:00:00 2001 From: Deauthorized <49701242+Deauthorized@users.noreply.github.com> Date: Sat, 4 May 2024 02:44:53 -0400 Subject: [PATCH] Update messages.yml --- server/src/main/resources/messages.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/server/src/main/resources/messages.yml b/server/src/main/resources/messages.yml index 2376c4d..fb74a4c 100644 --- a/server/src/main/resources/messages.yml +++ b/server/src/main/resources/messages.yml @@ -250,3 +250,13 @@ smittenQuietly: "Smitten {0} quietly." smitten: "You've been smitten. Reason: {0}" nukerKickMessage: "Please turn off your nuker!" antiSpamMessage: "Please refrain from spamming messages." +# 0 - The player +banExpiredBroadcast: "Plex - Automatically unbanning {0}" +# 0 - The player +redisResetSuccessful: "Successfuly reset {0}'s Redis punishments!" +redisResetPlayerNotFound: "Couldn't find player in Redis punishments." +reappliedGamerules: "All game rules have been re-applied!" +commandNotFound: "That command could not be found!" +# 0 - The command +# 1 - A list of aliases found +commandAliases: "Aliases for {0} are: {1}"