RoboTricker / Transport-Pipes

Buildcraft without mods!
https://www.spigotmc.org/resources/transport-pipes.20873/
MIT License
27 stars 28 forks source link

Big problem :( #11

Closed RoboTricker closed 7 years ago

RoboTricker commented 7 years ago

In MC 1.10 the client doesn't send a right-click-air event to the server, therefore if you rightclick on a pipe and not look on a block at the same time, the server does not recognizes that... During MC 1.8 this was working fine... does anybody know any solution?

sgdc3 commented 7 years ago

interact event?

RoboTricker commented 7 years ago

doens't fire on right click air anymore... I already checked the interact packet with protocollib but the server doesn't receive any packets on right-click-air anymore.

sgdc3 commented 7 years ago

it sounds strange

RoboTricker commented 7 years ago

yeah :( by now there is no way to detect a player right click air.

jdkeke142 commented 7 years ago

Mhh, the client not send packet right click air uniquely if player not have item in hand. But in your plugin the player have item in hand, simply remove your ignorecancelled and its work.

RoboTricker commented 7 years ago

Until 1.9 all worked fine with an item in hand but with 1.10 and above it doenst, did you test it with 1.10?