Finish adding the jailrecord command, this closes #12.

This commit is contained in:
graywolf336
2014-03-06 18:10:53 -06:00
parent 9f9ede433a
commit 2ec69c5650
7 changed files with 126 additions and 12 deletions

View File

@ -144,6 +144,12 @@ public enum LangString {
PLUGINRELOADED ("general"),
/** The message sent whenever the prisoners are cleared from jail(s). */
PRISONERSCLEARED ("general"),
/** The format we should use when entering a record into flatfile or showing it. */
RECORDENTRY ("general"),
/** The message format sent saying how many times a user has been jailed.*/
RECORDTIMESJAILED ("general"),
/** The format of the time entry we should use for the record entries. */
TIMEFORMAT ("general"),
/** The simple word transferring to be put in other parts. */
TRANSFERRING ("general"),
/** The message sent whenever someone does a command we don't know. */