pXiaoD
本帖最后由 pXiaoD 于 2022-7-15 18:52 编辑





此插件作者已弃坑,您可以使用 EvenMoreFishing 插件作为替代品。
站内搬运:https://www.mcbbs.net/thread-1193708-1-1.html
站外原帖:
EvenMoreFish ▪ Extensive fishing plugin ▪ | SpigotMC - High Performance Minecraft

此插件并不支持1.18。请
点击这里 获得由非官方制作的修复补丁插件。它可以:
- 修复 /nfsell inventory 可以刷钱的bug。
- 1.18 支持和 HEX 颜色修复。
1.18 用户在使用本插件时还需要修改启动脚本为 java -javaagent:plugins/FishSell-1.2.jar -jar 服务端文件名称.jar,否则 HEX 颜色修复不起作用。

遇到任何问题请勿找我,我只是搬运者,不是作者。有问题自己找作者,我没有任何义务为你解决你遇到的任何问题,请互相理解,谢谢!

» 自定义鱼


- 自定义鱼对应的物品
- 自定义鱼的名称
- 自定义鱼重量的生成范围
- 自定义鱼所在的生物群系
- 自定义鱼给玩家带来的效果
- 自定义鱼捕捉条件(如难度、天气、Y轴等)
- 默认自带了 30+ 自定义鱼
- 不仅仅是鱼,还可以设置其他能够垂钓到的物品~

示例鱼配置文件:


插件自动生成的鱼配置文件汉化:
drops.yml (11.69 KB, 下载次数: 415)

» 自定义稀有度
- 稀有度会影响该鱼(物品)能被钓到的几率
- 稀有度会影响相关花费

» 垂钓市场
- 把你钓到的东西都卖出去吧


» 自定义鱼饵
- 自定义鱼饵对应的鱼的稀有度
- 自定义鱼饵对应的物品ID
- 自定义鱼饵名称
- 自定义鱼饵Lore
- 自定义鱼饵效果
- 自定义鱼饵价格

插件自动生成的鱼饵配置文件汉化:
baits.yml (2.51 KB, 下载次数: 376)


» 钓鱼竞赛

- 兼容 WorldGuard
- 设置竞赛积分规则
- 设置竞赛奖励
- 自定义竞赛时间间隔等


» 钓鱼日志

详细介绍你的钓鱼信息,不再累述,看图就行。


» 其他
反挂机

找鱼器
插件生成的默认汉化:
items.yml (955 Bytes, 下载次数: 333)

» 指令列表
/nfreload - 重启插件 | 权限 - nf.reload
/nfsell - 打开垂钓市场 | 权限 - nf.sell
/nfbuy - 打开鱼饵商店 | 权限 - nf.buy
/nfhelp - 查看插件帮助 | 权限 - nf.help
/nfdiary - 查看钓鱼日志 | 权限 - nf.diary
/nfcompetition - 查看当前的钓鱼竞赛 | 权限 - nf.competition
/nfcompetition start <天> <小时> <分钟> <秒> - 开始一轮钓鱼竞赛 | 权限 - nf.competitionstart
/nfswitch - 开启或者关闭自定义钓鱼规则 | 权限 - nf.switch


» 配置文件
# 插件消息前缀
prefix: "&f &8► &f"

settings:
  # 玩家垂钓是否必须在开放水域才有效
  check-open-water: true
  # 是否使用自定义开放水域检测
  use-custom-check-open-water: false
  # 水池XYZ各超过多少值才算作是开放水域
  custom-check-open-water:
    Xradius: 1
    Yradius: 1
    Zradius: 1
  check-ow-message: true
  # 是否保留原版垂钓获利品
  vanilla-drop: true
  # 是的话,几率是多少
  vanilla-drop-chance: 10
  # 时间格式
  timeformat:
    d: "天"
    h: "小时"
    m: "分钟"
    s: "秒"
  timezone:
    usetimezone: false
    UTC: +1
  # 是否开启鱼饵粒子效果
  baitparticles: true
  # 是否开启反挂机
  antiafk: true
  # 反挂机提示
  antiafkmsg: "你竟然敢挂机钓鱼,反了你了!"
  # 挂机后的操作
  antiafk-action:
    #summon/cancel/console
    type: summon
    mob: PUFFERFISH
    #if type: console
    #command: "effect give %player% minecraft:poison 10 1"
  # 鱼饵是否可以堆叠
  bait-stack: true
  # 是否开启垂钓市场,以出售玩家钓到的东西
  fishselling: false
  # 市场内商品的价格标注格式
  priceformula: "{price} + {weight}/5 * {raritymod}"

hooks:
  AureliumSkills:
    # 和上面这个插件HOOK,玩家钓鱼后给予其垂钓经验值,下面填写给予经验值的公式算法
    fishingxpformula: "{weight}/5 * {raritymod}"

competition:
  # 是否开启垂钓比赛
  enable: true
  # 比赛最少玩家
  min-players: 3
  # 是否开启actionbar
  actionbar: true
  # actionbar内容
  actionbartext: "&b垂钓比赛 &8|&7 剩余时间: &3%time% &8|&7 当前分数: &3%point% &8|&7 排名: &3%place%"
  WorldGuardHook:
    enable: false
    message: "#bbb5bb比赛将在以下区域进行: #0799c3%regions%"
    regions: []
      #- "fishing"
  # 禁止参加垂钓竞赛的世界
  worldblacklist:
    - "world_nether"
    - "world_the_end"
  # 各个稀有度的鱼加的分
  typepoints:
    common: 1
    uncommon: 2
    rare: 3
    mythical: 5
    legendary: 10
    divine: 20
  # 竞赛间隔时间
  starts_every:
    d: 0
    h: 1
    m: 0
    s: 0
  # 竞赛持续时间
  duration:
    d: 0
    h: 0
    m: 10
    s: 0
  # 竞赛给的奖励
  rewards:
    firstplace:
        command:
          - "effect give %name% minecraft:hero_of_the_village 300 3"
          - "give %name% diamond"
    secondplace:
        command:
          - "effect give %name% minecraft:hero_of_the_village 300 2"
    thirdplace:
        command:
          - "effect give %name% minecraft:hero_of_the_village 300 1"
    vanilla-drop-on-competition: false

sellmenu:
  title: "垂钓市场"
  sellbtn:
    item: "EMERALD"
    name: "#00c24e出售"
    nameaddition: " | &a%price%&l$"
    lore:
      - "&7点击以出售!"
listmenu:
  mainmenu:
    title: "钓鱼日志"
    statistic:
      material: CONDUIT
      name: "#a8dbe9&l捕捉信息"
      lore:
        - "#a8dbe9总捕捉到的鱼: &7%nf_caughtcount%"
        - "#bbb5bb普通 #a8dbe9稀有度捕捉的鱼: &7%nf_common_caughtcount%"
        - "#6c9394不凡 #a8dbe9稀有度捕捉的鱼: &7%nf_uncommon_caughtcount%"
        - "#2758a6稀有 #a8dbe9稀有度捕捉的鱼: &7%nf_rare_caughtcount%"
        - "#8927a6神秘 #a8dbe9稀有度捕捉的鱼: &7%nf_mythical_caughtcount%"
        - "#ec7504传说 #a8dbe9稀有度捕捉的鱼: &7%nf_legendary_caughtcount%"
        - "#ec0404独特 #a8dbe9稀有度捕捉的鱼: &7%nf_divine_caughtcount%"
    playerstatistic:
      name: "#e4c300&l你的记录"
      lore:
        - "#e4c300最多捕捉重量: &7%nf_maxweight% kg"
        - "#e4c300竞赛胜利次数: &7%nf_competition_wins%"
    catchlist:
      material: MAP
      name: "#bbb5bb捕捉列表"
      lore:
        - "#bbb5bb点击以查看"
    backbtn:
      material: STONE_BUTTON
      name: "&c返回"
    filter:
      allmaterial: NETHER_STAR
      allname: "&3所有"
      commonmaterial: GRAY_DYE
      commonname: "#bbb5bb普通稀有度"
      uncommonmaterial: LIGHT_GRAY_DYE
      uncommonname: "#6c9394不凡稀有度"
      rarematerial: BLUE_DYE
      rarename: "#2758a6稀有稀有度"
      mythicalmaterial: PURPLE_DYE
      mythicalname: "#8927a6神秘稀有度"
      legendarymaterial: ORANGE_DYE
      legendaryname: "#ec7504传说稀有度"
      divinematerial: RED_DYE
      divinename: "#ec0404独特稀有度"
  title: "捕捉列表"
  catch_item:
    name: "%name%"
    lore:
      - "&f‣ #95e8ee重量: &7%minweight%-%maxweight% kg"
      - "&f‣ #95e8ee稀有度: %rarity%"
      - "&f‣ #95e8ee可捕捉的时间: &6%time%"
      - "&f‣ #95e8ee可捕捉的天气: &6%weather%"
      - "&f‣ #95e8ee可捕捉的难度: &6%difficulty%"
      - "&f‣ #95e8ee可捕捉的高度: &6%minY%&7-&6%maxY%"
      - "&f‣ #95e8ee它可以在下列的生物群系中"
      - "  #95e8ee被找到:"
      - "%biomes%"
    translations:
      day: "白天"
      night: "黑夜"
      timenull: "24小时"
      rain: "下雨天"
      sun: "晴天"
      weathernull: "所有天气"
      peaceful: "和平模式"
      easy: "简单模式"
      normal: "普通模式"
      hard: "困难模式"
      difficultynull: "所有难度"
      Yposnull: "无限制"
  nextpagebtn:
    name: "#95e8ee>>"
  prevpagebtn:
    name: "#95e8ee<<"

baitmenu:
  title: "鱼饵商店"
  loreaddition: "count"
  baititem:
    lore:
      - "#bbb5bb价格: #00ff04&l$#00ff04%price%"
      - "#bbb5bb数量: #00ff04%count%"
      - ""
      - "#bbb5bb点击以购买!"
msg:
  sell: "#bbb5bb你成功出售了 #00c2b6%count%#bbb5bb 物品,获得了 #00c24e&l#00c24e%price% 金币"
  sellnotavaible: "#bbb5bb该功能已被关闭!"
  vault: "#bbb5bbVault 没有被找到!"
  reload: "#bbb5bb成功重启了插件!"
  dhperm: "#bbb5bb你没有足够的权限!"
  check-open-water-msg: "#bbb5bb垂钓只能在开放水域才有效,尝试寻找大于 %1r%x%2r%x%3r% 的水域!"
  buybites: "#bbb5bb你刚刚购买了 %name%#bbb5bb ,花费了 #00ff04&l#00ff04%price%#bbb5bb 金币!"
  fullinv: "#bbb5bb你的背包已满!"
  baitwork: "#bbb5bb你使用鱼饵捕捉到了 %name%#bbb5bb!"
  baitnotwork: "#bbb5bb%name%#bbb5bb 逃脱了你的钩子,但是你钓到了另外一条鱼!"
  fishnotfind: "#bbb5bb这里没有鱼,换个地方吧!"
  competitionstarted: "#bbb5bb本次 #0ebac9&n钓鱼竞赛#bbb5bb 已经开始,你有 #0ebac9%time%#bbb5bb 的时间去完成竞赛,得分最高者获胜!"
  competitionend: "#bbb5bb本次 #0ebac9&n钓鱼竞赛#bbb5bb 已经结束!\n
  \n#79d7de▄■▀■▄■▀■▄■▀■▄▄■▀■▄■▀■▄■▀■▄▄■▀■▄■▀■▄\n
  \n                           #bbb5bb结果:
  \n                     #fed500① #f1da64%first_place_name% - %first_place_point%
  \n                     #868582② #b4b3b1%second_place_name% - %second_place_point%
  \n                     #a8601b③ #db7513%third_place_name% - %third_place_point%\n
  \n#79d7de▄■▀■▄■▀■▄■▀■▄▄■▀■▄■▀■▄■▀■▄▄■▀■▄■▀■▄"
  competitionnotstarted: "#bbb5bb本次 #0ebac9&n聊天竞赛#bbb5bb 尚未开始!"
  helpcmd:
    - ""
    - "#95e8ee&lNoOneFishing 帮助"
    - "&f‣ &3nfsell &b-#bbb5bb here you can sell your catch :3"
    - "&f‣ &3nfbuy &b-#bbb5bb here you can buy baites"
    - "&f‣ &3nfreload &b-#bbb5bb reloads the plugin configuration (only admin command)"
    - "&f‣ &3nfdiary &b-#bbb5bb shows the entire list of available catch"
    - "&f‣ &3nfcompetition &b-#bbb5bb shows information about the current competition"
    - "&f‣ &3nfcompetition start <days> <hours> <minutes> <seconds> &b-#bbb5bb starts the competition"
    - "&f‣ &3nfswitch &b-#bbb5bb switches the drop mode from fishing between vanilla and custom"
    - ""
  competitioncmd:
    - ""
    - "#95e8ee&l垂钓竞赛 &7| #95e8ee剩余时间: %time%"
    - "#fed500① #f1da64%first_place_name% - %first_place_point%"
    - "#868582② #b4b3b1%second_place_name% - %second_place_point%"
    - "#a8601b③ #db7513%third_place_name% - %third_place_point%"
    - ""
    - "#d2d2d1你的排名: #95e8ee%place%"
    - "#d2d2d1你的分数: #95e8ee%point%"
    - ""
  emptyplace: "#d2d2d1空 :3"
  competitionalreadystarted: "#bbb5bb钓鱼竞赛已经开始!"
  competitioncommandbadusage: "#bbb5bb你输入的指令有误 (例子: /nfcompetition start 0 0 10 0)"
  swithctovanila: "#bbb5bb你已将垂钓获利品机制修改为 &a原版"
  swithctocustom: "#bbb5bb你已将垂钓获利品机制修改为 &d新版"

rarity: #稀有度代表的文字
  common: "#bbb5bb普通"
  uncommon: "#6c9394不凡"
  rare: "#2758a6稀有"
  mythical: "#8927a6神秘"
  legendary: "#ec7504传说"
  divine: "#ec0404独特"
raritymod: #稀有度代表的值
  common: 1.0
  uncommon: 1.1
  rare: 1.2
  mythical: 1.5
  legendary: 2.0
  divine: 2.5
chance: #每种稀有度钓到的概率
  common: 40
  uncommon: 25
  rare: 20
  mythical: 10
  legendary: 4
  divine: 1


下载
自行到原帖进行。


来自群组: Complex Studio
2021.12 数据,可能有更多内容



» 自定义鱼


- 自定义鱼对应的物品
- 自定义鱼的名称
- 自定义鱼重量的生成范围
- 自定义鱼所在的生物群系
- 自定义鱼给玩家带来的效果
- 自定义鱼捕捉条件(如难度、天气、Y轴等)
- 默认自带了 30+ 自定义鱼
- 不仅仅是鱼,还可以设置其他能够垂钓到的物品~


