NoCheatPlus / Issues

Issues managment for the NoCheatPlus project.
13 stars 9 forks source link

Can't open shulker boxes whilst standing on top of them #520

Open Joe7670 opened 6 years ago

Joe7670 commented 6 years ago

Short description of the issue.

Can't open shulker boxes whilst standing on top of them

Complete output of the ncp version command (please prefer text here).

---- Version information ---- 14.03 03:22:58 [Server] INFO #### Server #### 14.03 03:22:58 [Server] INFO git-Spigot-4bd94dc-fb414fe ~MC: 1.12.2~ 14.03 03:22:58 [Server] INFO detected: 1.12.2 14.03 03:22:58 [Server] INFO #### NoCheatPlus #### 14.03 03:22:58 [Server] INFO Plugin: 3.16.1-SNAPSHOT-sMD5NET-b1143 14.03 03:22:58 [Server] INFO MCAccess: 1.12-1.12.2 / Spigot-CB-1.12_R1 14.03 03:22:58 [Server] INFO Features: 14.03 03:22:58 [Server] INFO blocks: BlocksMC1_4 | BlocksMC1_5 | BlocksMC1_6_1 | BlocksMC1_7_2 | BlocksMC1_8 | BlocksMC1_9 | BlocksMC1_10 | BlocksMC1_11 | BlocksMC1_12 14.03 03:22:58 [Server] INFO checks: FastConsume | Gutenberg | HotFixFallingBlockPortalEnter | AttackFrequency | FlyingFrequency | KeepAliveFrequency 14.03 03:22:58 [Server] INFO defaults: pvpKnockBackVelocity 14.03 03:22:58 [Server] INFO packet-listeners: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance 14.03 03:22:58 [Server] INFO Hooks: AllViolations~NCP~ 1.0 14.03 03:22:58 [Server] INFO #### Related Plugins #### 14.03 03:22:58 [Server] INFO ProtocolLib v4.4.0-SNAPSHOT-b390

How to reproduce the issue (is it random / always happens / side conditions)?

Stand on top of a shulker box. Try to open it. It automatically closes. Likely due to the InventoryMove check

Have you made any (noteworthy) changes to the default configuration of NCP?

I use MarkElf's configuration

Do you run any other special plugins that affect game mechanics next to NC+ (adding skills, machines, adding/changing blocks, other anti cheating)?

No

Provide additional information, such as error/debug/violation logs. (For reproducible issues with moving consider: https://github.com/NoCheatPlus/Docs/wiki/Debugging#on-the-fly-debug-output-for-individual-players) Use GitHub gists or http://pastebin.com/ or similar for huge logs, or attach a (zip-) file here. For image uploads, please prefer a site that allows viewing without JavaScript, you can upload file attachments for issues right here.

asofold commented 6 years ago

Couldn't reproduce so far...

Joe7670 commented 6 years ago

Sure you didnt fix it already? Regardless mark patched it in one of his config updates if not

asofold commented 6 years ago

Perhaps it's fixed...

there has been a fix for moving items (but how is that related to open a shulker box while standing on it?) ...

Naturally for me it only makes sense to fix it in NCP :) ...

Joe7670 commented 6 years ago

I don't know, I think the issue was that when you open a shulker box, the top of it unscrews itself and pushes you up whilst opening it. But NCP probably thinks your player shouldn't be able to move whilst opening a shulker box so immediately closes it

J0hnL0cke commented 3 years ago

This problem still exists on 1.16 when non-op. Fixed by disabling inventory open. I guess NCP treats the movement as a teleport, so it closes the gui. Disabling movement and passable checks does not fix it. (Sorry for necropost)