hide player from tab

  • 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!

joshsmoothie

Member
Aug 20, 2025
1
0
1
i'm new to all this and i'm trying to make something that hides a player from the tablist, itll basically be like supervanish but without hiding your player model

so it hides a player from tab (like they aren't in the game) and keeps their character visible
 
i'm new to all this and i'm trying to make something that hides a player from the tablist, itll basically be like supervanish but without hiding your player model

so it hides a player from tab (like they aren't in the game) and keeps their character visible
Code:
command /hideplayerfromtab <player>:
    permission: hideplayerfromtab.use
    trigger:
        set {hide::%arg-1%} to true

on server list ping:
    loop all players:
        if {hide::%loop-player%} is true:
            hide loop-player from server list
 
Hey, I'm kinda new, how can I use what you sent on my server, I've been searching for something like that for very long, I'd really apreciate it if you can help me!
Well, how do you want to use it? You're not really being specific enough.
 
Well, how do you want to use it? You're not really being specific enough.
I mean I'm unsure if that works how I think but, I wanna be able to use that as a plugin on the server to, how the post owner said hide players from tab without hiding their skin, what I thought is that you put the code on an .sk file and then put it on the scripts folder on the skript plugin (I'm sorry if I seem to be talking about some stupidity)
 
I mean I'm unsure if that works how I think but, I wanna be able to use that as a plugin on the server to, how the post owner said hide players from tab without hiding their skin, what I thought is that you put the code on an .sk file and then put it on the scripts folder on the skript plugin (I'm sorry if I seem to be talking about some stupidity)
it can be used for /vanish things if that's what you meanbut yeah
but yeah just in the plugins/skript/scripts/ a .sk file and the code in there
 
  • Like
Reactions: Doodle