Jump to content

hijj

Member
  • Posts

    0
  • Joined

  • Last visited

hijj's Achievements

Lurker

Lurker (1/6)

1

Reputation

  1. Im making a server for just survival and i can find a way for anyone to click the npc that has a command that says /mvtp Survival. I belive it has to do with the permissions but can find a way to fix it

     

    1. StarBunnie

      StarBunnie

      If you give them the permission to do so they can just teleport to any world at will

      I recommend making an extra command like /survival or something

      command /setsurvival:
       trigger:
        player has permission "survival.set":
         set {spawntp::survival} to location of player
         send "survival tp set"
      
      command /survival:
       trigger:
        teleport player to {spawntp::survival}

       

×
×
  • Create New...