mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-29 06:46:43 +00:00
Some improvements to the messages
This commit is contained in:
@ -131,20 +131,20 @@ prefixCleared: "<aqua>Your prefix has been cleared."
|
||||
otherPrefixCleared: "<aqua>You have cleared {0}'s prefix."
|
||||
# 0 - The new prefix
|
||||
prefixSetTo: "<aqua>Your prefix has been set to {0}"
|
||||
# 0 - The amount of players whose edits are blocked
|
||||
blockedEditsSize: "Blocked block modification abilities for {0} players."
|
||||
# 0 - The amount of players whose edits are unblocked
|
||||
unblockedEditsSize: "Unblocked all block modification abilities for {0} players."
|
||||
# 0 - The command sender
|
||||
# 1 - The player name
|
||||
blockingEditFor: "<red>{0} - Blocking block modification abilities for {1}"
|
||||
# 0 - The command sender
|
||||
# 1 - The player name
|
||||
unblockingEditFor: "<aqua>{0} - Unblocking block modification abilities for {1}"
|
||||
yourEditsHaveBeenBlocked: "<gray>Your block modification abilities have been blocked."
|
||||
yourEditsHaveBeenUnblocked: "<gray>Your block modification abilities have been restored."
|
||||
# 0 - The action (blocked / unblocked)
|
||||
# 1 - The amount of players
|
||||
blockeditSize: "<gray>{0} all block modification abilities for {1} players."
|
||||
# The action (blocked or restored)
|
||||
editsModified: "<gray>Your block modification abilities have been {0}."
|
||||
listOfPlayersBlocked: "<gray>The following have block modification abilities restricted:"
|
||||
# 0 - The player name
|
||||
editsBlocked: "<gray>Blocked block modification abilities for {0}"
|
||||
# 0 - The command sender
|
||||
# 1 - The player name
|
||||
blockingEdits: "<red>{0} - Blocking block modification abilities for {1}"
|
||||
# 0 - The command sender
|
||||
# 1 - The player
|
||||
unblockingEdits: "<aqua>{0} - Unblocking block modification abilities for {1}"
|
||||
# 0 - The player name
|
||||
editsUnblocked: "<gray>Unblocked block modification abilities for {0}"
|
||||
# 0 - The command sender
|
||||
|
Reference in New Issue
Block a user