-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Stationeers Protocol #659
Comments
So currently I see no way to query the server unless you install a restfulapi on the server yourself. I searched the web for api documentation but couldn't find anything. there seems to be only an api integration through a bepinex installation Since I can not create my own server because the pterodactyl egg does not work. I can also not create a server for the restful API. |
Since you are able to get to the server's information via a simple HTTP request (click on this link http://40.82.200.175:8081/list) there should be no issue adding this protocol. See https://github.com/Austinb/GameQ/blob/v3/src/GameQ/Protocols/Tshock.php for one example using the Http protocol class. There are a couple other protocols that use straight Http to make query requests. |
That this works I know but this is apparently a kind of server list and not a direct query from the server |
* Add Stationeers protocol (#659) --------- Co-authored-by: Patrick Henninger <[email protected]>
Hello Devs,
Can you please include stationeers as a protocol. Data from the server can be obtained via the portal server:
Output is already as JSON.
Link to Portal
http://40.82.200.175:8081/list
Acer
The text was updated successfully, but these errors were encountered: