Skip to content
/ MCSR Public

A supervisor framework wraps minecraft server by manage the server console IO asynchronously.

License

Notifications You must be signed in to change notification settings

aicorein/MCSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A supervisor framework wraps minecraft server by manage the server console IO asynchronously.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published