logwet

Results 6 comments of logwet

I don't 100% understand your question. Are you asking if it's possible to run the individual nodes/servers of a Bungeecord network on different DO servers through Gamocosm? Or are you...

The API interface requires sign in/cookie authentication. I couldn't access it through my python script until I copied the cookie for the Gamocosm session into the headers I'm passing into...

> As for authentication data in plain text, what do you mean? Gamocosm uses https, which I have to double check, but IIRC endpoints (the rest of the URL after...

I've whipped up a [quick bot](https://github.com/logwet/gamocosm-discord) to do some testing with Discord. It's very ugly, but it works.

@oscaretti The `server id` is part of the url you use to access the dashboard of your server. `https://gamocosm.com/servers/[server-id]` Eg. If I accessed my server from `https://gamocosm.com/servers/1zx0sepq-pqse-65hf-4o38-qan84i36826xj` then the `server-id`...

Is it possible to exchange/translate data between the Java and Bedrock server protocols? I'm thinking of a proxy that allows Bedrock clients to connect to Java servers.