# Fonts used in particle text. fonts: - Mabook.ttf
# Presets provided here are examples. You can use them or create your own. # Possible particle list https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html presets: # Preset name to use in data.yml Default: #List of possible particle effects to cycle through animation-particles: -
NONE # The delay between each particle update in animation-particles animation-refresh-rate: 20
# Enable or disable ambient particle effects. if animation-particles is set, ambient-particles will be disabled ambient: false
ambient-particles: -
NONE # Particle will be displayed when text list from data.yml is updating. Setting (text-refresh-rate: NONE) will disable this text-refresh-particle: SWEEP_ATTACK
# The delay between each text update in data.yml text-refresh-rate: 300
# font file name. This is the font file that will be used for the text. font: default
preset1:
animation-particles: - FLAME
- SOUL
animation-refresh-rate: 20
ambient: true
ambient-particles: - SPORE_BLOSSOM_AIR
text-refresh-particle: CLOUD
text-refresh-rate: 100
font: Mabook.ttf
preset2:
animation-particles: - HEART
- VILLAGER_ANGRY
animation-refresh-rate: 20
ambient: true
ambient-particles: - COMPOSTER
- SPORE_BLOSSOM_AIR
text-refresh-particle: EXPLOSION_LARGE
text-refresh-rate: 100
font: default
preset3:
animation-particles: - GLOW
- TOTEM
animation-refresh-rate: 20
ambient: true
ambient-particles: - ELECTRIC_SPARK
- COMPOSTER
- SPORE_BLOSSOM_AIR
text-refresh-particle: SMOKE_LARGE
text-refresh-rate: 100
font: default