mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
Add option to only count online jailed time (#3705)
Adds `jail-online-time` config option to only count a player's online time to the jail cap. This also fixes memory leak in `EssentialsTimer` which I found in the process of testing. Closes #429.
This commit is contained in:
parent
8177893e28
commit
026d279556
8 changed files with 78 additions and 20 deletions
|
@ -355,6 +355,8 @@ public interface ISettings extends IConf {
|
|||
|
||||
boolean isTeleportBackWhenFreedFromJail();
|
||||
|
||||
boolean isJailOnlineTime();
|
||||
|
||||
boolean isCompassTowardsHomePerm();
|
||||
|
||||
boolean isAllowWorldInBroadcastworld();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue