XxGoldenbluexX

Results 6 comments of 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!

It was more the later, if i am allowed to make the change. Didn't found contribution guidelines for this project.

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,...