You are not logged in.

#1 2020-02-11 14:00:24

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,978
Website

mcipc: A Minecraft server IPC library

mcipc is an IPC library, implementing the RCON and Query protocols, written in Python 3.
It allows you to retrieve information from Minecraft servers and execute commands on them as specified by the respective protocol.
It also features a CLI-based client program per protocol (queryclt and rconclt) as well as an interactive RCON shell (rconshell).
The library is free software (GPLv3) and only depends on the python standard library.
It is also already packaged in the AUR.
If you run any Minecraft servers, you might want to give it a try and perhaps give me some feedback.

Last edited by schard (2020-02-11 14:02:26)


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

Board footer

Powered by FluxBB