Day & Night

Discussion in 'Archived: Plugin Requests' started by iPadHD, May 2, 2013.

  1. Offline

    iPadHD

    Day & Night​
    Alrighty, I have used this plugin in the paste, but forgot the​
    name, and... Well, yeah.​
    Basically I am needing a plugin where I can change the​
    day and night time. ​
    Its that Simply, and if you could, make the code​
    for me for the config...​
    Ehh, I could not find how long the night was, but maybe just​
    make it so the night time is two minutes long,​
    and day time to be eight minutes long!​
     
  2. Offline

    fredghostkyle1

    can you use essentials's /time, /day, /night commands?
     
  3. Offline

    the_merciless

    I think he means, he wants to set how long day and night last.

     
    iPadHD likes this.
  4. Offline

    iPadHD

    Exactly.
     
  5. Offline

    noraver

    Daytime is the longest section of the cycle, lasting 10 minutes.

    Sunset/dusk Lasts 1 1⁄2 minutes.

    Nighttime Lasts 7 minutes.

    Sunrise/dawn Lasts 1 1⁄2 minutes.

    :confused: not sure how much contorl can be done with that :eek:
     
  6. Offline

    iPadHD

    Well, I have add a plugin where you can change how long Sunset/Dusk is, Nightime, and also Sunrise/Dawn. It just made the sun move faster. :p But I forgot the name...
     
  7. Offline

    Jakeob22

  8. Offline

    iPadHD

  9. Offline

    fredghostkyle1

  10. Offline

    iPadHD

  11. Offline

    Sparmerlin

    I'm sure you could work it out.
     
    fredghostkyle1 likes this.
  12. Offline

    fredghostkyle1

    ? what.. lol i dont know what you want the day/nite Ect. times to be.
     
  13. Offline

    FlOppy

    I thought private plugin wasn't allow here anyway i was wrong...

    I saw a plugin named season who allow you to change the day night length, so why not your plugin with a config who allow everybody to set the length ?
     
  14. Offline

    iPadHD

    Day 8 Minutes, Night 3 Minutes.
     
  15. Offline

    fredghostkyle1

    iPadHD cant you do it? :p any way i dont know how that would translate for this config. sorry :(
     
  16. Offline

    afistofirony

    iPadHD Are you kidding me? It literally takes just a few seconds of reading the configuration to do so.

    Just change the day's multiplier to 1.25 and the night's to 2.67:

    Code:
    distortions:
      world:
        day:
          begin: 0
          end: 12000
          multiplicator: 1.25
        sunset:
          begin: 12000
          end: 14000
          multiplicator: 1.0
        night:
          begin: 14000
          end: 22000
          multiplicator: 2.67
        sunrise:
          begin: 22000
          end: 24000
          multiplicator: 1.0
     

Share This Page