Proxy
Used for synchronizing multiple servers using BungeeCord/Velocity or Redis
This works on any platform where FlectonePulse is installed. For Bukkit and Fabric servers.
⚙️ Setting
Pathconfig.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.
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.
- The
FlectonePulse-bukkit.jarfile must be placed in thepluginsfolder onBungeeCord. Even if you have a Fabric server, you must placeFlectonePulse-bukkit.jaronBungeeCord. - On all servers where communication with
BungeeCordis required,bungeecord: truemust be enabled in FlectonePulse. - The selected database must be
MySQL,MariaDB, orPostgreSQL(i.e., server-based).
velocity
Enables communication with Velocity.
- The
FlectonePulse-bukkit.jarfile must be placed in thepluginsfolder onVelocity. Even if you have a Fabric server, you must placeFlectonePulse-bukkit.jaronVelocity. - On all servers where communication with
Velocityis required,velocity: truemust be enabled in FlectonePulse. - The selected database must be
MySQL,MariaDB, orPostgreSQL(i.e., server-based).
redis
Used for communication between different servers. For user and password, you can use environment variables, such as ${VALUE}.
| Поле | Объяснение |
|---|---|
enable | Enables Redis operation |
host | The host (IP) of the server where Redis is running |
port | The port of the server where Redis is running |
ssl | Enables the use of SSL |
user | The username in Redis; if none, it can be left empty |
password | The user password in Redis; if none, it can be left empty. |
Last updated on
Edit on GitHub
FlectonePulse