ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
168 stars 79 forks source link

Allow implementing support for a protocol via plugins. #669

Open forkiesassds opened 2 years ago

UnknownShadow200 commented 2 years ago

Unfortunately with current way protocol support is implemented, it's tightly integrated in many places in the codebase. So not a simple task to make it extensible

UnknownShadow200 commented 2 years ago

This is now possible (except for bot position updates which currently don't work for players using other protocols, for performance reasons)