Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. options:
  2. slot 0: slot 0 of player with diamond sword named "&9&lFactions With Guns" with lore "&b(Popular!)" to close then run "teleFWG %player%"
  3. slot 1: slot 1 of player with diamond hoe named "&3&lOne In The Chamber" with lore "&b(Popular!)" to close then run "teleOITC %player%"
  4. slot 2: slot 2 of player with chest named "&b&lSurvival Games" with lore "&b(Popular!)" to close then run "teleHG %player%"
  5. slot 3: slot 3 of player with bow named "&1&lSky Wars" with lore "&b(Popular!)" to close then run "teleSky %player%"
  6.  
  7. command /worlds:
  8. trigger:
  9. open chest with 1 row named "&e&lGame Selector" to player
  10. wait 1 tick
  11. format {@slot 0}
  12. format {@slot 1}
  13. format {@slot 2}
  14. format {@slot 3}
  15.  
  16. on click holding end portal frame:
  17. cancel event
  18. open chest with 1 row named "&e&lGame Selector" to player
  19. wait 1 tick
  20. format {@slot 0}
  21. format {@slot 1}
  22. format {@slot 2}
  23. format {@slot 3}
  24.  
  25. command /FWG:
  26. trigger:
  27. set {FWG} to location of player
  28. message "&bFactions Spawn Has Been Set!"
  29. command /OITC:
  30. trigger:
  31. set {OITC} to location of player
  32. message "&bOne In The Chambers Spawn Has Been Set!"
  33. command /HG:
  34. trigger:
  35. set {HG} to location of player
  36. message "&bSurvival Games Spawn Has Been Set!"
  37. command /Sky:
  38. trigger:
  39. set {SKY} to location of player
  40. message "&bSky Wars Spawn Has Been Set!"
  41.  
  42. command /teleFWG <player>:
  43. trigger:
  44. teleport arg 1 to {tele.FWG}
  45. message "&3Teleporting..."
  46. command /teleOITC <player>:
  47. trigger:
  48. teleport arg 1 to {tele.OITC}
  49. message "&3Teleporting..."
  50. command /teleHG <player>:
  51. trigger:
  52. teleport arg 1 to {tele.HG}
  53. message "&3Teleporting..."
  54. command /teleSky <player>:
  55. trigger:
  56. teleport arg 1 to {tele.Sky}
  57. message "&3Teleporting..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement