2020-11-02 00:06:08 +00:00
# Plex Messages File
# Messages in here will be placed in for certain commands, actions, etc.
# Warning: not all commands have customizable messages
# Base color - the main color prefix; will be used following each of the messages below
2020-11-02 20:50:51 +00:00
# Broadcast color - the color used when broadcasting a message
2020-11-02 00:06:08 +00:00
# Error color - the color of an error; will be used when an error is thrown from a command
baseColor : "7"
2020-11-02 20:50:51 +00:00
broadcastColor : "b"
2020-11-02 00:06:08 +00:00
errorColor : "c"
# Variables <v> - these are code-defined replacements for things that should be inserted into messages. (e.g. names, statuses, numbers)
2020-11-02 20:50:51 +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
# Reset color <r> - this will reset the color of the message to the base color defined above.
2020-11-02 20:50:51 +00:00
# Broadcast color <b> - this will make the color of the message the broadcast color defined above.
2020-11-02 00:06:08 +00:00
# Error color <e> - this will make the color of the message the error color defined above.
test : this is a test message!
2020-11-02 20:50:51 +00:00
# 1: the command sender's username
2020-11-02 00:06:08 +00:00
variableTest : variable test with <v>!
2020-11-02 20:50:51 +00:00
playerNotFound : Player not found!
2020-11-03 00:19:26 +00:00
worldNotFound : World not found!
2020-11-02 00:06:08 +00:00
noAdminWorldBlockPlace : <e>You are not allowed to place blocks in the admin world!
noAdminWorldBlockBreak : <e>You are not allowed to break blocks in the admin world!
2020-11-02 20:50:51 +00:00
# 1: the world you have been teleported to
playerWorldTeleport : You have been teleported to <v>.
# 1: the command sender who opped everyone
2020-11-03 02:58:56 +00:00
oppedAllPlayers : <b><v> - Opped all players on the server
2020-11-02 20:50:51 +00:00
# 1: the person who is opping
# 2: the person who has been opped
2020-11-03 02:58:56 +00:00
oppedPlayer : <b><v> - Opped <v>
# 1: the person who is freezing
# 2: the person who has been frozen
frozePlayer : <b><v> - Froze <v>
# 1: the person who is unfreezing
# 2: the person who has been unfrozen
unfrozePlayer : <b><v> - Unfroze <v>
2020-11-03 00:19:26 +00:00
noPermission : <e>You cannot use this command!
# 1: the login message (uncolored) of the rank required to use the command
noPermissionRank : <e>You must be at least <v> rank to use this command!
noPermissionInGame : <e>You must be in console to use this command!
2020-11-05 13:40:48 +00:00
noPermissionConsole : <e>You must be in-game to use this command!
# 1: the username of the name history
nameHistoryTitle : Name History of <v>
# 1: a username of the found user
# 2: when the user changed to that username
nameHistoryBody : " - <v> (<v>)"
# 1: the username that failed
2020-11-06 03:50:16 +00:00
nameHistoryFail : <e>Something went wrong while trying to retrieve name history of <v>! Try again later!
gameModeSetTo : Your gamemode has been set to <v>.
setOtherPlayerGameModeTo : You set <v>'s gamemode to <v>.
playerSetOtherGameMode : <v> set your gamemode to <v>.
2021-01-03 07:21:15 +00:00
consoleMustDefinePlayer : You must define a player since you are running this command from console.
newAdminAdded : <b><v> - Adding <v> to the admin list
adminRemoved : <c><v> - Removing <v> from the admin list
2021-06-20 08:02:07 +00:00
adminSetRank : <b><v> - Setting <v>'s rank to <v>
teleportedToWorld : <b>You have been teleported to the <v>.
higherRankThanYou : <b>This player is an admin and a higher rank than you.
playerNotAdmin : <b>That player is not an admin.
playerIsAdmin : <b>That player is already an admin.
rankNotFound : <b>The rank you entered was not found.
rankMustBeHigherThanAdmin : <b>The rank you entered must be higher than Admin.
consoleOnly : <b>This command can only be executed by the console.