1
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!
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!
