# Messages

<details>

<summary>BungeeCord</summary>

```yaml
#  █████▒▄▄▄       ██▓     ██▓     ▄▄▄▄    ▄▄▄       ▄████▄   ██ ▄█▀     ██████ ▓█████  ██▀███   ██▒   █▓▓█████  ██▀███
#▓██   ▒▒████▄    ▓██▒    ▓██▒    ▓█████▄ ▒████▄    ▒██▀ ▀█   ██▄█▒    ▒██    ▒ ▓█   ▀ ▓██ ▒ ██▒▓██░   █▒▓█   ▀ ▓██ ▒ ██▒
#▒████ ░▒██  ▀█▄  ▒██░    ▒██░    ▒██▒ ▄██▒██  ▀█▄  ▒▓█    ▄ ▓███▄░    ░ ▓██▄   ▒███   ▓██ ░▄█ ▒ ▓██  █▒░▒███   ▓██ ░▄█ ▒
#░▓█▒  ░░██▄▄▄▄██ ▒██░    ▒██░    ▒██░█▀  ░██▄▄▄▄██ ▒▓▓▄ ▄██▒▓██ █▄      ▒   ██▒▒▓█  ▄ ▒██▀▀█▄    ▒██ █░░▒▓█  ▄ ▒██▀▀█▄
#░▒█░    ▓█   ▓██▒░██████▒░██████▒░▓█  ▀█▓ ▓█   ▓██▒▒ ▓███▀ ░▒██▒ █▄   ▒██████▒▒░▒████▒░██▓ ▒██▒   ▒▀█░  ░▒████▒░██▓ ▒██▒
# ▒ ░    ▒▒   ▓▒█░░ ▒░▓  ░░ ▒░▓  ░░▒▓███▀▒ ▒▒   ▓▒█░░ ░▒ ▒  ░▒ ▒▒ ▓▒   ▒ ▒▓▒ ▒ ░░░ ▒░ ░░ ▒▓ ░▒▓░   ░ ▐░  ░░ ▒░ ░░ ▒▓ ░▒▓░
# ░       ▒   ▒▒ ░░ ░ ▒  ░░ ░ ▒  ░▒░▒   ░   ▒   ▒▒ ░  ░  ▒   ░ ░▒ ▒░   ░ ░▒  ░ ░ ░ ░  ░  ░▒ ░ ▒░   ░ ░░   ░ ░  ░  ░▒ ░ ▒░
# ░ ░     ░   ▒     ░ ░     ░ ░    ░    ░   ░   ▒   ░        ░ ░░ ░    ░  ░  ░     ░     ░░   ░      ░░     ░     ░░   ░
#             ░  ░    ░  ░    ░  ░ ░            ░  ░░ ░      ░  ░            ░     ░  ░   ░           ░     ░  ░   ░
#                                       ░           ░                                                ░
# Made by CandiesJar | Github: github.com/sasi2006166 | Discord: https://discord.gg/dJ8DG2cSzt | Telegram: @CandiesJar
# BungeeCord configuration file

MESSAGES:
  prefix: "&7&lF&b&lS &8&l» "
  syntax: "%prefix% &cCorrect syntax: /fs <reload:add:remove:status:servers>"
  no_permission: "%prefix% &7I'm sorry, you're lacking permission &c%permission%"
  reloaded: "%prefix% &7Configuration reloaded &bsuccessfully&7!"
  only_player: "%prefix% &cOnly players can execute this command!"
  already_in_hub: "%prefix% &cYou're already connected to a lobby."
  moved: "&7You've been connected to &b%server%"
  disabled_command: "%prefix% &cSorry, this command is disabled."
  no_server: "%prefix% &cThere is no lobby available."
  empty_server: "%prefix% &7Please, &cspecify &7a server."
  server_is_added: "%prefix% &b%server% &7is already inside this list."
  server_removed: "%prefix% &b%server% &7has been removed from group &b%group%&7."
  server_not_added: "%prefix% &b%server% &7is not inside this &c%group%&7."
  server_not_available: "%prefix% &b%server% &7doesn't exist inside BungeeCord."
  server_added: "%prefix% &b%server% &7is now added to group &b%group%&7."
  connection_failed: "%prefix% &7Re-connection &c&lfailed&7! Moving to fallback."
  exiting_reconnect: "%prefix% &7Exiting re-connection mode."

  moved_to_lobby:
    - ""
    - "&7&m---------------------------------"
    - ""
    - "&7You've been moved to &b%server%"
    - "&7Reason: &b%reason%"
    - ""
    - "&7&m---------------------------------"

  new_update:
    - "&7&m---------------------------------"
    - "&7New update is available to Fallback Server."
    - ""
    - "&7Current version: &c%old_version% &7|| Newest version: &b%new_version%"
    - "&7&m---------------------------------"

  fallback_command:
    - "&8&m-----&8[&bFallback Server&8]&m-----"
    - ""
    - "&b/fs reload &7| Reloads all configurations."
    - "&b/fs add <group> <server> &7| Adds a fallback server to configuration."
    - "&b/fs remove <group> <server> &7| Removes a fallback server from configuration."
    - "&b/fs status &7| Shows the status of the proxy instance."
    - "&b/fs servers &7| Shows the status of your lobbies."
    - ""
    - "&7Running version &b%version%"
    - "&8&m---------------------------"

  stats_command:
    - "&8&m-----&8[&bSTATUS&8]&m-----"
    - ""
    - "&7Running version: &b%version%"
    - "&7Proxy's version: &b%proxy_version%"
    - "&7CPU Cores: &b%cores%"
    - "&7Used memory: &b%used_memory% MB"
    - "&7Total players: &b%total_players%"
    - ""
    - "&7Run &b/fs servers &7to get the"
    - "&7status of your lobbies."
    - ""
    - "&8&m---------------------------"

  servers_command:
    online: "&aONLINE"
    offline: "&cOFFLINE"
    maintenance: "&eMAINTENANCE"
    group: "&7GROUP: &7%group%"
    servers: "&7%server% &8| &b%status%"
    header:
      - "&8&m-----&8[&bSERVERS&8]&m-----"
      - ""
    footer:
      - ""
      - "&8&m------------------"

TITLES: # Everything under this configuration is in seconds.
  fallback:
    enabled: true
    delay: 2
    fade_in: 1 # Seconds for making title appear
    fade_out: 1  # Seconds for making title disappear
    stay: 3 # Stay time of the title
    fallback_title: "&cServer crashed!"
    fallback_sub_title: "&7You've been moved to lobby."

  # Reconnect title values are automatic.
  # You can enable / disable it in config.yml
  reconnect:
    reconnect_title: "&c&lReconnecting&7%dots%"
    reconnect_sub_title: "&7Please wait!"
    connecting_title: "&6&lConnecting&7%dots%"
    connecting_sub_title: "&7Waiting for response from server."
    title_beat: 1 # Used for simulation of heart beat for both reconnect and connecting titles.
    connected:
      delay: 3
      fade_in: 1
      fade_out: 1
      stay: 2
      title: "&a&lConnected!"
      sub_title: "&7You've been connected to &b%server%"

  lobby:
    enabled: true
    fade_in: 1
    fade_out: 1
    stay: 3
    title: "&a&lConnected to lobby."
    sub_title: "&7Welcome back!"

  already_in_lobby:
    enabled: true
    fade_in: 1
    fade_out: 1
    stay: 3
    title: "&c&lAlready in lobby."
    sub_title: "&7You're already in lobby."
```

</details>

<details>

<summary>Velocity</summary>

```yaml
#  █████▒▄▄▄       ██▓     ██▓     ▄▄▄▄    ▄▄▄       ▄████▄   ██ ▄█▀     ██████ ▓█████  ██▀███   ██▒   █▓▓█████  ██▀███
#▓██   ▒▒████▄    ▓██▒    ▓██▒    ▓█████▄ ▒████▄    ▒██▀ ▀█   ██▄█▒    ▒██    ▒ ▓█   ▀ ▓██ ▒ ██▒▓██░   █▒▓█   ▀ ▓██ ▒ ██▒
#▒████ ░▒██  ▀█▄  ▒██░    ▒██░    ▒██▒ ▄██▒██  ▀█▄  ▒▓█    ▄ ▓███▄░    ░ ▓██▄   ▒███   ▓██ ░▄█ ▒ ▓██  █▒░▒███   ▓██ ░▄█ ▒
#░▓█▒  ░░██▄▄▄▄██ ▒██░    ▒██░    ▒██░█▀  ░██▄▄▄▄██ ▒▓▓▄ ▄██▒▓██ █▄      ▒   ██▒▒▓█  ▄ ▒██▀▀█▄    ▒██ █░░▒▓█  ▄ ▒██▀▀█▄
#░▒█░    ▓█   ▓██▒░██████▒░██████▒░▓█  ▀█▓ ▓█   ▓██▒▒ ▓███▀ ░▒██▒ █▄   ▒██████▒▒░▒████▒░██▓ ▒██▒   ▒▀█░  ░▒████▒░██▓ ▒██▒
# ▒ ░    ▒▒   ▓▒█░░ ▒░▓  ░░ ▒░▓  ░░▒▓███▀▒ ▒▒   ▓▒█░░ ░▒ ▒  ░▒ ▒▒ ▓▒   ▒ ▒▓▒ ▒ ░░░ ▒░ ░░ ▒▓ ░▒▓░   ░ ▐░  ░░ ▒░ ░░ ▒▓ ░▒▓░
# ░       ▒   ▒▒ ░░ ░ ▒  ░░ ░ ▒  ░▒░▒   ░   ▒   ▒▒ ░  ░  ▒   ░ ░▒ ▒░   ░ ░▒  ░ ░ ░ ░  ░  ░▒ ░ ▒░   ░ ░░   ░ ░  ░  ░▒ ░ ▒░
# ░ ░     ░   ▒     ░ ░     ░ ░    ░    ░   ░   ▒   ░        ░ ░░ ░    ░  ░  ░     ░     ░░   ░      ░░     ░     ░░   ░
#             ░  ░    ░  ░    ░  ░ ░            ░  ░░ ░      ░  ░            ░     ░  ░   ░           ░     ░  ░   ░
#                                       ░           ░                                                ░
# Made by CandiesJar | Github: github.com/sasi2006166 | Discord: https://discord.gg/dJ8DG2cSzt | Telegram: @CandiesJar
# Velocity configuration file

MESSAGES:
  prefix: "&7&lF&b&lS &8&l» "
  syntax: "%prefix% &cCorrect syntax: /fs <reload:create:add:remove:status:server>"
  no_permission: "%prefix% &7I'm sorry, you're lacking permission &c%permission%"
  reloaded: "%prefix% &7Configuration reloaded &bsuccessfully&7!"
  only_player: "%prefix% &cOnly players can execute this command!"
  already_in_hub: "%prefix% &cYou're already connected to a lobby."
  moved: "&7You've been connected to &b%server%"
  disabled_command: "%prefix% &cSorry, this command is disabled."
  no_server: "%prefix% &cThere is no lobby available."
  reconnection_failed: "%prefix% &7Re-connection &c&lfailed&7!"
  exiting_reconnect: "%prefix% &7Exiting re-connection mode."

  empty_group: "%prefix% &7Please, &cspecify &7a group."
  server_is_added: "%prefix% &b%server% &7is already inside this list."
  server_removed: "%prefix% &b%server% &7has been removed from group &b%group%&7."
  server_not_added: "%prefix% &b%server% &7is not inside this &c%group%&7."
  server_not_available: "%prefix% &b%server% &7doesn't exist inside BungeeCord."
  server_added: "%prefix% &b%server% &7is now added to group &b%group%&7."

  moved_to_lobby:
    - ""
    - "&7&m---------------------------------"
    - ""
    - "&7You've been moved to &b%server%"
    - "&7Reason: &b%reason%"
    - ""
    - "&7&m---------------------------------"

  new_update:
    - "&7&m---------------------------------"
    - "&7New update is available to Fallback Server."
    - ""
    - "&7Current version: &c%old_version% &7|| Newest version: &b%new_version%"
    - "&7&m---------------------------------"

  fallback_command:
    - "&8&m-----&8[&bFallback Server&8]&m-----"
    - ""
    - "&b/fs reload &7| Reloads all configurations."
    - "&b/fs add <group> <server> &7| Adds a fallback server to configuration."
    - "&b/fs remove <group> <server> &7| Removes a fallback server from configuration."
    - "&b/fs status &7| Shows the status of the proxy instance."
    - "&b/fs servers &7| Shows the status of your lobbies."
    - ""
    - "&7Running version &b%version%"
    - "&8&m---------------------------"

  stats_command:
    - "&8&m-----&8[&bSTATUS&8]&m-----"
    - ""
    - "&7Running version: &b%version%"
    - "&7Proxy's version: &b%proxy_version%"
    - "&7CPU Cores: &b%cores%"
    - "&7Used memory: &b%used_memory% MB"
    - "&7Total players: &b%total_players%"
    - ""
    - "&7Run &b/fs servers &7to get the"
    - "&7status of your lobbies."
    - ""
    - "&8&m---------------------------"

  servers_command:
    online: "&aONLINE"
    offline: "&cOFFLINE"
    maintenance: "&eMAINTENANCE"
    group: "&7GROUP: &7%group%"
    servers: "&7%server% &8| &b%status%"
    header:
      - "&8&m-----&8[&bSERVERS&8]&m-----"
      - ""
    footer:
      - ""
      - "&8&m------------------"

  create_command:
    parameters: "%prefix% &7Correct syntax: /fs create <group> <mode>" # Mode can be "fallback" or "reconnect"
    group_exists: "%prefix% &7Group &b%group% &7already exists."
    group_created:
      - ""
      - "&7&m---------------------------------"
      - "&7Group &b%group% &7has been created."
      - "&7Mode: &b%mode%"
      - "&7Add your servers using &b/fs add %group% <server>"
      - "&7And then run /fs reload"
      - "&7&m---------------------------------"
    mode: "%prefix% &7Mode &c%mode% &7doesn't exist."

TITLES: # Everything under this configuration is in seconds.
  fallback:
    enabled: true
    delay: 2
    fade_in: 1 # Seconds for making title appear
    fade_out: 1  # Seconds for making title disappear
    stay: 3 # Stay time of the title
    fallback_title: "&cServer crashed!"
    fallback_sub_title: "&7You've been moved to lobby."

  # Reconnect title values are automatic.
  # You can enable / disable it in config.yml
  reconnect:
    reconnect_title: "&c&lReconnecting&7%dots%"
    reconnect_sub_title: "&7Please wait!"
    connecting_title: "&6&lConnecting&7%dots%"
    connecting_sub_title: "&7Waiting for response from server."
    title_beat: 1 # Used for simulation of heart beat for both reconnect and connecting titles.
    connected:
      delay: 3
      fade_in: 1
      fade_out: 1
      stay: 2
      title: "&a&lConnected!"
      sub_title: "&7You've been connected to &b%server%"

  lobby:
    enabled: true
    delay: 2
    fade_in: 1
    fade_out: 1
    stay: 3
    title: "&a&lConnected to lobby."
    sub_title: "&7Welcome back!"

  already_in_lobby:
    enabled: true
    fade_in: 1
    fade_out: 1
    stay: 3
    title: "&c&lAlready in lobby."
    sub_title: "&7You're already in lobby."
```

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fallbackserver-wiki.gitbook.io/fallbackserver-wiki/files/messages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
