Crown icon

Crown -----

This is a mighty crown that can be assigned to leaders of your server.




- **NEW**: Particle effects when someone becomes leader!

### Particle Effects Configuration

The plugin now includes configurable particle effects that trigger when a player becomes leader. You can customize:

- **enabled**: Enable/disable particle effects (default: true)
- **type**: Particle type to use (FLAME, ENCHANTMENT_TABLE, PORTAL, etc.)
- **count**: Number of particles to spawn per tick
- **duration**: How long the effect lasts (in ticks, 20 ticks = 1 second)
- **offset**: Position offset from the player (x, y, z coordinates)
- **speed**: Speed of the particles
- **color**: RGB color values for colored particles (like REDSTONE)

Example configuration:
```yaml
particles:
enabled: true
type: FLAME
count: 50
duration: 60
offset:
x: 0.5
y: 2.0
z: 0.5
speed: 0.3
color:
red: 255
green: 215
blue: 0
```

See the `config.yml` file for all configuration options.
----------, Jul 31, 2025

Added some behaviour config

# Crown behavior settings
behavior:
# Auto-equip the crown when given to a player or transferred to killer (true/false)
auto_equip_on_give: true

# Transfer crown to killer when the crown holder is killed (true/false)
transfer_on_kill: true

# Allow players to drop the crown (true/false)
allow_dropping: false

# Prioritize transfer to killer over dropping the crown on death (true/false). (Only when allow_dropping is true)
prioritize_transfer: false

# Remove crown from player data on death when the crown is dropped (true/false). It will be dropped or just removed based on allow_dropping.
remove_crown_on_death: false
----------, Jul 7, 2025

Resource Information
Author:
----------
Total Downloads: 116
First Release: Jul 6, 2025
Last Update: Jul 31, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings