1

Installing simple restart plugin. HELP!

weston546 8/19/11 3:26 pm
142
8/19/2011 3:45 pm
Thanks for coming to help!

First off I know how to install it. it is just putting the start up script into the file on my
Tree Puncher VPS. This is the start up script already on my server by default from tree puncher:

#!/bin/bash
let "RAM=$1*60"
DIRS=`dirs -l`
/bin/kill -9 `/usr/sbin/lsof "$DIRS" | grep java | sed -e 's,[ \t][ \t]*, ,g' | cut -f2 -d' '` > /dev/null 2>&1
/usr/bin/java -Xmx"$RAM"M -Xms"$RAM"M -jar craftbukkit.jar nogui


Please comment what i should put my script as for the plugin!
Posted by
weston546
Level 7 : Apprentice Cake
9

  Have something to say?

JoinSign in

2

weston546
08/19/2011 3:45 pm
Level 7 : Apprentice Cake
you do this in exact words: PLEASE DO THAT BELOW!
1
weston546
08/19/2011 3:27 pm
Level 7 : Apprentice Cake
Please help ANYONE?
1

Welcome