Adds special craftable weapons and armor!
This plugin adds 5 new items with special abilities (more will be added).
Items can be crafted or obtained by commands.
Items:
Spoiler: Items
Spoiler: Excalibur
Spoiler: Config Section
Code (YAML):
EXCALIBUR:
enabled : true
name : "&cExcalibur"
ench :
- sharpness:1
lore :
- "&6The legendary Excalibur!"
- "&aChance to create a small explosion on hit."
- "&aRight click to activate ability for 4 seconds."
- "&aAll hits will cause explosions while ability is active!"
craft_enabled : true
craft :
- GUNPOWDER, TNT, GUNPOWDER
- DIAMOND_BLOCK, DIAMOND_SWORD, DIAMOND_BLOCK
- AIR, FIREWORK_ROCKET, AIR
mini_explosion_chance : 0.25
mini_explosion_damage : 5
ability_cooldown : 15.0
ability_duration : 4.0
enabled : true
name : "&cExcalibur"
ench :
- sharpness:1
lore :
- "&6The legendary Excalibur!"
- "&aChance to create a small explosion on hit."
- "&aRight click to activate ability for 4 seconds."
- "&aAll hits will cause explosions while ability is active!"
craft_enabled : true
craft :
- GUNPOWDER, TNT, GUNPOWDER
- DIAMOND_BLOCK, DIAMOND_SWORD, DIAMOND_BLOCK
- AIR, FIREWORK_ROCKET, AIR
mini_explosion_chance : 0.25
mini_explosion_damage : 5
ability_cooldown : 15.0
ability_duration : 4.0
Spoiler: Mjölnir
Spoiler: Config Section
Code (YAML):
MJOLNIR:
enabled : true
name : "&6Mjölnir"
ench :
- sharpness:3
lore :
- "&3The Hammer of Thor"
- "&1Right click to throw."
- "&1Shift right click to summon lightning."
craft_enabled : true
craft :
- GOLD_BLOCK, GOLD_BLOCK, GOLD_BLOCK
- GOLD_BLOCK, BLAZE_ROD, GOLD_BLOCK
- GLOWSTONE_DUST, BLAZE_ROD, GLOWSTONE_DUST
throw_damage : 6
throw_cooldown : 1.5
lightning_damage : 20
lightning_cooldown : 20
lightning_max_distance : 40
enabled : true
name : "&6Mjölnir"
ench :
- sharpness:3
lore :
- "&3The Hammer of Thor"
- "&1Right click to throw."
- "&1Shift right click to summon lightning."
craft_enabled : true
craft :
- GOLD_BLOCK, GOLD_BLOCK, GOLD_BLOCK
- GOLD_BLOCK, BLAZE_ROD, GOLD_BLOCK
- GLOWSTONE_DUST, BLAZE_ROD, GLOWSTONE_DUST
throw_damage : 6
throw_cooldown : 1.5
lightning_damage : 20
lightning_cooldown : 20
lightning_max_distance : 40
Spoiler: Guardian Helmet
Spoiler: Config Section
Code (YAML):
GUARDIAN_HELMET:
enabled : true
name : "&3Guardian Helmet"
ench :
- protection:2
- thorns:3
- aqua_affinity:1
- respiration:3
lore :
- "&cHold shift to charge a laser."
- "&cSmall chance to apply mining fatigue when hit."
craft_enabled : true
craft :
- PRISMARINE_SHARD, PRISMARINE_SHARD, PRISMARINE_SHARD
- PRISMARINE_SHARD, ENDER_EYE, PRISMARINE_SHARD
- REDSTONE, WET_SPONGE, REDSTONE
explosion_power : 6
break_blocks : true
set_fire : true
cooldown : 30.0
max_distance : 60 # WARNING! Setting this too high may cause crashes due to unloaded chunks.
enabled : true
name : "&3Guardian Helmet"
ench :
- protection:2
- thorns:3
- aqua_affinity:1
- respiration:3
lore :
- "&cHold shift to charge a laser."
- "&cSmall chance to apply mining fatigue when hit."
craft_enabled : true
craft :
- PRISMARINE_SHARD, PRISMARINE_SHARD, PRISMARINE_SHARD
- PRISMARINE_SHARD, ENDER_EYE, PRISMARINE_SHARD
- REDSTONE, WET_SPONGE, REDSTONE
explosion_power : 6
break_blocks : true
set_fire : true
cooldown : 30.0
max_distance : 60 # WARNING! Setting this too high may cause crashes due to unloaded chunks.
Spoiler: Magmablade
Spoiler: Config Section
Code (YAML):
MAGMABLADE:
enabled : true
name : "&6Magmablade"
ench :
- fire_aspect:2
lore :
- "&3Damaging enemies charges ability."
- "&3Flames will appear when ability is ready."
- "&3Right click to activate ability."
craft_enabled : true
craft :
- AIR, MAGMA_BLOCK, AIR
- AIR, MAGMA_BLOCK, AIR
- AIR, BLAZE_ROD, AIR
damage_needed : 40
ability_damage : 11
enabled : true
name : "&6Magmablade"
ench :
- fire_aspect:2
lore :
- "&3Damaging enemies charges ability."
- "&3Flames will appear when ability is ready."
- "&3Right click to activate ability."
craft_enabled : true
craft :
- AIR, MAGMA_BLOCK, AIR
- AIR, MAGMA_BLOCK, AIR
- AIR, BLAZE_ROD, AIR
damage_needed : 40
ability_damage : 11
Spoiler: Windblade
Spoiler: Config Section
Code (YAML):
WINDBLADE:
enabled : true
name : "&aWindblade"
ench :
- knockback:1
lore :
- "&eRight click to use ability."
- "&eStores up to three charges."
- "&e+20% speed"
craft_enabled : true
craft :
- FEATHER, IRON_INGOT, FEATHER
- FEATHER, IRON_INGOT, FEATHER
- FEATHER, STICK, FEATHER
ability_damage : 5
ability_cooldown : 3.5
ability_max_distance : 35.0 # WARNING! Setting this too high may cause crashes due to unloaded chunks.
ability_max_charges : 3
enabled : true
name : "&aWindblade"
ench :
- knockback:1
lore :
- "&eRight click to use ability."
- "&eStores up to three charges."
- "&e+20% speed"
craft_enabled : true
craft :
- FEATHER, IRON_INGOT, FEATHER
- FEATHER, IRON_INGOT, FEATHER
- FEATHER, STICK, FEATHER
ability_damage : 5
ability_cooldown : 3.5
ability_max_distance : 35.0 # WARNING! Setting this too high may cause crashes due to unloaded chunks.
ability_max_charges : 3
Commands:
Spoiler: Commands
Main Command:
/mythicalgear
/mg help Displays commands
/mg items View items and recipes
/mg give <player> <item> Obtains item through command, will open GUI if no item is stated
/mg reload Reloads config
/mg help Displays commands
/mg items View items and recipes
/mg give <player> <item> Obtains item through command, will open GUI if no item is stated
/mg reload Reloads config
Config.yml:
Spoiler: Configuration
Code (YAML):
items
:
EXCALIBUR:
enabled : true
name : "&cExcalibur"
ench :
- sharpness:1
lore :
- "&6The legendary Excalibur!"
- "&aChance to create a small explosion on hit."
- "&aRight click to activate ability for 4 seconds."
- "&aAll hits will cause explosions while ability is active!"
craft_enabled : true
craft :
- GUNPOWDER, TNT, GUNPOWDER
- DIAMOND_BLOCK, DIAMOND_SWORD, DIAMOND_BLOCK
- AIR, FIREWORK_ROCKET, AIR
mini_explosion_chance : 0.25
mini_explosion_damage : 5
ability_cooldown : 15.0
ability_duration : 4.0
MJOLNIR:
enabled : true
name : "&6Mjölnir"
ench :
- sharpness:3
lore :
- "&3The Hammer of Thor"
- "&1Right click to throw."
- "&1Shift right click to summon lightning."
craft_enabled : true
craft :
- GOLD_BLOCK, GOLD_BLOCK, GOLD_BLOCK
- GOLD_BLOCK, BLAZE_ROD, GOLD_BLOCK
- GLOWSTONE_DUST, BLAZE_ROD, GLOWSTONE_DUST
throw_damage : 6
throw_cooldown : 1.5
lightning_damage : 20
lightning_cooldown : 20
lightning_max_distance : 40
GUARDIAN_HELMET:
enabled : true
name : "&3Guardian Helmet"
ench :
- protection:2
- thorns:3
- aqua_affinity:1
- respiration:3
lore :
- "&cHold shift to charge a laser."
- "&cSmall chance to apply mining fatigue when hit."
craft_enabled : true
craft :
- PRISMARINE_SHARD, PRISMARINE_SHARD, PRISMARINE_SHARD
- PRISMARINE_SHARD, ENDER_EYE, PRISMARINE_SHARD
- REDSTONE, WET_SPONGE, REDSTONE
explosion_power : 6
break_blocks : true
set_fire : true
cooldown : 30.0
max_distance : 60 # WARNING! Setting this too high may cause crashes due to unloaded chunks.
MAGMABLADE:
enabled : true
name : "&6Magmablade"
ench :
- fire_aspect:2
lore :
- "&3Damaging enemies charges ability."
- "&3Flames will appear when ability is ready."
- "&3Right click to activate ability."
craft_enabled : true
craft :
- AIR, MAGMA_BLOCK, AIR
- AIR, MAGMA_BLOCK, AIR
- AIR, BLAZE_ROD, AIR
damage_needed : 40
ability_damage : 11
WINDBLADE:
enabled : true
name : "&aWindblade"
ench :
- knockback:1
lore :
- "&eRight click to use ability."
- "&eStores up to three charges."
- "&e+20% speed"
craft_enabled : true
craft :
- FEATHER, IRON_INGOT, FEATHER
- FEATHER, IRON_INGOT, FEATHER
- FEATHER, STICK, FEATHER
ability_damage : 5
ability_cooldown : 3.5
ability_max_distance : 35.0 # WARNING! Setting this too high may cause crashes due to unloaded chunks.
ability_max_charges : 3
EXCALIBUR:
enabled : true
name : "&cExcalibur"
ench :
- sharpness:1
lore :
- "&6The legendary Excalibur!"
- "&aChance to create a small explosion on hit."
- "&aRight click to activate ability for 4 seconds."
- "&aAll hits will cause explosions while ability is active!"
craft_enabled : true
craft :
- GUNPOWDER, TNT, GUNPOWDER
- DIAMOND_BLOCK, DIAMOND_SWORD, DIAMOND_BLOCK
- AIR, FIREWORK_ROCKET, AIR
mini_explosion_chance : 0.25
mini_explosion_damage : 5
ability_cooldown : 15.0
ability_duration : 4.0
MJOLNIR:
enabled : true
name : "&6Mjölnir"
ench :
- sharpness:3
lore :
- "&3The Hammer of Thor"
- "&1Right click to throw."
- "&1Shift right click to summon lightning."
craft_enabled : true
craft :
- GOLD_BLOCK, GOLD_BLOCK, GOLD_BLOCK
- GOLD_BLOCK, BLAZE_ROD, GOLD_BLOCK
- GLOWSTONE_DUST, BLAZE_ROD, GLOWSTONE_DUST
throw_damage : 6
throw_cooldown : 1.5
lightning_damage : 20
lightning_cooldown : 20
lightning_max_distance : 40
GUARDIAN_HELMET:
enabled : true
name : "&3Guardian Helmet"
ench :
- protection:2
- thorns:3
- aqua_affinity:1
- respiration:3
lore :
- "&cHold shift to charge a laser."
- "&cSmall chance to apply mining fatigue when hit."
craft_enabled : true
craft :
- PRISMARINE_SHARD, PRISMARINE_SHARD, PRISMARINE_SHARD
- PRISMARINE_SHARD, ENDER_EYE, PRISMARINE_SHARD
- REDSTONE, WET_SPONGE, REDSTONE
explosion_power : 6
break_blocks : true
set_fire : true
cooldown : 30.0
max_distance : 60 # WARNING! Setting this too high may cause crashes due to unloaded chunks.
MAGMABLADE:
enabled : true
name : "&6Magmablade"
ench :
- fire_aspect:2
lore :
- "&3Damaging enemies charges ability."
- "&3Flames will appear when ability is ready."
- "&3Right click to activate ability."
craft_enabled : true
craft :
- AIR, MAGMA_BLOCK, AIR
- AIR, MAGMA_BLOCK, AIR
- AIR, BLAZE_ROD, AIR
damage_needed : 40
ability_damage : 11
WINDBLADE:
enabled : true
name : "&aWindblade"
ench :
- knockback:1
lore :
- "&eRight click to use ability."
- "&eStores up to three charges."
- "&e+20% speed"
craft_enabled : true
craft :
- FEATHER, IRON_INGOT, FEATHER
- FEATHER, IRON_INGOT, FEATHER
- FEATHER, STICK, FEATHER
ability_damage : 5
ability_cooldown : 3.5
ability_max_distance : 35.0 # WARNING! Setting this too high may cause crashes due to unloaded chunks.
ability_max_charges : 3
Permissions:
Spoiler: Permissions
Code (Text):
mythicalgear.command.help
mythicalgear.command.items
mythicalgear.command.give
mythicalgear.command.reload
mythicalgear.craft.excalibur
mythicalgear.craft.mjolnir
mythicalgear.craft.guardian_helmet
mythicalgear.craft.magmablade
mythicalgear.craft.windblade
mythicalgear.command.items
mythicalgear.command.give
mythicalgear.command.reload
mythicalgear.craft.excalibur
mythicalgear.craft.mjolnir
mythicalgear.craft.guardian_helmet
mythicalgear.craft.magmablade
mythicalgear.craft.windblade
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.14, 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
MythicalGear is a free Minecraft Java mod. Compatible with Minecraft 1.14, 1.15. Downloaded 211 times (via Spigot). Download it and open it directly in the game.