Help with alive players

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

  • LOOKING FOR A VERSION OF SKRIPT?

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

Status
Not open for further replies.

KAVKAZIE

Active Member
Feb 27, 2017
146
0
16
Hey, How i can open a gui with only players with survival mode and when i click its teleport me to the player. thanks.
 
i dont know how to add player's skulls into the gui..

Code:
command /alive:
    trigger:
        give player 1 book named "&6&lAlive players"
        stop

on right click:
    if player is holding book named "&6&lAlive players":
        open chest with 3 rows named "Alive players" to player
 
Status
Not open for further replies.