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.toml
toconfig.toml
- Register on Gamocosm: https://gamocosm.com/users/sign_up
- Create a new server.
- In the file
config.toml
renameexample
in[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 key
then paste it in theconfig.toml
file for thekey
field under[servers.yourServerName]
. - In the address URL bar of the Gamocosm interface copy everything after
https://gamocosm.com/servers/
then paste it in theconfig.toml
file for theid
field under[servers.yourServerName]
. - You may change the port in the
config.toml
file (optional). - That's it. Enjoy!