rmct / AutoReferee

Bukkit plugin for automatically refereeing competitive Minecraft matches.
http://rmct.github.com/AutoReferee
GNU General Public License v3.0
35 stars 19 forks source link

Fix packet sending to send ByteArray #216

Closed mxsdev closed 8 years ago

mxsdev commented 8 years ago

This is necessary for the AR HUD Client to function. MC Forge can't handle anything else. It is also not the correct way to send packet information from the server, as shown https://www.spigotmc.org/wiki/bukkit-bungee-plugin-messaging-channel/

net commented 8 years ago

Created #217 to target correct branch.