Build 4 changelog:
Addition: You can now use placeholders ($multiplier, $uses, $statsMoney, $statsItem) in the item display name.
Build 3b changelog (config additions needed):
Addition: Added an option to skip items with display names, useful when you have e.g tripwires as crate keys but you can also sell them in shops, etc.
Add the following to your configuration (careful not to overwrite existing settings):
Code:# Note: Here you can toggle sellwands being used on hoppers # Note: Here you can toggle whether sellwands will sell items with a custom display name extra: usableOnHoppers: true skipItemsWithDisplayName: true
Fix: Fixes an issue with messages not being sent to the correct user when giving out sellwands.
Build 3 Changelog (look at the bottom for configuration additions):
Addition: Wand drop confirmation feature.
Addition: Added sound option for receiving wands via commands.
Other: Updated to latest EssentialsX API (You need to update Essentials if you use it as a price handler!)
Other: Updated to FactionsUUID API (Note that only forks with a similar API will work!)
Configuration additions (careful not to overwrite existing settings):
Code:sounds: receivedViaCommand: 'ENTITY_PLAYER_LEVELUP'
Code:# Note: Here you can configure the drop confirmation feature confirmDrop: enabled: true interval: 10 messages: confirmDrop: - '&eDeluxeSellwands &8» &fConfirm your drop by pressing Q within the next $time seconds!' itemDropped: - '&eDeluxeSellwands &8» &fYou have successfully dropped your sellwand!'
Build 2c Changelog:
Hotfix: Updated ShopGUI+'s API. You require the latest version of ShopGUI+ in order to hook it with DeluxeSellwands.
Build 2b Changelog:
Hotfix: Fixes penalty percentages (in factions hook) not working, a placeholder has also been added ($penalty) that can be used in the steal chat/actionbar messages.
Build 2 Changelog (config.yml reset required):
Addition: Added a hook for FactionUUID based Factions plugins (forks).
Addition: Added an option to customize maximum fraction digits for money placeholders.
- Note: Added a feature that lets you use the sellwand in enemy-territory chests (penalty option included). Keep in mind that users must still have access to containers in enemy land (factions plugin configuration).
Fix: ShopGUI+ not performing correctly.
API: Added more methods to DeluxeSellwandsAPI.java.
