Gamocosm Auto Start

This project starts a fake Minecraft server that wait for a player to join it then communicate with the Gamocosm API to start the real server and finally redirect the requests to the real server automatically.
Alteiria is a MMORPG server that breaks Minecraft’s boundaries to offer its players innovative and captivating content, without launcher. You may visit our website to learn more about us: https://alteiria.fr/index.en.html.
We are seeking for Java developers, if you are interested into joining the project please consider applying here: https://forms.gle/4L3esqh72VzLfcix9.
Internally we use GamocosmAutoStart to manage some of our servers 😃.
- Copy the file
template.config.tomltoconfig.toml - Register on Gamocosm: https://gamocosm.com/users/sign_up
- Create a new server.
- In the file
config.tomlrenameexamplein[servers.example]to the server name that you used when creating your server on Gamocosm. - Head over the "Advanced" tab of Gamocosm's interface.
- Copy the
API keythen paste it in theconfig.tomlfile for thekeyfield under[servers.yourServerName]. - In the address URL bar of the Gamocosm interface copy everything after
https://gamocosm.com/servers/then paste it in theconfig.tomlfile for theidfield under[servers.yourServerName]. - You may change the port in the
config.tomlfile (optional). - That's it. Enjoy!