[ECO系列]EcoBits ⭕ 创建自定义货币 ✅ 提高您的货币化✨能力 支持商店,MySQL

高级插件 [ECO系列]EcoBits ⭕ 创建自定义货币 ✅ 提高您的货币化✨能力 支持商店,MySQL 2026.34

⭕ 创建自定义货币 ✅ 提高您的货币化✨能力 支持商店,MySQL
refactor: move eco-api-version to gradle.properties (#44)
EcoHub: Bump version to 2026.34.
feat: gain currency trigger event support [EcoHub-30] (#43)
EcoHub: Bump version to 2026.33.
feat: add lang.yml messages for give/take commands and per-currency prefixes (#40)

* fix: give/take commands not sending currency change messages

Removes the previous vault-messages/balance-messages notify system
from #38, which never fired for /ecobits give/take/givesilent/takesilent
even when enabled — that's exactly how reward plugins (crates,
DeluxeMenus, ChatGames) award currency, so players never saw feedback.

Replaces it with dedicated received-currency/lost-currency lang.yml
keys sent directly to the affected player from give/take and their
silent variants, and fixes took-currency, which was referenced by
CommandTake but never defined.

Also adds a withCurrencyPlaceholders() helper to collapse the repeated
%amount%/%amount_short%/%amount_formatted%/.../%symbol% replace chains
duplicated across the currency commands.

* fix: keep givesilent/takesilent fully silent

Silent variants shouldn't message the recipient either — only give/take
(non-silent) send the received-currency/lost-currency feedback now.

* feat: per-currency chat prefixes

Adds an optional prefix: field to each currency in config.yml, used
instead of the plugin's global lang.yml prefix for that currency's
messages (give/take/pay/set/reset/balance/get). Falls back to the
global prefix when blank/unset.

Fixes the %currency% workaround some users tried in lang.yml's global
prefix: it never gets replaced there (the built-in prefix has no
currency context) and /ecobits reload showed it literally.

* refactor: inline messagePrefix into getCurrencyMessage

Only used in one place, per review feedback.
EcoHub: Bump version to 2026.31.
EcoHub: Bump version to 2026.30.
feat: add took/received currency lang.yml messages (#38)
EcoHub: Bump version to 2026.29.
feat: EcoCache (#29) Co-authored-by: Exanthiax
顶部