8a4276a8f2 | ||
---|---|---|
.idea | ||
src/main | ||
target | ||
Network.iml | ||
README.md | ||
dependency-reduced-pom.xml | ||
pom.xml |
README.md
Network
A free network plugin that uses redis pub-sub to connect each server and provide server monitor messages.
Setup
- Add Network-{version}-SNAPSHOT.jar to your plugins folder from the releases tab.
- Start the server.
-
- Locate the config in
plugins/Network/config.yml
- Set your Redis host and port
- Set your server name
⚠️ Make sure that all server names are unique
- Locate the config in
- Start your server.
Default Config
REDIS:
HOST: "172.17.0.1"
PORT: 6379
PASSWORD: ""
SERVER-NAME: "Hub-01"