Implement getting the jail nearest to sender of the jail command if no
jail parameter is defined.
This commit is contained in:
@ -2,6 +2,7 @@ package com.graywolf336.jail.enums;
|
||||
|
||||
public enum Settings {
|
||||
DEBUG("system.debug"),
|
||||
DEFAULTJAIL("jailing.jail.defaultJail"),
|
||||
UPDATENOTIFICATIONS("system.updateNotifications"),
|
||||
JAILDEFAULTTIME("jailing.jail.defaultTime");
|
||||
|
||||
|
Reference in New Issue
Block a user