This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
@Rossco5378 can you also make an
extremely simpe wrapper? So
you only have the normal config and an option
called minecraft-server-jar: craftbukkit.jar
#!/bin/bashBINDIR=$(dirname "$(readlink -fn "$0")")cd"$BINDIR"while truedojava -Xincgc -Xms1024M -Xmx1024M -jar craftbukkit.jar
echo -e 'If you want to completely stop the server process now, press ctrl-C before the\ntime is up!'echo"Rebooting in:"for i in {5..1}doecho"$i..."
sleep 1
doneecho'Restarting now!'done
Would be great if it worked off tps or memory usage of the server, so it would could be configured to restart based on hardware loads vs an arbitrary number.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
-
View User Profile
-
Send Message
Posted Jun 13, 2013@S1lverK3y
The plugin cannot contain the start script. You need to define the jar in the start up script in the run.bat or run.sh
-
View User Profile
-
Send Message
Posted Jun 12, 2013-
View User Profile
-
Send Message
Posted Jun 11, 2013@BiweGas
This intervals messages are going to be option in the next update
-
View User Profile
-
Send Message
Posted Jun 11, 2013@BiweGas
Use this code for linux and save it as run.sh
-
View User Profile
-
Send Message
Posted Jun 11, 2013where we(linux users) should save the run.bat file? in craftbukkit.jar place?
also what is interval in config files? seconds,minutes,hours,days?
-
View User Profile
-
Send Message
Posted Jun 11, 2013@nelson2wsx
i will add option for that :)
-
View User Profile
-
Send Message
Posted Jun 11, 2013@Rossco5378
My false, i just want to set the messages by myself! No problem with the plugin!
-
View User Profile
-
Send Message
Posted Jun 11, 2013@nelson2wsx
Can you pm me your server ip so i can see this ?, It shows up for me on my test server When im oped and deoped
@Absolutionmc
I will put an option for that :)
-
View User Profile
-
Send Message
Posted Jun 11, 2013-
View User Profile
-
Send Message
Posted Jun 11, 2013OK! I think it is sec.
-
View User Profile
-
Send Message
Posted Jun 11, 2013TIME is minutes?
-
View User Profile
-
Send Message
Posted Jun 10, 2013How about allowing us to determine the messages sent to the users?
-
View User Profile
-
Send Message
Posted Jun 10, 2013@nelson2wsx An update should be out shortly. Ive added some new features you guys are gonna like :) @nelson2wsx
An update should be out shortly. Ive added some new features you guys are gonna like :)
-
View User Profile
-
Send Message
Posted Jun 10, 2013@Rossco5378
GREAT! Wait for it.
-
View User Profile
-
Send Message
Posted Jun 9, 2013@nelson2wsx
I am currently working on that option and an update should be out soon :)
-
View User Profile
-
Send Message
Posted Jun 9, 2013How about warn messages in many times? Like 1m 30s 20s 10s 5s 4s 3s 2s 1s....
-
View User Profile
-
Send Message
Posted Jun 9, 2013This is really simple but GREAT!
-
View User Profile
-
Send Message
Posted Jun 8, 2013@tedgp908
there is now a download
-
View User Profile
-
Send Message
Posted Jun 8, 2013@EsquiloAzul
Yes you will need to get a infinity loop script, so once the server stops it will restart back up again.
-
View User Profile
-
Send Message
Posted Jun 8, 2013Would be great if it worked off tps or memory usage of the server, so it would could be configured to restart based on hardware loads vs an arbitrary number.