From af28ad3f9166ca2174077dfec819f0c2b5fcbeb4 Mon Sep 17 00:00:00 2001 From: fein45 <142911246+fein45@users.noreply.github.com> Date: Tue, 22 Aug 2023 22:51:51 +0100 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 9027302..866495e 100644 --- a/server/src/main/resources/messages.yml +++ b/server/src/main/resources/messages.yml @@ -137,19 +137,29 @@ prefixSetTo: "Your prefix has been set to {0}" # 0 - The action (blocked / unblocked) # 1 - The amount of players blockeditSize: "{0} all block modification abilities for {1} players." +combatSize: "{0} all combat abilities for {1} players." # The action (blocked or restored) editsModified: "Your block modification abilities have been {0}." +combatModified: "Your combat abilities have been {0}." listOfPlayersBlocked: "The following have block modification abilities restricted:" # 0 - The player name +listOfPlayersCombatBlocked: "The following have combat restricted:" editsBlocked: "Blocked block modification abilities for {0}" # 0 - The command sender # 1 - The player name blockingEdits: "{0} - Blocking block modification abilities for {1}" # 0 - The command sender # 1 - The player +blockingCombat: "{0} - Blocking combat abilities for {1}" +# 0 - The command sender +# 1 - The player unblockingEdits: "{0} - Unblocking block modification abilities for {1}" # 0 - The player name +unblockingCombat: "{0} - Unblocking combat abilities for {1}" +# 0 - The command sender +# 1 - Number of entities removed editsUnblocked: "Unblocked block modification abilities for {0}" +combatUnblocked: "Unblocked combat abilities for {0}" # 0 - The command sender # 1 - Number of entities removed removedEntities: "{0} - Removed {1} entities"