Advertisement
minmin0917

Bridge

Nov 30th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. on join:
  2. command "/tp %player% 1085 6 1864 0 0"
  3. command "/gamemode 2 %player%"
  4. command "/clear %player%"
  5.  
  6. on right click on sign:
  7. command "/BridgeCommand %player%"
  8.  
  9. on break of sign:
  10. cancel event
  11.  
  12. command /BridgeCommand [<player>]:
  13. trigger:
  14. if {Bridge.list} is "0":
  15. command "/tp %arg-1% 1101 5 1913 90 0"
  16. add 1 to {Bridge.list}
  17. command "/clear %player%"
  18. command "/give %player% wool 128"
  19. if {Bridge.list} is "1":
  20. command "/tp %arg-1% 1101 5 1921 90 0"
  21. add 1 to {Bridge.list}
  22. command "/clear %player%"
  23. command "/give %player% wool 128"
  24. if {Bridge.list} is "2":
  25. command "/tp %arg-1% 1101 5 1929 90 0"
  26. add 1 to {Bridge.list}
  27. command "/clear %player%"
  28. command "/give %player% wool 128"
  29. if {Bridge.list} is "3":
  30. command "/tp %arg-1% 1101 5 1937 90 0"
  31. add 1 to {Bridge.list}
  32. command "/clear %player%"
  33. command "/give %player% wool 128"
  34. if {Bridge.list} is "4":
  35. command "/tp %arg-1% 1101 5 1953 90 0"
  36. add 1 to {Bridge.list}
  37. command "/clear %player%"
  38. command "/give %player% wool 128"
  39. if {Bridge.list} is "5":
  40. command "/tp %arg-1% 1101 5 1961 90 0"
  41. add 1 to {Bridge.list}
  42. command "/clear %player%"
  43. command "/give %player% wool 128"
  44. if {Bridge.list} is "6":
  45. send "&cプレイヤー数が満員です!!"
  46.  
  47. command /Bridge:
  48. trigger:
  49. if {Bridge.list} is "0":
  50. command "/tp %player% 1101 5 1913 90 0"
  51. add 1 to {Bridge.list}
  52. command "/clear %player%"
  53. command "/give %player% wool 128"
  54. if {Bridge.list} is "1":
  55. command "/tp %player% 1101 5 1921 90 0"
  56. add 1 to {Bridge.list}
  57. command "/clear %player%"
  58. command "/give %player% wool 128"
  59. if {Bridge.list} is "2":
  60. command "/tp %player% 1101 5 1929 90 0"
  61. add 1 to {Bridge.list}
  62. command "/clear %player%"
  63. command "/give %player% wool 128"
  64. if {Bridge.list} is "3":
  65. command "/tp %player% 1101 5 1937 90 0"
  66. add 1 to {Bridge.list}
  67. command "/clear %player%"
  68. command "/give %player% wool 128"
  69. if {Bridge.list} is "4":
  70. command "/tp %player% 1101 5 1953 90 0"
  71. add 1 to {Bridge.list}
  72. command "/clear %player%"
  73. command "/give %player% wool 128"
  74. if {Bridge.list} is "5":
  75. command "/tp %player% 1101 5 1961 90 0"
  76. add 1 to {Bridge.list}
  77. command "/clear %player%"
  78. command "/give %player% wool 128"
  79. if {Bridge.list} is "6":
  80. send "&cプレイヤー数が満員です!!"
  81.  
  82.  
  83. command /warp [<text>]:
  84. trigger:
  85. if arg-1 is "hub":
  86. command "/tp %player% 1085 6 1864 0 0"
  87. remove 1 from {Bridge.list}
  88. command "/clear %player%"
  89. if arg-1 is "lobby":
  90. command "/tp %player% 1085 6 1864 0 0"
  91. remove 1 from {Bridge.list}
  92. command "/clear %player%"
  93.  
  94. on quit:
  95. remove 1 from {Bridge.list}
  96.  
  97. command /goal [<player>]:
  98. trigger:
  99. remove 1 from {Bridge.list}
  100. command "/bridge"
  101. command "/clear %player%"
  102.  
  103. on break of grass:
  104. cancel event
  105.  
  106. on break of oak wood planks:
  107. cancel event
  108.  
  109. on break of yellow Concrete:
  110. cancel event
  111.  
  112. on break of stone pressure plate:
  113. cancel event
  114.  
  115. on break of command block:
  116. cancel event
  117.  
  118. on break of glowstone:
  119. cancel event
  120.  
  121. on break of log:
  122. cancel event
  123.  
  124. on break of redstone lamp:
  125. cancel event
  126.  
  127. on break of redstone block:
  128. cancel event
  129.  
  130. on break of stone bricks:
  131. cancel event
  132.  
  133.  
  134. on break of stone button:
  135. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement