=== Crown Plugin ===
A Spigot plugin that adds a special crown item with unique properties
Grant a majestic crown that:
* Grants extra hearts
* Provides armor and enchantments
* Can auto‑equip or transfer on kill
* Honors binding curse and ownership
* Gives particle effects on leader obtaining
=== Configuration (/plugins/Crown/config.yml) ===
Crown Item Settings:
Code (Text):
crown:
material: GOLDEN_HELMET
name: "&6The Crown"
lore:
- "&7A majestic crown worn by the leader"
- "&7Grants +2 extra hearts"
- "&e&lOnly for the rightful owner"
health_bonus: 4.0
armor: 3.0
binding_curse: true
enchantments:
PROTECTION_ENVIRONMENTAL: 4
OXYGEN: 3
WATER_WORKER: 1
Behavior Settings:
Code (Text):
behavior:
auto_equip_on_give: true
transfer_on_kill: true
allow_dropping: false
prioritize_transfer: false
remove_crown_on_death: false
Messages:
Code (Text):
messages:
prefix: "&6[Crown] &r"
crown_given: "&aYou have been given the crown!"
crown_removed: "&cYour crown has been removed!"
crown_transferred: "&aYou obtained the crown by defeating its previous owner!"
no_permission: "&cYou don't have permission to use this command!"
player_not_found: "&cPlayer not found!"
config_reloaded: "&aConfiguration reloaded!"
=== Commands & Permissions ===
/crown — give yourself a crown (
crown.use)
/crown give <player> — give a crown to a player (
crown.admin)
/crown remove <player> — remove a crown from a player (
crown.admin)
/crown reload — reload config (
crown.admin)
=== Permission Defaults ===
crown.use: true
crown.admin: op
=== Features ===
* Customizable crown material, name, lore
* Configurable health & armor bonuses
* Curse of Binding support
* Auto‑equip & transfer on kill
* Owner‑only wearing enforcement
* Configurable drop behavior
=== Installation ===
1. Place `Crown.jar` into `/plugins/`
2. Start or restart your server
3. Edit `plugins/Crown/config.yml` as needed
4. Run `/crown reload` to apply changes
=== Support & Resources ===
* Github:
https://github.com/ThijnBr/Crown
* Discord:
https://discord.com/invite/pNps5D2N83