2020-11-02 00:06:08 +00:00
# Plex Messages File
2022-02-26 06:24:11 +00:00
# This file uses the MiniMessage system.
# Documentation available at https://docs.adventure.kyori.net/minimessage/format.html
2020-11-02 00:06:08 +00:00
# Messages in here will be placed in for certain commands, actions, etc.
# Warning: not all commands have customizable messages
2022-04-04 04:07:48 +00:00
# Variables {number} - these are code-defined replacements for things that should be inserted into messages. (e.g. names, statuses, numbers)
2022-02-26 06:24:11 +00:00
# If any of these variables are supposed to be used within a message, some documentation is provided to give more context to what the variables indicate.
# If you are wishing to change these messages it's recommended you use the same amount of variables as stated in the documentation, however it's not required.
2020-11-02 00:06:08 +00:00
2022-04-04 04:07:48 +00:00
# 0 - Appeal URL
# 1 - Reason
# 2 - Expiry
# 3 - Punisher
banMessage : "<red>You have been banned! You may appeal at <gold>{0}.\n<red>Reason: <gold>{1}\n<red>End date: <gold>{2}\n<red>Banned by: <gold>{3}"
# 0 - The type of indefinite ban
# 1 - Appeal URL
indefBanMessage : "<red>Your {0} is indefinitely banned! You may appeal at <gold>{1}."
2022-03-03 21:45:19 +00:00
playerNotFound : "<red>Player not found!"
worldNotFound : "<red>World not found!"
2022-04-04 04:07:48 +00:00
# 0 - The world you have been teleported to
playerWorldTeleport : "<aqua>You have been teleported to {0}."
# 0 - The sender who opped everyone
oppedAllPlayers : "<aqua>{0} - Opped all players on the server"
# 0 - The sender who de-opped everyone
deoppedAllPlayers : "<aqua>{0} - De-opped all players on the server"
# 0 - The person who is opping
# 1 - The person who has been opped
oppedPlayer : "<aqua>{0} - Opped {1}"
# 0 - The person who is deopped
# 1 - The person who has been deopped
deoppedPlayer : "<red>{0} - Deopped {1}"
# 0 - The person who is freezing
# 1 - The person who has been frozen
frozePlayer : "<red>{0} - Froze {1}"
# 0 - The person who is unfreezing
# 1 - The person who has been unfrozen
unfrozePlayer : "<aqua>{0} - Unfroze {1}"
# 0 - The command sender
# 1 - The person who has been muted
mutedPlayer : "<red>{0} - Muted {1}"
# 0 - The command sender
# 1 - The person who has been unmuted
unmutedPlayer : "<aqua>{0} - Unmuted {1}"
# 0 - The person who is locking up
# 1 - The person who has been locked up
lockedUpPlayer : "<aqua>{0} - Locking up {1}"
# 0 - The person who is unlocking
# 1 - The person who has been unlocked
unlockedPlayer : "<aqua>{0} - Unlocking {1}"
# 0 - The rank required to use the command
noPermissionRank : "<red>You must be at least {0} <red>to use this command!"
# 0 - The permission node required to use the command
noPermissionNode : "<red>You must have the permission: {0} <red>to use this command!"
2022-02-25 07:09:55 +00:00
noPermissionInGame : "<red>You must be in console to use this command!"
noPermissionConsole : "<red>You must be in-game to use this command!"
2022-04-04 04:07:48 +00:00
# 0 - The username of the name history
nameHistoryTitle : "<gold>Name History of {0}"
2022-03-03 21:45:19 +00:00
nameHistorySeparator : "<gold><strikethrough>-----------------------------"
2022-04-04 04:07:48 +00:00
# 0 - The name
# 1 - The date and time of the name change
nameHistoryBody : "<gold>{0} <dark_gray>- <gold>{1}"
# 0 - The gamemode
gameModeSetTo : "<gray>Your gamemode has been set to {0}."
# 0 - The player's name
# 1 - The gamemode
setOtherPlayerGameModeTo : "<gray>You set {0}'s gamemode to {1}."
# 0 - The command sender
# 1 - The gamemode
playerSetOtherGameMode : "<gray>{0} set your gamemode to {1}."
# 0 - The command sender
# 1 - The gamemode
setEveryoneGameMode : "<aqua>{0} - Changing everyone's gamemode to {1}"
2022-03-03 21:45:19 +00:00
consoleMustDefinePlayer : "<red>You must define a player since you are running this command from console."
2022-04-04 04:07:48 +00:00
# 0 - The command sender
# 1 - The player
newAdminAdded : "<aqua>{0} - Adding {1} to the admin list"
# 0 - The command sender
# 1 - The player
2022-04-07 23:23:38 +00:00
# 2 - The rank name
2022-04-07 07:37:31 +00:00
adminReadded : "<aqua>{0} - Re-adding {1} to the admin list as rank: {2}"
# 0 - The command sender
# 1 - The player
2022-04-04 04:07:48 +00:00
adminRemoved : "<red>{0} - Removing {1} from the admin list"
# 0 - The command sender
# 1 - The player
# 2 - The rank
adminSetRank : "<aqua>{0} - Setting {1}'s rank to {2}"
# 0 - The world name
teleportedToWorld : "<aqua>You have been teleported to the {0}."
2022-03-25 05:45:55 +00:00
higherRankThanYou : "<red>This player is an admin or a higher rank than you."
2022-02-25 07:09:55 +00:00
playerNotAdmin : "<red>That player is not an admin."
playerIsAdmin : "<red>That player is already an admin."
rankNotFound : "<red>The rank you entered was not found."
rankMustBeHigherThanAdmin : "<red>The rank you entered must be higher than Admin."
consoleOnly : "<red>This command can only be executed by the console."
2022-04-04 04:07:48 +00:00
# 0 - Rank
yourRank : "<aqua>Your rank is: {0}"
# 0 - Player name
# 1 - Rank
otherRank : "<aqua>{0}'s rank is: {1}"
# 0 - The command sender
# 1 - The player
banningPlayer : "<red>{0} - Banning {1}"
# 0 - The command sender
# 1 - The player
unbanningPlayer : "<aqua>{0} - Unbanning {1}"
2022-02-25 07:09:55 +00:00
playerNotBanned : "<red>That player is not banned!"
2022-02-25 08:59:48 +00:00
playerNotFrozen : "<red>That player is not frozen!"
playerNotMuted : "<red>That player is not muted!"
playerBanned : "<red>That player is already banned!"
playerFrozen : "<red>That player is already frozen!"
playerMuted : "<red>That player is already muted!"
2022-02-28 20:39:04 +00:00
playerLockedUp : "<red>That player is already locked up!"
2022-02-26 06:24:11 +00:00
muted : "<red>You are currently muted - STFU!"
2022-04-04 04:07:48 +00:00
# 0 - The command sender
# 1 - The player
kickedPlayer : "<red>{0} - Kicking {1}"
2022-02-25 07:09:55 +00:00
teleportedToWorldSpawn : "<aqua>Teleporting to the local spawn"
2022-03-03 21:45:19 +00:00
toggleCommandSpy : "<gray>CommandSpy has been"
enabled : "<gray>enabled."
disabled : "<gray>disabled."
2022-04-04 04:07:48 +00:00
# 0 - The admin / staff member
# 1 - The message
adminChatFormat : '<dark_gray>[<blue>AdminChat<dark_gray>] <dark_red>{0} <gray>» <gold>{1}'
# 0 - Maximum length, configured in config.yml
maximumPrefixLength : "<red>The maximum length for a tag may only be {0}."
2022-02-25 07:36:46 +00:00
prefixCleared : "<aqua>Your prefix has been cleared."
2022-04-04 04:07:48 +00:00
# 0 - The player name
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}"
2022-03-25 05:45:55 +00:00
yourEditsHaveBeenBlocked : "<gray>Your block modification abilities have been blocked."
yourEditsHaveBeenUnblocked : "<gray>Your block modification abilities have been restored."
2022-04-04 04:07:48 +00:00
# 0 - The player name
editsBlocked : "<gray>Blocked block modification abilities for {0}"
# 0 - The player name
2022-04-06 22:43:49 +00:00
editsUnblocked : "<gray>Unblocked block modification abilities for {0}"
# 0 - The command sender
# 1 - Number of entities removed
removedEntities : "<red>{0} - Removed {1} entities"
# 0 - The command sender
# 1 - Number of entities removed
# 2 - Entity type(s) removed
removedEntitiesOfTypes : "<red>{0} - Removed {1} entities of type(s) {2}"
# 0 - The command sender
# 1 - Number of entities removed
# 2 - Entity type removed
removedEntitiesOfType : "<gray>Removed {1} {2}"
# 0 - Entity type that is invalid
invalidEntityType : "<gray>Notice: Entity type {0} is invalid!"
2022-04-06 23:42:47 +00:00
noRemovedEntities : "<gray>No entities were removed."
# 0 - The command sender
# 1 - Number of mobs removed
2022-04-07 01:48:51 +00:00
removedMobs : "<red>{0} - Removed {1} mobs"
autoWipeDisabled : "<gray>Item wiping is currently disabled in the config!"
allowDropsDisabled : "<gray>No longer allowing drops from players."
2022-04-08 05:16:05 +00:00
allowDropsEnabled : "<gray>Now allowing drops from players."
commandBlocked : "<gray>This command is blocked"