mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
Add world-time-permissions configurable variable (false by default) that justifies whether /time should check for per world permissions. This was recommended by Khobbits as newbies might get confused by this feature.
This commit is contained in:
parent
d895d40fbf
commit
c6d2746959
4 changed files with 14 additions and 1 deletions
|
@ -237,4 +237,6 @@ public interface ISettings extends IConf {
|
|||
boolean isMilkBucketEasterEggEnabled();
|
||||
|
||||
boolean isSendFlyEnableOnJoin();
|
||||
|
||||
boolean isWorldTimePermissions();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue