Build 13 changelog (config.yml additions required):
Addition: Added the ability to choose between HolographicDisplays and CMI as the holograms handler.
Addition: Added a bunch more data to the caching system which should boost performance.
Addition: Added an error message for when you're missing configuration sections.
Configuration Additions:
Code:# Note: The handler can only be "HolographicDisplays" or "CMI" inspect: holograms: handler: "HolographicDisplays"
Code:# Note: The handler can only be "HolographicDisplays" or "CMI" holograms: handler: "HolographicDisplays"
Build 12b changelog:
Fix: Fixed an issue with the CMI price handler that would throw errors/break the plugin.
Build 12a changelog:
Fix: Fixed an issue with holograms sometimes showing up weird on 1.16.x servers.
Build 11a changelog:
Fix: Fixed an issue for DeluxeSellwand's price handler not being able to fetch prices for some specific items on 1.15.x servers. This update does not affect buyers that are using SGP+, Essentials or CMI as their price handler.
Build 11 changelog (config.yml additions required):
Addition: Added holograms when selling items from containers with the sellwand.
Configuration Additions:
Code:# Note: Here you can toggle the holograms feature # Note: To use holograms you must install HolographicDisplays on your server holograms: enabled: true saleLayout: - '&6&lSALE&r' - '&f• &aValue: $$money' - '&f• &eItems: x$amount' errorLayout: - '&4&lERROR&r' - '&f(&cNo valuables found!&f)' displayTime: 3
Build 10 changelog (config.yml additions required):
Addition: Added inspection feature (shows chest contents in either chat, actionbar or hologram), just left-click on any supported container!
Configuration additions:
Code:# Note: Here you can toggle the inspection feature IMPORTANT --> TOGGLING REQUIRES SERVER RESTART # Note: To use holograms you must install HolographicDisplays on your server # Note (IMPORTANT): It is suggested to have a cooldown for this as spamming can affect server performance inspect: enabled: true holograms: enabled: true inspectLayout: - '&6Inspection:' - '&aValue: $$money' - '&eItems: $amount' errorLayout: - '&6Inspection:' - '&cNo valuables found!' displayTime: 3 inspectCooldown: enabled: true interval: 3 bypassPermission: 'dsw.bypassinspectcooldown' message: - '' actionbar: '&4&lCOOLDOWN &7» &fYou can inspect containers again in &e$time seconds&f!'
Code:messages: inspect: - '' noSellableItemsInspect: - '' noInspectPermission: - '&eDeluxeSellwands &f» &fYou do not have permission to inspect containers!'
Code:actionbarMessages: inspect: '&6&lINSPECTED! &fContents: &a$$money&7, &ax$amount items' noSellableItemsInspect: '&4&lINSPECT &7» &fThis container does not have any sell-able items!' noInspectPermission: '&4&lERROR &7» &fYou do not have permission to inspect containers!'
Build 9 changelog (config.yml additions at the bottom):
Addition: You can now use @a as the player in the give command (gives everyone online the wand).
Addition: You can now use CMI as the price handler for items.
Addition: Support for WildChest containers has been added.
Fix: Fixed the skipping items with display name feature not always working.
config.yml additions:
Code:messages: gaveWandsToAll: - '' - ' &eDeluxeSellwands &f» &fYou gave &e$amount sellwand(s) &fto everyone online!' - '' - ' &eSellwand Details:' - ' &6» &eMultiplier: &f$multiplier' - ' &6» &eUses: &f$uses' - '' gaveWandsSilentToAll: - '' - ' &7[Silent] &eDeluxeSellwands &f» &fYou gave &e$amount sellwand(s) &fto everyone online' - '' - ' &eSellwand Details:' - ' &6» &eMultiplier: &f$multiplier' - ' &6» &eUses: &f$uses' - ''Code:priceHandlers: cmi: false
