Search found 162 matches

by j0rd0n420
Sun Apr 03, 2011 3:06 pm
Forum: General
Topic: Cronjob help please
Replies: 9
Views: 2061

Re: Cronjob help please

For some reason the server isn't up when I wake up. It's like its running the script but doesn't bring it back up. But I don't think that's it because just running it myself works fine. #!/bin/bash /usr/bin/screen -x minecraft -X -p0 stuff "`printf "say Server is restarting in 60 seconds\r...
by j0rd0n420
Fri Apr 01, 2011 1:37 pm
Forum: General
Topic: Cronjob help please
Replies: 9
Views: 2061

Re: Cronjob help please

Thanks, and if I had one to run every hour? (world backup script)
by j0rd0n420
Fri Apr 01, 2011 12:50 pm
Forum: General
Topic: Cronjob help please
Replies: 9
Views: 2061

Cronjob help please

What would I put in crontab -e if I wanted it to run a script in /home/jordon/minecraft every day at 10am and 10pm central time. Thanks all!
by j0rd0n420
Tue Mar 29, 2011 11:50 pm
Forum: Minecraft
Topic: Minecraft
Replies: 31
Views: 7623

Re: Minecraft

Okay cool, thanks! I'll prolly get one on the 1st or so. I think I might try running Bukkit with just a couple plugins.
by j0rd0n420
Tue Mar 29, 2011 11:41 pm
Forum: Minecraft
Topic: Minecraft
Replies: 31
Views: 7623

Re: Minecraft

You think the 1 gig ram VDS would be enough for at max 4 players? Server would be Ubuntu 10.04 prolly with little to no mods for the Minecraft server.
by j0rd0n420
Wed Mar 02, 2011 11:45 pm
Forum: Minecraft
Topic: Minecraft
Replies: 31
Views: 7623

Re: Minecraft

Edge100x wrote:As in Google maps-like renders of the world? This is something that we would need to look at implementing after the initial rollout.
Any kind of map really, that's it for questions from me, for now. :D
by j0rd0n420
Wed Mar 02, 2011 11:39 pm
Forum: Minecraft
Topic: Minecraft
Replies: 31
Views: 7623

Re: Minecraft

Yeah I was, cool, thanks. What about mapping? You going to offer that? Like: once a day, hour, real-time, or something.
by j0rd0n420
Wed Mar 02, 2011 11:23 pm
Forum: Minecraft
Topic: Minecraft
Replies: 31
Views: 7623

Re: Minecraft

Would you be able to set the map seed for us or we could map make it our self than ftp it in? I found this really awesome one I'd want to use. If anyone wants to check it out the seed is "gargamel" (without the quotes).
by j0rd0n420
Sat Feb 12, 2011 12:20 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Java -Xmx1024m -Xms1024m
Replies: 2
Views: 1199

Re: Java -Xmx1024m -Xms1024m

Should just need to change those numbers in your command to start the server to however much ram you want to dedicated.
by j0rd0n420
Sat Jan 22, 2011 6:08 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Minecraft process killed on VDS
Replies: 36
Views: 8243

Re: Minecraft process killed on VDS

I'm sorry but I'm not, I haven't been running a server for a couple weeks. I got tired of updates breaking all my mods, so I'm going to wait till Notch adds support.
by j0rd0n420
Wed Jan 19, 2011 12:15 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Minecraft process killed on VDS
Replies: 36
Views: 8243

Re: Minecraft process killed on VDS

I'm curious if you got your server running better and that script working. :D
by j0rd0n420
Mon Jan 17, 2011 8:51 pm
Forum: Minecraft
Topic: Minecraft
Replies: 31
Views: 7623

Re: Minecraft

Cool cool, I got tired of updates breaking all my mods, so I'm kinda waiting for him to add better mod support.
by j0rd0n420
Mon Jan 17, 2011 5:52 pm
Forum: Minecraft
Topic: Minecraft
Replies: 31
Views: 7623

Minecraft

I saw in another thread you mentioned you were working on being able to host it, any guesstimate on how long till you can?
by j0rd0n420
Mon Jan 17, 2011 5:28 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Minecraft process killed on VDS
Replies: 36
Views: 8243

Re: Minecraft process killed on VDS

#!/bin/bash /usr/bin/screen -x minecraft -X -p0 stuff "`printf "say Server is restarting in 60 seconds\r"`" /bin/sleep 29 /usr/bin/screen -x minecraft -X -p0 stuff "`printf "say Server is restarting in 30 seconds\r"`" /bin/sleep 24 /usr/bin/screen -x minecraf...