Solved How to always have inventory for lobby?

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

CassioTDS

Member
Jul 8, 2019
13
0
0
67
Hi, so, how could I make a script to loop-all players and if the player is in a certain world, it always has one nether star on slot 0 named "&6&lSelect teleport"?
 
Code:
every 5 seconds in "world":
    loop all players:
        set slot 0 of loop-player to nether star named "&6&lSelect teleport"
If this has helped you, please mark the thread as Solved.
 
  • Like
Reactions: jonawoning
Status
Not open for further replies.