season restarts #97


  • New
  • Defect
Open
Assigned to _ForgeUser7458855
  • _ForgeUser10631840 created this issue May 9, 2013

    Is the problem reproducible ? If yes, please describe how
    1. Restart the server, season resets to the first day of summer
    2.
    3.

    What's the problem ? What should be ?
    Season should save on restart not reset to summer

    What version of Seasons,Craftbukkit, (ProtocolLib) do you use ?
    Current for them all.

    Do you have an error log ? If yes, please provide it
    No

    Please provide the seasons config.
    Seasons:
      Spring:
        Visual:
          Textures: ''
          Snow: 5
        ShortName: spring
        Lengths:
          Season: 10.0
          Weather: 0.5
        Percentages:
          Sun: 40
          Rain: 50
          Thunder: 10
        SpecialDays:
          '1': First Day of Spring
          '10': Last Day of Spring
        SnowManagerSpeed:
          Place: 0
          Remove: 0
        Time:
          Day: 10000
          Night: 10000
      Summer:
        Visual:
          Textures: ''
          Snow: 0
        ShortName: summer
        Lengths:
          Season: 20.0
          Weather: 0.5
        Percentages:
          Sun: 80
          Rain: 10
          Thunder: 10
        SpecialDays:
          '1': First Day of Summer
          '10': Last Day of Summer
        SnowManagerSpeed:
          Place: 0
          Remove: 0
        Time:
          Day: 24000
          Night: 10000
      Fall:
        Visual:
          Textures: ''
          Snow: 25
        ShortName: fall
        Lengths:
          Season: 10.0
          Weather: 0.5
        Percentages:
          Sun: 40
          Rain: 50
          Thunder: 10
        SpecialDays:
          '1': First Day of Fall
          '10': Last Day of Fall
        SnowManagerSpeed:
          Place: 0
          Remove: 0
        Time:
          Day: 10000
          Night: 24000
      Winter:
        Visual:
          Textures: ''
          Snow: 100
        ShortName: winter
        Lengths:
          Season: 25.0
          Weather: 0.5
        Percentages:
          Sun: 20
          Rain: 70
          Thunder: 10
        SpecialDays:
          '1': First Day of Winter
          '12': Mid Winter
          '25': Last Day of Winter
        SnowManagerSpeed:
          Place: 0
          Remove: 0
        Time:
          Day: 10000
          Night: 24000
    Properties:
      Active: true
      LogInfo: true
      Resolution:
        Precision: 0.01
        TimeCheck: 20
      Regen:
        Snow: true
        Ice: true
      Messages:
        ChangeMessage: Seasons changes to <name>.
        SeasonsMessage: You're in <name> for another <number> days.
        SpecialDayMessage: It's <name>.
        Weather: The current weather is <name>.
        Color: b
        NotActive: Seasons are not active in this world.
        Sign:
        - <name>
        - <day>/<length>
        - <specialDay>
        ColorList:
          BLACK: '0'
          DARK_BLUE: '1'
          DARK_GREEN: '2'
          DARK_AQUA: '3'
          DARK_RED: '4'
          DARK_PURPLE: '5'
          GOLD: '6'
          GRAY: '7'
          DARK_GRAY: '8'
          BLUE: '9'
          GREEN: a
          AQUA: b
          RED: c
          LIGHT_PURPLE: d
          YELLOW: e
          WHITE: f
          MAGIC: k
          BOLD: l
          STRIKETHROUGH: m
          UNDERLINE: n
          ITALIC: o
          RESET: r
      Debug: false

    Any more informations ?

  • _ForgeUser10631840 added the tags New Defect May 9, 2013

To post a comment, please login or register a new account.