Config & Translations
Default config.yml:
version: 9.1.8
modify-blocks: true
modify-daynight-length: true
modify-weather-cycle: true
modify-biome-on-client: true
dynmap-pause-renders-in-winter: false
affect-crop-growth: true
delay-per-operation: 4
automatic-season-cycling: true
send-message-on-season-cycle: true
spawn-ice-in-winter: true
disable-snow-placement-all-snowman: false
snowman-wear-pumpkin: false
snowman-attack-mobs: false
max-berrybushes-per-chunk: 20
disable-berry-damage-for-entities: true
flower-chance-in-spring: 5.0%
regrow-grass-everywhere: true
spawn-mushrooms-in-fall: true
biome-display-name: realisticseasons
keep-natural-snow: true
snow-placement-enabled: true
particles:
FALLING_LEAVES:
enabled: true
spawn-chance: 4%
seasons:
- SUMMER
SMALL_FALLING_LEAVES:
enabled: true
spawn-chance: 25%
seasons:
- FALL
SHOOTING_STARS:
enabled: true
relative-height: 150
chance: 0.5%
seasons:
- SUMMER
NIGHT_SPARKS:
enabled: true
particle-count: 200
relative-height: 40
event-chance: 33%
seasons:
- WINTER
FIREFLIES:
enabled: true
spawn-chance: 0.1%
seasons:
- SPRING
- SUMMER
SWEAT_EFFECT:
enabled: true
min-player-temperature: 40
COLD_BREATH:
enabled: true
hide-own-breath: true
max-air-temperature: 0
performance:
prioritise-tps: true
min-tps: 19.5
weather:
winter:
daily-extra-downfall-chance: 33.3%
has-natural-downfall: true
spring:
daily-extra-downfall-chance: 0.0%
has-natural-downfall: true
summer:
daily-extra-downfall-chance: 0.0%
has-natural-downfall: false
fall:
daily-extra-downfall-chance: 33.3%
has-natural-downfall: true
entities:
spawn-entities: true
spawn-chance-animals: 10.0%
despawn-season-animals: true
spring:
spawn-extra-animals: true
spawn-extra-bees: true
spawn-extra-rabits: true
summer:
spawn-ocelots: true
spawn-pandas: true
spawn-parrots: true
replace-zombies-with-husks: true
fall:
spawn-bats: true
spawn-cave-spiders: true
spawn-foxes: true
spawn-mooshrooms: true
spawn-frogs: true
spawn-extra-spiders: true
give-entities-pumpkin: true
entities-pumpkin-chance: 20.0%
winter:
spawn-wolfs: true
spawn-foxes: true
spawn-polarbears: true
spawn-snowman: true
replace-skeletons-with-strays: true
Default lang.yml:
SEASON-TO-WINTER: '&b&lWinter is starting!'
SEASON-TO-FALL: '&b&lFall is starting!'
SEASON-TO-SPRING: '&b&lSpring is starting!'
SEASON-TO-SUMMER: '&b&lSummer is starting!'
NO-PERMISSION-MESSAGE: '&cYou don''t have the permission to do that!'
WINTER-DISPLAY-NAME: Winter
FALL-DISPLAY-NAME: Fall
SPRING-DISPLAY-NAME: Spring
SUMMER-DISPLAY-NAME: Summer
SEASONCOMMAND-DISABLED: '&cSeasons are disabled in this world'
SEASONCOMMAND-RESTORING: '&cThis world is currently restoring!'
SEASONCOMMAND-CURRENTDATE: '&aCurrent date: &2$current_weekday$, $current_month$ $current_day$,
year $current_year$'
SEASONSCOMMAND-CURRENTSEASON: '&aCurrent season: &2$current_season$'
SEASONSCOMMAND-AIRTEMPERATURE: '&aCurrent air temperature: $air_temperature$°C'
SEASONSCOMMAND-DAYSUNTILNEXTSEASON: '&aDays until next season (&2$next_season$&a):
&7$days_until_next_season$'
SEASONCOMMAND-TIME: '&aCurrent time: &2$time$'
SEASONCOMMAND-EVENTS: '&aActive events: &2$events$'
TOGGLESEASONSCOMMAND-MESSAGE: '&aSeason colors are now &2$status$ &afor you'
TOGGLETEMPERATURECOMMAND-MESSAGE: '&aThe temperature system is now &2$status$ &afor
you'
TOGGLEPARTICLESCOMMAND-MESSAGE: '&aThe season particles are now &2$status$ &afor you'
TOGGLEFAHRENHEITCOMMAND-TOFAHRENHEIT: '&aYour temperature will now be displayed in
&2Fahrenheit'
TOGGLEFAHRENHEITCOMMAND-TOCELCIUS: '&aYour temperature will now be displayed in &2Celcius'
ENABLED: enabled
DISABLED: disabled
Last modified 10mo ago