示例鱼配置文件:
# 鱼的ID
ANGLERFISH:
# 鱼对应的物品
material: PLAYER_HEAD
# 如果的头颅,在下面写皮肤
texture: &quot;null&quot;
# 鱼的名称
name: &quot;#6a6868Anglerfish&quot;
# 鱼的Lore
lore:
    - &quot;#6a6868Weight: &amp;7%weight% kg&quot;
    - &quot;#6a6868Rarity: %rarity%&quot;
    - &quot;#6a6868Catch time: &amp;7%catch_time%&quot;
    - &quot;#6a6868Catcher: &amp;7%catcher_name%&quot;
# 鱼的最小重量
minimal-weight: 100
# 鱼的最大重量
maximum-weight: 150
# 鱼的回收价格
price: 100
# 自定义ModelDate
CustomModelData: 1
# 自定义生物群系
biome:
    - &quot;ALL&quot;
# 自定义交互给予的指令
interactivecmd:
    - &quot;effect give %player% regeneration 5 5&quot;
# 稀有度
rarity: legendary
# 是否发光
glow: true
# 是否给予附魔光环
shiny: false
# 是否隐藏附魔
hideenchants: false
# 是否检查难度,并指定难度(也就是世界的难度)
checkDifficulty:
    enabled: true
    difficulty: easy
# 是否检查时间
checkTime:
    enabled: true
    time: day #或者是 night,也就是晚上
# 是否检查天气
checkWeather:
    enabled: true
    weather: rain #或者是 sun,也就是晴天
   # 是否检查Y轴
checkYpos:
    enabled: true
    # 最少Y轴
    minY: 10
    # 最大Y轴
    maxY: 50
# 自定义竞赛分数
CustomCompetitionPoint:
    enabled: true
    point: 15
# 是否将这种鱼在钓鱼日志中隐藏
FishDiaryHide: false


插件自动生成的鱼配置文件汉化:



» 自定义稀有度
- 稀有度会影响该鱼(物品)能被钓到的几率
- 稀有度会影响相关花费


» 垂钓市场
- 把你钓到的东西都卖出去吧



» 自定义鱼饵
- 自定义鱼饵对应的鱼的稀有度
- 自定义鱼饵对应的物品ID
- 自定义鱼饵名称
- 自定义鱼饵Lore
- 自定义鱼饵效果
- 自定义鱼饵价格


插件自动生成的鱼饵配置文件汉化:




» 钓鱼竞赛


- 兼容 WorldGuard
- 设置竞赛积分规则
- 设置竞赛奖励
- 自定义竞赛时间间隔等



» 钓鱼日志


详细介绍你的钓鱼信息,不再累述,看图就行。



» 其他
反挂机

找鱼器
插件生成的默认汉化:



» 指令列表
/nfreload - 重启插件 | 权限 - nf.reload
/nfsell - 打开垂钓市场 | 权限 - nf.sell
/nfbuy - 打开鱼饵商店 | 权限 - nf.buy
/nfhelp - 查看插件帮助 | 权限 - nf.help
/nfdiary - 查看钓鱼日志 | 权限 - nf.diary
/nfcompetition - 查看当前的钓鱼竞赛 | 权限 - nf.competition
/nfcompetition start &lt;天&gt; &lt;小时&gt; &lt;分钟&gt; &lt;秒&gt; - 开始一轮钓鱼竞赛 | 权限 - nf.competitionstart
/nfswitch - 开启或者关闭自定义钓鱼规则 | 权限 - nf.switch


» 配置文件
# 插件消息前缀
prefix: &quot;&amp;f &amp;8► &amp;f&quot;


settings:
# 玩家垂钓是否必须在开放水域才有效
check-open-water: true
# 是否使用自定义开放水域检测
use-custom-check-open-water: false
# 水池XYZ各超过多少值才算作是开放水域
custom-check-open-water:
    Xradius: 1
    Yradius: 1
    Zradius: 1
check-ow-message: true
# 是否保留原版垂钓获利品
vanilla-drop: true
# 是的话,几率是多少
vanilla-drop-chance: 10
# 时间格式
timeformat:
    d: &quot;天&quot;
    h: &quot;小时&quot;
    m: &quot;分钟&quot;
    s: &quot;秒&quot;
timezone:
    usetimezone: false
    UTC: +1
# 是否开启鱼饵粒子效果
baitparticles: true
# 是否开启反挂机
antiafk: true
# 反挂机提示
antiafkmsg: &quot;你竟然敢挂机钓鱼,反了你了!&quot;
# 挂机后的操作
antiafk-action:
    #summon/cancel/console
    type: summon
    mob: PUFFERFISH
    #if type: console
    #command: &quot;effect give %player% minecraft:poison 10 1&quot;
# 鱼饵是否可以堆叠
bait-stack: true
# 是否开启垂钓市场,以出售玩家钓到的东西
fishselling: false
# 市场内商品的价格标注格式
priceformula: &quot;{price} + {weight}/5 * {raritymod}&quot;


