Basically, Im trying to read the block_place packets coming in from the client, but It doesnt seem to be listening for them. Im having it broadcast a message "block placed!" on block place packet but its not broadcasting even tho im checking if e.getType() == Packet.Client.BLOCK_PLACE. Not sure why this is happening, but Im using Atlas 1.6.6. It is also not working for BLOCK_DIG either.
PS: You should add a wrapper for Client_Command packet.
Basically, Im trying to read the block_place packets coming in from the client, but It doesnt seem to be listening for them. Im having it broadcast a message "block placed!" on block place packet but its not broadcasting even tho im checking if e.getType() == Packet.Client.BLOCK_PLACE. Not sure why this is happening, but Im using Atlas 1.6.6. It is also not working for BLOCK_DIG either.
PS: You should add a wrapper for Client_Command packet.