Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/Shopkeepers Addon
  • Shopkeepers Addon 2.26.0

    release30 марта 2026 г.

    Daily Limit Update:

    1. Modularized Daily Limit Messages: Updated config.yml (v1.6) and the Java logic to support a more flexible messaging system.
    2. %remaining% Placeholder: Players can now see exactly how much more they can earn today directly in the limit alert message.
    3. Universal Trade Locking:
      • Replaced "Inventory Close" with a visual red 'X' lock.
      • This applies to all "impossible trade" scenarios: Not enough money (player), Not enough money (owner), or Daily Limit reached.
      • The GUI now stays open for a better user experience.
    4. Config Maintenance: Removed hardcoded versions from the Java code; the plugin now automatically reads and updates based on the config.yml in your resources.
  • Shopkeepers Addon 2.25.0-260212

    release12 февраля 2026 г.

    Changelog 2.25.0-260212

    🚀 Vault Economy Migration

    • Native Vault Integration: Replaced the entire command-based economy system with direct Vault API calls.
    • Soft Dependency: Vault is now a soft dependency. If missing, economy features are gracefully disabled.
    • Performance: Removed the overhead of parsing console commands for every balance check.

    🛡️ Enhanced Trade Handling

    • Post-Trade Balance Check: Implemented logic to re-evaluate affordability immediately after a shift-click trade.
    • Slot Invalidation: If a player (or shop owner) runs out of funds during a bulk trade, the trade slot is automatically cleared or not replenished to prevent invalid transactions.

    🧹 Configuration Cleanup

    • Simplified Config: Removed economy.commands, economy.balance-placeholder, buy-settings, and sell-settings.
    • Enforced Defaults: Balance checks and costs/payouts are now always enabled by default in the code.
    • Config Version 1.3: Bumped config-version to 1.3 to ensure proper migration.
  • Shopkeepers Addon 2.25.0-260211

    release11 февраля 2026 г.

    Changelog 2.25.0-260211

    🚀 Universal Economy Integration

    • Command-Based Economy: Implemented a universal economy system that works with any economy plugin (Essentials, CMI, Vault, etc.) by executing console commands and parsing output.
    • Zero Dependencies: Removed hard dependency on Vault API.
    • Console Capture: Created a custom ConsoleCapture system to intercept command output for balance checking.
    • Configuration: Added comprehensive economy section to config.yml for defining commands, regex patterns, and transaction settings.

    🛡️ Strict Balance Checks

    • Trade Selection: Validates player balance (buying) and shop owner balance (selling) immediately when a trade is selected.
    • Pre-Trade Verification: Re-checks balance right before transaction execution to prevent race conditions.
    • Post-Trade UI Update: Automatically refreshes the trade UI to remove items if the player/owner can no longer afford the trade.
    • Owner Insolvency Protection: Prevents selling to player shops if the owner lacks funds (unless configured otherwise).

    🐛 Critical Bug Fixes

    • Recursion Guard: Fixed Recursive call to appender errors in ConsoleCapture by implementing a ThreadLocal guard.
    • ANSI Parsing Fix: Fixed incorrect balance parsing (e.g., 336.0) by stripping ANSI color codes from console output before parsing.
    • Heuristic Parser: Improved auto-detection logic to scan log lines in reverse, prioritizing the most recent output.

    📦 Maintenance

    • API Update: Updated Shopkeepers API dependency to v2.25.0.
    • Version Bump: Project version updated to 2.25.0-260211.
  • Shopkeepers Addon 2.23.10.2

    beta27 сентября 2025 г.

    Changelog

    Bug Fixes

    Config Backup Behavior

    • Fixed: Configuration was being backed up on every restart/reload
    • Change: Backup now only occurs when there are actual changes to the configuration (e.g., new additions)

    Chat Message Formatting

    • Fixed: Messages in chat were not following custom price formatting rules
    • Change: Chat messages now correctly display custom price formatting as configured
  • Shopkeepers Addon 2.23.10.2 - 250926

    beta26 сентября 2025 г.

    ShopkeepersAddon Update

    🔧 Optimizations

    • Reduced code duplication
    • Optimized error handling
    • Improved simulate click for Shop Edit Task
    • Async file operations
    • Added null safety checks
    • Better logging
    • Separated config loading
    • Added cleanup on plugin disable

    🚀 Added Features

    • Added /shopkeepersaddon reload command
    • Added economy price formatting in config:
    economy:
      # 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$
    
    • Added purchase feedback messages:
    messages:
      buySuccess: "§aYou have bought %item% for %price%."
      sellSuccess: "§aYou have sold %item% for %price%."
    
    • Optimized bulk item purchase system
    • Added automatic config migration on version update
  • Shopkeepers Addon 2.23.10.1

    release1 августа 2025 г.
    • Fixed! Stack selling bug. Even on selling less than 1 stack, plugin gave full stack money when shift click trading.
  • Shopkeepers Addon 2.23.9.5

    release24 июля 2025 г.
    • Fixed! New items not appearing in admin trades.
    • Fixed! Blacklisting items was not working.
  • Shopkeepers Addon 2.23.9.4

    release22 июля 2025 г.
    • Fixed! Error on new item in shopkeeper.
  • Shopkeepers Addon 2.23.9.3

    release20 июля 2025 г.
    • NEW! Blacklist items in player shops!
    • Fixed! Error on empty trade selection.

    Add the following to your config.yml:

    playerShops:
      # Blacklist items that cannot be sold in player shops
      itemBlacklist:
        - BEDROCK
    
    messages:
      blacklistedItem: "§cThis item is blacklisted and cannot be sold in player shops."
    
  • Shopkeepers Addon 2.23.9.2

    beta19 июля 2025 г.
    • Fixed! Bug with Stack selling.
    • Fixed! Issue with money not deducting/depositing from offline players.
    • Added! Recipies will show not tradable for economy items if player doesnt have enough items in inventory.
  • Shopkeepers Addon 2.23.9.1

    beta18 июля 2025 г.
    • Fixed trading multiplier money bug!
    • Fixed error on skin loading for Steve skinned players.
  • Shopkeepers Addon 2.23.8-250713

    beta13 июля 2025 г.
    • Fixed spamming errors on trading!
    • Added a catch for an unidentified error.
  • Shopkeepers Addon 2.23.8-250712

    beta12 июля 2025 г.

    FIXED!

    • Null pointer exception on creating/trading shops.

    NEW!

    • Added Custom Model Data. If you are upgrading, add in config:
    economy:
      # Enable economy support
      enabled: true
      # Set the price limit for trades
      selling-price-limit: 100000000.00
      # Currency Item:
      sell-item:
        # Name format. Use %price% for the price.
        name: "Price: §f$%price%"
        material: GOLD_NUGGET
        glow: true
        lore:
          - "§bClick to edit"
        custom-model-data: 0 # Set to 0 to disable custom model data for the sell item
    
      # Currency Item:
      buy-item:
        # Name format. Use %price% for the price.
        name: "You get: §f$%price%"
        material: GOLD_NUGGET
        glow: true
        lore:
          - "§bClick to edit"
        custom-model-data: 0 # Set to 0 to disable custom model data for the buy item
    
    
  • Shopkeepers Addon 2.23.8-250706

    release6 июля 2025 г.
    • Fixed Shift click trading
    • Fixed Double click bug on trade
    • Added comptabibility with old trades
  • Shopkeepers Addon v2.23.8-250701

    release1 июля 2025 г.

    Complete Rewrite:

    • Compatible with Shopkeepers 2.23.8
  • Custom Model Data & Shift Click

    release13 февраля 2025 г.
    • Custom Model Data in config for buy and sell item.
    • Added Shift click to sell and buy money items.
    • Fixed bug for money item.
    • Now Requires Protocolib
  • 1.21.4 Update

    release22 декабря 2024 г.

    Updated API for:

    • Shopkeepers PLugin v2.23.3
    • Spigot 1.21.4

Совместимость

Платформы

Сведения

Лицензия:
Опубликован:1 год назад
Обновлён:2 месяца назад
ID проекта:
Главная