⭐ 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.



Update (Version 1.3)
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
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