Flectone Logo FlectonePulse

Proxy

Used for synchronizing multiple servers using BungeeCord/Velocity or Redis

Information

This works on any platform where FlectonePulse is installed. For Bukkit and Fabric servers.


⚙️ Setting

Path config.yml → proxy
proxy:
  clusters: []
  bungeecord: false
  velocity: false
  redis:
    enable: false
    host: "127.0.0.1"
    port: 6379
    ssl: false
    user: ""
    password: ""

clusters

A list of clusters to which the server should be connected. Used only when proxy mode is enabled. If the list is empty, the server receives all messages from other servers.

How to use?

You need to enter the cluster name on all servers where messages will be received and sent.

clusters:
- "test_cluster"

This way, servers are linked together and messages will only be exchanged between these servers.

bungeecord

Enables communication with BungeeCord.

How to configure this?
  1. The FlectonePulse-bukkit.jar file must be placed in the plugins folder on BungeeCord. Even if you have a Fabric server, you must place FlectonePulse-bukkit.jar on BungeeCord.
  2. On all servers where communication with BungeeCord is required, bungeecord: true must be enabled in FlectonePulse.
  3. The selected database must be MySQL, MariaDB, or PostgreSQL (i.e., server-based).

velocity

Enables communication with Velocity.

How to configure this?
  1. The FlectonePulse-bukkit.jar file must be placed in the plugins folder on Velocity. Even if you have a Fabric server, you must place FlectonePulse-bukkit.jar on Velocity.
  2. On all servers where communication with Velocity is required, velocity: true must be enabled in FlectonePulse.
  3. The selected database must be MySQL, MariaDB, or PostgreSQL (i.e., server-based).

redis

Used for communication between different servers. For user and password, you can use environment variables, such as ${VALUE}.

ПолеОбъяснение
enableEnables Redis operation
hostThe host (IP) of the server where Redis is running
portThe port of the server where Redis is running
sslEnables the use of SSL
userThe username in Redis; if none, it can be left empty
passwordThe user password in Redis; if none, it can be left empty.

Last updated on

Edit on GitHub

On this page

Authors of page