Jail/README.md

33 lines
1.4 KiB
Markdown
Raw Normal View History

2013-12-23 21:31:27 +01:00
[Jail 3.0](http://ci.graywolf336.com/job/Jail/)
====
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](http://ci.graywolf336.com/job/Jail/badge/icon)](http://ci.graywolf336.com/job/Jail/)
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
2013-12-23 21:31:27 +01:00
ToDo
===
* About everything
* Prisoner profiles
* Guards
2013-12-23 21:31:27 +01:00
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**
2013-12-23 21:31:27 +01:00
* New command system, internally we handle commands a lot better
* Delete commands are now remove
2013-12-25 05:52:10 +01:00
* Language system (adding language strings as I use them, be patient with me)
* Handcuffs are now implemented
2013-12-25 05:52:10 +01:00
* The time passed can be represented by time shorthand, aka "3hours" or "15minutes" or etc (defaults to minutes)
2013-12-23 21:31:27 +01:00
[Jail 3.0 JavaDoc](http://ci.graywolf336.com/job/Jail/javadoc)
====