I have a Minecraft server running java
The server setup works like this:
• First you start the BungeeCord server with ./start.sh
• Then I launch 9 individual spigot servers which are subordinate to the BungeeCord server, each within their directory by invoking the individual "start.sh" scripts in a separate terminal window.
• start.sh is consisting of this line: "java -jar [jarfile-name].jar".
• Upon starting each of the nine individual spigot servers, and the BungeeCord server, I get 10...
Minecraft Server to Remote Host integration
The server setup works like this:
• First you start the BungeeCord server with ./start.sh
• Then I launch 9 individual spigot servers which are subordinate to the BungeeCord server, each within their directory by invoking the individual "start.sh" scripts in a separate terminal window.
• start.sh is consisting of this line: "java -jar [jarfile-name].jar".
• Upon starting each of the nine individual spigot servers, and the BungeeCord server, I get 10...
Minecraft Server to Remote Host integration