早晨解说
本帖最后由 早晨解说 于 2022-4-13 11:41 编辑

(本贴更新时间2022.4.13 更新了汉化)

插件简介

您想为服务器的钓鱼体验增添趣味吗?全面的钓鱼插件“EvenMoreFish”已经诞生了!它基于elsiff的“ MoreFish”插件,是一个功能丰富的插件,旨在为钓鱼,添加比赛,鱼店和许多可自定义的鱼提供独特的体验。

基本功能
每条鱼都有大量可自定义配置的选项,目前可以自定义以下信息:
  • 鱼的材质,分为3种可能的选择(默认普通的鱼,还可以定制成游戏中物品或自定义头颅)
  • 鱼的lore
  • 鱼的长度?
  • 不同生物群系有不同的鱼
  • 钓到鱼后给玩家药水效果
更多自定义内容添加中……

授权搬运


效果展示(原帖)



效果展示(自己测试的)




指令
/emf admin reload - 重载插件
/emf admin competition - 开始比赛!
/emf shop - 查看卖鱼商店
/emf top - 查看钓鱼排行榜

权限
emf.admin - 使用/emf admin xxx指令的权限
emf.shop - 查看卖鱼商店的权限
emf.top - 查看钓鱼排行榜的权限

配置文件
config.yml(汉化中)
fish.yml(汉化中)
messages(已汉化

messages.yml (9.54 KB, 下载次数: 181)
by@z634952493z


下载


2021.12 数据,可能有更多内容(本贴更新时间2021.4.23 更新了常见问题)

插件简介

您想为服务器的钓鱼体验增添趣味吗?全面的钓鱼插件“EvenMoreFish”已经诞生了!它基于elsiff的“ MoreFish”插件,是一个功能丰富的插件,旨在为钓鱼,添加比赛,鱼店和许多可自定义的鱼提供独特的体验。

基本功能
每条鱼都有大量可自定义配置的选项,目前可以自定义以下信息:
  • 鱼的材质,分为3种可能的选择(默认普通的鱼,还可以定制成游戏中物品或自定义头颅)
  • 鱼的lore
  • 鱼的长度?
  • 不同生物群系有不同的鱼
  • 钓到鱼后给玩家药水效果
更多自定义内容添加中……

授权搬运


效果展示(原帖)


↑自定义鱼

↑bossbar显示钓鱼比赛剩余时间

↑比赛排行榜

↑把鱼买成钱!


效果展示(自己测试的)


↑钓到了鱼~

↑掉到了乌贼触发了失明效果TAT

↑钓鱼比赛!!

↑比赛排行榜(没有小伙伴一起来测试TAT)

↑把鱼买成钱!



指令
/emf admin reload - 重载插件/emf admin competition - 开始比赛! /emf shop - 查看卖鱼商店 /emf top - 查看钓鱼排行榜

权限
emf.admin - 使用/emf admin xxx指令的权限emf.shop - 查看卖鱼商店的权限emf.top - 查看钓鱼排行榜的权限

配置文件
config.yml(汉化中)

代码:

  1. # Is the plugin enabled?
  2. enabled: true

  3. # Should EMF fish only be given during a competition?
  4. fish-only-in-competition: false

  5. # Should a database store data about fish such as how many have been caught and the first to catch it.
  6. # Setting to false will disable it. In a future update this will have a deeper meaning and purpose.
  7. database: true

  8. # When dropping tool items (e.g. fishing rod) should they be dropped with a random durability
  9. # instead of always full durability?
  10. random-durability: true


  11. competitions:

  12. # When should competitions run?
  13. # It will use server's local timezone using a 24hour time format
  14. times:
  15.     - "00:00" # midnight
  16.     - "06:00"
  17.     - "12:00" # midday
  18.     - "18:00"

  19. # How long should the competition go on for? (In minutes)
  20. duration: 10

  21. # What colour should the bossbar cooldown be? (values can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/boss/BarColor.html)
  22. # Set the text and text colour above the bossbar in messages.yml
  23. bossbar-colour: GREEN

  24. winnings:
  25.     1:
  26.    # Commands are run by the console, it's advised to change these before releasing your server.
  27.    - "COMMAND:give {player} diamond 5"
  28.    - "MESSAGE:&aCongratulations for coming 1st!"
  29.    # Can't contain decimals.
  30.    - "MONEY:5000"
  31.    # formatted as "effect_name,amplifier,duration"
  32.    - "EFFECT:SPEED,2,5"
  33.    - "ITEM:DIAMOND,2"
  34.     2:
  35.    - "ITEM:DIAMOND,1"
  36.    - "MESSAGE:&bCongratulations for coming 2nd!"
  37.    - "MONEY:2500"
  38.     3:
  39.    - "EFFECT:SPEED,1,5"
  40.    - "MESSAGE:&eCongratulations for coming 3rd!"
  41.    - "MONEY:1000"
  42. # Add as many more places as you need

  43. # This is the minimum needed amount of players for an automatic competition to start.
  44. minimum-players: 5

  45. # Should broadcasted catches (defined in rarities.yml) only be shown to players holding fishing rods?
  46. broadcast-only-rods: true

  47. # Uncomment the below section to enable this feature. It sets the plugin to only give custom fish when users are
  48. # in a list of set defined regions (this requires the worldguard plugin).
  49. #allowed-regions:
  50. #- "fishing"


  51. # ATTENTION ATTENTION ATTENTION
  52. # DO NOT EDIT THIS VALUE UNLESS YOU'RE UPDATING THE CONFIG.
  53. config-version: 3
fish.yml(汉化中)

代码:

  1. fish:
  2. Common:
  3.     # Using "" after the fish name will create you a default cod fish.
  4.     Herring: ""
  5.     Cod: ""
  6.     Sea Bass: ""
  7.     Shrimp: ""
  8.     Anchovies: ""
  9.     Tuna: ""
  10.     Carp: ""
  11.     Sardine: ""
  12.     Sea Snail: ""
  13.     Salmon:
  14.    item:
  15.   # Items must be spelt the same as found in game by using advanced tooltips (f3 + h)
  16.   material: SALMON
  17.     Stick:
  18.    item:
  19.   material: STICK
  20.     Fishing Rod:
  21.    item:
  22.   material: FISHING_ROD
  23.     Coalfish:
  24.    item:
  25.   material: COAL
  26.     Sandfish:
  27.    # define the biome(s) the fish can only be found in, without this marker the fish will be found anywhere
  28.    biomes:
  29.   - DESERT
  30.   - DESERT_HILLS
  31.   - DESERT_LAKES

  32. #Oheers:
  33. #    item:
  34. #   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjczZjU2OTk5YWJjNmMzMjVhYzlmMWNjMThkZTgyMDNiMmYxZjY4NDQ5ZTAwOTQ1ZGQ1YzhjYmM3NDQ2MTRiIn19fQ=="

  35. Uncommon:
  36.     Silver Carp: ""
  37.     Stonefish: ""
  38.     Starfish: ""
  39.     Eel: ""
  40.     Swordfish: ""
  41.     Electric Eel:
  42.    message: "&b*Zap!*"
  43.   #effect: "HARM:1:1"    - disabled since it's straight up killing the player right now. Not a good idea.
  44.     Squid:
  45.    item:
  46.   material: INK_SAC
  47.    # Sends a message to the player when they catch a fish
  48.    message: "&3You've been inked!"
  49.    # Gives an effect to the player, EFFECT_NAME:AMPLIFIER:DURATION(seconds)
  50.    # this shows you all the effect names, https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
  51.    effect: "BLINDNESS:1:5"
  52.     Pufferfish:
  53.    item:
  54.   material: PUFFERFISH
  55.    message: "&aOuch. That doesn't feel so good..."
  56.    effect: "POISON:1:7"
  57.     Dory:
  58.    item:
  59.   material: SALMON
  60.     Nemo:
  61.    item:
  62.   material: TROPICAL_FISH
  63.     Coral:
  64.    item:
  65.   material: FIRE_CORAL
  66.     Jellyfish:
  67.    item:
  68.   # You can get base-64 heads from https://minecraft-heads.com/custom-heads, copy and paste all of the base-64 value for the head you want.
  69.   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjNkZTQ4YTg0NjY4YTM2MTkxODdkYTE5NmU3NzdmOTMxZjc1NTQ4NDllOGYyNDM4OTdhYzgzYzhhZDYxIn19fQ=="
  70. Epic:
  71.     Parrotfish:
  72.    item:
  73.   material: SALMON
  74.     Frog:
  75.    item:
  76.   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzE3ODE4OWVmOGZhN2E1YjcyNGZiOTFkZjlhNDQ3ODRmZDg1NjQ4ZWQzZTNhY2Y2ZDBkZWQ3YjhjYWEzMGYwNyJ9fX0="
  77.     Clownfish:
  78.    item:
  79.   material: TROPICAL_FISH
  80.    # Add a lore of (pretty much) infinite length. No colour code values will default to the vanilla purple italic.
  81.    lore:
  82.   - "&7&oWhat's the difference between pork and"
  83.   - "&7&oa meteorite? One's meaty the other"
  84.   - "&7&oone's a little meteor."
  85.     Shark Fin:
  86.    item:
  87.   material: PRISMARINE_SHARD
  88.     Dolphin:
  89.    item:
  90.   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGU5Njg4Yjk1MGQ4ODBiNTViN2FhMmNmY2Q3NmU1YTBmYTk0YWFjNmQxNmY3OGU4MzNmNzQ0M2VhMjlmZWQzIn19fQ=="
  91.     Elephant Fish:
  92.    item:
  93.   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGI2Mjk2OWMwMDU4MTVkMDQwOTEzNjM4MGZlYmM1YWM0NjhhYWJhOWJkYTRkYjgwOTU0ZmE1NDI2ZWUwYTMyMyJ9fX0="
  94.     Hermit Crab:
  95.    item:
  96.   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTg1ZTY4MzRhNGJmMjZhNjUyNmY3Y2FjNGY2ZWFhOWY3ZmE3N2RiOGMxNDM1M2E4MTU4MmI1ZjY5OSJ9fX0="
  97.    size:
  98.    # Fish can have unique sizes that will override the size set by their rarity
  99.   minSize: 5
  100.   maxSize: 10
  101.     Glowsquid:
  102.    item:
  103.   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmVjZDBiNWViNmIzODRkYjA3NmQ4NDQ2MDY1MjAyOTU5ZGRkZmYwMTYxZTBkNzIzYjNkZjBjYzU4NmQxNmJiZCJ9fX0="
  104.     Turtle:
  105.    item:
  106.   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMGE0MDUwZTdhYWNjNDUzOTIwMjY1OGZkYzMzOWRkMTgyZDdlMzIyZjlmYmNjNGQ1Zjk5YjU3MThhIn19fQ=="
  107. Legendary:
  108.     Breaded Fish:
  109.    item:
  110.   material: BREAD
  111.     Goldfish:
  112.    item:
  113.   material: GOLD_NUGGET
  114.     Massive Goldfish:
  115.    item:
  116.   material: TROPICAL_FISH
  117.   # The results from the custom event follow the same format as the rewards given in config.yml's competition reward section.
  118.    eat-event:
  119.   - "ITEM:GOLD_INGOT,1"
  120.   - "MESSAGE:&eYou've received a gold ingot!"
  121.    lore:
  122.   - "&eEat me for a surprise gift."
  123.     Moustache Pufferfish:
  124.    item:
  125.   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDI5MTA1ZTU2YTM2ZDM1NDA4ZjI5MzIxOTI4NzRlMGJiNTMyZTEyY2U2MTA4MDM1ODhjMzdlZDI4N2UwZGE4YyJ9fX0="
  126.     MrCrayfish:
  127.    item:
  128.   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzdjM2QxNTg5Y2U2NzMzMzFmNjkwYjY5MmRiMmEzNTVjMzNmYjYzZTc1NGIxNzY3YmVkZWU2NmI4ZjM3In19fQ=="
  129.     Blue Whale:
  130.    item:
  131.   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2FmNzIyMTc5ODU0NmY4ZjllNzZhNmEzZWUzYjE3NjczNGU5ZDVmMTdkYmNiMDg1OTgxOTQxNzU4Njk4NjQzNiJ9fX0="
  132.    size:
  133.   minSize: 2900
  134.   maxSize: 3800
  135.     Golden Axolotl:
  136.    item:
  137.   head-64: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2Y4MGNjMTQ5MmU0NDY2OGNjY2RiNDAxNzhjM2E2Njg5ZThkZmMwZDIzNGU5ODU1M2ZiN2RlYmMyNmZjYWVhYyJ9fX0="
  138.     Flower Fish:
  139.    item:
  140.   # Add custom model data for making texture packs, you can add a material/head-64 value too to change it from the default cod fish.
  141.   # https://www.planetminecraft.com/forums/communities/texturing/new-1-14-custom-item-models-tuto-578834/
  142.   custom-model-data: 1234567
  143.    biomes:
  144.   - FLOWER_FOREST
  145.    lore:
  146.   - "&e&oCovered in pollen"
messages(已汉化

代码:

  1. fish-caught: "&l{player} &r钓到了一个 {length} {rarity} {fish}!"

  2. no-permission: "&c你莫得权限."

  3. # The message to be sent when a competition starts and ends
  4. contest-start: "&r钓鱼比赛开始了!"
  5. contest-end: "&r钓鱼比赛结束了……"
  6. # Segments shown in the bossbar when competitions run
  7. bossbar:
  8. # Probably the only bit you'll want to change, make sure to leave a space after the prefix.
  9. prefix: "&a&l钓鱼比赛: "
  10. # The abbreviations used for different units of time
  11. hour: "h"
  12. minute: "m"
  13. second: "s"

  14. # The prefix shown before pretty much all commands to do with the plugin. Keeping the space in is recommended.
  15. prefix: "[EvenMoreFish] "
  16. # The colour of the [EvenMoreFish] prefix in commands
  17. prefix-regular: "&a"
  18. # The colour of the [EvenMoreFish] prefix in admin commands
  19. prefix-admin: "&c"
  20. # The colour of the [EvenMoreFish] prefix when errors occur e.g. no permission to run a command
  21. prefix-error: "&c"

  22. # The format of commands in /emf help
  23. help: "/{command} - {description}"

  24. # The format of the leaderboard after a competition is over
  25. leaderboard: "&r&l{position} &r| {player} - {length} {rarity} {fish}"
  26. # The number of positions shown in the leaderboard - can't be less than 1.
  27. leaderboard-count: 5
  28. # Sent to players when nobody got a record during a competition
  29. no-winners: "&r没有捕鱼记录TAT"
  30. # When an individual player didn't get a record
  31. no-record: "&r你没抓到鱼…鱼跑了…"
  32. # Sent to all online players when not enough players are on to start a competition
  33. not-enough-players: "&r没有足够的在线玩家开始钓鱼比赛"

  34. # The GUI title for /emf shop
  35. worth-gui-name: "&1&l卖鱼商店"
  36. # The name found on the selling item in /emf shop
  37. sell-gui-name: "&6&l卖"
  38. # The name found on the confirming item in /emf shop
  39. confirm-gui-name: "&6&l确认"
  40. # The name found on the error item in /emf shop when the gui contains no items of value.
  41. error-gui-name: "&c&l这个不能卖……"
  42. # The lore found on the selling/confirmation item in /emf shop
  43. sell-gui-lore:
  44. - "&e&lValue: &e${sell-price}"
  45. - "&7左击这里把鱼卖了."
  46. - "&7右击取消."
  47. # The lore below the error item in /emf shop when the gui contains no items of value.
  48. error-gui-lore:
  49. - "&c&lValue: &c$0"
  50. - "&c把你的鱼放在这里."
  51. - "&cGUI to sell them."
  52. # The message sent to players when they've sold their fish in the /emf shop
  53. fish-sale: "&f你卖了 &a{amount} &f条鱼。你获得了 &a${sell-price}&f."

  54. # ATTENTION ATTENTION ATTENTION
  55. # DO NOT EDIT THIS VALUE UNLESS YOU'RE UPDATING THE MESSAGES.
  56. config-version: 3
rarities.yml

代码:

  1. rarities:
  2. Common:
  3.     # How likely is the fish to be fished? Larger number = more likely, numbers don't have to add to 100.
  4.     weight: 87
  5.     # What colour should the fish's name be?
  6.     colour: '&7'
  7.     # What should the length be multiplied by to get the fish's value in /emf shop
  8.     worth-multiplier: 0.1
  9.     # Should a catch of this fish be broadcasted to everyone (true) or just the fisher (false)?
  10.     broadcast: false
  11.     size:
  12.    # Absolute minimum size the fish can be, must be an Integer
  13.    minSize: 1
  14.    # Absolute maximum size the fish can be, must be an Integer
  15.    maxSize: 30
  16. Uncommon:
  17.     weight: 9
  18.     colour: '&b'
  19.     worth-multiplier: 0.2
  20.     broadcast: false
  21.     size:
  22.    minSize: 20
  23.    maxSize: 150
  24. Epic:
  25.     weight: 3
  26.     colour: '&d'
  27.     worth-multiplier: 0.15
  28.     broadcast: true
  29.     size:
  30.    minSize: 125
  31.    maxSize: 800
  32. Legendary:
  33.     weight: 1
  34.     colour: '&6'
  35.     worth-multiplier: 0.2
  36.     broadcast: true
  37.     size:
  38.    minSize: 800
  39.    maxSize: 4000

  40. # You can add/rename as many rarities as you want, one use case might be for special events.





下载
前往原帖下载



蟹蒙老鸽
感谢楼主汉化了这个插件qwq..Fish那边已经停更好久了,终于来了一个高版本的钓鱼插件

shouyoukefu
很好的更多的鱼插件
感谢楼主
支持一下

星河皓月丶
本帖最后由 Eterstars 于 2021-4-22 11:21 编辑

感谢楼主分享
好多服务器都有这个插件
终于找到下载地址了,谢谢

不过这个汉语翻译有点奇怪
“even”是用来修饰“more”的,即even+比较级
所以这里没必要把even翻译出来
(只是个人意见而已)

早晨解说
本帖最后由 早晨解说 于 2021-4-23 21:23 编辑
Eterstars 发表于 2021-4-22 11:19
感谢楼主分享
好多服务器都有这个插件
终于找到下载地址了,谢谢

主要是morefish已经是一个插件名字了,加一个even来区分

名副其实
本帖最后由 名副其实 于 2021-4-23 20:12 编辑

额...你是从哪里得到这个插件支持1.16以下的版本的?
原帖并没有标出
如果是经过测试可以使用的话建议报告给作者让他更新帖子

还有,插件英文名字翻译为中文如果难翻译的话建议保留原名。
最后,插件取名并不一定要遵循语法,例如Minecraft本身。

319959
大佬加油!!!

早晨解说
本帖最后由 早晨解说 于 2021-4-23 20:13 编辑
名副其实 发表于 2021-4-23 18:27
额...你是从哪里得到这个插件支持1.16的?
原帖并没有标出
如果是经过测试可以使用的话建议报告给作者让他 ...

我自己测试的就是1.16啊,而且原帖写的就是支持1.16这个翻译的话我可以再琢磨琢磨还有就是因为有bossbar,所以1.13以下是肯定不能用的:)(此行纯属猜测)





早晨解说
名副其实 发表于 2021-4-23 18:27
额...你是从哪里得到这个插件支持1.16以下的版本的?
原帖并没有标出
如果是经过测试可以使用的话建议报告 ...

我刚刚把他的源码看了一下
他的plugin.yml里面有一行
api-version: 1.16

然后只要把他改成其他版本就可以兼容其他版本了
例如如果你是1.14服务器,改成api-version: 1.14就行了
经过测试,可以完美兼容1.13以上的服务器

名副其实
早晨解说 发表于 2021-4-23 20:33
我刚刚把他的源码看了一下
他的plugin.yml里面有一行

在不修改插件本体的情况下不推荐这样兼容版本
特别是没有经过作者允许的情况下

zws1314520
很好的EvenMoreFish插件
感谢楼主

toretgman
有1.12的釣魚插件嗎 好需要XDD

早晨解说
toretgman 发表于 2021-4-24 09:59
有1.12的釣魚插件嗎 好需要XDD

你可以去看看那个morefish插件,本插件是高版本的~

zws1314520
很不错的EvenMoreFish插件
感谢楼主
支持一下

q1719759668
只支持1.16吗

早晨解说

目前是的。但作者表示在开发低版本

Mr.阿冬
前面刚要到授权搬运结果今天你就搬来了hhhh

我是偏差啊
可以自己自定义鱼吗 为什么我没看到教程或指令

早晨解说
我是偏差啊 发表于 2021-4-27 22:23
可以自己自定义鱼吗 为什么我没看到教程或指令

配置文件说明很详细了
我准备51再补个教程

kejiyun
支持一下

liubo178
很不错的        EvenMoreFish插件
感谢楼主
支持一下

a2452532699
查看卖鱼商店的权限是emf.shop而不是emf.admin,楼主尽快更改,小白看到就不好了

筱轲

很不错的EvenMoreFish插件
感谢楼主
支持一下

swdddp
很好用的插件,赞一个

Tmeex
作者已经更新到1.17,望楼主同步更新版本列表

零灵
可惜不支持1.12.2啊

好大一坨翔哟
很不错的钓鱼插件 生存玩家狂喜

无梦之心
希望能完善下汉化~

_Cristoforo_
怎么汉化鱼啊.. 我麻了

索拉卡qwq
感谢分享 顶!

隐匿者
如果有GUI页面就更好了,支持帖主!

WhenPigsFly
很不错的插件,支持啊

qq286565466
MCBBS有你更精彩~

岁月静好、
现在还没汉化好嘛awa

OLG_lao_ba
插件非常好 感谢楼主搬运 当然能够将配置文件也汉化了就更加好了 期待:)

Jiale233
这个添加很棒!!太谢谢了

铭心y
感谢搬运,正好需要一款这样的有钓鱼比赛的插件

a306259513
挺好的的一个插件 这样子为鱼类带来了更多的可能性

Lang_Jie
感谢分享

臻九岁
如果我想做到某个特定区域或是特定世界 才能捕获到插件里的鱼 有办法么

恭喜發財
跟morefish一模一样欸

DKCJ丶成成
这个插件很不错,找了很久了

MC_wusan
感谢大佬分享

蟹蒙老鸽
感谢搬运!

被分尸的萝卜
找了好久终于找到了,感谢分享

知樱樱的真爱粉
6666666!!!!

秋华酱鸭
使用这个插件后 视乎就没法获取到原版的鱼和一些别的东西了?

乾术_
正好需要!

2667014631
这个插件和mcmmo冲突吗?

66Craft
要是配置都汉化就好啦!!

下一页 最后一页