Add deletecell and deletecells.

The deletion of cells is very spammy, might have to change later on down
the road.
This commit is contained in:
graywolf336
2014-02-12 15:31:02 -06:00
parent 3dc89a60c8
commit 94111955a4
6 changed files with 148 additions and 0 deletions

View File

@ -106,6 +106,8 @@ public enum LangString {
/** Part message of any messages which require 'all the jails' or such. */
ALLJAILS ("general"),
/** The message sent to the sender whenever they try to remove a cell but was unsuccessful due to a prisoner. */
CELLREMOVALUNSUCCESSFUL ("general"),
/** The message sent whenever a cell is successfully removed. */
CELLREMOVED ("general"),
/** The simple word jailing to be put in other parts. */