Updated-NoCheatPlus / NoCheatPlus

Anti-cheating plugin for Minecraft (1.5-1.20, Bukkit/Spigot)
https://ci.codemc.io/job/Updated-NoCheatPlus/job/Updated-NoCheatPlus/
GNU General Public License v3.0
482 stars 100 forks source link

Problems with Passable check #125

Open Til-Weimann opened 3 years ago

Til-Weimann commented 3 years ago

Full output of /ncp version

14:50:02 INFO: ---- Version information ---- 14:50:02 INFO: #### Server #### 14:50:02 INFO: git-Paper-753 ~MC: 1.16.5~ 14:50:02 INFO: detected: 1.16.5 14:50:02 INFO: #### NoCheatPlus #### 14:50:02 INFO: Plugin: 3.17-SNAPSHOT-Updated-b95 14:50:02 INFO: MCAccess: 1.13-1.16|? / Bukkit-API

14:50:02 INFO: blocks: BlocksMC1_4 | BlocksMC1_5 | BlocksMC1_6_1 | BlocksMC1_7_2 | BlocksMC1_8 | BlocksMC1_9 | BlocksMC1_10 | BlocksMC1_11 | BlocksMC1_12 | BlocksMC1_13 | BlocksMC1_14 | BlocksMC1_15 | BlocksMC1_16 | MCAccessBukkitModern 14:50:02 INFO: checks: FastConsume | Gutenberg | HotFixFallingBlockPortalEnter | AttackFrequency | FlyingFrequency | KeepAliveFrequency 14:50:02 INFO: defaults: pvpKnockBackVelocity 14:50:02 INFO: packet-listeners: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance | WrongTurnAdapter | NoSlow | Fight 14:50:02 INFO: Hooks: AllViolations~NCP~ 1.0 | ViolationFrequency~NCP~ 1.0 14:50:02 INFO: #### Related Plugins #### 14:50:02 INFO: ProtocolLib v4.6.0

Describe the issue

Issue 1: When a player tries to hop onto a block with 1.5b free space above him while sneaking, the plugin prevents them in most cases and sometimes sends the Passable check message. They will eventually succeed in getting up but it can take quite a few attempts.

Issue 2: When the player stands on a shulker box and there are two blocks or less between the box and the roof, opening the box will trigger lots of Passable violations while the player is standing on it.

How to reproduce the issue

Issue 1: Set a single block on the ground and build a roof with slabs so that between the block and the roof, there are 1.5 free blocks. Go into sneak mode and try to jump on that block.

Issue 2: Put a shulker on the ground and three blocks above the shulker a block. Step onto the shulker and open it.

Extra links/Videos (Including debug logs)

https://imgur.com/a/C8SXNrj

Any possible config options changed or plugins that may cause interference?

Unlikely