This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-03-12 23:56:21

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

BukkitInABox - The easy way to set up a Minecraft server!

Hey guys! Haven't been on here in a while.. Homework and all.  tongue

So, I've been learning Java lately, but it might take a while for me to be able to write useful code in it. So, I present to you, my latest creation in batch.. BukkitInABox! It's only for Windows, but it comes with many great features such as automatic world backups, log management, automated setup, and automatic server updates. It also looks cool. These are batch files, so of course they're open source. Feel free to improve and redistribute these, just don't do anything malicious with them! And don't redistribute them under my name.

Downloads:

BukkitInABox Importer - Turns your current Minecraft server into an easy-to-use BukkitInABox Server. Still in beta.

BukkitInABox Setup Utility - Sets up a new vanilla or bukkit Minecraft server.

WARNING: Please remember to back up your server files before using the importer!

EDIT 3/12/13 11:57 PM EST: Fixed a typo.
EDIT 3/13/13 12:01 AM EST: Added warning.

Last edited by waveOSBeta (2013-03-13 00:10:00)


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#2 2013-03-12 23:57:47

ChadtheBuilder
Scratcher
Registered: 2013-02-27
Posts: 100+

Re: BukkitInABox - The easy way to set up a Minecraft server!

This looks cool. I definitely will try it when I get to my laptop.


http://dl.dropbox.com/u/107729333/1360160765356.jpg

Offline

 

#3 2013-03-13 10:33:32

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

What's the advantage over regular bukkit?


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#4 2013-03-13 12:10:52

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

stevetheipad wrote:

What's the advantage over regular bukkit?

- It's easier to set up and use
- It automatically backs up your worlds
- It splits up logs, so you don't have to sift through one giant log file
- I'm working on getting automatic updates fixed.  tongue


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#5 2013-03-13 12:59:32

PonyvilleSlugger
Scratcher
Registered: 2012-07-01
Posts: 100+

Re: BukkitInABox - The easy way to set up a Minecraft server!

Is it a plugin?

Because everything you've listed already exists in plugin forms, and Bukkit itself is easy to set up.


♫ 8% of teens pretend to be morally superior due to the music they listen to. If you are one of the 92% of teens who don't, copy and paste this into your signature. ♫♪
http://i46.tinypic.com/waj11e.gif

Offline

 

#6 2013-03-13 14:33:34

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

No, it's more like a setup utility for bukkit. And i haven't been able to find an easy to use log management plugin anywhere. Besides, this can download and configure everything for you.  tongue


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#7 2013-03-14 01:39:53

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

waveOSBeta wrote:

No, it's more like a setup utility for bukkit. And i haven't been able to find an easy to use log management plugin anywhere. Besides, this can download and configure everything for you.  tongue

Here's a challenge for you: Make a plugin download for it that will download the plugin and unzip (if necessary) into the plugins folder. Then you can type in the name of the plugin you want to download. This might be a bit advanced for batch though.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#8 2013-03-17 02:39:42

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

nathanprocks wrote:

waveOSBeta wrote:

No, it's more like a setup utility for bukkit. And i haven't been able to find an easy to use log management plugin anywhere. Besides, this can download and configure everything for you.  tongue

Here's a challenge for you: Make a plugin download for it that will download the plugin and unzip (if necessary) into the plugins folder. Then you can type in the name of the plugin you want to download. This might be a bit advanced for batch though.

It's funny, that's a feature I was working on!


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#9 2013-03-17 06:09:16

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

waveOSBeta wrote:

nathanprocks wrote:

waveOSBeta wrote:

No, it's more like a setup utility for bukkit. And i haven't been able to find an easy to use log management plugin anywhere. Besides, this can download and configure everything for you.  tongue

Here's a challenge for you: Make a plugin download for it that will download the plugin and unzip (if necessary) into the plugins folder. Then you can type in the name of the plugin you want to download. This might be a bit advanced for batch though.

It's funny, that's a feature I was working on!

Really? Are you using an external program with your batch file to download files and stuff? I was making an OS in batch once that used SQLite for user accounts. It took my hours to figure out how to store information from the database into a variable.  tongue  I can't really work on the OS anymore because I mainly use a Mac now.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#10 2013-03-17 12:29:57

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

nathanprocks wrote:

waveOSBeta wrote:

nathanprocks wrote:


Here's a challenge for you: Make a plugin download for it that will download the plugin and unzip (if necessary) into the plugins folder. Then you can type in the name of the plugin you want to download. This might be a bit advanced for batch though.

It's funny, that's a feature I was working on!

Really? Are you using an external program with your batch file to download files and stuff? I was making an OS in batch once that used SQLite for user accounts. It took my hours to figure out how to store information from the database into a variable.  tongue  I can't really work on the OS anymore because I mainly use a Mac now.

Yeah, I'm using a wget exe to handle file downloads.


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#11 2013-03-17 15:52:02

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

Good to see you back wave. Any thoughts of maybe adding a gui?


http://i46.tinypic.com/dw7zft.png

Offline

 

#12 2013-03-18 02:11:39

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

SeptimusHeap wrote:

Good to see you back wave. Any thoughts of maybe adding a gui?

A menu using keyboard input such as 0-9 or A-Z to select menu items would be a good idea!


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#13 2013-03-30 12:31:59

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

nathanprocks wrote:

SeptimusHeap wrote:

Good to see you back wave. Any thoughts of maybe adding a gui?

A menu using keyboard input such as 0-9 or A-Z to select menu items would be a good idea!

Actually, I intend to do something very similar when I get plugin packs and automatic plugin updates implemented. And hey, sep! Haven't seen you in ages!  big_smile


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#14 2013-03-30 16:23:59

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

waveOSBeta wrote:

nathanprocks wrote:

SeptimusHeap wrote:

Good to see you back wave. Any thoughts of maybe adding a gui?

A menu using keyboard input such as 0-9 or A-Z to select menu items would be a good idea!

Actually, I intend to do something very similar when I get plugin packs and automatic plugin updates implemented. And hey, sep! Haven't seen you in ages!  big_smile

Yeah, me too! How's it going?


http://i46.tinypic.com/dw7zft.png

Offline

 

#15 2013-03-30 22:48:28

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: BukkitInABox - The easy way to set up a Minecraft server!

Great! Though I don't have much free time these days.. xD


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

Board footer