Kusa_Haenai_wWW

Untitled

Mar 30th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 KB | None | 0 0
  1. on death:
  2. victim is slime
  3. set {_slime} to random integer between 1 and 100
  4. if {_slime} is between 50 and 100:
  5. give 1 gold nugget named "&d&l1&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  6. else if {_slime} is between 2 and 49:
  7. give 1 gold nugget named "&d&l5&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  8. else if {_slime} is between 1 and 1:
  9. give 1 paper named "&c&lslime&d&lticket" with lore "&7装備品などに使用されている素材|| &dスライム§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  10.  
  11. on death:
  12. victim is zombie
  13. set {_zombie} to random integer between 1 and 100
  14. if {_zombie} is between 20 and 100:
  15. give 1 gold nugget named "&d&l10&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  16. else if {_zombie} is between 2 and 19:
  17. give 1 gold nugget named "&d&l50&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  18. else if {_zombie} is between 1 and 1:
  19. give 1 paper named "&c&lzombie&d&lticket" with lore "&7装備品などに使用されている素材|| &dゾンビ§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  20.  
  21. on death:
  22. victim is skeleton
  23. set {_skeleton} to random integer between 1 and 100
  24. if {_skeleton} is between 20 and 100:
  25. give 1 gold nugget named "&d&l10&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  26. else if {_skeleton} is between 2 and 19:
  27. give 1 gold nugget named "&d&l50&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  28. else if {_skeleton} is between 1 and 1:
  29. give 1 paper named "&c&lskeleton&d&lticket" with lore "&7装備品などに使用されている素材|| &dスケルトン§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  30.  
  31. on death:
  32. victim is spider
  33. set {_spider} to random integer between 1 and 100
  34. if {_spider} is between 40 and 100:
  35. give 1 gold nugget named "&d&l5&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  36. else if {_spider} is between 2 and 39:
  37. give 1 gold nugget named "&d&l10&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  38. else if {_spider} is between 1 and 1:
  39. give 1 paper named "&c&lspider&d&lticket" with lore "&7装備品などに使用されている素材|| &d蜘蛛§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  40.  
  41. on death:
  42. victim is witch
  43. set {_witch} to random integer between 1 and 100
  44. if {_witch} is between 10 and 100:
  45. give 1 gold nugget named "&d&l100&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  46. else if {_witch} is between 2 and 9:
  47. give 1 gold nugget named "&d&l500&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  48. else if {_witch} is between 1 and 1:
  49. give 1 paper named "&c&lwitch&d&lticket" with lore "&7装備品などに使用されている素材|| &d魔女§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  50.  
  51. on death:
  52. victim is cow
  53. set {_cow} to random integer between 1 and 100
  54. if {_cow} is between 30 and 100:
  55. give 1 gold nugget named "&d&l0.5&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  56. else if {_cow} is between 2 and 29:
  57. give 1 gold nugget named "&d&l1&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  58. else if {_cow} is between 1 and 1:
  59. give 1 paper named "&c&lcow&d&lticket" with lore "&7装備品などに使用されている素材|| &d牛§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  60.  
  61. on death:
  62. victim is chicken
  63. set {_chicken} to random integer between 1 and 100
  64. if {_chicken} is between 50 and 100:
  65. give 1 gold nugget named "&d&l0.1&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  66. else if {_chicken} is between 2 and 49:
  67. give 1 gold nugget named "&d&l0.5&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  68. else if {_chicken} is between 1 and 1:
  69. give 1 paper named "&c&lchicken&d&lticket" with lore "&7装備品などに使用されている素材|| &d鶏§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  70.  
  71. on death:
  72. victim is pig
  73. set {_pig} to random integer between 1 and 100
  74. if {_pig} is between 30 and 100:
  75. give 1 gold nugget named "&d&l0.5&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  76. else if {_pig} is between 2 and 29:
  77. give 1 gold nugget named "&d&l1&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  78. else if {_pig} is between 1 and 1:
  79. give 1 paper named "&c&lpig&d&lticket" with lore "&7装備品などに使用されている素材|| &d豚§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  80.  
  81. on death:
  82. victim is sheep
  83. set {_sheep} to random integer between 1 and 100
  84. if {_sheep} is between 30 and 100:
  85. give 1 gold nugget named "&d&l0.5&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  86. else if {_sheep} is between 2 and 29:
  87. give 1 gold nugget named "&d&l1&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  88. else if {_sheep} is between 1 and 1:
  89. give 1 paper named "&c&lsheep&d&lticket" with lore "&7装備品などに使用されている素材|| &d羊§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  90.  
  91. on death:
  92. victim is horse
  93. set {_horse} to random integer between 1 and 100
  94. if {_horse} is between 45 and 100:
  95. give 1 gold nugget named "&d&l1&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  96. else if {_horse} is between 2 and 44:
  97. give 1 gold nugget named "&d&l5&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  98. else if {_horse} is between 1 and 1:
  99. give 1 paper named "&c&lhorse&d&lticket" with lore "&7装備品などに使用されている素材|| &d馬§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  100.  
  101. on death:
  102. victim is silverfish
  103. set {_silverfish} to random integer between 1 and 100
  104. if {_silverfish} is between 15 and 100:
  105. give 1 gold nugget named "&d&l5&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  106. else if {_silverfish} is between 2 and 14:
  107. give 1 gold nugget named "&d&l10&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  108. else if {_silverfish} is between 1 and 1:
  109. give 1 paper named "&c&lsilverfish&d&lticket" with lore "&7装備品などに使用されている素材|| &dシルバーフィッシュ§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  110.  
  111. on death:
  112. victim is endermite
  113. set {_endermite} to random integer between 1 and 100
  114. if {_endermite} is between 15 and 100:
  115. give 1 gold nugget named "&d&l5&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  116. else if {_endermite} is between 2 and 14:
  117. give 1 gold nugget named "&d&l10&e&lマネー" with lore "&7サーバー内で使用されている通貨|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  118. else if {_endermite} is between 1 and 1:
  119. give 1 paper named "&c&lendermite&d&lticket" with lore "&7装備品などに使用されている素材|| &dエンダーマイト§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  120.  
  121. on death:
  122. victim is magma cube
  123. set {_candy} to random integer between 1 and 100
  124. if {_candy} is between 95 and 100:
  125. give 1 purple_dye named "&d&lキャンディ&1&l強" with lore "&7装備品などに使用されている強化素材|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  126. else if {_candy} is between 85 and 94:
  127. give 1 purple_dye named "&d&lキャンディ&1&l中" with lore "&7装備品などに使用されている強化素材|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  128. else if {_candy} is between 70 and 84:
  129. give 1 purple_dye named "&d&lキャンディ&1&l弱" with lore "&7装備品などに使用されている強化素材|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
  130. else if {_candy} is between 69 and 69:
  131. give 1 purple_dye named "&d&lキャンディ&1&l超" with lore "&7装備品などに使用されている強化素材|| &dモンスター§7を§cキル§7することで手に入る不思議な&eアイテム" to attacker
Add Comment
Please, Sign In to add comment