-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
LadaLegends edited this page Dec 27, 2025
·
1 revision
This is the standard Configuration generated on your first start:
# ==========================================
# ClientSnow Configuration
# ==========================================
system:
# Should anonymous statistics be sent to bstats.org
metrics: true
# Check for new versions at startup
update-checker: true
snow-settings:
# Global toggle for the system
enabled: true
# Particle type. Options: SNOWFLAKE, SNOW_SHOVEL, WHITE_ASH
particle-type: "SNOWFLAKE"
# Radius around the player to spawn particles
radius: 20.0
# Base height above player head where snow starts
spawn-height: 8.0
# Particles per update cycle per player.
# Higher values = denser snow but more client GPU load.
count-per-tick: 25
requirements:
# If true, snow only spawns if sky is visible (simple check)
outdoor-only: true
optimization:
# Task execution rate in ticks (1 tick = 50ms).
# Increase to 2 or 4 to reduce server load slightly, though animation might feel less fluid.
update-rate: 2
# ==========================================
# ClientSnow Localization
# ==========================================
# Prefix before all messages (supports HEX)
prefix: "/ceff☃ "
reload-success: "&fConfiguration reloaded successfully."
snow-disabled: "&fSnow visibility has been &cdisabled&f."
snow-enabled: "&fSnow visibility has been /ceffenabled&f."
no-permission: "&fYou do not have permission to execute this command."
usage: "&fUsage: &7/clientsnow <enable|disable|reload>"
update-available: "&fNew update available: /ceffv%version%"
update-link: "&fDownload: /ceffhttps://modrinth.com/plugin/clientsnow"