Help please

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

KasiaPRO

Member
May 2, 2020
25
0
1
17
I was trying to make a pvp selector, but... well, look at this:

Code:
on leftclick on a stone:
  if player is world "pvp"
  make player execute command "/kit stone"

i don't know how if u can make that only if a player is in a specific world can make that

upload_2020-6-5_13-53-48.png
 
  1. on leftclick on a stone:
  2. if player's world is "pvp":
  3. make player execute command "/kit stone"
 
Status
Not open for further replies.