ClassiCube / MCGalaxy

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

Add new CPE type PluginMessage #655

Closed SpiralP closed 2 years ago

SpiralP commented 2 years ago

adds a new CPE type "PluginMessage" opcode 53 for both the server and the client; for use in plugins looks like:

{
  u8 channel;
  [u8; 64] data;
}
UnknownShadow200 commented 2 years ago

Thanks