-
Seems when attempting to run a backup with rcon it hangs on the message `tar: Removing leading `/' from member names`
Using `./backup.sh -c -i /data/minecraft/server/world -o /backup -s localhost:2…
-
Would make writing rcon scripts slightly easier if you could use ", or at least error out in a clear way to say " is not supported.
-
As described here: https://forums.factorio.com/viewtopic.php?f=23&t=98285&p=545459
We're sending a lot of RCON messages to the server constantly, even when things aren't changing. Because of an imp…
-
For server owners, it's a common practice to get server data using RCON: for gathering and managing statistics or to display on web-site. Ideally in JSON format.
Would be great to have this option …
-
# 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…
-
当存在多个服务器时,并且同时打开“if add all whitelist”功能时
server列表添加的第一个服务器会出现问题,但实际上已经添加了白名单
日志能看出发送了两次白名单添加的请求
以下为日志:
-------------------
2024-07-24`` 00:36:10 [S] minecraft-rcon-command 服务器的信息为:{"name":"创…
-
the variable RCON used in the key expansion allows only 17 iterations, use the Rijndael key schedule to generate RCON in execution time
-
RCon or server command could be `trigger_python_file`
Essentially, it would be similar to `exec` command, but instead of `.cfg` files with TW server commands only, it would execute/run the Python s…
-
Hi, I' trying to connect to the rcon of Half Life alyx using a simple test code:
```
from rcon.source import Client
with Client('Localhost', 29000, passwd='password') as client:
response = c…
-
Compose file:
```dockerfile
services:
mc:
image: itzg/minecraft-server:java8
container_name: crash-landing
restart: unless-stopped
ports:
- "25565:25565"
environ…