Inactive [MECH] RealTime - In-game time matches real-life time [617-1.1]

Discussion in 'Inactive/Unsupported Plugins' started by Mephestrial, Apr 7, 2011.

  1. Offline

    Mephestrial

    • RealTime - In-game time matches real-life time:
    Version: v3.0.1
    RealTime extends the Minecraft day out to a full 24 hours, 12 hours of daylight and 12 hours of night.
    Features
    • 24 Hour Day
    • Slash Commands to Adjust Time
    • Multiworld Support
    • Bukkit Permissions Support
    • An API for Other Plugins to Hook into
    Permission Nodes
    • realtime.admin
    Commands
    • /realtime enable - Enables Realtime for the current world
    • /realtime disable - Disables RealTime for the current world
    • /realtime sync - Synchronizes the current world's time with the server's clock
    • /realtime set days # - Sets the total days for the current world
    • /realtime set hours # - Sets the hour for the current world
    • /realtime set minutes # - Sets the minutes for the current world
    • /realtime set seconds # - Sets the seconds for the current world
    ChangeLog

    • Version 3.0.1
      • Added Smoother Sunsets and Sunrises
    • Version 3.0.0
      • Added Commands
      • Added Permissions
      • Added API Hooks
    • Version 1.5
      • Added Static Download Link to Latest Realtime.Jar
    • Version 1.4
      • Added Fix for Dawn/Dusk Light Problem
    • Version 1.3
      • Updated to support Bukkit RB 670+

    Downloads

     

    Attached Files:

    Towelie91, kahlilnc and DannyDog like this.
  2. Offline

    Neils

    Is this working with 714 ?
     
  3. Offline

    Mephestrial

    Yes, since nothing that this plugin uses has changed since 706 it still works.
     
  4. Offline

    Pomme72

    And for the latest recommended build of bukkit ? 733 ? :)
     
  5. Offline

    Mephestrial

    Whats the thread title say? There is your answer.
     
  6. Offline

    Pomme72

    Yop but that don't work for me, so... The plugin's installed, i have made the configuration for the world i want, but nothing : time continue to spend like normal time, in minecraft.
     
  7. Offline

    Mephestrial

    odd, works fine on my server, I'll look into it.
     
  8. Offline

    Thomas119966

    mine isnt working either
     
  9. Offline

    Mephestrial

    I've tested it again and it still is working on 733. All I can say is make sure you set the config properly with no TABs.
    config:
    interval: 5
    worlds:
    YourWorld'sName:
    enabled: true
    offset: 0
     
  10. Offline

    Thomas119966

    Still not working.

    i checked my config and copy pasted the one you have. and then put in the world number and name.

    then started up the server and still nothing. then i looked at the config again and it was like this:

    config:
    interval: 5
    interval: 5
    worlds:
    world:
    enabled: false
    offset: 0
    YourWorld'sName: World
    enabled: true
    offset: 0


    EDIT:

    my config before i started the server :
    config:
    interval: 5
    worlds: 1
    YourWorld'sName: World
    enabled: true
    offset: 0
     
  11. Offline

    Mephestrial

    worlds: doesn't need any numbers after it. It thinks the world's name is 1YourWorld'sName if you leave that there.
    Also it isn't YourWorld'sName: World its the name of that world followed by a :
     
  12. Offline

    Thomas119966

    could you make an example?
     
  13. Offline

    afmiller

    mines not working either, every time I use your example, it turns it back to false, and puts all the coding back to 1 line which is annoying
     
  14. Offline

    TYDIRocks

    Maybe I'm doing this wrong but the config file won't generate for me.
     
  15. Offline

    Mephestrial

    Sounds like you're using notepad to edit it, use wordpad instead. It automatically creates default settings for everyworld as they are loaded. The only 2 lines that should be edited are "enabled: false" (set to true to enable it for that world) and
    "offset: 0" (set to a number between -23 and 23). Nothing else needs to be changed at all.
    The config file ends up being located in plugins/RealTime/RealTime.yml
     
  16. Offline

    MG127

    would it be possible to set the solar orbit to a lockation? so that the sun angle is also synchronized ... would be cool to have a arctic sun or something like this
     
  17. Offline

    afmiller

    Got it working basically, but how does the offset work again, I'm -5 UTC, and I put that, I'm still in the dark, even though its 9am
     
  18. Offline

    Mephestrial

    if the server is in the same timezone then leave it at 0
     
  19. Offline

    TYDIRocks

    I can't see it in there.
     
  20. Offline

    sweetswear4665

    Could you implement something to do with weather (hook into some weather system, enter a region in the config file) so that when there is a thunderstorm/rainy day/snowstorm in that region in the real world there will be on the server too? Or is that too complicated? It is a brilliant plugin, but the abscense of real time weather features is a bummer.
     
  21. Offline

    Mephestrial

    There already is a plugin for that, WeatherSync.
     
  22. Offline

    sweetswear4665

    Thanks! Love this plugin BTW (although it pisses off half the people on my server, mainly the ones that play at night XD).
     
  23. Offline

    sweetswear4665

    Could you make it take the date into account as well? Mainly because during the summer days become longer and nights become shorter, and reverse in the winter. Will that kind of feature ever be implemented?
     
  24. Offline

    Mephestrial

    No.
     
  25. Offline

    xcb567

    Could you possibly upload the plugin elsewhere (not only as attachment) for use with CraftBukkitUpToDate ?
     
  26. Offline

    Mephestrial

    Nope, but feel free to set up a mirror yourself if you want. It won't be likely that I'll have to update this to work with new version since it has been working perfectly since I updated it for 607. Any changes to it would only be new features, which it doesn't really need other than a /command for enabling the world and setting the offset.
     
  27. Offline

    nmcnick

    Ok, this is supposed to sink time with the real world, right? Just making sure, because my time is still fast, and I want to make the days and nights just as long as irl days and nights.
     
  28. Offline

    Mephestrial

    Yes, all it does is sync time, not light levels.
     
  29. Offline

    SeeD419

    Wait...what? Isn't the whole purpose of this plugin about light levels? If it's 8pm in game but the light doesn't reflect that, what use is that to anyone?
     
  30. Offline

    Mephestrial

    The sun in minecraft always rises at 8:00 AM and always sets at 8:00 PM, that is built into the client. All this plugin does is check the time on the server's system and then changes minecraft's time so that it matches. It does not check to see if its sunny outside your place and then add light.
     
  31. Offline

    BioRage

    Will this conflict with people sleeping?
     

Share This Page