Packets
hCore provides you packet system. You can send packets to players and listen it.
HCore#sendPacket(player, packet)
Will send provided packet to player.
Handling packets
Example packet handling method's code:
Last updated