JackHeadPlugin
Jack's Head adds a unique carved pumpkin helmet that grants bonus health, armor, and toughness. Fully configurable — disable pumpkin overlay, change stats, rename item, and more!
JackHeadPlugin
🎃 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
1. Download the `JackHeadPlugin-1.1.0.jar` file 2. Put it in your server's `plugins/` folder 3. Restart the server 4. 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:
```yaml
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!"