Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
NexusWands
Overview
NexusWands bundles a full wand arsenal into one plugin. Build wands speed up common server chores — extending surfaces, compressing ores, bulk-selling chests, smelting containers and repairing gear — while magic wands add combat/utility spells like lightning strikes, wither-skull projectiles, kinetic shockwaves and a protective crystal barrier.
Every wand is defined in config.yml with its own display name, item material, custom model data (for resource packs), cooldown and use count. Build wands are charge-limited by default; magic wands can be set to unlimited (uses: -1). Players open a GUI arsenal to see what is available, and admins hand out wands with /wand give. It fits creative, survival and SMP servers selling utility perks in a store.
Features
- Nine pre-built wands in two categories — Build/Utility and Magic/Spell.
- Build wands: Builder (extend surfaces), Condense (ores → blocks), Sell (liquidate chest contents), Smelt (smelt container contents), Repair (repair inventory gear).
- Magic wands: Zeus' Wrath (lightning), Hades' Nether (skull projectiles), Kinetic Power (radial shockwave), Empire Aegis (crystal barrier).
- Per-wand cooldowns in milliseconds, tracked by a dedicated cooldown manager.
- Charge-based usage — finite
usesper wand, or-1for unlimited. - Custom model data support for resource-pack textures/models.
- GUI arsenal browser — one menu listing every available wand.
- Right-click activation for fast in-world use.
- Admin give command with optional custom use count.
- Live reload —
/wand reloadre-reads the configuration with no restart.
Commands
| Command | Description | Permission |
|---|---|---|
/wand (alias: /wands) |
Open the wands arsenal GUI | wands.use |
/wand help |
Show the command help list | wands.use |
/wand list |
List all available wands | wands.use |
/wand give <player> <wand> [uses] |
Give a wand to a player, optionally with a custom use count | wands.admin |
/wand reload |
Reload configuration files | wands.admin |
Permissions
| Node | Default | Description |
|---|---|---|
wands.use |
true |
Use wands and the wands GUI |
wands.admin |
op |
Full administrative access to wand creation and giving |
Configuration
config.yml (excerpt):
settings:
menu-title: "<dark_gray>ToprakSMP Wands Arsenal</dark_gray>"
wands:
builder:
display-name: "<gold><bold>Builder Wand</bold></gold>"
description: "Extends matching block surfaces into the clicked face."
material: "BLAZE_ROD"
custom-model-data: 1001
cooldown: 1000
uses: 250
repair:
display-name: "<aqua><bold>Repair Wand</bold></aqua>"
description: "Fully repairs all worn equipment and armor in your inventory."
material: "ANVIL"
custom-model-data: 1005
cooldown: 5000
uses: 50
zeus:
display-name: "<yellow><bold>Zeus' Wrath Wand</bold></yellow>"
description: "Summons bolts of divine lightning upon targeted enemies."
material: "LIGHTNING_ROD"
custom-model-data: 2001
cooldown: 3000
uses: -1
Included wands: builder, condense, sell, smelt, repair, zeus, hades, power, empire. Each supports display-name, description, material, custom-model-data, cooldown (ms) and uses (-1 = unlimited).
Compatibility
- Server software: Paper 1.21.11 (api-version
1.21) - Java: 21
- Soft dependencies: none
Support
- GitHub: https://github.com/toprakeker/NexusWands
- Discord: provided with your purchase for setup help and bug reports
- Issues and feature requests are handled through the GitHub issue tracker.

