https://github.com/aicorein/mcsr
A supervisor framework wraps minecraft server by manage the server console IO asynchronously.
https://github.com/aicorein/mcsr
minecraft minecraft-automation minecraft-console minecraft-server
Last synced: 19 days ago
JSON representation
A supervisor framework wraps minecraft server by manage the server console IO asynchronously.
- Host: GitHub
- URL: https://github.com/aicorein/mcsr
- Owner: AiCorein
- License: agpl-3.0
- Created: 2023-12-27T12:06:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T15:41:16.000Z (over 2 years ago)
- Last Synced: 2023-12-28T16:58:13.577Z (over 2 years ago)
- Topics: minecraft, minecraft-automation, minecraft-console, minecraft-server
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
> Now we recommend you to use [melobot](https://github.com/Meloland/melobot) instead of MCSR.
>
> It provides more advanced and practical features.
# About MCSR
MCSR is a project named "Minecraft Supervisor Refabricated" based on Python and asyncio. Now is still under developing.
This project plan to build a supervisor framework wraps minecraft server by manage the server console IO asynchronously. After that it'll provides event mechanism to help developers develop plugins to handle the server events.
# What it can do
- build a bot in your server
- events synchronization among servers
- some automation task
- ...
# Support Plan
These servers are on the future support list:
- Vanilla
- Fabric
- Forge
- Neo Forge
- ...
# Attention
**MCSR core can't process private message events(send and receive), because private messages are invisible to server console. But it can be implemented in plugins.** To achieve handle private message events must preprocessing server network traffic. Also, preprocessing needs to build a server proxy. But with different server types, the communication protocols are usually different. So we can't write universial codes of this part in core module, but we'll place APIs to support its implementation.