Replies: 6 comments
|
I needed this, it's quite annoying that bukkit API has extra packet sending to hide the player from tablist |
|
I very much agree with the above mentioned suggestions. |
|
Hi, I made some changes to the code and I think it works, but idk until i can test it... maybe anyone who can help? |
|
I expected Player.hideEntity() to keep player listed in tab. I tried working around this using Player.listPlayer(), however you can't list hidden players. (I am getting IllegalStateException("Player cannot see other player")). If someone have a workaround until this is worked on, i would be glad to take it. |
|
It's a little trickly. Since just separate tab list hide was added pretty recently by mojang, I think new API is better for that instead of changing the behavior of these existing methods |
Hi, would @XxGoldenbluexX idea be aligned with the principle (mentionned by @Machine-Maker) that |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem?
I think it'd be very useful for only hiding players without removing them from player list
Describe the solution you'd like.
Something like:
player.hideEntity(plugin, player2, false)player.hidePlayer(plugin, player2, false)player2.setVisibleByDefault(false, false)Describe alternatives you've considered.
-
Other
No response
All reactions