From a12eb83b731685da3bd32dc5a6aba16047feec50 Mon Sep 17 00:00:00 2001 From: james <75051061+notsceptor@users.noreply.github.com> Date: Sun, 4 Feb 2024 07:15:43 +0000 Subject: [PATCH] Added functionality that clears all players with a specified item --- server/src/main/resources/messages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/src/main/resources/messages.yml b/server/src/main/resources/messages.yml index d9021ac..992e927 100644 --- a/server/src/main/resources/messages.yml +++ b/server/src/main/resources/messages.yml @@ -200,6 +200,9 @@ rankRequired: "Policy requires that you must state your rank in your login # 0 - The material name # 1 - The players who have the material in their inventory playersWithMaterial: "Players with {0} in their inventory: {1}" +# 0 - The material name +# 1 - The players who have the material in their inventory +playersMaterialCleared: "{0} has been removed from the following players: {1}" nobodyHasThatMaterial: "No one online has that in their inventory." # 0 - The attempted material name materialNotFound: "{0} is not a valid item/block name."