✨Wandering Collectors ✨ | Despawned Items Trader | Remake

MC Plugin ✨Wandering Collectors ✨ | Despawned Items Trader | Remake 4.8
Despawned & Lost Items will be offered as trades!

- Category GUI now uses actual database entries, not the whitelist.
- Empty item categories are skipped.
- Category icons are based on a real sample item from that category.
- Category hover now shows:
stack count
total item amount
owner-tagged stacks
unknown-owner stacks
- Item hover now shows Database Owner: <player> or Unknown.
- GUI-only owner lore is stripped before giving/removing items, so the actual stored item is not polluted.
- Navigation is now slot-based, so stored items named Back, Next Page, etc. won’t accidentally trigger navigation.
- Important fix, made sure items drop don't get any extra NBT tags unless they actually enter the database.
- Made sure the database is never corrupted in case of hard crashes or out of disk space errors.
- Improved database performances, latest libraries, better organization.
- You can now select in which worlds you want despawned items to go to the database.

Add this to your configs

YAML:
###########################################################
#                     WORLD WHITELIST                      #
# Only items despawned in these worlds will be processed   #
# and saved to the database. Set whitelist_enabled to true #
# if you want to enable this check.                        #
###########################################################
worlds:
whitelist_enabled: false
whitelist:
- world
- world_nether
- world_the_end
Top Bottom