40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
# Leaper Plugin Configuration
|
|
|
|
# General settings for the leaper item
|
|
settings:
|
|
# Cooldown time in seconds
|
|
cooldown: 5
|
|
|
|
# Distance of the leap in blocks
|
|
leap-distance: 1.5
|
|
|
|
# Height of the leap in blocks
|
|
leap-height: 0.7
|
|
|
|
# Duration of jump boost effect in ticks (20 ticks = 1 second)
|
|
# Set to 0 to disable
|
|
jump-boost-duration: 20
|
|
|
|
# Amplifier for jump boost effect (0 = level 1, 1 = level 2, etc.)
|
|
jump-boost-amplifier: 1
|
|
|
|
# Visual and sound effects
|
|
effects:
|
|
# Particle effect type
|
|
# Valid options: CLOUD, CRIT, FLAME, HEART, SMOKE, SPELL, etc.
|
|
# Full list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
|
|
particle-type: "CLOUD"
|
|
|
|
# Number of particles to spawn
|
|
particle-count: 25
|
|
|
|
# Sound effect to play when leaping
|
|
# Valid options: ENTITY_RABBIT_JUMP, ENTITY_GENERIC_EXPLODE, ENTITY_FIREWORK_ROCKET_BLAST, etc.
|
|
# Full list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
|
|
sound: "ENTITY_RABBIT_JUMP"
|
|
|
|
# Volume of the sound (0.0 to 1.0)
|
|
sound-volume: 1.0
|
|
|
|
# Pitch of the sound (0.5 to 2.0)
|
|
sound-pitch: 1.0 |