ProtocolLib

3M Downloads

Metadata Silent

Passeo opened this issue ยท 2 comments

commented

Make sure you're doing the following

  • You're using the latest build for your server version
  • This isn't an issue caused by another plugin
  • You've checked for duplicate issues
  • You didn't use /reload

Describe the question
I try to make Entity silent using Entity Metadata.

Code
https://github.com/Passeo/EntityHider/blob/99c94dbecdf6ab0fb8a98245c84192c26754fc10/src/main/java/org/entityhider/entityhider/ProtocolLib/packet/EntityMetadataHelper.java#L17

Additional context

  • I try same thing with Glowing (And it worked fine).
  • No console error
commented

Make sure your code is up to date with the latest metadata specification: https://wiki.vg/Entity_metadata#Entity_Metadata_Format

commented

Make sure your code is up to date with the latest metadata specification: https://wiki.vg/Entity_metadata#Entity_Metadata_Format

Hello @dmulloy2 Thanks for replying my I issue I'm pretty sure I used right index for isSilent Entity you can see that in here https://github.com/Passeo/EntityHider/blob/99c94dbecdf6ab0fb8a98245c84192c26754fc10/src/main/java/org/entityhider/entityhider/ProtocolLib/packet/MetadataHelper.java#L34

https://wiki.vg/Entity_metadata#Entity

Please tell me if I did something wrong ๐Ÿ˜„