ModsJava
PowerMineCraft | OP Weapons, Pickaxes & Armor | Custom Abilities | 1.21+
PowerMineCraft is a custom plugin for Spigot/Paper servers that adds a complete admin-style item system with powerful weapons, tools, armor, and special mechanics. Players can access a clean GUI menu through the /pmc command and receive unique custom items directly into their inventory.
Feature Highlights:
config.yml
Other Important Information:
- Custom GUI menu with categories for weapons, tools, and armor
- Powerful custom weapons such as:
- Thunder Sword
- Darkblade Sword
- Venom Bow
- Thor’s Trident
- Custom tools including:
- Destroyer Pickaxe
- Inferno Pickaxe
- Frost Pickaxe
- Immortal Shovel
- Ultimate Axe
- Chetada Hoe
- Infinite Water Bucket
- Custom armor set with special themed pieces:
- Dragon Helmet
- Dragon Chestplate
- Dragon Leggings
- Dragon Boots
- Special mechanics:
- Thor’s Trident gives a launch-like boost and prevents fall damage after activation
- Infinite Water Bucket can be used repeatedly to place water without running out
Code (YAML):
pickaxes:
immortal_shovel:
material : NETHERITE_SHOVEL
display-name : "§a§lImmortal Shovel"
lore :
- "§7A powerful shovel with endless durability"
enchantments:
EFFICIENCY : 255
SILK_TOUCH : 1
UNBREAKING : 255
unbreakable : true
slot : 9
icon : NETHERITE_SHOVEL
ultimate_axe:
material : NETHERITE_AXE
display-name : "§d§lUltimate Axe"
lore :
- "§7A powerful axe built for extreme damage"
- "§7Insanely fast and unbreakable"
enchantments:
SHARPNESS : 255
EFFICIENCY : 255
UNBREAKING : 255
unbreakable : true
slot : 10
icon : NETHERITE_AXE
destroyer_pickaxe:
material : NETHERITE_PICKAXE
display-name : "§c§lDestroyer Pickaxe"
lore : [ ]
enchantments:
EFFICIENCY : 255
FORTUNE : 255
UNBREAKING : 255
unbreakable : true
slot : 11
icon : NETHERITE_PICKAXE
inferno_pickaxe:
material : NETHERITE_PICKAXE
display-name : "§6§lInferno Pickaxe"
lore : [ ]
enchantments:
EFFICIENCY : 200
FIRE_ASPECT : 100
UNBREAKING : 255
unbreakable : true
slot : 13
icon : NETHERITE_PICKAXE
frost_pickaxe:
material : NETHERITE_PICKAXE
display-name : "§b§lFrost Pickaxe"
lore : [ ]
enchantments:
EFFICIENCY : 200
FROST_WALKER : 100
UNBREAKING : 255
unbreakable : true
slot : 15
icon : NETHERITE_PICKAXE
chetada_hoe:
material : NETHERITE_HOE
display-name : "§5§lChetada Hoe"
lore : [ ]
enchantments:
EFFICIENCY : 255
FORTUNE : 255
UNBREAKING : 255
unbreakable : true
slot : 17
icon : NETHERITE_HOE
infinite_water_bucket:
material : WATER_BUCKET
display-name : "§b§lInfinite Water Bucket"
lore :
- "§7Right-click to use it endlessly"
- "§7It never runs out"
enchantments : { }
unbreakable : false
slot : 19
icon : WATER_BUCKET
weapons:
thunder_sword:
material : NETHERITE_SWORD
display-name : "§9§lThunder Sword"
lore : [ ]
enchantments:
SHARPNESS : 255
KNOCKBACK : 200
UNBREAKING : 255
unbreakable : true
slot : 10
icon : NETHERITE_SWORD
darkblade_sword:
material : NETHERITE_SWORD
display-name : "§0§lDarkblade Sword"
lore : [ ]
enchantments:
SHARPNESS : 200
FIRE_ASPECT : 255
UNBREAKING : 255
unbreakable : true
slot : 12
icon : NETHERITE_SWORD
venom_bow:
material : CROSSBOW
display-name : "§2§lVenom Bow"
lore : [ ]
enchantments:
POWER : 255
QUICK_CHARGE : 200
MULTISHOT : 100
UNBREAKING : 255
unbreakable : true
slot : 14
icon : CROSSBOW
thor_trident:
material : TRIDENT
display-name : "§3§lThor's Trident"
lore :
- "§7Hold left-click, then release to launch"
- "§7Grants immunity to fall damage after the boost"
enchantments:
RIPTIDE : 3
CHANNELING : 1
UNBREAKING : 255
unbreakable : true
slot : 16
icon : TRIDENT
armor:
dragon_helmet:
material : NETHERITE_HELMET
display-name : "§c§lDragon Helmet"
lore : [ ]
enchantments:
PROTECTION : 255
BLAST_PROTECTION : 200
UNBREAKING : 255
unbreakable : true
slot : 10
icon : NETHERITE_HELMET
dragon_chestplate:
material : NETHERITE_CHESTPLATE
display-name : "§c§lDragon Chestplate"
lore : [ ]
enchantments:
PROTECTION : 255
FIRE_PROTECTION : 200
UNBREAKING : 255
unbreakable : true
slot : 12
icon : NETHERITE_CHESTPLATE
dragon_leggings:
material : NETHERITE_LEGGINGS
display-name : "§c§lDragon Leggings"
lore : [ ]
enchantments:
PROTECTION : 255
PROJECTILE_PROTECTION : 200
UNBREAKING : 255
unbreakable : true
slot : 14
icon : NETHERITE_LEGGINGS
dragon_boots:
material : NETHERITE_BOOTS
display-name : "§c§lDragon Boots"
lore : [ ]
enchantments:
PROTECTION : 255
FROST_WALKER : 200
UNBREAKING : 255
unbreakable : true
slot : 16
icon : NETHERITE_BOOTS
immortal_shovel:
material : NETHERITE_SHOVEL
display-name : "§a§lImmortal Shovel"
lore :
- "§7A powerful shovel with endless durability"
enchantments:
EFFICIENCY : 255
SILK_TOUCH : 1
UNBREAKING : 255
unbreakable : true
slot : 9
icon : NETHERITE_SHOVEL
ultimate_axe:
material : NETHERITE_AXE
display-name : "§d§lUltimate Axe"
lore :
- "§7A powerful axe built for extreme damage"
- "§7Insanely fast and unbreakable"
enchantments:
SHARPNESS : 255
EFFICIENCY : 255
UNBREAKING : 255
unbreakable : true
slot : 10
icon : NETHERITE_AXE
destroyer_pickaxe:
material : NETHERITE_PICKAXE
display-name : "§c§lDestroyer Pickaxe"
lore : [ ]
enchantments:
EFFICIENCY : 255
FORTUNE : 255
UNBREAKING : 255
unbreakable : true
slot : 11
icon : NETHERITE_PICKAXE
inferno_pickaxe:
material : NETHERITE_PICKAXE
display-name : "§6§lInferno Pickaxe"
lore : [ ]
enchantments:
EFFICIENCY : 200
FIRE_ASPECT : 100
UNBREAKING : 255
unbreakable : true
slot : 13
icon : NETHERITE_PICKAXE
frost_pickaxe:
material : NETHERITE_PICKAXE
display-name : "§b§lFrost Pickaxe"
lore : [ ]
enchantments:
EFFICIENCY : 200
FROST_WALKER : 100
UNBREAKING : 255
unbreakable : true
slot : 15
icon : NETHERITE_PICKAXE
chetada_hoe:
material : NETHERITE_HOE
display-name : "§5§lChetada Hoe"
lore : [ ]
enchantments:
EFFICIENCY : 255
FORTUNE : 255
UNBREAKING : 255
unbreakable : true
slot : 17
icon : NETHERITE_HOE
infinite_water_bucket:
material : WATER_BUCKET
display-name : "§b§lInfinite Water Bucket"
lore :
- "§7Right-click to use it endlessly"
- "§7It never runs out"
enchantments : { }
unbreakable : false
slot : 19
icon : WATER_BUCKET
weapons:
thunder_sword:
material : NETHERITE_SWORD
display-name : "§9§lThunder Sword"
lore : [ ]
enchantments:
SHARPNESS : 255
KNOCKBACK : 200
UNBREAKING : 255
unbreakable : true
slot : 10
icon : NETHERITE_SWORD
darkblade_sword:
material : NETHERITE_SWORD
display-name : "§0§lDarkblade Sword"
lore : [ ]
enchantments:
SHARPNESS : 200
FIRE_ASPECT : 255
UNBREAKING : 255
unbreakable : true
slot : 12
icon : NETHERITE_SWORD
venom_bow:
material : CROSSBOW
display-name : "§2§lVenom Bow"
lore : [ ]
enchantments:
POWER : 255
QUICK_CHARGE : 200
MULTISHOT : 100
UNBREAKING : 255
unbreakable : true
slot : 14
icon : CROSSBOW
thor_trident:
material : TRIDENT
display-name : "§3§lThor's Trident"
lore :
- "§7Hold left-click, then release to launch"
- "§7Grants immunity to fall damage after the boost"
enchantments:
RIPTIDE : 3
CHANNELING : 1
UNBREAKING : 255
unbreakable : true
slot : 16
icon : TRIDENT
armor:
dragon_helmet:
material : NETHERITE_HELMET
display-name : "§c§lDragon Helmet"
lore : [ ]
enchantments:
PROTECTION : 255
BLAST_PROTECTION : 200
UNBREAKING : 255
unbreakable : true
slot : 10
icon : NETHERITE_HELMET
dragon_chestplate:
material : NETHERITE_CHESTPLATE
display-name : "§c§lDragon Chestplate"
lore : [ ]
enchantments:
PROTECTION : 255
FIRE_PROTECTION : 200
UNBREAKING : 255
unbreakable : true
slot : 12
icon : NETHERITE_CHESTPLATE
dragon_leggings:
material : NETHERITE_LEGGINGS
display-name : "§c§lDragon Leggings"
lore : [ ]
enchantments:
PROTECTION : 255
PROJECTILE_PROTECTION : 200
UNBREAKING : 255
unbreakable : true
slot : 14
icon : NETHERITE_LEGGINGS
dragon_boots:
material : NETHERITE_BOOTS
display-name : "§c§lDragon Boots"
lore : [ ]
enchantments:
PROTECTION : 255
FROST_WALKER : 200
UNBREAKING : 255
unbreakable : true
slot : 16
icon : NETHERITE_BOOTS
Code (YAML):
# PowerMineCraft Configuration File
# Author: Evinder
# Feature Flags
features:
pickaxes:
enabled : true
weapons:
enabled : true
armor:
enabled : true
tree-chopping:
enabled : false
# Thor Trident Settings
trident:
cooldown-seconds : 2
activation-delay-ticks : 5
boost-multiplier : 2.5
vertical-velocity : 1.8
no-fall-duration-ticks : 120
admin-bypass-cooldown : true
# Debug Mode
debug : false
# Author: Evinder
# Feature Flags
features:
pickaxes:
enabled : true
weapons:
enabled : true
armor:
enabled : true
tree-chopping:
enabled : false
# Thor Trident Settings
trident:
cooldown-seconds : 2
activation-delay-ticks : 5
boost-multiplier : 2.5
vertical-velocity : 1.8
no-fall-duration-ticks : 120
admin-bypass-cooldown : true
# Debug Mode
debug : false
- The plugin is designed for server admins who want to give players access to premium or fun items easily.
- The main command is /pmc and requires admin permission.
- Items are given directly to the player inventory when clicked inside the GUI.
- The resource is highly configurable through the plugin’s built-in structure and can be expanded easily.
- Place the plugin jar into your server’s plugins folder.
- Start or restart the server.
- Use /pmc to open the admin item menu.
- Make sure players with permission pmc.admin can access it.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 26.1, 26.2
- 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.
PowerMineCraft | OP Weapons, Pickaxes & Armor | Custom Abilities | 1.21+ is a free Minecraft Java mod. Compatible with Minecraft 1.21, 26.1, 26.2. Downloaded 42 times (via Spigot). Download it and open it directly in the game.