Список изменений
1.7.4
add:
Added PlayerPoints sell economy support and per-fish split rewards; old
valuerewards followeconomy.primary, old fish value records are upgraded automatically, and newsell-valuecan 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. Added Rod Shop GUI for purchasing fishing rods with coins or points, similar to the hook material GUI.
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. Fixed fish no longer appearing after a failed minigame catch. Fixed bite hint expiration not cleaning up the fishing session, causing zombie sessions. Fixed stale ArmorStand entity references blocking new fishing attempts. Fixed economy system showing "not enabled" when PlayerPoints is configured. Fixed all hardcoded Chinese default strings to use English for i18n consistency. Added missing message keys to en_us and zh_cn language files.

