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