hooks:
AureliumSkills:
    # 和上面这个插件HOOK,玩家钓鱼后给予其垂钓经验值,下面填写给予经验值的公式算法
    fishingxpformula: &quot;{weight}/5 * {raritymod}&quot;


competition:
# 是否开启垂钓比赛
enable: true
# 比赛最少玩家
min-players: 3
# 是否开启actionbar
actionbar: true
# actionbar内容
actionbartext: &quot;&amp;b垂钓比赛 &amp;8|&amp;7 剩余时间: &amp;3%time% &amp;8|&amp;7 当前分数: &amp;3%point% &amp;8|&amp;7 排名: &amp;3%place%&quot;
WorldGuardHook:
    enable: false
    message: &quot;#bbb5bb比赛将在以下区域进行: #0799c3%regions%&quot;
    regions: []
   #- &quot;fishing&quot;
# 禁止参加垂钓竞赛的世界
worldblacklist:
    - &quot;world_nether&quot;
    - &quot;world_the_end&quot;
# 各个稀有度的鱼加的分
typepoints:
    common: 1
    uncommon: 2
    rare: 3
    mythical: 5
    legendary: 10
    divine: 20
# 竞赛间隔时间
starts_every:
    d: 0
    h: 1
    m: 0
    s: 0
# 竞赛持续时间
duration:
    d: 0
    h: 0
    m: 10
    s: 0
# 竞赛给的奖励
rewards:
    firstplace:
  command:
    - &quot;effect give %name% minecraft:hero_of_the_village 300 3&quot;
    - &quot;give %name% diamond&quot;
    secondplace:
  command:
    - &quot;effect give %name% minecraft:hero_of_the_village 300 2&quot;
    thirdplace:
  command:
    - &quot;effect give %name% minecraft:hero_of_the_village 300 1&quot;
    vanilla-drop-on-competition: false


sellmenu:
title: &quot;垂钓市场&quot;
sellbtn:
    item: &quot;EMERALD&quot;
    name: &quot;#00c24e出售&quot;
    nameaddition: &quot; | &amp;a%price%&amp;l$&quot;
    lore:
   - &quot;&amp;7点击以出售!&quot;
listmenu:
mainmenu:
    title: &quot;钓鱼日志&quot;
    statistic:
   material: CONDUIT
   name: &quot;#a8dbe9&amp;l捕捉信息&quot;
   lore:
  - &quot;#a8dbe9总捕捉到的鱼: &amp;7%nf_caughtcount%&quot;
  - &quot;#bbb5bb普通 #a8dbe9稀有度捕捉的鱼: &amp;7%nf_common_caughtcount%&quot;
  - &quot;#6c9394不凡 #a8dbe9稀有度捕捉的鱼: &amp;7%nf_uncommon_caughtcount%&quot;
  - &quot;#2758a6稀有 #a8dbe9稀有度捕捉的鱼: &amp;7%nf_rare_caughtcount%&quot;
  - &quot;#8927a6神秘 #a8dbe9稀有度捕捉的鱼: &amp;7%nf_mythical_caughtcount%&quot;
  - &quot;#ec7504传说 #a8dbe9稀有度捕捉的鱼: &amp;7%nf_legendary_caughtcount%&quot;
  - &quot;#ec0404独特 #a8dbe9稀有度捕捉的鱼: &amp;7%nf_divine_caughtcount%&quot;
    playerstatistic:
   name: &quot;#e4c300&amp;l你的记录&quot;
   lore:
  - &quot;#e4c300最多捕捉重量: &amp;7%nf_maxweight% kg&quot;
  - &quot;#e4c300竞赛胜利次数: &amp;7%nf_competition_wins%&quot;
    catchlist:
   material: MAP
   name: &quot;#bbb5bb捕捉列表&quot;
   lore:
  - &quot;#bbb5bb点击以查看&quot;
    backbtn:
   material: STONE_BUTTON
   name: &quot;&amp;c返回&quot;
    filter:
   allmaterial: NETHER_STAR
   allname: &quot;&amp;3所有&quot;
   commonmaterial: GRAY_DYE
   commonname: &quot;#bbb5bb普通稀有度&quot;
   uncommonmaterial: LIGHT_GRAY_DYE
   uncommonname: &quot;#6c9394不凡稀有度&quot;
   rarematerial: BLUE_DYE
   rarename: &quot;#2758a6稀有稀有度&quot;
   mythicalmaterial: PURPLE_DYE
   mythicalname: &quot;#8927a6神秘稀有度&quot;
   legendarymaterial: ORANGE_DYE
   legendaryname: &quot;#ec7504传说稀有度&quot;
   divinematerial: RED_DYE
   divinename: &quot;#ec0404独特稀有度&quot;
