Equip banners as helmets. And optionally gain customizable potion effects based on their color.
A Minecraft plugin that allows players to wear banners on their heads with customizable potion effects.
Equip banners as helmets and gain powerful potion effects based on the banner's color - perfect for RPG servers, team identification, or just showing off your style!
/bh (or /bannerhelmet)/rbh (or /removebannerhelmet) to remove it| Command | Aliases | Description | Permission |
|---|---|---|---|
/bannerhelmet |
/bh |
Equip a banner from your hand | bannerhelmet.use (if required) |
/removebannerhelmet |
/rbh |
Remove your banner helmet | bannerhelmet.use (if required) |
/bannerhelmetreload |
- | Reload the plugin configuration | Operators/Console only |
| Banner Color | Effect(s) |
|---|---|
| ⚪ White | Slow Falling I |
| 🟠 Orange | Fire Resistance I |
| 🟣 Magenta | Regeneration I |
| 🔵 Light Blue | Speed I |
| 🟡 Yellow | Strength I |
| 🟢 Lime | Night Vision I |
| 🩷 Pink | Glowing I |
| ⚫ Gray | Resistance I |
| ◻️ Light Gray | Mining Fatigue III |
| 🔷 Cyan | Slowness I |
| 🟣 Purple | Invisibility I |
| 🔵 Blue | Haste I |
| 🟤 Brown | Jump Boost I |
| 🟢 Green | Oozing I |
| 🔴 Red | Hunger I |
| ⚫ Black | Blindness I + Darkness I |
BannerHelmet-X.X.jar from Releasesplugins folderplugins/BannerHelmet/config.yml/bannerhelmetreload to apply config changes# Require permission to use the plugin
require-permission: false
# Banner Effects Configuration
banner-effects:
# Enable or disable banner effects
enabled: true
# Effects for each banner color
# Format: "EFFECT_NAME LEVEL"
effects:
WHITE_BANNER:
- "SLOW_FALLING 1"
ORANGE_BANNER:
- "FIRE_RESISTANCE 1"
# ... (see config.yml for all options)
true to require the bannerhelmet.use permission"EFFECT_NAME LEVEL" (e.g., "SPEED 2")| Permission | Description | Default |
|---|---|---|
bannerhelmet.use |
Allows using banner helmet commands | Everyone (if require-permission is false) |
bannerhelmet.reload |
Allows reloading the config | Operators only |
This project is licensed under the MIT License - see the LICENSE file for details.