NerKubLootChests v1.0.6 – Update Log
What's new?
GUI Pagination for Loot Items
If a loot chest contains more than
45 items, they will now be spread across multiple pages in the
Edit Loot Items menu.
This prevents items from being cut off and allows smooth navigation through all configured items.
- Next / Previous page buttons are now shown in the inventory.
- A Back button still leads you back to the chest settings.
- Fully translated button names via messages.yml:
Code (YAML):
gui:
next_page_button
:
"&e▶ Next Page"
previous_page_button
:
"&e◀ Previous Page"
back
:
"&cBack"
Inventory title is also dynamic:
Code (Text):
Loot Items: <chestName> - Page X
Technical Notes
- The page system supports unlimited item count.
- Button detection is now based on translated display names (from messages.yml), so language support is preserved.
- Supports custom chest names and page-safe editing/removal of items.
messages.yml – new entries
Make sure these entries are present in your messages.yml:
Code (YAML):
gui:
next_page_button
:
"&e▶ Next Page"
previous_page_button
:
"&e◀ Previous Page"
If you're using a custom language file, translate them accordingly.
✅ Compatible with:
- Spigot / Paper 1.17 – 1.21.5
- Backwards compatible with v1.0.5 config files
⬇️ Download / Update
Grab the latest version from the plugin page and reload/restart your server:
Enjoy better scalability and UX in your loot management!