PerRegionTabList

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

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

SuperFurias

Member
Mar 7, 2019
1
0
0
23
Category:
Utility
Suggested name:
PerRegionTabList (PRTL)
Spigot/Skript Version:
2.2-dev36
What I want:
I want a skript
that according to the region where you are, shows you ONLY the players in this region


Ideas for commands:
/PRTL on /PRTL off
Ideas for permissions:
"nameoftheskriptcreator.prtl.view"
"nameoftheskriptcreator.prtl.on"
"nameoftheskriptcreator.prtl.off"

When I'd like it by:
No time. if you can do it, otherwise someone else will do it (I hope)

[doublepost=1552319324,1551973842][/doublepost]I think i find a solution

on region enter:
loop all players:
hide loop-player in the tablist of player
hide player in the tablist of loop-player
wait 0.5 second
loop all players in radius 75 around the player:
show player in the tablist of loop-player
show loop-player in the tablist of player
on region exit:
loop all players in radius 75 around the player:
show player in the tablist of loop-player
show loop-player in the tablist of player

IDK but this works for now...
(This have problems with NameTagEdit)
 
Last edited: