-
-
I've been mapping a lot lately and it is very tedious to always login to rcon. This past month I've logged in at least 500 times to test my map. Would be very nice if it was automatically logged in as…
AoeTW updated
1 month ago
-
It could be useful to some to allow specifying two different ports for Game (UDP) and RCON (TCP).
For example, I use Port 27015 UDP for Game Port on my server but 27020 TCP for the RCON Port. I por…
-
I use this module to keep a local player database in a text file, among other things.
Here's some of the code
```
while True:
try:
with Client(rcon_server_address, int(rcon_serve…
-
I've attempted to use the webrcon tool and it appears to do nothing when inputting my password and ip with port to connect. I've tested my rust server on rcon.io and it works fine I was trying to util…
-
Compose file:
```dockerfile
services:
mc:
image: itzg/minecraft-server:java8
container_name: crash-landing
restart: unless-stopped
ports:
- "25565:25565"
environ…
-
# Show the output of the following:
> version
> meta version
> meta list
> amxx version
> amxx plugins
> status
## Add rcon if you're doing it from inside the server, via console. Meaning ent…
-
> CSs_rcon c_beacon #65281
[Client] Asterismexecuted command c_beacon #65281.
> CSs_rcon c_beacon #65281
[Client] Asterism executed command c_beacon #65281.
[SteamNetSockets] [#* UDP steamid:855…
-
### What happened?
Events that take byte arrays as a parameter fail when registering (past build 8380).
```csharp
public class ExampleServerScript : BaseScript
{
[EventHandler("exampleEven…
-
So I'm hosting my dedicated server using OS Windows 10. Meta version 1314. Fake RCON version 1.2.1b. That's what I get when the server tries to load the plugin
![error](https://github.com/user-attach…