The jail stick is now usable.

Closes #16.
This commit is contained in:
graywolf336
2014-03-08 23:39:11 -06:00
parent 64c4298cca
commit 39cc95b96d
7 changed files with 270 additions and 4 deletions

View File

@ -124,6 +124,10 @@ public enum LangString {
JAILREMOVALUNSUCCESSFUL ("general"),
/** The message sent whenever a jail is successfully removed. */
JAILREMOVED ("general"),
/** The message sent whenever a player toggles using jail stick to disabled. */
JAILSTICKDISABLED ("general"),
/** The message sent whenever a player toggles using jail stick to enabled. */
JAILSTICKENABLED ("general"),
/** Message sent when doing something that requires a cell but the given name of a cell doesn't exist. */
NOCELL ("general"),
/** Message sent when needing a cell or something and there are no cells. */