πŸ“°Messages

Every message on this plugin can be changed

Words between {} are variables and are changed when the message is sent

config.yml
messages:
  no_permission: "&cYou don't have permission to use this command"
  no_console: "&cOnly players can use this command"
  new_version_available: "&cA new version of VelocityUtils is available (&b{version}&c)! &e{url}"
  alert_usage: "&cUsage: /alert <message>"
  configuration_reloaded: "&aConfiguration reloaded successfully! For some changes to take effect, you may need to restart the proxy."
  velocityutils_usage: "&cUsage: /velocityutils reload"
  maintenance_not_on_list: "&cThe server is under maintenance!"
  maintenance_usage: "&cUsage: /maintenance <on|off> | /maintenance <add|remove> <nick>"
  maintenance_activated: "&aMaintenance mode activated."
  maintenance_deactivated: "&cMaintenance mode deactivated."
  maintenance_already_on_list: "&cThe player is already in the maintenance list."
  maintenance_player_added: "&aPlayer {player} added to the maintenance list."
  maintenance_player_not_on_list: "&cThe player is not in the maintenance list."
  maintenance_player_removed: "&cPlayer {player} removed from the maintenance list."
  report_usage: "&cUsage: /report <nick> <reason>"
  report_player_not_found: "&cPlayer {player} not found"
  report_sent: "&aYour report for the player {target} was sent"
  report_hover: "&bClick to teleport"
  report_cooldown: "&cYou have {time}s before using /report again"
  report_webhook_error: "&cError trying to send discord report webhook"
  helpop_usage: "&cUsage: /helpop <reason>"
  helpop_cooldown: "&cYou have {time}s before using /helpop again"
  helpop_hover: "&bClick to teleport"
  helpop_sent: "&aYour help request was sent"
  goto_usage: "&cUsage: /goto <player>"
  goto_player_not_found: "&cPlayer {player} not found"
  goto_server_not_found: "&cServer could not be found"
  goto_same_server: "&cYou are currently on the same server as {player}"
  goto_connecting: "&aConnecting with {player} server"
  find_usage: "&cUsage: /find <player>"
  find_player_not_found: "&cPlayer {player} not found"
  find_where: "&b{player} &eis on &b{server}"
  find_last_seen: "&e{player} &cis not connected. Last seen: &e{time} ago"
  find_less_minute: "Less than 1 minute"
  server_unknown: "Unknown"
  stafflist_no_staff: "&cThere are no staff online"
  stafflist_header: "&b&lStaff List"
  stafflist_staff: "{prefix} &f{player} &7- &b{server}"
  staffchat_disabled: "&eStaff chat &cdisabled"
  staffchat_enabled: "&eStaff chat &aenabled"
  staffchat_format: "&8[&bStaffChat&8] &7{server} - {prefix} &b{player}&7: &f{message}"
  adminchat_disabled: "&eAdmin chat &cdisabled"
  adminchat_enabled: "&eAdmin chat &aenabled"
  adminchat_format: "&8[&dAdminChat&8] &7{server} - {prefix} &d{player}&7: &f{message}"
  stafftime_usage: "&cUsage: /stafftime <player> [day|week|month]"
  stafftime_not_found: "&cPlayer {player} not found on the database."
  stafftime_invalid_type: "&cInvalid type. Use day, week or month"
  vlist_no_players: "&cThere are no players online."
  movecommands_no_servers: "&cThere are no servers configured for this command"
  movecommands_server_not_found: "&cThat server is not available at this moment."
  movecommands_already_connected: "&cYou are already connected to that server"
  messagescommands_no_message_console: "&cThe messagecommand message is empty: {command}"
  messagescommands_no_action_or_hover_console: "&cThe messagecommand {command} has action set to true, but no action or hover set"
  messagescommands_error_player: "&cThat messagecommand doesnt work as intended, contact an administrator"
  stream_usage: "&cUsage: /stream <url>"
  stream_invalid_url: "&cThats not a valid stream url"
  stream_cooldown: "&cYou have to wait {cooldown} before using /stream again"
  serverexecute_usage: "&cUsage: /serverexecute <server> <command>"
  serverexecute_server_not_found: "&cServer {server} not found"
  serverexecute_sent: "&aSent to server {server}, the command: /{command}"
  togglesc_enabled: "&aStaff chat messages will be shown"
  togglesc_disabled: "&cStaff chat messages will be hidden"
  day_simbol: "d"
  hour_simbol: "h"
  minute_simbol: "m"
  second_simbol: "s"

Last updated