A fork of the Jail CraftBukkit plugin
Go to file
graywolf336 4179a6a2d3 Move the explosion protection to a different section of the config.
This way it makes more sense, as the explosionProtection is for the
jails and not during the jailing.
2014-01-21 12:21:33 -06:00
src Move the explosion protection to a different section of the config. 2014-01-21 12:21:33 -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 Revert the building with newest Bukkit versions. 2013-12-25 20:25:51 -06:00
README.md Prevent commands from being executed, except those whitelisted 2014-01-20 14:40:03 -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

Changes

With this being version 3 of this plugin, a couple things have changed but the core concept is still the exact same. Here are some drastic changes:

  • Time can now be entered different formats, 3hours or 15mins or 4days
  • New language system
  • New config system (per jail configs are going to make a come back)
  • Items in the config use item names now, not the ids

ToDo

  • About everything

Done

  • Muted Prisoners are now muted
  • Implemented counting down time always use the bukkit scheduler, unless your tick rate is slow as the other way we do it is not always stable
  • 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)
  • Handcuffs are now implemented
  • 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
  • Config value jailing.jail.deleteInventory is now used
  • Config value jailing.release.backToPreviousPosition is now used on jail and unjail
  • Config value jailing.release.restorePreviousGameMode is now used
  • Config value jailing.jail.gameMode is now used
  • Config value jailing.during.ignoreSleeping is now used in one part
  • Config value jailing.jail.commands is now used
  • Config value jailing.during.maxFoodLevel is now used in one part
  • Config value jailing.during.minFoodLevel is now used in one part
  • Config value jailing.release.teleport is used in unjailing
  • Config value jailing.release.commands is now used

Jail 3.0 JavaDoc