Fix #82, don't jail players haven't played before

There is a configuration node which can be set to true to allow this.
This commit is contained in:
graywolf336
2015-06-10 15:59:44 -05:00
parent 312fe5105b
commit e598b0c424
6 changed files with 31 additions and 17 deletions

View File

@ -63,6 +63,8 @@ public enum Lang {
OFFLINEJAIL("jailing"),
/** The message sent to the jailer when they jail someone who is online. */
ONLINEJAIL("jailing"),
/** The message sent to the jailer when they jail someone who has never played before. */
PLAYERHASNEVERPLAYEDBEFORE("jailing"),
/** The message sent when finding out how much time a prisoner has. */
PRISONERSTIME("jailing"),
/** The message sent to the prisoner when they try to do something but it is protected. */