Advertisement
minmin0917

The - TAG Server Control System

Jul 20th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. # THE - TAG Minecrat Tag Server
  2.  
  3. #Owner : Xx_Clasher_xX
  4. #Admin : rikuriku4
  5.  
  6. on join:
  7. if {Priority Connection.%player%} is true:
  8. send "&7Teleporting to Lobby... &6(Priority Connection)"
  9. command "/tp %player% -1142 200 1326"
  10. wait 3 seconds
  11. send "&7The Teleport is Ready. Teleport to the Lobby"
  12. command "/tp %player% -1142 5 1326"
  13. else:
  14. send "&7Teleporting to Lobby..."
  15. command "/tp %player% -1142 200 1326"
  16. wait 5 seconds
  17. send "&7The Teleport is Ready. Teleport to the Lobby"
  18. command "/tp %player% -1142 5 1326"
  19. set {Location.%player%} to "Lobby"
  20.  
  21. command /Warp [<text>]:
  22. trigger:
  23. if arg 1 is not set:
  24. send "&cPlease set the Destination!"
  25. if arg 1 is "Lobby":
  26. if {Priority Connection.%player%} is true:
  27. if {Location.%player%} is "Lobby":
  28. send "&cYou are Already in the Lobby!"
  29. else:
  30. send "&7Teleporting to Lobby... &6(Priority Connection)"
  31. command "/tp %player% -1142 200 1326"
  32. wait 3 seconds
  33. send "&7The Teleport is Ready. Teleport to the Lobby"
  34. command "/tp %player% -1142 5 1326"
  35. set {Location.%player%} to "Lobby"
  36. else:
  37. if {Location.%player%} is "Lobby":
  38. send "&cYou are Already in the Lobby!"
  39. else:
  40. send "&7Teleporting to Lobby..."
  41. command "/tp %player% -1142 200 1326"
  42. wait 5 seconds
  43. send "&7The Teleport is Ready. Teleport to the Lobby"
  44. command "/tp %player% -1142 5 1326"
  45. set {Location.%player%} to "Lobby"
  46. if arg 1 is "NomalTag":
  47. if {Priority Connection.%player%} is true:
  48. if {Location.%player%} is "NomalTag":
  49. send "&cYou are Already in the NomalTag!"
  50. else:
  51. send "&7Teleporting to NomalTag... &6(Priority Connection)"
  52. command "/tp %player% -1142 200 1326"
  53. wait 3 seconds
  54. send "&7The Teleport is Ready. Teleport to the NomalTag"
  55. command "/tp %player% -1135 5 1065"
  56. set {Location.%player%} to "NomalTag"
  57. else:
  58. if {Location.%player%} is "NomalTag":
  59. send "&cYou are Already in the NomalTag!"
  60. else:
  61. send "&7Teleporting to NomalTag..."
  62. command "/tp %player% -1142 200 1326"
  63. wait 5 seconds
  64. send "&7The Teleport is Ready. Teleport to the NomalTag"
  65. command "/tp %player% -1142 5 1326"
  66. set {Location.%player%} to "NomalTag"
  67.  
  68. command /gm [<text>]:
  69. permission: TheTag.Admin
  70. permission message: &cYou not Have a Permission. You Can not Use this"
  71. trigger:
  72. if arg 1 is not set:
  73. send "&cPlease Enter a GameMode!"
  74. if arg 1 is "0":
  75. send "&fSet You are GameMode to survival"
  76. command "/gamemode 0 %player%"
  77. if arg 1 is "1":
  78. send "&fSet You are GameMode to creative"
  79. command "/gamemode 1 %player%"
  80. if arg 1 is "2":
  81. send "&fSet You are GameMode to adventure"
  82. command "/gamemode 2 %player%"
  83. if arg 1 is "3":
  84. send "&fSet You are GameMode to spectator"
  85. command "/gamemode 3 %player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement