📔Features

WARNING: The configuration file undergoes many changes in updates, all aimed at making FallbackServer more user-friendly. If you find any discrepancies, feel free to contact us on our Discord server.

Welcome to the configuration explanation page. Here, you will find the assistance you need for the correct setup of the plugin.

1) Debug Mode

  • Path: "settings.debug"

  • Values: true | false (default on false)

  • Usage: This will enable the /fs debug sub-command, which uploads all proxy information (including plugins, configurations, and servers) to Pastebin. It also fills the console with debug messages and activates manual ping commands.

  • Enable this feature only if instructed by the developer.

2) Tab Complete

  • Path: "settings.comand_tab_complete"

  • Values: true | false (default on true)

  • Usage: This enables the /fs <tab> command for players with admin permissions. It is automatically disabled for regular players.

3) Ping Mode

  • Path: "settings.ping_mode

  • Values: "DEFAULT", "SOCKET" (funny enough, default is "DEFAULT")

  • Usage: Select the ping mode the plugin will use. By default, it utilizes the standard BungeeCord pinging method, providing a more complete and stable experience with FallbackServer. However, if you encounter the "no lobby available" issue, even after correctly setting up the plugin configuration, you can switch to the "SOCKET" mode as an alternative solution.

4) Ping Delay

  • Path: "setting.ping_delay"

  • Values: 2 - ∞ (default on 8, can't be under 2, over 30 is too much)

  • Usage: Specifies the number of seconds that should elapse between each lobby ping. This is used by FallbackServer to assess the current status of lobbies, ensuring that players are correctly routed when necessary.

5) Updater

  • Path: "settings.updater"

  • Values: true | false (default on true)

  • Usage: Specifies whether the plugin should check for updates during proxy startup and notify the player in-game if an update is available.

6) Fallback (Plugin's Heart)

Last updated