Advertisement
kookoo1007

Untitled

Feb 22nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. command /FFA:
  2. trigger:
  3. execute console command "/tp %player% @r[type=armor_stand,name=FFA]"
  4. execute console command "/scoreboard players set @p join 1"
  5.  
  6. command /spawn:
  7. trigger:
  8. execute console command "/tp %player% @e[type=armor_stand,name=lobby]"
  9.  
  10. command /PVE:
  11. trigger:
  12. execute console command "/tp %player% @r[type=armor_stand,name=PVE]"
  13.  
  14. command /parkour:
  15. trigger:
  16. execute console command "/tp %player% @r[type=armor_stand,name=porkour]"
  17.  
  18. command /SHOP:
  19. trigger:
  20. execute console command "/menu open %player% shop"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement