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

@@ -100,6 +100,7 @@ public class Conf
public static boolean logLandClaims = true;
public static boolean logLandUnclaims = true;
public static boolean logMoneyTransactions = true;
public static boolean logPlayerCommands = true;
public static boolean homesEnabled = true;
public static boolean homesMustBeInClaimedTerritory = true;