A free network plugin that uses redis pub-sub to connect each server and provide server monitor messages.
Go to file
Jack 8a4276a8f2 Added README.md 2024-07-29 16:02:39 +01:00
.idea initial commit 2024-07-24 12:30:01 +01:00
src/main Mostly visual changes and cleanup 2024-07-29 15:49:39 +01:00
target Mostly visual changes and cleanup 2024-07-29 15:49:39 +01:00
Network.iml initial commit 2024-07-24 12:30:01 +01:00
README.md Added README.md 2024-07-29 16:02:39 +01:00
dependency-reduced-pom.xml initial commit 2024-07-24 12:30:01 +01:00
pom.xml initial commit 2024-07-24 12:30:01 +01:00

README.md

Network

A free network plugin that uses redis pub-sub to connect each server and provide server monitor messages.

Setup

  1. Add Network-{version}-SNAPSHOT.jar to your plugins folder from the releases tab.
  2. Start the server.
    1. Locate the config in plugins/Network/config.yml
    2. Set your Redis host and port
    3. Set your server name ⚠️ Make sure that all server names are unique
  3. Start your server.

Default Config

REDIS:
  HOST: "172.17.0.1"
  PORT: 6379
  PASSWORD: ""

SERVER-NAME: "Hub-01"