any way to hide player without hiding them from tablist

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

inf31

Member
Sep 14, 2023
1
0
1
Code:
hide player from all players
this also hides player in the tablist which i don't want. Is there any way around this?

thanks in advance
 
I'm sorry it's taken this long to get a response. Here are some options:

1.) Remove the player's armor and apply invisibility without any particles.
2.) Use skript-reflect and the `Player.hidePlayer(Player player_to_hide)` method.
3.) If you're on a Geyser server, and all your players are on Bedrock, you could set their skin using another Skript addon (MundoSK, skript-reflect, or possibly some others) to a transparent file.
4.) Create a fake tablist entry for the player when you hide them.
5.) You may potentially be able to modify whether the tablist entry is visible by using Minecraft's /teams feature. You will likely need SkBee or skript-reflect to access teams data.

The ease of use for the above options will depend on your skill level, so please ask me if you need further assistance. Hope this helps.