Send a message to the unjailer when they unjail someone.

This commit is contained in:
graywolf336
2014-07-14 21:11:46 -05:00
parent 9e1b75c602
commit 049ea63102
5 changed files with 17 additions and 11 deletions

View File

@ -90,6 +90,8 @@ public enum LangString {
TRANSFERRED ("jailing"),
/** The message sent when players are released from jail. */
UNJAILED ("jailing"),
/** The message sent to the person who released a prisoner from jail. */
UNJAILSUCCESS ("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. */