Advertisement
salt0000

Untitled

Nov 17th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. on spawn:
  2. if entity is zombie:
  3. chance of 0.1%:
  4. set name of entity to "&a&lフシ・ビー"
  5. broadcast "&6&l伝説のボケモソが出現しました!"
  6. else:
  7. chance of 1%:
  8. set name of entity to "&aゾンデッド"
  9. else:
  10. set name of entity to "&aゾン・ビー"
  11. else if entity is skeleton:
  12. chance of 0.1%:
  13. set name of entity to "&f&lスケスケ"
  14. broadcast "&6&l伝説のボケモソが出現しました!"
  15. else:
  16. chance of 1%:
  17. set name of entity to "&fスケ・ルトン"
  18. else:
  19. set name of entity to "&fスケルスケ"
  20. else if entity is spider:
  21. chance of 0.1%:
  22. set name of entity to "&0&lモックダー"
  23. broadcast "&6&l伝説のボケモソが出現しました!"
  24. else:
  25. chance of 1%:
  26. set name of entity to "&0スクモ"
  27. else:
  28. set name of entity to "&0ククモ"
  29. else if entity is creeper:
  30. chance of 0.1%:
  31. set name of entity to "&2&lエクスリーパー"
  32. broadcast "&6&l伝説のボケモソが出現しました!"
  33. else:
  34. chance of 1%:
  35. set name of entity to "&2パー・クリ"
  36. else:
  37. set name of entity to "&2クリッパー"
  38. else if entity is witch:
  39. chance of 0.1%:
  40. set name of entity to "&5&lマジョッチ"
  41. broadcast "&6&l伝説のボケモソが出現しました!"
  42. else:
  43. chance of 1%:
  44. set name of entity to "&5ウェマポ"
  45. else:
  46. set name of entity to "&5マウィ"
  47. else if entity is stray:
  48. chance of 0.1%:
  49. set name of entity to "&f&lスケ・コールド"
  50. broadcast "&6&l伝説のボケモソが出現しました!"
  51. else:
  52. chance of 1%:
  53. set name of entity to "&fスト・レイン"
  54. else:
  55. set name of entity to "&fストストレ"
  56. else if entity is zombie pigman:
  57. chance of 0.1%:
  58. set name of entity to "&c&lトンカ"
  59. broadcast "&6&l伝説のボケモソが出現しました!"
  60. else:
  61. chance of 1%:
  62. set name of entity to "&cピッグピッグ"
  63. else:
  64. set name of entity to "&cブタブタ"
  65. else if entity is zombie villager:
  66. chance of 0.1%:
  67. set name of entity to "&2&lムゾラ"
  68. broadcast "&6&l伝説のボケモソが出現しました!"
  69. else:
  70. chance of 1%:
  71. set name of entity to "&2ビレゾ"
  72. else:
  73. set name of entity to "&2ムラゾビト"
  74. else if entity is wither skeleton:
  75. chance of 0.1%:
  76. set name of entity to "&0&lウィスク"
  77. broadcast "&6&l伝説のボケモソが出現しました!"
  78. else:
  79. chance of 1%:
  80. set name of entity to "&0スー"
  81. else:
  82. set name of entity to "&0クロ"
  83. else if entity is villager:
  84. chance of 0.1%:
  85. set name of entity to "&6&lム・ラムラ"
  86. broadcast "&6&l伝説のボケモソが出現しました!"
  87. else:
  88. chance of 1%:
  89. set name of entity to "&6ラハァン"
  90. else:
  91. set name of entity to "&6ムハラァビント"
  92. else if entity is blaze:
  93. chance of 0.1%:
  94. set name of entity to "&4&l炎芋"
  95. broadcast "&6&l伝説のボケモソが出現しました!"
  96. else:
  97. chance of 1%:
  98. set name of entity to "&4ポテト"
  99. else:
  100. set name of entity to "&4ファブイ"
  101. else if entity is squid:
  102. chance of 0.1%:
  103. set name of entity to "&8&lイカドス"
  104. broadcast "&6&l伝説のボケモソが出現しました!"
  105. else:
  106. chance of 1%:
  107. set name of entity to "&8イカクイーン"
  108. else:
  109. set name of entity to "&8イカキング"
  110. else if entity is enderman:
  111. chance of 0.1%:
  112. set name of entity to "&0&lワープマン"
  113. broadcast "&6&l伝説のボケモソが出現しました!"
  114. else:
  115. chance of 1%:
  116. set name of entity to "&0エマダ"
  117. else:
  118. set name of entity to "&0クロワテ"
  119. else if entity is pig:
  120. chance of 0.1%:
  121. set name of entity to "&d&lブッタ"
  122. broadcast "&6&l伝説のボケモソが出現しました!"
  123. else:
  124. chance of 1%:
  125. set name of entity to "&dトカツン"
  126. else:
  127. set name of entity to "&dピトタブ"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement