-
So I saw there was a pull request for that, but the RCON port is still randomly generated for me.
I added "rcon_port": xxxxx in conf.json, tried restarting the service a few times and still no luck…
-
I tried modifying the query port between 25565 and 25585 and changing the host from ip address to domain,but it still says server error.My rcon commands are working half good except sometimes returnin…
-
Implement backend code https://github.com/algo7/tf2_rcon_misc/issues/25
atomy updated
9 months ago
-
I would like to propose that this library start using A2S queries instead of RCON commands to gather its data, or at least provide an option to do so.
I help manage a TF2 server with some other adm…
-
leftJoins appear to always return Nothing for the right hand table. For example, in this query:
```haskell
queryById :: FeatureId -> Query Db1 () (PgR FeatureTable, PgRN FV.VersionTable)
queryBy…
-
When I run this code via a discord command, it will successfully send the command to the server, and successfully send the response of the command!
The .on('end',()) function fires off after exactly…
-
# Module Request
Note: Please try setting up a configuration yourself before raising an issue to request a configuration: ~~https://config.getamp.sh/~~
***There is a newer beta version available …
-
Server script, upon the request from the container to restart or stop, should try to save the current server environment before shutting down.
-
Describe the bug
using sv_demoremove with token doesn't remove all demos with that token
To Reproduce
Steps to reproduce the behavior:
1- have a big list of demos (3000+)
2- type rcon sv_demo…
-
I've built a little Sinatra webapp using steam-condenser-ruby for Svencoop (modified goldsrc engine) which seems to be working well except for large RCON queries. I can successfully login, list player…