Add a PrePrisonerTransferredEvent #9.

This commit is contained in:
graywolf336
2014-02-15 00:52:25 -06:00
parent d049dba447
commit 620c57cdc9
4 changed files with 173 additions and 1 deletions

View File

@ -78,6 +78,8 @@ public enum LangString {
TELEOUT ("jailing"),
/** The message sent to the sender when they transfer all a jail's prisoners to another jail. */
TRANSFERALLCOMPLETE ("jailing"),
/** The message sent when another plugin cancels the transferring but doesn't provide a reason why. */
TRANSFERCANCELLEDBYANOTHERPLUGIN ("jailing"),
/** The message sent to the sender when they transfer someone to a jail and a cell. */
TRANSFERCOMPLETECELL ("jailing"),
/** The message sent to the sender when they transfer someone to a jail. */