The gui can be accessed using /wc gui
- Organized code for better management and efficiency.
- Introduced cache mechanics for faster operations.
- New feature added, a GUI that will dynamically populate categories based on your items listed in your config.yml and then admins can use to remove items from the database while in game.
![]()
Please consider leaving a good review for the plugin.
Discord Support
- Exception fix for fetching the trade material from the config.
- You can now add custom items in the whitelist section.
under whitelist:
YAML:# - 'namespace:custom_sword' # ItemsAdder & Oraxen custom item with its namespace # - 'another_namespace:another_custom_item'
Please consider leaving a good review for the plugin.
Discord Support
- Added a config option that once enabled it will make items be deleted from the database when traded once. (Items will not be removed from existing traders though!)
Add this to your configs.
YAML:# System that will remove items from the database once they are traded. # It won't be removed on existing already spawned traders. one_time_trades: enabled: false # True or false
Please consider leaving a good review for the plugin.
Discord Support
- Made the /wc status command async so that it doesnt lag the server
- Added compatibility with 1.17+
Please consider leaving a good review for the plugin.
Discord Support
- Added a new command /wc status that will print important info about the plugin and its database.
- Updated dependecies.
- Optimized file imports.
- Added an update checker.
Please consider leaving a good review for the plugin.
Discord Support
- Added a new command "/wc egg PLAYER" this will give to that player an egg that will spawn a wondering collector, the appearance of that egg is configurable in the config.yml
add this at the bottom of your config
Code:trader_egg: enchanted: true name: '&dWondering Collector' lore: - '&7Spawn me!' - '&7Find lost items from players!'
Please consider leaving a good review for the plugin.
Discord Support
- Fix plugin not loading because of a wrong command registretion.
READ THE PREVIOUS UPDATE
Please consider leaving a good review for the plugin.
Discord Support
