Add the command to transfer all the prisoners in one jail to another.

This commit is contained in:
graywolf336
2014-02-12 15:52:10 -06:00
parent b1ca15d10c
commit 950eb638b8
4 changed files with 61 additions and 0 deletions

View File

@ -74,6 +74,8 @@ public enum LangString {
TELEIN ("jailing"),
/** The message sent to the sender when they teleport someone to a jail's teleport out location. */
TELEOUT ("jailing"),
/** The message sent to the sender when they transfer all a jail's prisoners to another jail. */
TRANSFERALLCOMPLETE ("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. */