Collections Plugin - Version 1.4
What's New
Easier Configuration
The plugin configuration has been split into separate files to make editing easier:
- config.yml - Database and collection feedback settings
- gui.yml - How the menus look (titles, buttons, placeholders)
- categories.yml - Your collection categories and items
- messages.yml - Plugin messages
Nexo & ItemsAdder Support
You can now use custom items from Nexo and ItemsAdder throughout your collection menus including category icons, navigation buttons, filler items, and placeholder items. If the custom item plugin isn't installed, it falls back to regular Minecraft items automatically.
Native Display Option
New
use-native-display option lets you keep the original name and description from your Nexo/ItemsAdder items instead of overriding them with config text.
Progress Indicators
Category icons now show your collection progress with item count, visual progress bar, glowing effect when completed, and a checkmark indicator.
Reset Command
Admins can now reset player collections:
- /collections reset <player> - Reset everything
- /collections reset <player> <category> - Reset specific category
Category Dependencies
Lock categories until players complete other categories first - great for creating progression paths.
Offline Player Viewing
Admins can view any player's collections, even when they're offline.
Global Statistics
New PlaceholderAPI placeholders for server-wide stats including total items collected, number of players with collections, and category completion counts.
Bug Fixes
- Fixed duplicate item processing when clicking in inventories
- Fixed thread safety issues with player cache updates
- Fixed database connection leaks with proper resource cleanup
- Fixed custom items (Nexo/ItemsAdder) not being detected by collection listeners
- Fixed stale database connections not automatically reconnecting
Removals
Amount Counter Removed
The plugin no longer tracks how many of each item you've collected - it now simply tracks whether an item has been collected or not. This simplifies the system and improves performance.
- The {amount} placeholder in item lore no longer works
- PlaceholderAPI %collections_category_amount% replaced with %collections_category_collected%
- Individual item placeholders now return true/false instead of numbers