Compatibility
Minecraft: Java Edition
1.16.5
Platforms
Links
Tags
Creators
Details
Licensed MaksaginStudio License
Published 2 weeks ago
🎃 Jack's Head
Jack's Head is a lightweight Paper plugin that adds a special carved pumpkin helmet with custom stat bonuses. When worn, it grants the player extra health, armor, and armor toughness.
Features
| Feature | Description |
|---|---|
| ❤️ Bonus Health | Gain extra hearts (configurable, default: +6 HP = 3 hearts) |
| 🛡️ Bonus Armor | Additional armor points (default: +3) |
| 🔨 Bonus Toughness | Extra armor toughness (default: +2) |
| 🚫 No Pumpkin Overlay | Disable the annoying pumpkin border effect |
| 📚 Anvil Compatible | Combine with enchanted books in anvil |
| 🔧 Fully Configurable | Change everything in config.yml |
| 🚀 Lightweight | Zero dependencies, just drop and play |
Installation
- Download the
JackHeadPlugin-1.1.0.jarfile - Put it in your server's
plugins/folder - Restart the server
- Use
/jackhead give <player>to get the item
Commands
| Command | Description | Permission |
|---|---|---|
/jackhead give <player> |
Give Jack's Head to a player | jackhead.admin |
Default permission: OP only
Configuration
After first run, a config.yml file will appear in /plugins/JackHeadPlugin/. Here's what you can change:
# Enable/disable command
command-enabled: true
# Custom command alias (must also be in plugin.yml)
command-alias: "jackhead"
# Item appearance
item-settings:
display-name: "§6Jack's Head"
lore:
- "§7Wear to gain Jack's power!"
pumpkin-overlay: false
# Stat bonuses
stats:
healthBonus: 6.0
armorBonus: 3.0
toughnessBonus: 2.0
# Messages
messages:
no-permission: "§cYou don't have permission!"
invalid-usage: "§cUsage: /%command% give <player>"
player-not-found: "§cPlayer not found or offline."
give-success: "§aGave Jack's Head to %player%"
receive: "§6You received Jack's Head!"
command-disabled: "§cThis command is disabled in config."
cant-place: "§cYou cannot place Jack's Head as a block!"


