funkemunky / Atlas

The most compact, accurate, and featureful Bukkit plugin API.
109 stars 20 forks source link

Atlas Packet Listening #13

Closed undersquire closed 4 years ago

undersquire commented 4 years ago

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.

undersquire commented 4 years ago

Fixed