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
# Variables <v> - 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.
# You are unable to change the order the variables are used due to it being a code-side functionality.
# 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-02-24 06:04:26 +00:00
# 1. Appeal URL
# 2. Reason
# 3. Expiry
# 4. Punisher
2022-02-25 07:09:55 +00:00
banMessage : "<red>You have been banned! You may appeal at <gold><v>.\n<red>Reason: <gold><v>\n<red>End date: <gold><v>\n<red>Banned by: <gold><v>"
2022-03-03 21:45:19 +00:00
# The type of indefinite ban
# Appeal URL
indefBanMessage : "<red>Your <v> is indefinitely banned! You may appeal at <gold><v>."
playerNotFound : "<red>Player not found!"
worldNotFound : "<red>World not found!"
2022-02-24 06:04:26 +00:00
# 1. The world you have been teleported to
2022-03-03 21:45:19 +00:00
playerWorldTeleport : "<aqua>You have been teleported to <v>."
2022-02-24 06:04:26 +00:00
# 1. The sender who opped everyone
2022-02-25 07:09:55 +00:00
oppedAllPlayers : "<aqua><v> - Opped all players on the server"
2022-02-24 06:04:26 +00:00
# 1. The sender who de-opped everyone
2022-02-25 07:09:55 +00:00
deoppedAllPlayers : "<aqua><v> - De-opped all players on the server"
2022-02-24 06:04:26 +00:00
# 1. The person who is opping
# 2. The person who has been opped
2022-02-25 07:09:55 +00:00
oppedPlayer : "<aqua><v> - Opped <v>"
2022-02-25 08:12:03 +00:00
# 1. The person who is deopped
# 2. The person who has been deopped
deoppedPlayer : "<red><v> - Deopped <v>"
2022-02-24 06:04:26 +00:00
# 1. The person who is freezing
# 2. The person who has been frozen
2022-03-01 01:44:10 +00:00
frozePlayer : "<red><v> - Froze <v>"
2022-02-24 06:04:26 +00:00
# 1. The person who is unfreezing
# 2. The person who has been unfrozen
2022-02-25 07:09:55 +00:00
unfrozePlayer : "<aqua><v> - Unfroze <v>"
2022-03-01 01:44:10 +00:00
# 1. The command sender
2022-02-28 20:39:04 +00:00
# 2. The person who has been muted
2022-03-01 01:44:10 +00:00
mutedPlayer : "<red><v> - Muted <v>"
# 1. The command sender
2022-02-28 20:39:04 +00:00
# 2. The person who has been unmuted
2022-02-25 08:59:48 +00:00
unmutedPlayer : "<aqua><v> - Unmuted <v>"
2022-02-28 20:39:04 +00:00
# 1. The person who is locking up
# 2. The person who has been locked up
lockedUpPlayer : "<aqua><v> - Locking up <v>"
# 1. The person who is unlocking
# 2. The person who has been unlocked
2022-03-03 21:45:19 +00:00
unlockedPlayer : "<aqua><v> - Unlocking <v>"
2022-02-24 06:04:26 +00:00
# 1. The rank required to use the command
2022-03-19 19:37:11 +00:00
noPermissionRank : "<red>You must be at least <v> <red>to use this command!"
2022-02-24 06:04:26 +00:00
# 1. The permission node required to use the command
2022-03-19 19:37:11 +00:00
noPermissionNode : "<red>You must have the permission: <v> <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-02-24 06:04:26 +00:00
# 1. The username of the name history
2022-03-03 21:45:19 +00:00
nameHistoryTitle : "<gold>Name History of <v>"
nameHistorySeparator : "<gold><strikethrough>-----------------------------"
# 1. The name
# 2. The date and time of the name change
nameHistoryBody : "<gold><v> <dark_gray>- <gold><v>"
2022-02-24 06:04:26 +00:00
# 1. The gamemode
2022-03-03 21:45:19 +00:00
gameModeSetTo : "<gray>Your gamemode has been set to <v>."
2022-02-24 06:04:26 +00:00
# 1. The player's name
# 2. The gamemode
2022-03-03 21:45:19 +00:00
setOtherPlayerGameModeTo : "<gray>You set <v>'s gamemode to <v>."
2022-02-24 06:04:26 +00:00
# 1. The command sender
# 2. The gamemode
2022-03-03 21:45:19 +00:00
playerSetOtherGameMode : "<gray><v> set your gamemode to <v>."
2022-02-24 06:04:26 +00:00
# 1. The command sender
# 2. The gamemode
2022-02-25 07:09:55 +00:00
setEveryoneGameMode : "<aqua><v> - Changing everyone's gamemode to <v>"
2022-03-03 21:45:19 +00:00
consoleMustDefinePlayer : "<red>You must define a player since you are running this command from console."
2022-02-24 06:04:26 +00:00
# 1. The command sender
# 2. The player
2022-02-25 07:09:55 +00:00
newAdminAdded : "<aqua><v> - Adding <v> to the admin list"
2022-02-24 06:04:26 +00:00
# 1. The command sender
# 2. The player
2022-02-25 07:09:55 +00:00
adminRemoved : "<red><v> - Removing <v> from the admin list"
2022-02-24 06:04:26 +00:00
# 1. The command sender
# 2. The player
2022-02-25 07:09:55 +00:00
adminSetRank : "<aqua><v> - Setting <v>'s rank to <v>"
2022-02-24 06:04:26 +00:00
# The world name
2022-02-25 07:09:55 +00:00
teleportedToWorld : "<aqua>You have been teleported to the <v>."
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-02-24 06:04:26 +00:00
# 1. Rank
2022-02-25 07:09:55 +00:00
yourRank : "<aqua>Your rank is: <v>"
2022-02-24 06:04:26 +00:00
# 1. Player name
# 2. Rank
2022-02-25 07:09:55 +00:00
otherRank : "<aqua><v>'s rank is: <v>"
2022-02-24 06:04:26 +00:00
# 1. The command sender
# 2. The player
2022-02-25 07:09:55 +00:00
banningPlayer : "<red><v> - Banning <v>"
2022-02-24 06:04:26 +00:00
# 1. The command sender
# 2. The player
2022-02-25 07:09:55 +00:00
unbanningPlayer : "<aqua><v> - Unbanning <v>"
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-03-25 05:45:55 +00:00
# 1. The command sender
# 2. The player
2022-03-01 01:44:10 +00:00
kickedPlayer : "<red><v> - Kicking <v>"
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."
adminChatFormat : '<dark_gray>[<blue>AdminChat<dark_gray>] <dark_red><v> <gray>» <gold><v>'
2022-02-25 07:36:46 +00:00
maximumPrefixLength : "<red>The maximum length for a tag may only be <v>."
prefixCleared : "<aqua>Your prefix has been cleared."
2022-03-25 05:45:55 +00:00
# 1. The player name
2022-02-25 07:36:46 +00:00
otherPrefixCleared : "<aqua>You have cleared <v>'s prefix."
2022-03-25 05:45:55 +00:00
# 1. The new prefix
prefixSetTo : "<aqua>Your prefix has been set to <v>"
# 1. The amount of players whose edits are blocked
blockedEditsSize : "Blocked block modification abilities for <v> players."
# 1. The amount of players whose edits are unblocked
unblockedEditsSize : "Unblocked all block modification abilities for <v> players."
# 1. The command sender
# 2. The player name
blockingEditFor : "<red><v> - Blocking block modification abilities for <v>"
# 1. The command sender
# 2. The player name
unblockingEditFor : "<aqua><v> - Unblocking block modification abilities for <v>"
yourEditsHaveBeenBlocked : "<gray>Your block modification abilities have been blocked."
yourEditsHaveBeenUnblocked : "<gray>Your block modification abilities have been restored."
# 1. The player name
editsBlocked : "<gray>Blocked block modification abilities for <v>"
# 1. The player name
editsUnblocked : "<gray>Unblocked block modification abilities for <v>"