Searchable help.

Toggle commands with no permissions.
This commit is contained in:
KHobbits 2011-06-24 22:12:04 +08:00 committed by snowleo
parent b7cb11cd95
commit 503b4fee55
3 changed files with 32 additions and 8 deletions

View file

@ -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()
{