/
config.yml (v1.6) and the Java logic to support a more flexible messaging system.%remaining% Placeholder: Players can now see exactly how much more they can earn today directly in the limit alert message.config.yml in your resources.economy.commands, economy.balance-placeholder, buy-settings, and sell-settings.config-version to 1.3 to ensure proper migration.ConsoleCapture system to intercept command output for balance checking.economy section to config.yml for defining commands, regex patterns, and transaction settings.Recursive call to appender errors in ConsoleCapture by implementing a ThreadLocal guard.336.0) by stripping ANSI color codes from console output before parsing.Shopkeepers API dependency to v2.25.0.2.25.0-260211./shopkeepersaddon reload commandeconomy:
# Price formatting options
price-format:
# Format pattern using DecimalFormat syntax:
# 0 = prints digit if provided, 0 otherwise
# # = prints digit if provided, nothing otherwise
# . = decimal separator position
# , = thousands grouping separator position
pattern: '#,##0.00'
# Swap decimal and grouping separators for European format
# true: 1.000.000,00 (European) | false: 1,000,000.00 (Western)
european-format: false
# Custom separators (optional - overrides european-format if both are set)
# decimal-separator: '.'
# grouping-separator: ','
# Currency symbol and position
currency-symbol: '$'
symbol-before: true # true: $100 | false: 100$
messages:
buySuccess: "§aYou have bought %item% for %price%."
sellSuccess: "§aYou have sold %item% for %price%."

Navigation & Economy » No more searching the shopkeepers marketplace to buy your favorite items.