Giter Club home page Giter Club logo

gamocosmautostart's Introduction

Gamocosm Auto Start GitHub stars Docker Cloud Build Status Docker Cloud Automated build GitHub package.json version

Description

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 looking for Java developers

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 😃.

How to setup the program

  1. Copy the file template.config.toml to config.toml
  2. Register on Gamocosm: https://gamocosm.com/users/sign_up
  3. Create a new server.
  4. In the file config.toml rename example in [servers.example] to the server name that you used when creating your server on Gamocosm.
  5. Head over the "Advanced" tab of Gamocosm's interface.
  6. Copy the API key then paste it in the config.toml file for the key field under [servers.yourServerName].
  7. In the address URL bar of the Gamocosm interface copy everything after https://gamocosm.com/servers/ then paste it in the config.toml file for the id field under [servers.yourServerName].
  8. You may change the port in the config.toml file (optional).
  9. That's it. Enjoy!

gamocosmautostart's People

Contributors

unixfox avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gamocosmautostart's Issues

errors cases and return status

when there is a bug:

{
"server": false,
"status": null,
"minecraft": false,
"ip": "142.93.140.150",
"domain": "ajllvscv.gamocosm.com",
"download": null
}

when it is saving:
{
"server": false,
"status": "saving",
"minecraft": false,
"ip": "142.93.140.150",
"domain": "ajllvscv.gamocosm.com",
"download": null
}

when everything is shutdown properly:
{
"server": false,
"status": null,
"minecraft": false,
"ip": null,
"domain": "ajllvscv.gamocosm.com",
"download": null
}

when everything is up properly:
{
"server": false,
"status": null,
"minecraft": false,
"ip": null,
"domain": "ajllvscv.gamocosm.com",
"download": null
}

when everything is up but not started due to a bug:
{
"server": true,
"status": null,
"minecraft": false,
"ip": "167.172.46.177",
"domain": "ajllvscv.gamocosm.com",
"download": "http://gamocosm-mothership:[email protected]:5000/download_world"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.