Replies: 6 comments
-
I needed this, it's quite annoying that bukkit API has extra packet sending to hide the player from tablist |
Beta Was this translation helpful? Give feedback.
-
I very much agree with the above mentioned suggestions. |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Hi, would @XxGoldenbluexX idea be aligned with the principle (mentionned by @Machine-Maker) that |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions