mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-26 23:45:23 +00:00
Searchable help.
Toggle commands with no permissions.
This commit is contained in:
parent
b7cb11cd95
commit
503b4fee55
3 changed files with 32 additions and 8 deletions
|
@ -190,11 +190,16 @@ public class Settings implements IConf
|
|||
{
|
||||
return config.getInt("spawnmob-limit", 10);
|
||||
}
|
||||
|
||||
|
||||
public boolean showNonEssCommandsInHelp()
|
||||
{
|
||||
return config.getBoolean("non-ess-in-help", true);
|
||||
}
|
||||
|
||||
public boolean hidePermissionlessHelp()
|
||||
{
|
||||
return config.getBoolean("hide-permissionless-help", true);
|
||||
}
|
||||
|
||||
public int getProtectCreeperMaxHeight()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue