config.yml

# Default config for SimpleSeasons.

# checkForUpdates - If set to true this will notify any ops/players that have the simpleseasons.admin permission that there is an update available.
checkForUpdates: true

# disabledInWorlds - The worlds listed below will have SimpleSeasons disabled.
disabledInWorlds:
  - worldNEW

Seasons:
  Spring:
    # SeasonName - This is the name and colour code of the season that will be displayed when the season is active an a player uses the /ss info command.
    SeasonName: "&eSpring"
    # SeasonAnnouncement - This is the message and colour code that will be announced when the season becomes active.
    SeasonAnnouncement: "&eSpring has started."
    # SeasonLength - This is the length of the season in real life days(1 = 24 real hours). Try to keep this value divisible by 7 to correctly calculate weeks.
    SeasonLength: 21  
    # ChanceToRain - This is the % chance of rain during a minecraft day. This is calculated every minecraft day.
    ChanceToRain: 70
  Summer:
    SeasonName: "&2Summer"
    SeasonAnnouncement: "&2Summer has started."
    SeasonLength: 21
    ChanceToRain: 10
  Autumn:
    SeasonName: "&6Autumn"
    SeasonAnnouncement: "&6Autumn has started."
    SeasonLength: 21
    ChanceToRain: 45
  Winter:
    SeasonName: "&bWinter"
    SeasonAnnouncement: "&bWinter has started."
    SeasonLength: 21
    ChanceToRain: 80
    
doNotModify:
  SeasonBegan: 0  
  SeasonNumber: 0
  SeasonWeek: 1
  SeasonEnd: 0

Comments

Posts Quoted:
Reply
Clear All Quotes