1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.
Shawshark

Reboot 1.0

Shuts down all servers with this plugin and teleports all players to defined server

  1. Shawshark

    Shawshark Active Member Resource Contributor

    Shawshark submitted a new resource:

    Reboot - Shuts down all servers with this plugin and teleports all players to defined server

    Read more about this resource...
    • Like Like x 1
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Awesome plugin :D

    Suggestion:
    If the server has been restarted, can the plugin send the player back to the server where they were kicked off? By command or so or just automatically.
  3. Shawshark

    Shawshark Active Member Resource Contributor

    Actually yes that's a good idea, will try to set that up.
    • Like Like x 1
  4. The_Zip

    The_Zip Active Member Resource Contributor

    Great idea, its a extremely useful plugin that almost all server should be running!
  5. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    This is also handy for MiniGame Servers. So like with games that needs a server restart after the round has ended.
  6. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Does this just type the /stop command or?
  7. Shawshark

    Shawshark Active Member Resource Contributor

    No it doesn't it. I'll upload the source soon to github.
  8. Shawshark

    Shawshark Active Member Resource Contributor

    Almost done this, What its going to do is get all online players on that server and save it in a config, then once the server has started up it will load all players to a array list and send then all to the last server they were on. Is that what you were meaning for the suggestion?

    Also Ill add a option in the config so you can set this feature to true or false.
  9. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Yep :)
  10. xXCalleManXx

    xXCalleManXx Member

    Hi can you make so its also start the servers agein that could be awesome :)
  11. The_Zip

    The_Zip Active Member Resource Contributor

    Or, just have the option to put in a start script when it stops.
  12. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    I'd just recommend you do something like this to start your server:
    Code (text):

    while true; do
        java ...
        echo 'Restarting server - press CTRL-C to cancel'
        sleep 5
    done
     

Share This Page