XxGoldenbluexX
XxGoldenbluexX
I expected [Player.hideEntity()](https://jd.papermc.io/paper/1.20/org/bukkit/entity/Player.html#hideEntity(org.bukkit.plugin.Plugin,org.bukkit.entity.Entity)) to keep player listed in tab. I tried working around this using [Player.listPlayer()](https://jd.papermc.io/paper/1.20/org/bukkit/entity/Player.html#listPlayer(org.bukkit.entity.Player)), however you can't list hidden players. (I am getting IllegalStateException("Player cannot see other player"))....
good job!
How can i do a PR to fix this?
It was more the later, if i am allowed to make the change. Didn't found contribution guidelines for this project.
Made a PR, feel free to tell me if something is off
I can maybe try to make a PR myself. How is managed this kind of cases which depends on the minecraft/protocol version? => Found `if (bot.registry.version['>=']('1.21.3'))` in physics.js line 367,...