giants/src/main/resources/config.yml

24 lines
724 B
YAML
Raw Normal View History

2022-02-01 13:06:02 +00:00
# If disabled, the giant won't move (but it will still attack)
2022-01-29 13:01:49 +00:00
ai: true
2022-02-01 13:06:02 +00:00
# 0.5 is half a heart
2022-01-29 14:10:18 +00:00
attackDamage: 1.0
2022-01-29 13:01:49 +00:00
# Spawning chance, from 0 to 1
chance: 0.02
2022-01-29 14:33:54 +00:00
# Attack delay in ticks, smaller values will lag the server more
hitDelay: 20
2022-02-01 13:06:02 +00:00
# 0 - attack only entities touching the giant, if too high the giant will hit through walls
2022-01-29 14:53:58 +00:00
attackReach: 2
2022-01-29 13:01:49 +00:00
# Additional potion effects
2022-02-01 13:06:02 +00:00
# type:amplifier (max 255)
2022-01-29 13:01:49 +00:00
# See https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
2022-01-29 14:10:18 +00:00
# Set to [] to disable
2022-02-01 13:06:02 +00:00
effects: []
# - "JUMP:1"
# - "REGENERATION:2"
# - "HEALTH_BOOST:69"
2022-01-29 15:19:04 +00:00
# Head rotations, disabling can slightly improve performance
2022-01-29 14:33:54 +00:00
headRotations: true
2022-01-29 15:03:13 +00:00
refreshDelay: 20
2022-01-29 15:19:04 +00:00
# No need to change this
expandUp: 0
attack: true