Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 KB | None | 0 0
  1. #
  2. # fish_en.yml for MoreFish
  3. # by elsiff
  4. #
  5. # Wiki:
  6. # - https://github.com/elsiff/MoreFish/wiki/Custom-Fish-Tutorial
  7. # - https://github.com/elsiff/MoreFish/wiki/Custom-Rarity-Tutorial
  8. #
  9.  
  10. version: 212
  11.  
  12. # %player% - The ordinal of player's rank (e.g. 1st, 2nd, 3rd, 4th)
  13. # %rarity% - The rarity of fish (upper case)
  14. # %rarity_color% - The color of rarity
  15. # %length% - The length of fish
  16. # %fish% - The name of fish
  17. # %date% - The date when the fish was caught
  18. item-format:
  19. display-name: "%rarity_color%%fish%"
  20. lore:
  21. - "&7%length%cm"
  22. - "&7Caught by %player%"
  23.  
  24. rarity-list:
  25. common:
  26. display-name: "COMMON"
  27. default: true
  28. color: "reset"
  29. additional-price: 0.0
  30. no-broadcast: true
  31. no-display: true
  32. junk:
  33. display-name: "JUNK"
  34. chance: 3
  35. color: "gray"
  36. additional-price: -999999
  37. no-display: true
  38. rare:
  39. display-name: "RARE"
  40. chance: 33
  41. color: "aqua"
  42. additional-price: 3.0
  43. epic:
  44. display-name: "EPIC"
  45. chance: 7.0
  46. color: "light_purple"
  47. additional-price: 4.0
  48. legendary:
  49. display-name: "LEGENDARY"
  50. chance: 5.0
  51. color: "gold"
  52. additional-price: 5.0
  53. firework: true
  54. Mythic:
  55. display-name: "MYTHIC"
  56. default: false
  57. chance: 2.0
  58. color: "magic"
  59. catch-announce: -1
  60. skip-item-format: false
  61. no-display: false
  62. firework: true
  63. additional-price: 6.0
  64.  
  65. fish-list:
  66. common:
  67. Shrimp:
  68. display-name: "Shrimp"
  69. length-min: 3
  70. length-max: 8
  71. icon:
  72. id: "minecraft:fish"
  73. Anchovy:
  74. display-name: "Anchovy"
  75. length-min: 7
  76. length-max: 13
  77. icon:
  78. id: "minecraft:fish"
  79. Croaker:
  80. display-name: "Croaker"
  81. length-min: 12
  82. length-max: 15
  83. icon:
  84. id: "minecraft:fish"
  85. Crab:
  86. display-name: "Crab"
  87. length-min: 10
  88. length-max: 15
  89. icon:
  90. id: "minecraft:fish"
  91. Mackerel:
  92. display-name: "Mackerel"
  93. length-min: 15
  94. length-max: 30
  95. icon:
  96. id: "minecraft:fish"
  97. Herring:
  98. display-name: "Herring"
  99. length-min: 20
  100. length-max: 30
  101. icon:
  102. id: "minecraft:fish"
  103. junk:
  104. Pie:
  105. display-name: "Pie"
  106. length-min: 3.14
  107. length-max: 3.14
  108. icon:
  109. id: "minecraft:pumpkin_pie"
  110. skip-item-format: true
  111. Magikarp:
  112. display-name: "Magikarp"
  113. length-min: 25
  114. length-max: 35
  115. icon:
  116. id: "minecraft:fish"
  117. lore:
  118. - "&7Magikarp used Splash!"
  119. skip-item-format: false
  120. Breadfish:
  121. display-name: "Breadfish"
  122. length-min: 10
  123. length-max: 30
  124. icon:
  125. id: "minecraft:bread"
  126. lore:
  127. - "&7Tell me have you seen"
  128. - "&7the marvellous breadfish"
  129. skip-item-format: false
  130. WoodenAxe:
  131. display-name: "Admin's Wooden Axe"
  132. length-min: 16
  133. length-max: 16
  134. icon:
  135. id: "minecraft:wooden_axe"
  136. lore:
  137. - "&7//cut"
  138. skip-item-format: false
  139. FishingRod:
  140. display-name: "Fishing Rod That Someone Dropped Hitting 'Q' By Mistake"
  141. length-min: 16
  142. length-max: 16
  143. icon:
  144. id: "minecraft:fishing_rod|30"
  145. skip-item-format: true
  146. SpongeBob:
  147. display-name: "Nice Cook Of The Krusty Krab"
  148. length-min: 16
  149. length-max: 16
  150. icon:
  151. id: "minecraft:sponge"
  152. skip-item-format: true
  153. rare:
  154. Jellyfish:
  155. display-name: "Jellyfish"
  156. length-min: 20
  157. length-max: 40
  158. icon:
  159. id: "minecraft:fish"
  160. commands:
  161. - "minecraft:effect @p minecraft:poison 3 1"
  162. - "tellraw @p [\"\",{\"text\":\"[MoreFish]\",\"color\":\"aqua\"},{\"text\":\" The jellyfish made you feel very bad!\",\"color\":\"none\"}]"
  163. Squid:
  164. display-name: "Squid"
  165. length-min: 30
  166. length-max: 50
  167. icon:
  168. id: "minecraft:dye"
  169. commands:
  170. - "minecraft:effect @p minecraft:blindness 5 1"
  171. - "tellraw @p [\"\",{\"text\":\"[MoreFish]\",\"color\":\"aqua\"},{\"text\":\" The squid gifted you some darkness!\",\"color\":\"none\"}]"
  172. Flatfish:
  173. display-name: "Flatfish"
  174. length-min: 40
  175. length-max: 75
  176. icon:
  177. id: "minecraft:fish"
  178. SeaBream:
  179. display-name: "Sea Bream"
  180. length-min: 50
  181. length-max: 70
  182. icon:
  183. id: "minecraft:fish"
  184. SeaBass:
  185. display-name: "Sea Bass"
  186. length-min: 60
  187. length-max: 100
  188. icon:
  189. id: "minecraft:fish"
  190. epic:
  191. Clownfish:
  192. display-name: "Clownfish"
  193. length-min: 10
  194. length-max: 18
  195. icon:
  196. id: "minecraft:fish|2"
  197. Pufferfish:
  198. display-name: "Pufferfish"
  199. length-min: 20
  200. length-max: 30
  201. icon:
  202. id: "minecraft:fish|3"
  203. SeaTurtle:
  204. display-name: "Sea Turtle"
  205. length-min: 90
  206. length-max: 130
  207. icon:
  208. id: "minecraft:fish"
  209. Salmon:
  210. display-name: "Salmon"
  211. length-min: 100
  212. length-max: 130
  213. icon:
  214. id: "minecraft:fish|1"
  215. BlackDrum:
  216. display-name: "Black Drum"
  217. length-min: 100
  218. length-max: 180
  219. icon:
  220. id: "minecraft:fish"
  221. Tuna:
  222. display-name: "Tuna"
  223. length-min: 130
  224. length-max: 180
  225. icon:
  226. id: "minecraft:fish"
  227. legendary:
  228. BlueShark:
  229. display-name: "Blue Shark"
  230. length-min: 160
  231. length-max: 240
  232. icon:
  233. id: "minecraft:fish"
  234. lore:
  235. - "&7&oThe Toughest Fish"
  236. - "&7Get &9Strength I (2:00)&7 when you eat it."
  237. food-effects:
  238. commands:
  239. - "minecraft:effect @p minecraft:strength 120 1"
  240. PygmyWhale:
  241. display-name: "Pygmy Whale"
  242. length-min: 600
  243. length-max: 650
  244. icon:
  245. id: "minecraft:fish"
  246. lore:
  247. - "&7&oThe Biggest Fish"
  248. - "&7Get &9full health and hunger&7"
  249. - "when you eat it."
  250. food-effects:
  251. points: 20
  252. saturation: 14.4
  253. commands:
  254. - "minecraft:effect @p minecraft:regeneration 2 127"
  255. mythic:
  256. Megalodon:
  257. display-name: "Megalodon"
  258. length-min: 1219.2
  259. length-max: 1371.6
  260. icon:
  261. id: "minecraft:fish"
  262. lore:
  263. - "&7&oApex Predator"
  264. - "&7Get &9full health and hunger&7"
  265. - "when you eat it."
  266. food-effects:
  267. points: 20
  268. saturation: 14.4
  269. commands:
  270. - "minecraft:effect @p minecraft:regeneration 2 127"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement