⭐ The best WANDS plugin on the market! ⭐ Condense, Sell, Smelt, Repair, & More! ⭐ 24/7 SUPPORT ⭐ icon

⭐ The best WANDS plugin on the market! ⭐ Condense, Sell, Smelt, Repair, & More! ⭐ 24/7 SUPPORT ⭐ -----

An all in one wands plugin with builder, condense, sell, smelt, trash, and repair wands.




Additions
  • Added builder wand particle outlines so you can be able to see where blocks are going to be placed before they're placed.
  • Added the ability to enable or disable builder wand particle outlines in the "config.yml" configuration file.
Changes
  • Changed the builder wand to have two modes, horizontal and vertical, which you can be able to toggle on and off by left clicking it.

Note: An example of the new "config.yml" configuration file is below.

# Dependencies
DEPENDENCIES:
GRIEF-DEFENDER: false
GRIEF-PREVENTION: false
SUPERIOR-SKYBLOCK-2: false
TOWNY: false
VAULT: true # This has to be set to be true if sell wands are enabled and/or if buyable/sellable wands are enabled
WORLD-GUARD: false

# Wands settings
WANDS:
BUYABLE: true
SELLABLE: true
PRICES:
BUY: 100
SELL: 100

# Builder wand settings
BUILDER-WAND:
PARTICLE-OUTLINE:
ENABLED: true
----------, Apr 11, 2025

Bug Fixes
  • Fixed the "config.yml" configuration file from being regenerated each restart by making a "settings.yml" configuration file which isn't regenerated each restart for certain values.
  • Fixed a problem when using the soft dependency, Superior Skyblock 2.
Note: An example of the new "config.yml" and "settings.yml" configuration files are below.

Code (YAML):
# Dependencies
DEPENDENCIES
:
  GRIEF-DEFENDER
: false
  GRIEF-PREVENTION
: false
  SUPERIOR-SKYBLOCK-2
: false
  TOWNY
: false
  VAULT
: true # This has to be set to be true if sell wands are enabled and/or if buyable/sellable wands are enabled
  WORLD-GUARD
: false

# Wands settings
WANDS
:
  BUYABLE
: true
  SELLABLE
: true
  PRICES
:
    BUY
: 100
    SELL
: 100

Code (YAML):
# Disabled worlds
DISABLED-WORLDS
:
 - "DisabledWorld"

# Condensable items settings
CONDENSABLE-ITEMS
:
 - "COAL"
  - "IRON_INGOT"
  - "GOLD_INGOT"
  - "LAPIS_LAZULI"
  - "REDSTONE"
  - "EMERALD"
  - "DIAMOND"
  - "NETHERITE_INGOT"
  - "QUARTZ"
  - "SLIME_BALL"
  - "GLOWSTONE_DUST"

# Sell wand settings
SELLABLE-ITEMS
:
  0
:
    MATERIAL
: "COAL"
    PRICE
: 100
  1
:
    MATERIAL
: "IRON_INGOT"
    PRICE
: 100
  2
:
    MATERIAL
: "GOLD_INGOT"
    PRICE
: 100
  3
:
    MATERIAL
: "LAPIS_LAZULI"
    PRICE
: 100
  4
:
    MATERIAL
: "REDSTONE"
    PRICE
: 100
  5
:
    MATERIAL
: "EMERALD"
    PRICE
: 100
  6
:
    MATERIAL
: "DIAMOND"
    PRICE
: 100
  7
:
    MATERIAL
: "NETHERITE_INGOT"
    PRICE
: 100

# Smeltable items settings
SMELTABLE-ITEMS
:
 - "COAL_ORE"
  - "IRON_ORE"
  - "GOLD_ORE"
  - "LAPIS_ORE"
  - "REDSTONE_ORE"
  - "EMERALD_ORE"
  - "DIAMOND_ORE"
  - "ANCIENT_DEBRIS"
  - "ACACIA_LOG"
  - "BIRCH_LOG"
  - "CHERRY_LOG"
  - "DARK_OAK_LOG"
  - "JUNGLE_LOG"
  - "MANGROVE_LOG"
  - "OAK_LOG"
  - "SPRUCE_LOG"
  - "STRIPPED_ACACIA_LOG"
  - "STRIPPED_BIRCH_LOG"
  - "STRIPPED_CHERRY_LOG"
  - "STRIPPED_DARK_OAK_LOG"
  - "STRIPPED_JUNGLE_LOG"
  - "STRIPPED_MANGROVE_LOG"
  - "STRIPPED_OAK_LOG"
  - "STRIPPED_SPRUCE_LOG"
----------, Mar 28, 2025

Bug Fixes
  • Fixed a version specific problem when interacting in the menu shop in older Minecraft versions.
  • Fixed copper ingots not condensing into copper blocks when using the condense wand.
  • Fixed raw copper not smelting into copper ingots when using the smelt wand.
----------, Mar 25, 2025

Additions
  • Added Superior Skyblock 2 as a soft dependency which disables wand use in islands which players aren't added in.
  • Added disabled worlds which disables wand use in the "config.yml" configuration file.
Bug Fixes
  • Fixed the World Guard soft dependency to check for the "build" flag when in regions.

Note: An example of the new "config.yml" configuration file is below.

Code (YAML):
# Dependencies
DEPENDENCIES
:
  GRIEF-DEFENDER
: false
  GRIEF-PREVENTION
: false
  SUPERIOR-SKYBLOCK-2
: false
  TOWNY
: false
  VAULT
: true # This has to be set to be true if sell wands are enabled and/or if buyable/sellable wands are enabled
  WORLD-GUARD
: false

# Wands settings
WANDS
:
  BUYABLE
: true
  SELLABLE
: true
  PRICES
:
    BUY
: 100
    SELL
: 100

# Disabled worlds
DISABLED-WORLDS
:
 - "DisabledWorld"

# Condensable items settings
CONDENSABLE-ITEMS
:
 - "COAL"
  - "IRON_INGOT"
  - "GOLD_INGOT"
  - "LAPIS_LAZULI"
  - "REDSTONE"
  - "EMERALD"
  - "DIAMOND"
  - "NETHERITE_INGOT"
  - "QUARTZ"
  - "SLIME_BALL"
  - "GLOWSTONE_DUST"

# Sell wand settings
SELLABLE-ITEMS
:
  0
:
    MATERIAL
: "COAL"
    PRICE
: 100
  1
:
    MATERIAL
: "IRON_INGOT"
    PRICE
: 100
  2
:
    MATERIAL
: "GOLD_INGOT"
    PRICE
: 100
  3
:
    MATERIAL
: "LAPIS_LAZULI"
    PRICE
: 100
  4
:
    MATERIAL
: "REDSTONE"
    PRICE
: 100
  5
:
    MATERIAL
: "EMERALD"
    PRICE
: 100
  6
:
    MATERIAL
: "DIAMOND"
    PRICE
: 100
  7
:
    MATERIAL
: "NETHERITE_INGOT"
    PRICE
: 100

# Smeltable items settings
SMELTABLE-ITEMS
:
 - "COAL_ORE"
  - "IRON_ORE"
  - "GOLD_ORE"
  - "LAPIS_ORE"
  - "REDSTONE_ORE"
  - "EMERALD_ORE"
  - "DIAMOND_ORE"
  - "ANCIENT_DEBRIS"
  - "ACACIA_LOG"
  - "BIRCH_LOG"
  - "CHERRY_LOG"
  - "DARK_OAK_LOG"
  - "JUNGLE_LOG"
  - "MANGROVE_LOG"
  - "OAK_LOG"
  - "SPRUCE_LOG"
  - "STRIPPED_ACACIA_LOG"
  - "STRIPPED_BIRCH_LOG"
  - "STRIPPED_CHERRY_LOG"
  - "STRIPPED_DARK_OAK_LOG"
  - "STRIPPED_JUNGLE_LOG"
  - "STRIPPED_MANGROVE_LOG"
  - "STRIPPED_OAK_LOG"
  - "STRIPPED_SPRUCE_LOG"
----------, Mar 24, 2025

Bug Fixes
  • Fixed a version specific problem with the glow effect for all of the wands.
----------, Feb 14, 2025

Additions
  • Added the ability to set the amount of blocks which the builder wand places outwards in the "wands.yml" configuration file.
  • Added a "%blocks%" placeholder for when using the builder wand so you can be able to see the amount of blocks which it places outwards.
  • Added the ability to give all of the wands a glow effect in the "wands.yml" configuration file.

Note: An example of the new "wands.yml" configuration file is below.

Code (YAML):
WANDS:
  BUILDER-1
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lBuilder Wand"
      LORE
:
       - "&7Right click a block"
        - "&7to place five blocks outwards from it."
        - ""
        - "&fTotal Uses
: &b%uses%"
        - "&fBlocks
: &b%blocks%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "STICK"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "BUILDER" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: -1 # "-1" is unlimited
    BLOCKS
: 5 # The amount of blocks which it places outwards
  BUILDER-2
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lBuilder Wand"
      LORE
:
       - "&7Right click a block"
        - "&7to place five blocks outwards from it."
        - ""
        - "&fUses Left
: &b%uses-left%"
        - "&fBlocks
: &b%blocks%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "STICK"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "BUILDER" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
    BLOCKS
: 10 # The amount of blocks which it places outwards
  CONDENSE-1
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lCondense Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to condense all of the ores which are in it."
        - ""
        - "&fCondensable Items:" # All of the condensable items are configurable in the "config.yml" configuration file
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bNetherite&7,"
        - "  &bQuartz&7, &bSlime&7, &bGlowstone"
        - "&fTotal Uses
: &b%uses%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_SHOVEL"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "CONDENSE" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: -1 # "-1" is unlimited
  CONDENSE-2
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lCondense Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to condense all of the ores which are in it."
        - ""
        - "&fCondensable Items:" # All of the condensable items are configurable in the "config.yml" configuration file
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bNetherite&7,"
        - "  &bQuartz&7, &bSlime&7, &bGlowstone"
        - "&fUses Left
: &b%uses-left%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_SHOVEL"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "CONDENSE" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
  SELL-1
: # Vault is required
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lSell Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to sell all of the items which are in it."
        - ""
        - "&fSellable Items:" # All of the sellable items and prices are configurable in the "config.yml" configuration file
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bNetherite"
        - "&fTotal Uses
: &b%uses%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_HOE"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "SELL" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: -1 # "-1" is unlimited
  SELL-2
: # Vault is required
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lSell Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to sell all of the items which are in it."
        - ""
        - "&fSellable Items:" # All of the sellable items and prices are configurable in the "config.yml" configuration file
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bNetherite"
        - "&fUses Left
: &b%uses-left%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_HOE"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "SELL" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
  SMELT-1
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lSmelt Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to smelt all of the ores which are in it."
        - ""
        - "&fSmeltable Items:" # All of the smeltable items are configurable in the "config.yml" configuration file
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bAncient Debris"
        - "  &bAll Logs&7, &bAll Stripped Logs"
        - "&fTotal Uses
: &b%uses%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "BLAZE_ROD"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "SMELT" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
  SMELT-2
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lSmelt Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to smelt all of the ores which are in it."
        - ""
        - "&fSmeltable Items:" # All of the smeltable items are configurable in the "config.yml" configuration file
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bAncient Debris"
        - "  &bAll Logs&7, &bAll Stripped Logs"
        - "&fUses Left
: &b%uses-left%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "BLAZE_ROD"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "SMELT" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
  TRASH-1
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lTrash Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to trash all of the items which are in it."
        - ""
        - "&fTotal Uses
: &b%uses%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "BUCKET"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "TRASH" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: -1 # "-1" is unlimited
  TRASH-2
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lTrash Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to trash all of the items which are in it."
        - ""
        - "&fUses Left
: &b%uses-left%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "BUCKET"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "TRASH" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
  REPAIR-1
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lRepair Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to repair all of the items which are in it."
        - ""
        - "&fTotal Uses
: &b%uses%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_SWORD"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "REPAIR" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: -1 # "-1" is unlimited
  REPAIR-2
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lRepair Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to repair all of the items which are in it."
        - ""
        - "&fUses Left
: &b%uses-left%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_SWORD"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
      GLOW
: true
    TYPE
: "REPAIR" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
----------, Feb 13, 2025

Additions
  • Added configurable condensable items in the "config.yml" configuration file.
  • Added configurable smeltable items in the "config.yml" configuration file.

Bug Fixes
  • Fixed a duplication problem when using the condense wand.
----------, Feb 12, 2025

Additions
  • Added multiple wands functionality. You can make an infinite amount of wands for the same type.
  • Added a "%amount-earned%" placeholder for when using the sell wand.
  • Added a "%uses-left%" placeholder for when using a wand which doesn't have an unlimited amount of uses.

Bug Fixes

  • Fixed a problem in the /wand reload command with all of the wands not being reloaded with all of the configuration files.

Changes

  • Changed the /wands menu shop to be pagination system to be able to support the newly added multiple wands functionality.
  • Changed it so when you use a wand and if a wand doesn't have an unlimited amount of uses, then it'll change the lore of the wand to say the amount of uses which are left.

Note: If the previous version of the plugin is being used and if you've given any players any wands in the past, then make sure to not change any keys of any wands which you might have which are in the "wands.yml" configuration file. An example of the new "wands.yml" configuration file which supports multiple wands for the same type is below.

Code (YAML):
WANDS:
  BUILDER-1
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lBuilder Wand"
      LORE
:
       - "&7Right click a block"
        - "&7to place five blocks outwards from it."
        - ""
        - "&fTotal Uses
: &b%uses%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "STICK"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "BUILDER" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: -1 # "-1" is unlimited
  BUILDER-2
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lBuilder Wand"
      LORE
:
       - "&7Right click a block"
        - "&7to place five blocks outwards from it."
        - ""
        - "&fUses Left
: &b%uses-left%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "STICK"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "BUILDER" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
  CONDENSE-1
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lCondense Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to condense all of the ores which are in it."
        - ""
        - "&fCondensable Items:"
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bNetherite&7,"
        - "  &bQuartz&7, &bSlime&7, &bGlowstone"
        - "&fTotal Uses
: &b%uses%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_SHOVEL"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "CONDENSE" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: -1 # "-1" is unlimited
  CONDENSE-2
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lCondense Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to condense all of the ores which are in it."
        - ""
        - "&fCondensable Items:"
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bNetherite&7,"
        - "  &bQuartz&7, &bSlime&7, &bGlowstone"
        - "&fUses Left
: &b%uses-left%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_SHOVEL"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "CONDENSE" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
  SELL-1
: # Vault is required
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lSell Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to sell all of the items which are in it."
        - ""
        - "&fSellable Items:" # All of the sellable items and prices are configurable in the "config.yml" configuration file
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bNetherite"
        - "&fTotal Uses
: &b%uses%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_HOE"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "SELL" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: -1 # "-1" is unlimited
  SELL-2
: # Vault is required
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lSell Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to sell all of the items which are in it."
        - ""
        - "&fSellable Items:" # All of the sellable items and prices are configurable in the "config.yml" configuration file
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bNetherite"
        - "&fUses Left
: &b%uses-left%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_HOE"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "SELL" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
  SMELT-1
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lSmelt Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to smelt all of the ores which are in it."
        - ""
        - "&fSmeltable Items:"
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bAncient Debris"
        - "  &bAll Logs&7, &bAll Stripped Logs"
        - "&fTotal Uses
: &b%uses%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "BLAZE_ROD"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "SMELT" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
  SMELT-2
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lSmelt Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to smelt all of the ores which are in it."
        - ""
        - "&fSmeltable Items:"
        - "  &bCoal&7, &bIron&7, &bGold&7, &bLapis Lazuli&7,"
        - "  &bRedstone&7, &bEmerald&7, &bDiamond&7, &bAncient Debris"
        - "  &bAll Logs&7, &bAll Stripped Logs"
        - "&fUses Left
: &b%uses-left%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "BLAZE_ROD"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "SMELT" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
  TRASH-1
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lTrash Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to trash all of the items which are in it."
        - ""
        - "&fTotal Uses
: &b%uses%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "BUCKET"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "TRASH" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: -1 # "-1" is unlimited
  TRASH-2
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lTrash Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to trash all of the items which are in it."
        - ""
        - "&fUses Left
: &b%uses-left%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "BUCKET"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "TRASH" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
  REPAIR-1
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lRepair Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to repair all of the items which are in it."
        - ""
        - "&fTotal Uses
: &b%uses%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_SWORD"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "REPAIR" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: -1 # "-1" is unlimited
  REPAIR-2
:
    ENABLED
: true
    ITEM-STACK
:
      NAME
: "&b&lRepair Wand"
      LORE
:
       - "&7Right click a chest"
        - "&7to repair all of the items which are in it."
        - ""
        - "&fUses Left
: &b%uses-left%"
        - ""
        - "&7&oRight click the air"
        - "&7&oto see how many uses which you have left."
      MATERIAL
: "DIAMOND_SWORD"
      CUSTOM-MODEL-DATA
: 0
      DATA
: 0
    TYPE
: "REPAIR" # "BUILDER", "CONDENSE", "SELL", "SMELT", "TRASH", and "REPAIR" are all of the available types
    USES
: 100 # "-1" is unlimited
----------, Feb 12, 2025

Resource Information
Author:
----------
Total Downloads: 9
First Release: Feb 8, 2025
Last Update: Apr 11, 2025
Category: ---------------
All-Time Rating:
3 ratings
Find more info at docs.loganmagnan.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings