rblock

Rblock makes managing Minecraft servers simple and easy.

Installation

Make sure your server has the following installed:

  • GNU screen
  • Java
  • Ruby 1.9

In your console, type:

gem install rblock

Rblock will install. After it's done, type:

rblock new mynewserver

Rblock will create a new directory called mynewserver and install bukkit inside of it.

To run your server:

cd mynewserver
rblock start

Rblock will start your server. Yup! It's that simple.

Planned Features

  • install servers, bukkit and native both
  • update bukkit/server (back up first)
  • downgrade bukkit/server? or at least install
  • create complete server backups
  • chat with people on server
  • monitor chats/activity/performance
  • duplicate servers
  • template servers
  • extend with bots and extensions

Version History

0.0.3

  • Added --directory flag to most commands
  • Fixed some bugs regarding the creation of blogs