 
                Fully Configurable | Multipliers | Unique Sellwands | Condense Wand | Hologram
A Minecraft plugin that provides players with a customizable tool, often referred to as a Sell Wands which allows them to quickly sell items from storage containers like chests. The plugin includes the following features:
Dependencies
Commands
Permissions
item-sell-prices:
  - 'STONE:0:8.1'
  - 'COBBLESTONE:0:7.7'
  - 'COAL:0:10.2'
  - 'IRON_INGOT:0:10.2'
  - 'GOLD_INGOT:0:10.2'
  - 'REDSTONE:0:10.2'
  - 'DIAMOND:0:10.2'
  - 'EMERALD:0:10.2'
settings:
  wand-cooldown: 3
  hologram-remove: 3
price:
  type: DEFAULT
messages:
  no-permission: '&cYou don''t have permission to use this command!'
  type-a-number: '&cYou have to type a number!'
  wand-not-exist: '&7That wand doesn''t exist!'
  player-not-found: '&cPlayer is not online!'
  sender-give: '&7You have given a &b{type} to &7{player}'
  target-give: '&7You have been given a &b{type}'
  broken-your-wand: '&cYour wand has been broken because your uses reached &b0&c!'
  cooldown: '&cPlease wait &e{cooldown} &cto use this ability again!'
  sell: '&7You have sold &b{items} &7items for &a${money}&7!'
  no-sell: '&cThere are no items to sell in the chest!'
  no-condense: '&cYou need at least 9 items/ingots before you can turn them into blocks!'
  condense: '&7You have changed &b{amount} items into &b{blocks} &7blocks!'
  wand-no-permission: '&cYou don''t have permission to use that wand!'
  wand-inventory:
    title: '&8Wands'
  infinite-uses: 'Infinite'
hologram:
  sell:
    - '&6Sold &f{items} &6items'
    - '&f+${money}'
  condense:
    - '&6Changed &f{amount} &6items'
    - '&f{blocks} &6blocks'
commands:
  descriptions:
    admin:
      give: '<player> <wand> <uses> &f&oGive a player a wand'
      list: '&f&oOpen wand list gui'
      reload: '&f&oReloads the plugin'
  reload-success: '&aSuccessfully reloaded!'
errors:
  reload-fail: '&cA serious error occurred during reloading'
# Format: '{sound},{pitch},{volume}' (I wish you a pleasant config fix)
invalid-sound-replace: true
invalid-sound-replace-approximate: true
invalid-sound: 'none,0f,0f'
sounds:
  action:
    no-permission: 'ENDERMAN_TELEPORT,1.0f,0.5f'
    sell: 'NOTE_PLING,1.0f,2.0f'
    no-sell: 'CLICK,1.0f,1.0f'
    destory: 'ANVIL_BREAK,1.0f,1.0f'
wands:
  sellwand:
    wand-type: 'SELL_WAND'
    material: 'STICK'
    data: 0
    name: '&6&lSell wand'
    lore:
      - '&7Right-click a chest to sell all the items inside'
      - ''
      - '&e&nInformation:'
      - '&6• &eMultiplier: &f{multiplier}'
      - '&6• &eUses: &f{uses}'
      - ''
      - '&e&nStatistics:'
      - '&6• &eEarnings: &f${money_made}'
      - '&6• &eItems Sold: &f{sold_items}'
    multiplier: 1.5
    glow: false
  sellwand2:
    wand-type: 'SELL_WAND'
    material: 'STICK'
    data: 0
    name: '&6&lSell wand'
    lore:
      - '&7Right-click a chest to sell all the items inside'
      - ''
      - '&e&nInformation:'
      - '&6• &eMultiplier: &f{multiplier}'
      - '&6• &eUses: &f{uses}'
      - ''
      - '&e&nStatistics:'
      - '&6• &eEarnings: &f${money_made}'
      - '&6• &eItems Sold: &f{sold_items}'
    multiplier: 2
    glow: true
  condensewand:
    wand-type: 'CONDENSE_WAND'
    material: 'GOLD_HOE'
    data: 0
    name: '&6&lCondense wand'
    lore:
      - '&7Right-click a chest to condense all ingots to blocks'
      - ''
      - '&e&nInformation:'
      - '&6• &eUses: &f{uses}'
      - ''
      - '&e&nStatistics:'
      - '&6• &eBlocks Made: &f{blocks_made}'
      - '&6• &eItems Converted: &f{items_converted}'
    glow: false



