Files
render-region-forcefield/src/main/resources/config.yml
2025-10-04 21:33:23 -07:00

26 lines
752 B
YAML

# RegionForcefield Configuration
# How often to update forcefields (in ticks, 20 ticks = 1 second)
update-interval-ticks: 20
# Maximum distance (in blocks) at which forcefields will be rendered
# Reducing this can improve performance on servers with many regions
max-render-distance: 100
# Distance between particles (in blocks)
# Smaller values = more particles = more detailed forcefields but more performance intensive
particle-spacing: 0.5
# Whether to render the walls (faces) of regions, or just the edges
# Setting to false will only render the outlines/edges
render-walls: true
# Particle color (RGB values from 0-255)
particle-color:
red: 147
green: 112
blue: 219
# Particle size (recommended range: 0.5 to 2.0)
particle-size: 1.0