[MECH] Chronos v0.01 Custom Time Cycle Lengths [231+] - files have been deleted

Discussion in 'Inactive/Unsupported Plugins' started by GusanoLoco, Feb 3, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    GusanoLoco

    Chronos - The Time Control:
    Version: v0.01

    Chronos will allow you to control the length of Day, Night, Sunrise, and Sunset Cycles.

    In the future I plan to implement:
    • a calendar system
    • commands to control the settings and time in general
    • sign Clocks

    Features:
    • Control How long the time cycles last.
    Download Chronos
    Source Code

    Changelog:

    Version 0.01
    • First public release
    • Basic time control functionality implamented
     
    NoFear13 likes this.
  2. Offline

    Arisilde

    Will this be a permanent type change, or just another /time plugin? What we really need is something you can configure once and leave it alone, so the server will run with hour long days and hour long nights for instance :) Greatly looking forward to this if that's what you're planning.

    GL
     
  3. Offline

    GusanoLoco

    Currently it is a permanent change you can set the day and night to one hour in the properties file and it will make the day and night one hour there is also a configuration for the sunset and sunrise that works the same way.

    the default config file looks like this.
    Code:
    #=== Chronos configuration ===
    #=== Chronos configuration ===
    #
    #Update-Rate - Minimum: 50, Maximum: 1000 (Milliseconds)
    #Day-Length - Lenght of Day in Milliseconds Default 900000 - 15 min
    #Sunset-Length - Lenght of Sunset in Milliseconds Default 135000 - 1.25 min
    #Night-Length - Lenght of Night in Milliseconds Default 630000 - 10.5 min
    #Sunrise-Length - Lenght of Sunrise in Milliseconds Default 135000 - 1.25 min
    #World-Day - Not yet implamented - will track # of mc days
    #
    #
    #Thu Feb 03 10:47:00 GMT-06:00 2011
    Sunset-Length=135000
    Update-Rate=1000
    Night-Length=630000
    Day-Lenght=900000
    World-Day=0
    Sunrise-Length=135000
    
    

    To have a 1 hour day and night with a short normal sunrise/set transition would be like.
    Code:
    #=== Chronos configuration ===
    #=== Chronos configuration ===
    #
    #Update-Rate - Minimum: 50, Maximum: 1000 (Milliseconds)
    #Day-Length - Lenght of Day in Milliseconds Default 900000 - 15 min
    #Sunset-Length - Lenght of Sunset in Milliseconds Default 135000 - 1.25 min
    #Night-Length - Lenght of Night in Milliseconds Default 630000 - 10.5 min
    #Sunrise-Length - Lenght of Sunrise in Milliseconds Default 135000 - 1.25 min
    #World-Day - Not yet implamented - will track # of mc days
    #
    #
    #Thu Feb 03 10:47:00 GMT-06:00 2011
    Sunset-Length=135000
    Update-Rate=1000
    Night-Length=3600000
    Day-Lenght=3600000
    World-Day=0
    Sunrise-Length=135000
    

    You can also set any of the cycles to Zero to skip them all together.
     
  4. Offline

    LightKing

    link doesnt work? I get 404 error
     
  5. Offline

    niftyapple

    I do also
     
  6. Offline

    wickersty

  7. Offline

    niftyapple

    I get this on the link:
    Nothing to see here yet. Move along.

    I tried hitting downloads but then get this:
    Not Found: Bad archive command for gusanoloco/Chronos/master

    I also tried going through the profile and end up with this:
    Sorry, there aren't any downloads for this repository.
     
  8. hope its not some scam release[​IMG] this is what i've been looking for.
     
  9. Offline

    FXStrato

    Hope not too... This would make my day.. if only the download link would work.
     
  10. Offline

    davidbullship

    Thank you so much for starting a project like this! Been looking for this for the past couple of days. Anyway you can update the link?
     
  11. Offline

    Arisilde

    This. Yes please ;)
     
  12. Offline

    DerET

    It sounds very interesting, but the link is broken :(
     
  13. Offline

    FXStrato

    lol, is the link still broken?
     
  14. Offline

    ethzero

    Why's a link being broken = funny?
    Strange child, must have interesting parents!

    Anyway yes is it and it appears his repo on GitHub is also blank with no commit history. Either something is up with GitHub (check my own account and it's fine) or he's moved/removed his code.

    Shame, looked like a good enhancement to 'TimeRift' in that the cycles where customisable.
     
  15. Offline

    feverdream

    This looks exactly like my ExtendedDay plugin, just a different interface. It does the same thing.
     
  16. Offline

    lukegb

    Locked unless the thread author gets back to me.
     
Thread Status:
Not open for further replies.

Share This Page