New setting "logPlayerCommands" (default true) which can be disabled to prevent player commands from being logged.

This commit is contained in:
Brettflan
2012-03-09 19:26:40 -06:00
parent 1ca93948a3
commit a5bb25eb44
4 changed files with 17 additions and 2 deletions

View File

@@ -172,6 +172,12 @@ public class P extends MPlugin
Conf.save();
}
@Override
public boolean logPlayerCommands()
{
return Conf.logPlayerCommands;
}
@Override
public boolean handleCommand(CommandSender sender, String commandString, boolean testOnly)
{