Advertisement
sikieraBMW

Untitled

Jan 3rd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. on join:
  2.  
  3. set join message to ""
  4.  
  5. on quit:
  6.  
  7. set leave message to ""
  8.  
  9.  
  10.  
  11. command /casegive [<player>]:
  12.  
  13. permission: accase.admin
  14.  
  15. trigger:
  16.  
  17. send "&8» "&7Otrzymales "&6Mega casa" to the argument 1
  18.  
  19. give 1 146 named "&6Mega Case" with lore "&8» &aOtworz go prawym przyciskiem myszy!" to the argument 1
  20.  
  21. command /caseadm:
  22.  
  23. permission: accase.admin
  24.  
  25. trigger:
  26.  
  27. give 64 146 named "&6Mega Case" with lore "&8» &aOtworz go prawym przyciskiem myszy!" to the player
  28.  
  29. command /caseall:
  30.  
  31. permission: accase.admin
  32.  
  33. trigger:
  34.  
  35. broadcast ""
  36.  
  37. broadcast ""
  38.  
  39. broadcast "&8» &7CALY SERWER OTRZYMAL: &45x Mega Casy"
  40.  
  41. broadcast ""
  42.  
  43. broadcast ""
  44.  
  45. give 5 146 named "&6Mega Case" with lore "&8» &aOtworz go prawym przyciskiem myszy!" to all players
  46.  
  47. on place:
  48.  
  49. if player's tool is 146 named "&6Mega Case" with lore "&8» &aOtworz go prawym przyciskiem myszy!":
  50.  
  51. cancel event
  52.  
  53. remove trapped chest from player
  54.  
  55. chance of 30%:
  56.  
  57. drop 1 311 of protection 4 and unbreaking 3
  58.  
  59. chance of 30%:
  60.  
  61. drop 1 310 of protection 4 and unbreaking 3
  62.  
  63. chance of 30%:
  64.  
  65. drop 1 312 of protection 4 and unbreaking 3
  66.  
  67. chance of 30%:
  68.  
  69. drop 1 313 of protection 4 and unbreaking 3
  70.  
  71. chance of 20%:
  72.  
  73. drop 1 276 of sharpness 5 and fire aspect 2
  74.  
  75. chance of 20%:
  76.  
  77. drop 1 261 of power 5 and flame 1 and infinity 1
  78.  
  79. chance of 20%:
  80.  
  81. drop 1 278 of efficiency 5 and unbreaking 3 and fortune 3
  82.  
  83. chance of 20%:
  84.  
  85. drop 1 373:8233
  86.  
  87. chance of 20%:
  88.  
  89. drop 1 373:8226
  90.  
  91. chance of 5%:
  92.  
  93. drop 1 278 of efficiency 6 and unbreaking 3 and fortune 4
  94.  
  95. broadcast "&7Gracz &c%player% &7Wydropil &c6/3/4 kilof!"
  96.  
  97. chance of 10%:
  98.  
  99. drop 32 emerald block
  100.  
  101. chance of 10%:
  102.  
  103. drop 32 emerald block
  104.  
  105. chance of 10%:
  106.  
  107. drop 32 diamond block
  108.  
  109. chance of 10%:
  110.  
  111. drop 64 gold block
  112.  
  113. chance of 20%:
  114.  
  115. drop 2 enchanted golden apple
  116.  
  117. chance of 10%:
  118.  
  119. drop 7 enchanted golden apple
  120.  
  121. chance of 1%:
  122.  
  123. drop 1 beacon
  124.  
  125. broadcast "&7Gracz &c%player% &7Wydropil &c&LBEACONA!"
  126.  
  127. chance of 20%:
  128.  
  129. drop 64 tnt
  130.  
  131. chance of 20%:
  132.  
  133. drop 4 ender pearl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement