A fork of the Jail CraftBukkit plugin
Go to file
graywolf336 c499443ff9 If we've already broadcasted it to the entire server, don't log it as
double messages will appear in the console.
2013-12-24 23:29:51 -06:00
src If we've already broadcasted it to the entire server, don't log it as 2013-12-24 23:29:51 -06:00
.gitignore More work on the config and also start working on the language messages. 2013-12-22 12:19:29 -06:00
pom.xml Add a language file and system. 2013-12-23 14:31:27 -06:00
README.md Update the readme.md 2013-12-24 22:52:10 -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
  • Language system (adding language strings as I use them, be patient with me)
  • Config value jailing.jail.defaultJail is now used
  • Config value jailing.jail.defaultTime is now used
  • The time passed can be represented by time shorthand, aka "3hours" or "15minutes" or etc (defaults to minutes)
  • Config value jailing.jail.broadcastJailing is now used
  • Config value jailing.jail.logToConsole is now used

Jail 3.0 JavaDoc