Added functionality that clears all players with a specified item

This commit is contained in:
james 2024-02-04 07:15:43 +00:00 committed by GitHub
parent 582feb3bc2
commit a12eb83b73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -200,6 +200,9 @@ rankRequired: "<red>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: "<gray>Players with {0} in their inventory: {1}"
# 0 - The material name
# 1 - The players who have the material in their inventory
playersMaterialCleared: "<gray>{0} has been removed from the following players: {1}"
nobodyHasThatMaterial: "<gray>No one online has that in their inventory."
# 0 - The attempted material name
materialNotFound: "<red>{0} is not a valid item/block name."