Перейти к содержимому
Mineforgian

kkfish

The new generation fish plugin,like Stardew Valley Fishing

Загрузки
411
Подписчики
7
Обновлён
10 июля 2026 г.
Лицензия
MIT

Опубликован 25 сентября 2025 г.

Исходный код

中国用户请前往MINEBBS:https://www.minebbs.com/resources/kkfish.15002/ kkfish

A powerful new generation fishing plugin

Promotional Video:

https://youtu.be/YvAV9DjxJLk

Resource Pack Preview:

12

(Get in Discord)

✨ Core Customization Features ✨ ​

Full Fishing Rod Customization: Customize all attributes of fishing rods as needed, with no quantity limits.

Full Fish Customization: Adjust all parameters of fish according to your preferences, with no quantity limits.

Full Bait Customization: Design personalized baits freely, with no quantity limits. Full Competition Customization: Create various fishing competitions independently, with no quantity limits.

Language Customization: Select and set the language version you require.

Full Fishing Hook Customization: Modify the attributes of fishing hooks, with no quantity limits.

Intelligent Pricing Function: Support automatic pricing (for selling) based on the size and quality of fish.

Advanced Statistics: Track detailed fishing statistics and player records.

Visual Effects: Customizable particle effects and animations for enhanced fishing experience.

Performance Optimized: Efficient code structure with minimal server impact.

Regular Updates: Continuous feature expansions and improvements.

Compatible Plugins

▸ AuraSkills ◂

▸ RealisticSeasons ◂

▸ Vault API ◂

▸ PlayerPoints ◂

▸ ItemsAdder ◂

▸ Oraxen ◂

Support Channels discord: https://discord.com/invite/T8MmUpNZk3 QQ Group: 1050117621

If you like the plugin, please leave your positive review! This is your support for me, thank you! ​

Thank you for using kkfish! ​

Download Counts: ✔ 10 ✔ 30 ✔ 50 ✔ 100 ✔ 200 ✔ 500 ✔ 1000

Ченджлог

1.7.4Бета26.1.1, 26.1.2, 26.2 · 10 июля 2026 г.

1.7.4 BETA

add:

Added PlayerPoints sell economy support and per-fish split rewards; old value rewards follow economy.primary, old fish value records are upgraded automatically, and new sell-value can pay Vault coins and PlayerPoints points separately or together:

# config.yml
economy:
  primary: vault        # old value rewards go to Vault first; use playerpoints to prefer points
  fallback: true        # if the primary economy is unavailable, try the other one

# fish.yml
fish:
  old_fish:
    value: 100          # old syntax, still supported

  split_fish:
    sell-value:         # new syntax
      vault: 100        # Vault coins
      playerpoints: 10  # PlayerPoints points

Added custom item compatibility and syntax for ItemsAdder, Oraxen/OXN, Nexo, and CraftEngine/CE across fish, rods, baits, hooks, GUI displays, item rewards, and ItemsAdder font images:

# ItemsAdder: custom item + font image
# Other plugins: use their own material prefixes in the same fields
fish:
  ia_fish:
    material: "ia:fish_pack:blue_fish"
    display-name: ":fish_pack:blue_icon: &bBlue Fish"
    item-value:
      - "ia:fish_pack:coin:1"

  oraxen_fish:
    material: "ox:blue_fish"
  nexo_fish:
    material: "nx:blue_fish"
  craftengine_fish:
    material: "ce:blue_fish"

Added off-hand fishing rod detection and casting support. Updated sell reward messages and refund handling for coins, points, mixed rewards, and item rewards. Updated default config examples and economy tests for the new sell reward behavior.

fix:

Fixed sell commands and sell GUI availability when only PlayerPoints is installed. Fixed custom item reward parsing when item IDs contain :. Fixed off-hand fishing rod interaction causing vanilla fishing to run.

1.7.4Бета26.1.1, 26.1.2, 26.2 · 10 июля 2026 г.

1.7.4 BETA

add:

Added PlayerPoints sell economy support and per-fish split rewards; old value rewards follow economy.primary, old fish value records are upgraded automatically, and new sell-value can pay Vault coins and PlayerPoints points separately or together:

# config.yml
economy:
  primary: vault        # old value rewards go to Vault first; use playerpoints to prefer points
  fallback: true        # if the primary economy is unavailable, try the other one

# fish.yml
fish:
  old_fish:
    value: 100          # old syntax, still supported

  split_fish:
    sell-value:         # new syntax
      vault: 100        # Vault coins
      playerpoints: 10  # PlayerPoints points

Added custom item compatibility and syntax for ItemsAdder, Oraxen/OXN, Nexo, and CraftEngine/CE across fish, rods, baits, hooks, GUI displays, item rewards, and ItemsAdder font images:

# ItemsAdder: custom item + font image
# Other plugins: use their own material prefixes in the same fields
fish:
  ia_fish:
    material: "ia:fish_pack:blue_fish"
    display-name: ":fish_pack:blue_icon: &bBlue Fish"
    item-value:
      - "ia:fish_pack:coin:1"

  oraxen_fish:
    material: "ox:blue_fish"
  nexo_fish:
    material: "nx:blue_fish"
  craftengine_fish:
    material: "ce:blue_fish"

Added off-hand fishing rod detection and casting support. Updated sell reward messages and refund handling for coins, points, mixed rewards, and item rewards. Updated default config examples and economy tests for the new sell reward behavior.

fix:

Fixed sell commands and sell GUI availability when only PlayerPoints is installed. Fixed custom item reward parsing when item IDs contain :. Fixed off-hand fishing rod interaction causing vanilla fishing to run.

1.7.3Релиз26.1.1, 26.1.2, 26.2 · 9 июля 2026 г.

1.7.3

Fix:

Fixed some fishing charge prompts still showing Chinese after switching the plugin language to English bug Fixed players using the default language not following the plugin language setting bug

1.7.3Релиз26.1.1, 26.1.2, 26.2 · 9 июля 2026 г.

1.7.3

Fix:

Fixed some fishing charge prompts still showing Chinese after switching the plugin language to English bug Fixed players using the default language not following the plugin language setting bug

1.7.2Релиз26.1.1, 26.1.2, 26.2 · 5 июля 2026 г.

1.7.2

Fix:

Fixed dead entity passed to cleanup when fishing session ends bug Fixed server crash on database connection failure bug Fixed background timer not stopping after plugin disable bug Fixed lava and void bite delay miscalculation bug Fixed players without permission still being able to fish bug Fixed crash when saving hook material and database is down bug

Improve:

Cached hook config queries Pre-generated GUI item templates for hook material and fish dex menus

1.7.2Релиз26.1.1, 26.1.2, 26.2 · 5 июля 2026 г.

1.7.2

Fix:

Fixed dead entity passed to cleanup when fishing session ends bug Fixed server crash on database connection failure bug Fixed background timer not stopping after plugin disable bug Fixed lava and void bite delay miscalculation bug Fixed players without permission still being able to fish bug Fixed crash when saving hook material and database is down bug

Improve:

Cached hook config queries Pre-generated GUI item templates for hook material and fish dex menus

1.7.1Релиз26.1.1, 26.1.2, 26.2 · 18 июня 2026 г.

Updated the xseries dependency version

1.7.1Релиз26.1.1, 26.1.2, 26.2 · 18 июня 2026 г.

Updated the xseries dependency version

Комментарии

Загружаем…