Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.21 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.21 KB

Minecraft ServerLink

Installation

  1. Set up a redis instance
  2. Add the mod to all servers to be synced
  3. 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