Remake RestartNow?

Discussion in 'Bukkit Discussion' started by tips48, Dec 17, 2011.

?

Should I rewrite RestartNow

  1. Yes

    84.2%
  2. No

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

    Jaker232

    50% way tie. >:p
     
  2. Offline

    Tech

    Would be great for you to rewrite it
     
  3. Offline

    NuclearW

    @tips48
    Renamed that there poll option for you.
     
  4. Offline

    Kohle

    Redo this plugin, please. Just to annoy you and motivate you, every day you do not respond I will tag you 5 times.

    tips48
    tips48
    tips48
    tips48
    tips48

    Let the games begin.
     
  5. -________________________________________________________________-
     
    Kohle likes this.
  6. Offline

    Kohle

    I'm serious. Get to work :D
     
  7. Offline

    Kohle

  8. Offline

    Kohle

  9. There's alot of technical limitations :/
    If someone can come up with a way to start the server, I'll do it.
     
  10. Offline

    Kohle

    How did you do it before....? :/
    Also, I will continue to tag you 5 times each day.... it's the only thing I have to do in this boring world... until Fridaaaaaaaayyyyyy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Show Spoiler
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
  11. With a method that ended up not working (Hence me stopping to support it) ;)
     
  12. Offline

    Kohle

    tips48
    Did it ever work to begin with...?
     
  13. Yes...But only on Windows. Which isn't very helpful ;)
     
  14. Offline

    tyzoid

    tips48

    Why not just make a basic wrapper?

    i.e.
    Code:
    #!/bin/bash
    while [ 1 ]
    do
    java -Xincgc -jar ./craftbukkit.jar
    echo Restarting in three seconds.
    sleep 3
    done
    exit
    
    or on windows:
    Code:
    @echo off
    :start
    java -Xincgc -jar craftbukkit.jar
    ping -n 3 127.0.0.1 >nul
    echo Restarting in three seconds.
    goto:start
    
    Edits: it thought:@echo off was a user... fail.
     
  15. Offline

    Kohle

  16. Offline

    tyzoid

  17. Offline

    Kohle

    Isn't that for the run script?
     
  18. Offline

    tyzoid

    Yup.
     
  19. Offline

    Kohle

    See, I liked RestartNow because it restarted it automatically... no input needed :p
     
Thread Status:
Not open for further replies.

Share This Page