title: &quot;捕捉列表&quot;
catch_item:
    name: &quot;%name%&quot;
    lore:
   - &quot;&amp;f‣ #95e8ee重量: &amp;7%minweight%-%maxweight% kg&quot;
   - &quot;&amp;f‣ #95e8ee稀有度: %rarity%&quot;
   - &quot;&amp;f‣ #95e8ee可捕捉的时间: &amp;6%time%&quot;
   - &quot;&amp;f‣ #95e8ee可捕捉的天气: &amp;6%weather%&quot;
   - &quot;&amp;f‣ #95e8ee可捕捉的难度: &amp;6%difficulty%&quot;
   - &quot;&amp;f‣ #95e8ee可捕捉的高度: &amp;6%minY%&amp;7-&amp;6%maxY%&quot;
   - &quot;&amp;f‣ #95e8ee它可以在下列的生物群系中&quot;
   - &quot;#95e8ee被找到:&quot;
   - &quot;%biomes%&quot;
    translations:
   day: &quot;白天&quot;
   night: &quot;黑夜&quot;
   timenull: &quot;24小时&quot;
   rain: &quot;下雨天&quot;
   sun: &quot;晴天&quot;
   weathernull: &quot;所有天气&quot;
   peaceful: &quot;和平模式&quot;
   easy: &quot;简单模式&quot;
   normal: &quot;普通模式&quot;
   hard: &quot;困难模式&quot;
   difficultynull: &quot;所有难度&quot;
   Yposnull: &quot;无限制&quot;
nextpagebtn:
    name: &quot;#95e8ee&gt;&gt;&quot;
prevpagebtn:
    name: &quot;#95e8ee&lt;&lt;&quot;


baitmenu:
title: &quot;鱼饵商店&quot;
loreaddition: &quot;count&quot;
baititem:
    lore:
   - &quot;#bbb5bb价格: #00ff04&amp;l$#00ff04%price%&quot;
   - &quot;#bbb5bb数量: #00ff04%count%&quot;
   - &quot;&quot;
   - &quot;#bbb5bb点击以购买!&quot;
msg:
sell: &quot;#bbb5bb你成功出售了 #00c2b6%count%#bbb5bb 物品,获得了 #00c24e&amp;l#00c24e%price% 金币&quot;
sellnotavaible: &quot;#bbb5bb该功能已被关闭!&quot;
vault: &quot;#bbb5bbVault 没有被找到!&quot;
reload: &quot;#bbb5bb成功重启了插件!&quot;
dhperm: &quot;#bbb5bb你没有足够的权限!&quot;
check-open-water-msg: &quot;#bbb5bb垂钓只能在开放水域才有效,尝试寻找大于 %1r%x%2r%x%3r% 的水域!&quot;
buybites: &quot;#bbb5bb你刚刚购买了 %name%#bbb5bb ,花费了 #00ff04&amp;l#00ff04%price%#bbb5bb 金币!&quot;
fullinv: &quot;#bbb5bb你的背包已满!&quot;
baitwork: &quot;#bbb5bb你使用鱼饵捕捉到了 %name%#bbb5bb!&quot;
baitnotwork: &quot;#bbb5bb%name%#bbb5bb 逃脱了你的钩子,但是你钓到了另外一条鱼!&quot;
fishnotfind: &quot;#bbb5bb这里没有鱼,换个地方吧!&quot;
competitionstarted: &quot;#bbb5bb本次 #0ebac9&amp;n钓鱼竞赛#bbb5bb 已经开始,你有 #0ebac9%time%#bbb5bb 的时间去完成竞赛,得分最高者获胜!&quot;
competitionend: &quot;#bbb5bb本次 #0ebac9&amp;n钓鱼竞赛#bbb5bb 已经结束!\n
\n#79d7de▄■▀■▄■▀■▄■▀■▄▄■▀■▄■▀■▄■▀■▄▄■▀■▄■▀■▄\n
\n   #bbb5bb结果:
\n   #fed500① #f1da64%first_place_name% - %first_place_point%
\n   #868582② #b4b3b1%second_place_name% - %second_place_point%
\n   #a8601b③ #db7513%third_place_name% - %third_place_point%\n
\n#79d7de▄■▀■▄■▀■▄■▀■▄▄■▀■▄■▀■▄■▀■▄▄■▀■▄■▀■▄&quot;
competitionnotstarted: &quot;#bbb5bb本次 #0ebac9&amp;n聊天竞赛#bbb5bb 尚未开始!&quot;
helpcmd:
    - &quot;&quot;
    - &quot;#95e8ee&amp;lNoOneFishing 帮助&quot;
    - &quot;&amp;f‣ &amp;3nfsell &amp;b-#bbb5bb here you can sell your catch :3&quot;
    - &quot;&amp;f‣ &amp;3nfbuy &amp;b-#bbb5bb here you can buy baites&quot;
    - &quot;&amp;f‣ &amp;3nfreload &amp;b-#bbb5bb reloads the plugin configuration (only admin command)&quot;
    - &quot;&amp;f‣ &amp;3nfdiary &amp;b-#bbb5bb shows the entire list of available catch&quot;
    - &quot;&amp;f‣ &amp;3nfcompetition &amp;b-#bbb5bb shows information about the current competition&quot;
    - &quot;&amp;f‣ &amp;3nfcompetition start &lt;days&gt; &lt;hours&gt; &lt;minutes&gt; &lt;seconds&gt; &amp;b-#bbb5bb starts the competition&quot;
    - &quot;&amp;f‣ &amp;3nfswitch &amp;b-#bbb5bb switches the drop mode from fishing between vanilla and custom&quot;
    - &quot;&quot;
competitioncmd:
    - &quot;&quot;
    - &quot;#95e8ee&amp;l垂钓竞赛 &amp;7| #95e8ee剩余时间: %time%&quot;
    - &quot;#fed500① #f1da64%first_place_name% - %first_place_point%&quot;
    - &quot;#868582② #b4b3b1%second_place_name% - %second_place_point%&quot;
    - &quot;#a8601b③ #db7513%third_place_name% - %third_place_point%&quot;
    - &quot;&quot;
    - &quot;#d2d2d1你的排名: #95e8ee%place%&quot;
    - &quot;#d2d2d1你的分数: #95e8ee%point%&quot;
    - &quot;&quot;
emptyplace: &quot;#d2d2d1空 :3&quot;
competitionalreadystarted: &quot;#bbb5bb钓鱼竞赛已经开始!&quot;
competitioncommandbadusage: &quot;#bbb5bb你输入的指令有误 (例子: /nfcompetition start 0 0 10 0)&quot;
swithctovanila: &quot;#bbb5bb你已将垂钓获利品机制修改为 &amp;a原版&quot;
swithctocustom: &quot;#bbb5bb你已将垂钓获利品机制修改为 &amp;d新版&quot;


rarity: #稀有度代表的文字
common: &quot;#bbb5bb普通&quot;
uncommon: &quot;#6c9394不凡&quot;
rare: &quot;#2758a6稀有&quot;
mythical: &quot;#8927a6神秘&quot;
legendary: &quot;#ec7504传说&quot;
divine: &quot;#ec0404独特&quot;
raritymod: #稀有度代表的值
common: 1.0
uncommon: 1.1
rare: 1.2
mythical: 1.5
legendary: 2.0
divine: 2.5
chance: #每种稀有度钓到的概率
common: 40
uncommon: 25
rare: 20
mythical: 10
legendary: 4
divine: 1


下载自行到原帖进行。




千年老妖呀
太可了,这个插件

神世创造
真low的东西

pXiaoD
本帖最后由 pXiaoD 于 2021-8-23 20:32 编辑

你以为这就完了?下面介绍本插件的附属(

NoOneRods —— 配套鱼竿
可自定义鱼竿名称
可自定义鱼竿增益
可自定义鱼竿级别
可自定义鱼竿合成配方
可自定义鱼竿购买价格
可自定义鱼竿获得方式 —— 遗迹获得、打怪掉落、合成、商店购买等

bonus.yml
COMPETITIONBOOST:
  lore:
    - "#6be6ed▸ #6daeee提高你在垂钓竞赛中获得的分数,"
    - "  #6daeee提高的百分比为 #298ef1%procent%#6daeee%"
WEIGHTBOOST:
  lore:
    - "#6be6ed▸ #6daeee提高你在垂钓时钓到的鱼的重量,"
    - "  #6daeee提高的百分比为 #298ef1%procent%#6daeee%"
# 作废(
PRICEBOOST:
  lore:
    - "#6be6ed▸ #6daeee提高你在垂钓商店回收鱼获得的金币,"
    - "  #6daeee提高的百分比为 #298ef1%procent%#6daeee%"
DOUBLEDROP:
  lore:
    - "#6be6ed▸ #6daeee有几率双倍获得奖励,百分比为 #298ef1%procent%#6daeee%"
ENCHANTMENTLEVELBOOST:
  lore:
    - "#6be6ed▸ #6daeee有几率提高钓到物品的附魔等级,"
    - "  #6daeee百分比为 #298ef1%procent%#6daeee%"
XPBOOST:
  lore:
    - "#6be6ed▸ #6daeee提高垂钓时获得的经验数量,"
    - "  #6daeee增长的经验百分比为 #298ef1%procent%#6daeee%"
MAGNETIC:
  lore:
    - "#6be6ed▸ #6daeee你可以有几率钓到更加稀有的物品,"
    - "  #6daeee百分比为 #298ef1%procent%#6daeee%"
  drops:
    - "EMERALD"
    - "DIAMOND"
    - "IRON_INGOT"
    - "GOLD_INGOT"
    - "QUARTZ"
SPEEDBOOST:
  lore:
    - "#6be6ed▸  #6daeee增加钓鱼速度 #298ef1%procent%#6daeee%"

config.yml
# 插件前缀
prefix: "&f &8► &f"

settings:
  # 是否开启鱼竿商店
  fishingrodshop:
    enable: true

# 鱼竿的级别
rods-tiers:
  begginer: "#00f0f6菜鸟级"
  semi-professional: "#0079f6准大师级"
  professional: "#a100f6大师级"
  god: "#f69000上帝级"

# 各种消息提示
msg:
  badusagegivecommand: "#bac3c3你输入指令格式有误,这是一个正确的例子: #94d1d1/nrgive <玩家名称> <鱼竿名称>"
  playerdoesnotexist: "#bac3c3玩家 #94d1d1%input%#bac3c3 不存在!"
  roddoesnotexist: "#bac3c3钓鱼竿 '#94d1d1%input%#bac3c3' 不存在"
  reload: "#bbb5bb已成功重启插件!"
  fishingrodshopdisable: "#bbb5bb鱼竿商店目前不可用"
  successbuy: "#bbb5bb你刚刚购买了 %name%#bbb5bb ,花费了 &a%price%&l#bbb5bb 级别!"
  unsuccessbuy: "#bbb5bb你没有足够的 &a%price%&l$ 金币来购买 %name%#bbb5bb!"
  helpcmd:
    - ""
    - "#95e8ee&lNoOneRods 帮助"
    - "&f‣ &3nrgive <nickname> <rod name> &b-#bbb5bb gives you a fishing rod"
    - "&f‣ &3nrrecipe &b-#bbb5bb here you can see the recipes of fishing rods"
    - "&f‣ &3nrshop &b-#bbb5bb here you can buy the fishing rods"
    - "&f‣ &3nrreload &b-#bbb5bb reloads the plugin configuration (only admin command)"
    - "&f‣ &3nrreload regeneratedefaultrods &b-#bbb5bb regenerates standard fishing rod configs (only admin command)"
    - ""

menus:
  recipemenu:
    title: "&8钓鱼竿配方菜单"
    recipetitle: "%rod_name% &8recipe"
    buttons:
      nextpage:
        material: ARROW
        name: "#77c3db下一页 &b>>"
        lore:
          - "#a3d6e6切换到下一页页面"
      prevpage:
        material: ARROW
        name: "&b<< #77c3db上一页"
        lore:
          - "#a3d6e6切换到上一页页面"
  sellmenu:
    title: "&8钓鱼竿商店"
    additional_lore:
      - ""
      - "#afafaf价格: &a%price%&l$"
      - "&6点击以 #afafaf购买"
    buttons:
      nextpage:
        material: ARROW
        name: "#77c3db下一页 &b>>"
        lore:
          - "#a3d6e6切换到下一页页面"
      prevpage:
        material: ARROW
        name: "&b<< #77c3db上一页"
        lore:
          - "#a3d6e6切换到上一页页面"


鱼竿配置文件汉化打包:
rods.rar (6.35 KB, 下载次数: 126)



名副其实
找鱼器 实际上翻译成 寻鱼器 会更有味道一点
加油!继续搬运吧

cyxzbd
这个插件占用会有点大嘛

woll哒
会和mcmmo冲突吗?

woll哒
前几天刚spigotmc收藏,但是一直纠结是否和mcmmo冲突就一直没用

奥力給
好可怕的插件,这插件居然还是免费的太良心了!

Mr.阿冬
补充一下,如果java不到16,无法掉出特有的鱼以及竞赛无法使用,等于没有用

古小枫
问一下出售鱼的价格在哪里修改

woll哒
这插件我用崩服,而且我汉化装不上去,卸载了

454564啊
支持itemsadder里的鱼吗

夏至锐
1.17.1paper实测mythical和 legendary类会导致服务器崩溃,各位腐竹记得在配置把这俩概率改成0!!!望作者大大看到早日修复!(或者楼主转告也行)

小岳唷
这个版主是真的有爱心,汉化文件不收1分钱,真的很感谢!!!

岁月静好、
刚刚测试了下不凡鱼饵和传说鱼饵不起作用!!!!!

DSXF
太可怕了

ice心之向所
可惜了 我的是1.12.2 很好的插件没法用

vpiaov
感谢分享

岁月静好、
还有就是bug掉到头颅的鱼不会出现,背包里不会有。

转子拖拉机
非常有爱心的插件

转子拖拉机
非常有爱心的插件

zlx-Eng
钓出来的铁锭无法出售

9号房子
感谢分享

littledaidai
感谢楼主分享,已收下

YinDang
看起来很有趣的样子

Akihi丶溪汐
essentials.tp

mcliren
钓鱼插件不错

hfkasf
6666666666666666666666666

Play360
钓鱼插件很棒

水逆行星
感觉可以,原版基础上加入了其他玩法!!!

对外大海
不错不错拿走了这个插件

heihei233
这个插件占用会有点大嘛

JJ66
感谢大佬的分享,玩了这个插件运气就没好过。

King_xiao_hai
怎么卸下鱼竿上的钓饵

shen_da
这个插件给钓鱼整活了,养老服需要这个

baiyiming
MCBBS有你更精彩~

:MOAN:
很不错的插件

lingtom
这个钓鱼厉害了

q3135579242
养老钓鱼插件很棒

汪汪队little
感觉可以用在一些钓鱼小游戏里面,很好~

xiaoxiaoyuqi

好家伙在钓鱼插件下面钓鱼真有你的

九幽dada

太可了,这个插件

一颗丁子
有望超过even more fish)

742859034
666666666666

hyflp123
能不能设置只能在某个世界启用?

墓地里的猫
感谢楼主分享

成长中的皮皮
不错的插件

Raikou小梦
果断装进服务器 感谢有你

Kiananana
好有趣的插件。。。但我的服务器只有两三个人。。。

第一页 上一页 下一页 最后一页