PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.69k stars 2.26k forks source link

Obfuscation (hide-durability; hide-itemmeta) - Doesn't work #11337

Closed Pjooo closed 2 weeks ago

Pjooo commented 2 weeks ago

Expected behavior

When obfuscation is on, it should block cheats to be able to look at other player items meta, durability etc.

Observed/Actual behavior

Currently with items obfuscation set to true, cheats do allow to see items durability and itemmeta in other players inventories.

Steps/models to reproduce

  1. In _paper-world-defaults.yml set: obfuscation: items: hide-durability: true hide-itemmeta: true hide-itemmeta-with-visual-effects: true
  2. Startup server
  3. Using cheats see other players inventories. You'd be avaliable

Plugin and Datapack List

No plugins

Paper version

This server is running Paper version 1.21.1-52-master@e08e667 (2024-08-26T18:02:06Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT) You are running the latest version

Other

When testing on 1.20.4 this issue wasn't present. I wasn't able to see players inventory meta on paper 1.20.4

Warriorrrr commented 2 weeks ago

Duplicate of #11225