[ADMN/GEN] SimpleTime v4.3 - Simply change/stop the time and change the weather in seconds! [1000]

Discussion in 'Inactive/Unsupported Plugins' started by The Angry kat, Jun 25, 2011.

  1. Offline

    The Angry kat

    [​IMG]
    SimpleTime v5.0
    About:
    Simply change the time and weather in seconds! Commands below
    The /play command reloads the server because I cannot find a way to code in a proper pauser, I hope this doesn't cause any problems.
    Commands:

    • /day - Sets the time to Day
    • /night - Sets the time to Night
    • /sunrise - Sets the time to Sunrise
    • /sunset - Sets the time to Sunset
    • /pause - Stops the time
    • /play - Stops stopping the time
    • /sun - Makes the weather sunny
    • /storm - Makes the weather stormy
    • /thunder - Makes the clouds thunder
    • /sthelp - Displays the list of commands
    • /stversion - Displays the current version of SimpleTime
    How to use:



    Permission Nodes:

    • simpletime.* - Allows use of all commands
    • simpletime.day - Allows use of /day
    • simpletime.night - Allows use of /night
    • simpletime.sunrise - Allows use of /sunrise
    • simpletime.sunset - Allows use of /sunset
    • simpletime.sun - Allows use of /sun
    • simpletime.storm - Allows use of /storm
    • simpletime.thunder - Allows use of /thunder
    • simpletime.rain - Allows use of /rain or /snow
    • simepltime.help - Allows use of /sthelp
    • simpletime.version - Allows use of /stversion
    Known Bugs:

    Report them on the thread or pm me.
     
  2. Offline

    The Angry kat

    Oh lol ill fix with next patch
     
  3. Offline

    Volkanlp

    /play doesnt work
     
  4. Offline

    DaManWitDaPlan

    Exactly, /play is failing. Pause works fine, but the time will not unlock properly.
     
  5. Offline

    Stormbow

    While building, we (admins with all permissions) set /day and /pause. When we needed to see what something looked like at night, the /night command did not make it night time. (It flashes to night time for 0.1 seconds, then becomes full day time again.) When we attempted to /play, time did not continue and we still could not make it /night.

    The only solution we could find to this problem was removing the plugin and/or restarting the server.
     
  6. Offline

    The Angry kat

    Yes atm you need to use /reload trust me im working on it
     
  7. Offline

    Plop

    Is it possible to add a function for /pause, and after a server restart, time is /pause again, without we have to do the command ? Thanks a lot
     
  8. Offline

    Dexinstent

    BUG : When you do /pause then /play and change it to night or day it changes for a split second then it goes back to the original time
    EXAMPLE : DEXINSTENT CHANGES TIME TO DAY, DEXINSTENT USE'S /PAUSE THEN /PLAY
    DEXINSTENT TIME TO NIGHT [This is the time where it goes for a split second then back to the time, in this case day]
     
  9. Offline

    Flashbert

    And /pause /play let redstone/buttons/doors stuck, if you press a button for example and want to activiate rails, they are activated for 0.1 sec and doors close much too fast so automatic doors fail.
     
  10. Offline

    SkullCollector

    I see some other people have the problem with the /pause & /play commands, just wanted to report the exact same error and ask for hurry. Some people are already complaining because they can't see their newly created redstone seven segment display properly.
     
  11. Offline

    The Angry kat

    Sorry I haven't been able to code recently, but when I get my new pc I will get to work on this asap.
     
  12. Offline

    FuturaEX

    nice plugin, i like it and i'm gonna use it :)
     
  13. Offline

    adam815

    I have a big problem. Yesterday, I installed PermissionsBukkit, because I needed for some plugins for better configuration. Now, I can't use this plugin. I can enter the commands, no unknown command error, but it does nothing...

    I don't want to use any permission plugin for this, that is not necessary for me. I also know PermissionsBukkit is not supported by this plugin. So what can I do? I can't use these commands, also as an op...

    I don't want to remove PermissionsBukkit, because I really need it, also I love this plugin, so both of them are necessary.

    EDIT: I'm not sure anymore, it is permission problem, I typed "day" in the commandline:

    Code:
    >day
    14:55:45 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'day'
     in plugin SimpleTime v4.3
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    12)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.command.Coloured
    ConsoleSender cannot be cast to org.bukkit.entity.Player
            at me.The_Angry_Kat.SimpleTime.SimpleTime.onCommand(SimpleTime.java:33)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 6 more
     
  14. Offline

    Sneaky420

    So.... looked at the change log, was the /play command fixed? I have missed being able to pause and play time :(
     
  15. Offline

    trickyjim

    Hey there, I'm really happy with this plugin, simple and works great apart from what Sneaky420 pointed out, I'm not going to annoy you or pester, but rather let you know I hope / look forward to the issue being resolved! :)
     
  16. Offline

    The Angry kat

    I am going to solve the issue in hopefully the next few days, The reason i could not do this earlier is because my new computer is not being able to run eclipse correctly. I hope to have this issue also solved soon.

    - Kat
     
  17. Offline

    Sneaky420

    Seems the issue is with any plugin for pausing time. Tried a couple others, so good luck on maybe finding a fix :)
     
  18. Offline

    Hackuss

    Code:
    2011-08-18 13:20:28 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'day' in plugin SimpleTime v4.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:344)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:489)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:468)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
        at me.The_Angry_Kat.SimpleTime.SimpleTime.onCommand(SimpleTime.java:33)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 6 more
    Error when in server console i write /day ;/
     
  19. Offline

    Suembeaux

    after i pause the time it will not play! so i cant change it to night or anything else
     
  20. Offline

    thestriker095

    same issue here
     
  21. Offline

    streaml1ned

    Same here as well. Other than that, I love this plugin!
     
  22. Offline

    Omen

    same issues as the above posts :/
     
  23. Offline

    Undrtakr

    Thanks! Works like a charm and its easy too!
     
  24. Offline

    Guy

    A great plugin, just one little thing I noticed! At /sthelp the commands /pause and /play are not listed. It's perfect if they were in the list ;-)
     
  25. Offline

    d4m

    Love this mod.

    Hows the fix for /play coming along? Figure out where its bugging?
     
  26. Offline

    Hackuss

    Maybe add a control with sign??? ;)
     
  27. Offline

    TheDavidSoren

    Hi people,
    I want stop rain, how I can do this? Is there any command style /rain stop?


    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    (PD: I'm sorry, my english is very bad. I hope you understand me.)
     
  28. Offline

    Opaldragon75

    Any plans for an update? the /play command is a little bug with 1190+ sometimes /day command locks it and I have to restart the server.

    great simple time and weather control plugin... I am loathing the idea of giving it up!
     
  29. Offline

    dackkorto

    Download link (dropbo) doesnt work?
     
  30. Offline

    Black_Sirrah239

    Yeah, dropbox link is broken :(
     
  31. Offline

    Sob3rmunchi3s

    Download broken, I really want to use this on my server... :(
     

Share This Page