Advertisement
strikero

fishes

Jun 16th, 2018
1,414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.00 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: 1
  35. color: "gray"
  36. additional-price: -999999
  37. no-display: true
  38. rare:
  39. display-name: "RARE"
  40. chance: 10
  41. color: "aqua"
  42. additional-price: 7.0
  43. no-display: true
  44. epic:
  45. display-name: "EPIC"
  46. chance: 3.5
  47. color: "light_purple"
  48. additional-price: 10.0
  49. no-display: true
  50. legendary:
  51. display-name: "LEGENDARY"
  52. chance: 0.4
  53. color: "green"
  54. additional-price: 30.0
  55. firework: true
  56. fish-list:
  57. common:
  58. Shrimp:
  59. display-name: "Shrimp"
  60. length-min: 3
  61. length-max: 8
  62. icon:
  63. id: "minecraft:fish"
  64. Anchovy:
  65. display-name: "Anchovy"
  66. length-min: 7
  67. length-max: 13
  68. icon:
  69. id: "minecraft:fish"
  70. Croaker:
  71. display-name: "Croaker"
  72. length-min: 12
  73. length-max: 15
  74. icon:
  75. id: "minecraft:fish"
  76. Crab:
  77. display-name: "Crab"
  78. length-min: 10
  79. length-max: 15
  80. icon:
  81. id: "minecraft:fish"
  82. Mackerel:
  83. display-name: "Mackerel"
  84. length-min: 15
  85. length-max: 30
  86. icon:
  87. id: "minecraft:fish"
  88. Herring:
  89. display-name: "Herring"
  90. length-min: 20
  91. length-max: 30
  92. icon:
  93. id: "minecraft:fish"
  94. Starfish:
  95. display-name: "Starfish"
  96. length-min: 10
  97. length-max: 20
  98. icon:
  99. id: "minecraft:fish"
  100. Mermaid:
  101. display-name: "Mermaid"
  102. length-min: 20
  103. length-max: 30
  104. icon:
  105. id: "minecraft:fish"
  106. Octopus:
  107. display-name: "Octopus"
  108. length-min: 15
  109. length-max: 30
  110. icon:
  111. id: "minecraft:fish"
  112. junk:
  113. Pie:
  114. display-name: "Pie"
  115. length-min: 3.14
  116. length-max: 3.14
  117. icon:
  118. id: "minecraft:pumpkin_pie"
  119. skip-item-format: true
  120. Magikarp:
  121. display-name: "Magikarp"
  122. length-min: 25
  123. length-max: 35
  124. icon:
  125. id: "minecraft:fish"
  126. lore:
  127. - "&7Magikarp used Splash!"
  128. skip-item-format: false
  129. Breadfish:
  130. display-name: "Breadfish"
  131. length-min: 10
  132. length-max: 30
  133. icon:
  134. id: "minecraft:bread"
  135. lore:
  136. - "&7Tell me have you seen"
  137. - "&7the marvellous breadfish"
  138. skip-item-format: false
  139. WoodenAxe:
  140. display-name: "Admin's Wooden Axe"
  141. length-min: 16
  142. length-max: 16
  143. icon:
  144. id: "minecraft:wooden_axe"
  145. lore:
  146. - "&7//cut"
  147. skip-item-format: false
  148. FishingRod:
  149. display-name: "Fishing Rod That Someone Dropped Hitting 'Q' By Mistake"
  150. length-min: 16
  151. length-max: 16
  152. icon:
  153. id: "minecraft:fishing_rod|30"
  154. skip-item-format: true
  155. SpongeBob:
  156. display-name: "Nice Cook Of The Krusty Krab"
  157. length-min: 16
  158. length-max: 16
  159. icon:
  160. id: "minecraft:sponge"
  161. skip-item-format: true
  162. rare:
  163. Jellyfish:
  164. display-name: "Jellyfish"
  165. length-min: 20
  166. length-max: 40
  167. icon:
  168. id: "minecraft:fish"
  169. commands:
  170. - "minecraft:effect @p minecraft:poison 3 1"
  171. - "tellraw @p [\"\",{\"text\":\"[MoreFish]\",\"color\":\"aqua\"},{\"text\":\" The jellyfish made you feel very bad!\",\"color\":\"none\"}]"
  172. Squid:
  173. display-name: "Squid"
  174. length-min: 30
  175. length-max: 50
  176. icon:
  177. id: "minecraft:dye"
  178. commands:
  179. - "minecraft:effect @p minecraft:blindness 5 1"
  180. - "tellraw @p [\"\",{\"text\":\"[MoreFish]\",\"color\":\"aqua\"},{\"text\":\" The squid gifted you some darkness!\",\"color\":\"none\"}]"
  181. Flatfish:
  182. display-name: "Flatfish"
  183. length-min: 40
  184. length-max: 75
  185. icon:
  186. id: "minecraft:fish"
  187. SeaBream:
  188. display-name: "Sea Bream"
  189. length-min: 50
  190. length-max: 70
  191. icon:
  192. id: "minecraft:fish"
  193. SeaBass:
  194. display-name: "Sea Bass"
  195. length-min: 60
  196. length-max: 100
  197. icon:
  198. id: "minecraft:fish"
  199. Swordfish:
  200. display-name: "Swordfish"
  201. length-min: 40
  202. length-max: 100
  203. icon:
  204. id: "minecraft:fish"
  205. Dolphin:
  206. display-name: "Dolphin"
  207. length-min: 40
  208. length-max: 100
  209. icon:
  210. id: "minecraft:fish"
  211. epic:
  212. Clownfish:
  213. display-name: "Clownfish"
  214. length-min: 10
  215. length-max: 18
  216. icon:
  217. id: "minecraft:fish|2"
  218. Pufferfish:
  219. display-name: "Pufferfish"
  220. length-min: 20
  221. length-max: 30
  222. icon:
  223. id: "minecraft:fish|3"
  224. SeaTurtle:
  225. display-name: "Sea Turtle"
  226. length-min: 90
  227. length-max: 130
  228. icon:
  229. id: "minecraft:fish"
  230. Salmon:
  231. display-name: "Salmon"
  232. length-min: 100
  233. length-max: 130
  234. icon:
  235. id: "minecraft:fish|1"
  236. BlackDrum:
  237. display-name: "Black Drum"
  238. length-min: 100
  239. length-max: 180
  240. icon:
  241. id: "minecraft:fish"
  242. Nemo:
  243. display-name: "Nemo"
  244. length-min: 200
  245. length-max: 350
  246. icon:
  247. id: "minecraft:fish|2"
  248. Dory:
  249. display-name: "Dory"
  250. length-min: 200
  251. length-max: 350
  252. icon:
  253. id: "minecraft:fish|2"
  254. Tuna:
  255. display-name: "Tuna"
  256. length-min: 130
  257. length-max: 180
  258. icon:
  259. id: "minecraft:fish"
  260. legendary:
  261. BlueShark:
  262. display-name: "Blue Shark"
  263. length-min: 160
  264. length-max: 240
  265. icon:
  266. id: "minecraft:fish"
  267. lore:
  268. - "&7&oThe Toughest Fish"
  269. - "&7Get &9Strength I (2:00)&7 when you eat it."
  270. food-effects:
  271. commands:
  272. - "minecraft:effect @p minecraft:strength 120 1"
  273. PygmyWhale:
  274. display-name: "Pygmy Whale"
  275. length-min: 600
  276. length-max: 650
  277. icon:
  278. id: "minecraft:fish"
  279. lore:
  280. - "&7&oThe Biggest Food"
  281. - "&7Get &9full health and hunger&7"
  282. - "when you eat it."
  283. food-effects:
  284. points: 20
  285. saturation: 14.4
  286. commands:
  287. - "minecraft:effect @p minecraft:regeneration 2 127"
  288. Megalodon:
  289. display-name: "Megalodon"
  290. length-min: 400
  291. length-max: 1200
  292. icon:
  293. id: "minecraft:fish"
  294. lore:
  295. - "&7&oThe Biggest Fish"
  296. - "&7Get &9full health and hunger&7"
  297. - "when you eat it."
  298. food-effects:
  299. points: 20
  300. saturation: 14.4
  301. commands:
  302. - "minecraft:effect @p minecraft:regeneration 2 127"
  303. Kraken:
  304. display-name: "Kraken"
  305. length-min: 500
  306. length-max: 1500
  307. icon:
  308. id: "minecraft:fish"
  309. lore:
  310. - "&7&oThe Mightiest Fish"
  311. - "&7Get &9full health and hunger&7"
  312. - "when you eat it."
  313. food-effects:
  314. points: 20
  315. saturation: 14.4
  316. commands:
  317. - "minecraft:effect @p minecraft:regeneration 2 127"
  318. Godzilla:
  319. display-name: "Godzilla"
  320. length-min: 1000
  321. length-max: 3000
  322. icon:
  323. id: "minecraft:fish"
  324. lore:
  325. - "&7&oGrr Grr"
  326. - "&7Get &9full health and hunger&7"
  327. - "when you eat it."
  328. food-effects:
  329. points: 20
  330. saturation: 14.4
  331. commands:
  332. - "minecraft:effect @p minecraft:regeneration 2 127"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement