/
Magic Wands adds powerful, custom-coded spellcasting items that bring true sorcery to your server. Forget simple enchantments—these wands summon cataclysmic effects, from annihilating terrain to trapping enemies within reality-bending barriers.
Are you ready to wield the power of the arcane, or will you succumb to the Chaos?
texture pack: /resourcepacks/codecrafter-plugin-pack
This plugin introduces unique, high-impact spells perfect for boss battles, dynamic PvP, or large-scale terraforming (destruction).
| Wand Name | Spell Name | Effect Description |
|---|---|---|
| Destruction Wand | Destruction Strike | Launches a powerful, configurable explosion at a targeted block within 60 blocks. The strength, block damage, and fire setting are all based on the wand's level. |
| Fury Wand | Wrath of the Heavens | Strikes a targeted location up to 80 blocks away with a massive lightning bolt. (Level 2+) The caster also summons a ring of additional lightning bolts around themselves, transforming into a mobile thunderstorm. |
| Gale Wand | Gale Blast | Fires a Wind Charge (from Minecraft 1.21+) in the direction the player is facing, which explodes on impact, pushing all entities and the caster back with powerful gusts of wind. |
| Healing Wand | Sacred Healing | Instantly restores the caster's health with maximum efficiency. The healing strength scales dramatically with the wand's level (up to Instant Health VIII). |
| Motion Wand | Motion Warp (Teleport) | Instantly vaporizes and rematerializes the caster to a targeted block up to 100 blocks away, perfect for rapid engagement or emergency escapes. |
| Shadowfury Wand | Shadow Barrage | Shrouds the area in darkness, inflicting Blindness on nearby enemies. The caster then rapidly fires shadowy particle lasers toward their target, dealing sustained damage. |
| Storm Wand | Tornado Summon | Creates a powerful, mobile tornado that draws in nearby creatures and then violently launches them away. (Level 5+) Summons multiple tornadoes in a swirling circle around the player, creating a devastating storm front. |
Claim your wand and reshape your world... or shatter it entirely.
Tested version is 1.21.8 Paper
# =========================================================
# MagicWands Plugin Configuration
# =========================================================
# --- Cooldown Settings (in seconds) ----------------------
cooldowns:
FURY:
LEVEL_1: 40
LEVEL_2: 80
DESTRUCTION: 60
MOTION: 10
GALE: 10
OBLIVION: 240
HEALING: 30
STORM: 50
CONTAINMENT: 240
VOID: 140
SHADOW_FURY: 15
CHAOS: 1800
show_cooldown_message: true
# --- Wand of Destruction: Explosion Strengths (10 Levels) ---
explosion_wand:
powers:
LEVEL_1: 2.0
LEVEL_2: 3.0
LEVEL_3: 4.0 # TNT Strength
LEVEL_4: 5.0
LEVEL_5: 6.0
LEVEL_6: 7.0
LEVEL_7: 8.0
LEVEL_8: 9.0
LEVEL_9: 10.0
LEVEL_10: 12.0
damage_blocks: true
set_fire: false
# --- BASIC-RECIPES (Level 1) -------------------------------
base_recipes:
FURY:
shape:
- 'SDS'
- 'LRL'
- 'SDS'
materials:
S: STICK
D: DIAMOND
L: LIGHTNING_ROD
R: BLAZE_ROD
DESTRUCTION:
shape:
- 'IOI'
- 'RBR'
- 'IOI'
materials:
I: IRON_INGOT
O: TNT
R: REDSTONE_BLOCK
B: BLAZE_ROD
MOTION:
shape:
- 'GEG'
- 'EBE'
- 'GEG'
materials:
G: GOLD_INGOT
E: ENDER_PEARL
B: BLAZE_ROD
GALE:
shape:
- 'FEF'
- 'PBP'
- 'SRS'
materials:
F: FEATHER
E: WIND_CHARGE
P: PHANTOM_MEMBRANE
B: BREEZE_ROD
S: SUGAR
R: Diamond
OBLIVION:
shape:
- 'SSS'
- 'NWN'
- 'OEO'
materials:
S: SHULKER_SHELL
N: NETHER_STAR
W: WITHER_SKELETON_SKULL
O: OBSIDIAN
E: END_STONE
HEALING:
shape:
- 'GMG'
- 'RDR'
- ' L '
materials:
G: GOLD_INGOT
M: GHAST_TEAR
R: REDSTONE
D: DIAMOND
L: BLAZE_ROD
STORM:
shape:
- 'FEF'
- 'PDP'
- ' R '
materials:
F: FEATHER
E: ENDER_EYE
P: PHANTOM_MEMBRANE
D: DIAMOND
R: BLAZE_ROD
CONTAINMENT:
shape:
- 'PPP'
- 'ODO'
- ' B '
materials:
P: PURPUR_BLOCK
O: OBSIDIAN
D: DIAMOND
B: BLAZE_ROD
VOID:
shape:
- 'PSP'
- 'ERE'
- 'PBP'
materials:
P: PURPUR_BLOCK
S: SHULKER_SHELL
E: ENDER_PEARL
R: BLAZE_ROD
B: NETHERITE_INGOT
SHADOW_FURY:
shape:
- 'WNN'
- 'SSS'
- 'NRW'
materials:
W: WITHER_SKELETON_SKULL
N: NETHERITE_SCRAP
S: OBSIDIAN
R: BLAZE_ROD
CHAOS:
shape:
- 'SDT'
- 'RWR'
- 'STE'
materials:
S: NETHER_STAR
D: DRAGON_BREATH
T: TOTEM_OF_UNDYING
R: NETHERITE_BLOCK
E: DRAGON_EGG
W: BLAZE_ROD
# --- UPGRADE-RECIPES ---------------------------------------
upgrade_recipes:
# 1 -> 2
UPGRADE_FURY_1_TO_2:
target_wand: FURY
target_level: 2
shape:
- 'GBG'
- 'BWB'
- 'GBG'
materials:
G: GLOWSTONE_DUST
B: BLAZE_ROD
W: '%WAND%'
# 1 -> 2
UPGRADE_DESTRUCTION_1_TO_2:
target_wand: DESTRUCTION
target_level: 2
shape:
- 'DND'
- 'NUN'
- 'DND'
materials:
D: DIAMOND
N: NETHER_WART_BLOCK
U: '%WAND%'
# 2 -> 3
UPGRADE_DESTRUCTION_2_TO_3:
target_wand: DESTRUCTION
target_level: 3
shape:
- 'GOG'
- 'OWO'
- 'GOG'
materials:
G: GUNPOWDER
O: OBSIDIAN
W: '%WAND%'
# 3 -> 4
UPGRADE_DESTRUCTION_3_TO_4:
target_wand: DESTRUCTION
target_level: 4
shape:
- 'BBB'
- 'BWB'
- 'BBB'
materials:
B: BLAZE_ROD
W: '%WAND%'
# 4 -> 5
UPGRADE_DESTRUCTION_4_TO_5:
target_wand: DESTRUCTION
target_level: 5
shape:
- 'DSD'
- 'SWS'
- 'DSD'
materials:
D: DIAMOND
S: NETHER_STAR
W: '%WAND%'
# 5 -> 6
UPGRADE_DESTRUCTION_5_TO_6:
target_wand: DESTRUCTION
target_level: 6
shape:
- 'NCN'
- 'CWC'
- 'NCN'
materials:
N: NETHERITE_SCRAP
C: CRIMSON_PLANKS
W: '%WAND%'
# 6 -> 7
UPGRADE_DESTRUCTION_6_TO_7:
target_wand: DESTRUCTION
target_level: 7
shape:
- 'WPW'
- 'PUP'
- 'WPW'
materials:
W: WITHER_SKELETON_SKULL
P: PHANTOM_MEMBRANE
U: '%WAND%'
# 7 -> 8
UPGRADE_DESTRUCTION_7_TO_8:
target_wand: DESTRUCTION
target_level: 8
shape:
- 'EBE'
- 'BWB'
- 'EBE'
materials:
E: ENDER_EYE
B: BLAZE_ROD
W: '%WAND%'
# 8 -> 9
UPGRADE_DESTRUCTION_8_TO_9:
target_wand: DESTRUCTION
target_level: 9
shape:
- 'GRG'
- 'RWR'
- 'GRG'
materials:
G: GHAST_TEAR
R: REDSTONE_BLOCK
W: '%WAND%'
# 9 -> 10
UPGRADE_DESTRUCTION_9_TO_10:
target_wand: DESTRUCTION
target_level: 10
shape:
- 'NSN'
- 'SWS'
- 'NSN'
materials:
N: NETHERITE_INGOT
S: SHULKER_SHELL
W: '%WAND%'
# --- UPGRADE-RECIPES für OBLIVION ---
# 1 -> 2: Verdoppelt die Größe (2x2)
UPGRADE_OBLIVION_1_TO_2:
target_wand: OBLIVION
required_level: 1
target_level: 2
shape:
- 'SSS'
- 'NWN'
- 'SSS'
materials:
S: SHULKER_SHELL
N: NETHERITE_INGOT
W: '%WAND%' # OBLIVION Level 1
# 2 -> 3: 3x3
UPGRADE_OBLIVION_2_TO_3:
target_wand: OBLIVION
required_level: 2
target_level: 3
shape:
- 'EEE'
- 'EWE'
- 'EEE'
materials:
E: ENDER_EYE
W: '%WAND%' # OBLIVION Level 2
# 3 -> 4: 4x4
UPGRADE_OBLIVION_3_TO_4:
target_wand: OBLIVION
required_level: 3
target_level: 4
shape:
- 'OOO'
- 'OWO'
- 'OOO'
materials:
O: OBSIDIAN
W: '%WAND%' # OBLIVION Level 3
# 4 -> 5: 5x5
UPGRADE_OBLIVION_4_TO_5:
target_wand: OBLIVION
required_level: 4
target_level: 5
shape:
- ' W '
- 'SSS'
- ' W '
materials:
S: WITHER_SKELETON_SKULL
W: '%WAND%' # OBLIVION Level 4
# 5 -> 6: 6x6
UPGRADE_OBLIVION_5_TO_6:
target_wand: OBLIVION
required_level: 5
target_level: 6
shape:
- 'P P'
- 'PWP'
- 'P P'
materials:
P: PHANTOM_MEMBRANE
W: '%WAND%' # OBLIVION Level 5
# 6 -> 7: 7x7
UPGRADE_OBLIVION_6_TO_7:
target_wand: OBLIVION
required_level: 6
target_level: 7
shape:
- 'N N'
- 'NWN'
- 'N N'
materials:
N: NETHERITE_SCRAP
W: '%WAND%' # OBLIVION Level 6
# 7 -> 8: 8x8
UPGRADE_OBLIVION_7_TO_8:
target_wand: OBLIVION
required_level: 7
target_level: 8
shape:
- 'B B'
- 'BWB'
- 'B B'
materials:
B: DRAGON_BREATH
W: '%WAND%' # OBLIVION Level 7
# 8 -> 9: 9x9
UPGRADE_OBLIVION_8_TO_9:
target_wand: OBLIVION
required_level: 8
target_level: 9
shape:
- 'E E'
- 'EWE'
- 'E E'
materials:
E: ELYTRA # Eine Elytra pro Upgrade
W: '%WAND%' # OBLIVION Level 8
# 9 -> 10: 10x10
UPGRADE_OBLIVION_9_TO_10:
target_wand: OBLIVION
required_level: 9
target_level: 10
shape:
- 'L L'
- 'LWL'
- 'L L'
materials:
L: DIAMOND_BLOCK
W: '%WAND%' # OBLIVION Level 9
# 10 -> 11: 11x11
UPGRADE_OBLIVION_10_TO_11:
target_wand: OBLIVION
required_level: 10
target_level: 11
shape:
- 'G G'
- 'GWG'
- 'G G'
materials:
G: GOLD_BLOCK
W: '%WAND%' # OBLIVION Level 10
# 11 -> 12: 12x12
UPGRADE_OBLIVION_11_TO_12:
target_wand: OBLIVION
required_level: 11
target_level: 12
shape:
- 'I I'
- 'IWI'
- 'I I'
materials:
I: IRON_BLOCK
W: '%WAND%' # OBLIVION Level 11
# 12 -> 13: 13x13
UPGRADE_OBLIVION_12_TO_13:
target_wand: OBLIVION
required_level: 12
target_level: 13
shape:
- 'NNN'
- 'NWN'
- 'NNN'
materials:
N: NETHERITE_BLOCK
W: '%WAND%' # OBLIVION Level 12
# 13 -> 14: 14x14
UPGRADE_OBLIVION_13_TO_14:
target_wand: OBLIVION
required_level: 13
target_level: 14
shape:
- 'SSS'
- 'SWS'
- 'SSS'
materials:
S: SHULKER_SHELL
W: '%WAND%' # OBLIVION Level 13
# 14 -> 15: 15x15
UPGRADE_OBLIVION_14_TO_15:
target_wand: OBLIVION
required_level: 14
target_level: 15
shape:
- 'NNN'
- 'NWN'
- 'NNN'
materials:
N: NETHER_STAR
W: '%WAND%' # OBLIVION Level 14
# 15 -> 16: 16x16 (Chunk-Slice)
UPGRADE_OBLIVION_15_TO_16:
target_wand: OBLIVION
required_level: 15
target_level: 16
shape:
- 'N S'
- 'NWN'
- 'S N'
materials:
N: NETHER_STAR
S: SHULKER_BOX
W: '%WAND%' # OBLIVION Level 15
# 1 -> 2
UPGRADE_HEALING_1_TO_2:
target_wand: HEALING
required_level: 1
target_level: 2
shape:
- ' G '
- 'GWG'
- ' G '
materials:
G: GLOWSTONE_DUST
W: '%WAND%' # HEALING Level 1
# 2 -> 3
UPGRADE_HEALING_2_TO_3:
target_wand: HEALING
required_level: 2
target_level: 3
shape:
- ' G '
- 'GWG'
- ' R '
materials:
G: GHAST_TEAR
R: GOLD_BLOCK
W: '%WAND%' # HEALING Level 2
# 3 -> 4
UPGRADE_HEALING_3_TO_4:
target_wand: HEALING
required_level: 3
target_level: 4
shape:
- 'RDR'
- 'DWD'
- 'RDR'
materials:
R: REDSTONE_BLOCK
D: DIAMOND
W: '%WAND%' # HEALING Level 3
# 4 -> 5
UPGRADE_HEALING_4_TO_5:
target_wand: HEALING
required_level: 4
target_level: 5
shape:
- 'GGG'
- 'GWG'
- 'GGG'
materials:
G: GOLD_BLOCK
W: '%WAND%' # HEALING Level 4
# 5 -> 6
UPGRADE_HEALING_5_TO_6:
target_wand: HEALING
required_level: 5
target_level: 6
shape:
- ' E '
- 'EWE'
- ' E '
materials:
E: ENCHANTED_GOLDEN_APPLE
W: '%WAND%' # HEALING Level 5
# 6 -> 7
UPGRADE_HEALING_6_TO_7:
target_wand: HEALING
required_level: 6
target_level: 7
shape:
- ' N '
- 'NWN'
- ' N '
materials:
N: NETHERITE_INGOT
W: '%WAND%' # HEALING Level 6
# 7 -> 8 (Ultimate Level)
UPGRADE_HEALING_7_TO_8:
target_wand: HEALING
required_level: 7
target_level: 8
shape:
- 'N S'
- 'GWG'
- 'N S'
materials:
N: NETHER_STAR
S: SHULKER_SHELL
G: GOLD_BLOCK
W: '%WAND%' # HEALING Level 7
# 1 -> 2
UPGRADE_STORM_1_TO_2:
target_wand: STORM
required_level: 1
target_level: 2
shape:
- ' F '
- 'FWF'
- ' F '
materials:
F: FEATHER
W: '%WAND%' # STORM Level 1
# 2 -> 3
UPGRADE_STORM_2_TO_3:
target_wand: STORM
required_level: 2
target_level: 3
shape:
- 'E E'
- 'EWE'
- 'E E'
materials:
E: ENDER_PEARL
W: '%WAND%' # STORM Level 2
# 3 -> 4
UPGRADE_STORM_3_TO_4:
target_wand: STORM
required_level: 3
target_level: 4
shape:
- 'PPP'
- 'PWP'
- 'PPP'
materials:
P: PHANTOM_MEMBRANE
W: '%WAND%' # STORM Level 3
# 4 -> 5
UPGRADE_STORM_4_TO_5:
target_wand: STORM
required_level: 4
target_level: 5
shape:
- 'SWS'
- 'N N'
- 'S S'
materials:
S: SHULKER_SHELL
N: NETHERITE_INGOT
W: '%WAND%' # STORM Level 4
# NEU: 1 -> 2 (CONTAINMENT)
UPGRADE_CONTAINMENT_1_TO_2:
target_wand: CONTAINMENT
required_level: 1
target_level: 2
shape:
- 'EEE'
- 'SWS'
- 'EEE'
materials:
E: ENDER_EYE
S: END_STONE_BRICKS
W: '%WAND%' # CONTAINMENT Level 1
# --- VOID Upgrades (Level 2 to 6) ----------------------
# VOID 1 -> 2
UPGRADE_VOID_1_TO_2:
target_wand: VOID
target_level: 2
shape:
- 'NPN'
- 'PWP'
- 'NPN'
materials:
N: NETHER_STAR
P: PURPUR_PILLAR
W: '%WAND%'
# VOID 2 -> 3
UPGRADE_VOID_2_TO_3:
target_wand: VOID
target_level: 3
shape:
- 'ERE'
- 'RWR'
- 'ERE'
materials:
E: END_STONE
R: ENDER_PEARL
W: '%WAND%'
# VOID 3 -> 4
UPGRADE_VOID_3_TO_4:
target_wand: VOID
target_level: 4
shape:
- 'OOO'
- 'OWO'
- 'OOO'
materials:
O: OBSIDIAN
W: '%WAND%'
# VOID 4 -> 5
UPGRADE_VOID_4_TO_5:
target_wand: VOID
target_level: 5
shape:
- 'DCD'
- 'CWC'
- 'DCD'
materials:
D: DIAMOND_BLOCK
C: Crying_Obsidian
W: '%WAND%'
# VOID 5 -> 6 (Max Level)
UPGRADE_VOID_5_TO_6:
target_wand: VOID
target_level: 6
shape:
- 'NPN'
- 'PWP'
- 'NPN'
materials:
N: NETHERITE_BLOCK
P: DRAGON_BREATH
W: '%WAND%'
UPGRADE_SHADOW_FURY_1_TO_2:
target_wand: SHADOW_FURY
target_level: 2
shape:
- 'OEO'
- 'PWP'
- 'OEO'
materials:
O: OBSIDIAN
E: ENDER_EYE
P: PURPUR_BLOCK
W: '%WAND%'
UPGRADE_SHADOW_FURY_2_TO_3:
target_wand: SHADOW_FURY
target_level: 3
shape:
- 'NSN'
- 'RWR'
- 'NSN'
materials:
N: NETHERITE_SCRAP
S: WITHER_SKELETON_SKULL
R: NETHER_STAR
W: '%WAND%'

Want some magic wands on your server? here are 11. Many have more then one level.