Jade ๐Ÿ”

Jade ๐Ÿ”

155M Downloads

Not Really an Issue on your end but Help Needed

VagueIdea opened this issue ยท 3 comments

commented

Mod loader

Fabric

Minecraft version

1.21.4

Mod version

17.2.2

Modloader version

Fabric 0.16.10 + API 0.119.2

Modpack info

No response

[IMPORTANT] If bug:

  • I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.

[IMPORTANT] If bug: The latest.log file, not the crash report

No response

Issue description

Im pretty sure it isnt version dependent, but what does the mod use to see specifically other Player's stats and names? I have been trying to see how to modify server sent packets to atleast disable or change the name of certain players for other clients if possible
Reason Im doing it via packets is cause I wanted it to be toggleable, I made a mode that changes player's name, skin and such
I wanted jade to apply the new name onto its tooltip but if not possible atleast remove their name or stats entirely

The server is a 1.21.4 Paper server if that info helps, I tried changing the DisplayName of the player but it seems like it doesnt work

Any idea or tip into the right direction would be appreciated

commented

it does not require the server to participate

commented

hmm ok, is there any ways to disable it for just players then
Do I use the hide-entities.json? if so how do i add players to it

commented

Solved it, I was able to change the player's name on Jade via changing their name with Paper's PlayerProfile Packet sent from the server