A fork of the Jail CraftBukkit plugin
Go to file
graywolf336 500c2abd51 Switch to using JCommander for the params/arguments system.
This system is very complex and we can make it as complex or as simple
as we want. This will save us time when we want to parse commands and
since it takes a while to write the code to parse the commands, this way
provides a lot more options. I'm excited for this.
2013-12-18 17:26:39 -06:00
src Switch to using JCommander for the params/arguments system. 2013-12-18 17:26:39 -06:00
.gitignore Derp, fix the build from failing and add a version to shade plugin. 2013-12-18 13:31:23 -06:00
pom.xml Derp, fix the build from failing and add a version to shade plugin. 2013-12-18 13:31:23 -06:00
README.md First commit, converted to a truely maven project and switching over to my own repository for better management. 2013-12-05 18:22:15 -06:00

Jail 3.0

This plugins adds Jail to your Minecraft server. Admins can define several jails and then jail/unjail people or jail them on time basis. Plugin also offers wide variety of protections, so players won't escape out of your jail.

Build Status

ToDo

  • About everything

Done

  • Muted Prisoners are now muted
  • New command system, internally we handle commands a lot better
  • Delete commands are now remove

Jail 3.0 JavaDoc