Edit the readme to include changes for beta 1.
This commit is contained in:
parent
47949a9373
commit
743270028b
36
README.md
36
README.md
@ -4,29 +4,35 @@ This plugins adds Jail to your Minecraft server. Admins can define several jails
|
|||||||
|
|
||||||
[![Build Status](http://ci.graywolf336.com/job/Jail/badge/icon)](http://ci.graywolf336.com/job/Jail/)
|
[![Build Status](http://ci.graywolf336.com/job/Jail/badge/icon)](http://ci.graywolf336.com/job/Jail/)
|
||||||
|
|
||||||
|
Beta 1 Changes
|
||||||
|
===
|
||||||
|
*Changes since alpha*
|
||||||
|
- MySQL storage is now a valid option for storage (#18)
|
||||||
|
- MySQL data validation, basically if a cell or prisoner reference a jail which no longer exists they are removed
|
||||||
|
- Fix a bug with not being able to unjail someone forcefully if they were in a cell (#17)
|
||||||
|
|
||||||
Changes
|
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:
|
*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
|
- Time can now be entered different formats, 3hours or 15mins or 4days
|
||||||
* New language system
|
- New language system
|
||||||
* New config system (per jail configs are going to make a come back)
|
- New config system (per jail configs are going to make a come back)
|
||||||
* Items in the config use item names now, **not** the ids
|
- Items in the config use item names now, **not** the ids
|
||||||
|
|
||||||
ToDo
|
ToDo
|
||||||
===
|
===
|
||||||
* About everything
|
- Prisoner profiles
|
||||||
* Prisoner profiles
|
- Guards
|
||||||
* Guards
|
|
||||||
|
|
||||||
Done
|
Done
|
||||||
===
|
===
|
||||||
* Muted Prisoners are now muted
|
- 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**
|
- 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
|
- New command system, internally we handle commands a lot better
|
||||||
* Delete commands are now remove
|
- Delete commands are now remove
|
||||||
* Language system (adding language strings as I use them, be patient with me)
|
- Language system (adding language strings as I use them, be patient with me)
|
||||||
* Handcuffs are now implemented
|
- Handcuffs are now implemented
|
||||||
* The time passed can be represented by time shorthand, aka "3hours" or "15minutes" or etc (defaults to minutes)
|
- The time passed can be represented by time shorthand, aka "3hours" or "15minutes" or etc (defaults to minutes)
|
||||||
|
|
||||||
[Jail 3.0 JavaDoc](http://ci.graywolf336.com/job/Jail/javadoc)
|
[Jail 3.0 JavaDoc](http://ci.graywolf336.com/job/Jail/javadoc)
|
||||||
====
|
====
|
||||||
|
Loading…
Reference in New Issue
Block a user