Server Manager Building
Wait!
Building a server manager is important yet easy.
Prerequirement
Any OS
Internet Connection
Downloading Jar
Download the jar or the configured server manager zip from the Github release. Run it with the following argument:
java -jar Manager.jar <port>
port
is the port the server manager will listen on. 7512 is recommended.
Creating configuration
If you have downloaded the pre-configured server manager zip from the Github release, you don't need to do anything! Hooray!
But, if you want to add languages other than the sample one, jump to Language Setup!
Last updated
Was this helpful?