Add the /jail status command.

This commit is contained in:
graywolf336
2014-02-13 12:00:21 -06:00
parent 78cc20c2c1
commit efcd517360
4 changed files with 42 additions and 0 deletions

View File

@ -68,6 +68,8 @@ public enum LangString {
PROVIDEAPLAYER ("jailing"),
/** The message sent to the sender when they need to provide a jail. */
PROVIDEAJAIL ("jailing"),
/** The message sent when to a prisoner about their status in jail. */
STATUS ("jailing"),
/** The message sent to the sender of a command when suggesting a cell. */
SUGGESTEDCELL ("jailing"),
/** The message sent to the sender when they teleport someone to a jail's teleport in location. */
@ -86,6 +88,8 @@ public enum LangString {
UNJAILED ("jailing"),
/** The message went when an offline player is unjailed. */
WILLBEUNJAILED ("jailing"),
/** The message sent to the sender when they check their jail status and they aren't jailed. */
YOUARENOTJAILED ("jailing"),
//Handcuffing section