- Set up a redis instance
- Add the mod to all servers to be synced
- For each server, set the following environment variables to configure the mod:
Environment Variable | Description | Value |
---|---|---|
SERVERLINK_REDIS_HOST |
The hostname or IP address of Redis. | IP/Host Address |
SERVERLINK_REDIS_PORT |
The port number Redis is listening on. | redis default is 6379 |
SERVERLINK_SERVER_NAME |
A unique friendly name for the server, shown ingame. | A name like "Survival" or "Creative" |
SERVERLINK_SYNC_CHAT |
Enable synchronization of player chat messages. | true or false |
SERVERLINK_SYNC_DEATH_MESSAGES |
Enable synchronization of death messages. | true or false |
SERVERLINK_SYNC_JOIN_LEAVE |
Enable synchronization of player join/leave events. | true or false |