Added
- Instance system for loot chests (each placed chest now has its own unique ID).
- PlaceholderAPI support with per-instance placeholders.
- Min/Max item range for chest refills (itemsPerRefresh.min / itemsPerRefresh.max).
- Ability to disable built-in holograms and use external hologram plugins.
Improved
- Complete hologram system rework for better performance and stability.
- Each chest instance now runs its own independent cooldown and item tracking.
Placeholders Example
%lootchests_display_<instanceId>%
%lootchests_items_<instanceId>%
%lootchests_timeformatted_<instanceId>%
%lootchests_status_<instanceId>%
Notes
- Existing chests are automatically migrated to the new instance system.
- For best results, ensure your loot pool contains enough items if you use high max-item values.