mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-28 16:32:09 +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
|
@ -1139,4 +1139,9 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
@Override public boolean isSendFlyEnableOnJoin() {
|
||||
return config.getBoolean("send-fly-enable-on-join", true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isWorldTimePermissions() {
|
||||
return config.getBoolean("world-time-permissions", false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue