Advertisement
Guest1221

Untitled

Jan 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. command /CTSetSpawn <text>:
  2. permission: CTSetSpawn.admin
  3. trigger:
  4. if arg 1 is "1":
  5. set {CTSpawn1} to player's location
  6. send "&cSpawn Set."
  7. if arg 1 is "2":
  8. set {CTSpawn2} to player's location
  9. send "&cSpawn Set."
  10. if arg 1 is "3":
  11. set {CTSpawn3} to player's location
  12. send "&cSpawn Set."
  13. if arg 1 is "4":
  14. set {CTSpawn4} to player's location
  15. send "&cSpawn Set."
  16. if arg 1 is "5":
  17. set {CTSpawn5} to player's location
  18. send "&cSpawn Set."
  19.  
  20. command /TSetSpawn <text>:
  21. permission: TSetSpawn.admin
  22. trigger:
  23. if arg 1 is "1":
  24. set {TSpawn1} to player's location
  25. send "&cSpawn Set."
  26. if arg 1 is "2":
  27. set {TSpawn2} to player's location
  28. send "&cSpawn Set."
  29. if arg 1 is "3":
  30. set {TSpawn3} to player's location
  31. send "&cSpawn Set."
  32. if arg 1 is "4":
  33. set {TSpawn4} to player's location
  34. send "&cSpawn Set."
  35. if arg 1 is "5":
  36. set {TSpawn5} to player's location
  37. send "&cSpawn Set."
  38.  
  39. command /TSpawn <player> <text>:
  40. permission: TSpawn.player
  41. trigger:
  42. if arg 2 is "1":
  43. teleport arg 1 to {TSpawn1}
  44. if arg 2 is "2":
  45. teleport arg 1 to {TSpawn2}
  46. if arg 2 is "3":
  47. teleport arg 1 to {TSpawn3}
  48. if arg 2 is "4":
  49. teleport arg 1 to {TSpawn4}
  50. if arg 2 is "5":
  51. teleport arg 1 to {TSpawn5}
  52.  
  53. command /CTSpawn <player> <text>:
  54. permission: CTSpawn.player
  55. trigger:
  56. if arg 2 is "1":
  57. teleport arg 1 to {CTSpawn1}
  58. if arg 2 is "2":
  59. teleport arg 1 to {CTSpawn2}
  60. if arg 2 is "3":
  61. teleport arg 1 to {CTSpawn3}
  62. if arg 2 is "4":
  63. teleport arg 1 to {CTSpawn4}
  64. if arg 2 is "5":
  65. teleport arg 1 to {CTSpawn5}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement