When you sell the contents of a virtual spawner, they will now get counted towards that item's category multiplier. To make this work, simply add this inside hooks.yml (and also add VirtualSpawner as shown in the example):
# Multiplier listener
# This listens to the following plugins when sales are done
# and counts them towards the X item's category multiplier
#
# Example:
# listen:
# - "VirtualSpawner"
#
# Supported plugins:
# - VirtualSpawner
listen: []
[+] Added the ability to choose custom inventories/guis where item lore can be shown
-> Add this inside config.yml:
# Inventories that have this title
# will have the items inside them with worth lore
worth_lore_inventories:
- "Chest"
- "Large Chest"
- "Ender Chest"
- "Crafting"
- "Shulker Box"
- "Barrel"
[+] Added WorthUtil to the API, you can now view if a certain player has worth lore toggled or not
[+] Added multiplier rank up notification (check messages.yml)
[~] Fixed not being able to delete categories
[~] Fixed wrong calculation for items with enchantments
[-] Removed the automatic enchantment book addition to the /worth even after removing them from pricesv2.yml
[+] Worth lore is now shown inside barrels as well
[~] Fixed /setworth not working on 1.21.7/8
[~] Fixed API event calling (shop & currency)
[+] Added 1.21 support
[+] Added player variable inside asyncpostitemssoldevent & preitemssoldevent
