Grave digging config options
logLandUnclaims is actually handled by logLandClaims. command logging is out of the scope of factions. bank options have been gone for a while, and now the config field is removed for now.
This commit is contained in:
parent
063dd43f12
commit
faf736a013
@ -521,9 +521,7 @@ public class MConf extends Entity<MConf>
|
|||||||
public boolean logFactionKick = true;
|
public boolean logFactionKick = true;
|
||||||
public boolean logFactionLeave = true;
|
public boolean logFactionLeave = true;
|
||||||
public boolean logLandClaims = true;
|
public boolean logLandClaims = true;
|
||||||
public boolean logLandUnclaims = true;
|
|
||||||
public boolean logMoneyTransactions = true;
|
public boolean logMoneyTransactions = true;
|
||||||
public boolean logPlayerCommands = true;
|
|
||||||
|
|
||||||
// -------------------------------------------- //
|
// -------------------------------------------- //
|
||||||
// ENUMERATIONS
|
// ENUMERATIONS
|
||||||
@ -682,6 +680,5 @@ public class MConf extends Entity<MConf>
|
|||||||
// That costs should the faciton bank take care of?
|
// That costs should the faciton bank take care of?
|
||||||
// If you set this to false the player executing the command will pay instead.
|
// If you set this to false the player executing the command will pay instead.
|
||||||
public boolean bankFactionPaysCosts = true;
|
public boolean bankFactionPaysCosts = true;
|
||||||
public boolean bankFactionPaysLandCosts = true;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user