Make accidental faction disbanding more difficult

This commit is contained in:
Magnus Ulf
2019-01-19 12:21:28 +01:00
parent 84b66ba18b
commit 1e36c9f744
2 changed files with 13 additions and 5 deletions

View File

@ -335,6 +335,9 @@ public class MConf extends Entity<MConf>
// Protects the faction land from piston extending/retracting
// through the denying of MPerm build
public boolean handlePistonProtectionThroughDenyBuild = true;
// Make faction disbanding a confirmation thing
public boolean requireConfirmationForFactionDisbanding = true;
// -------------------------------------------- //
// DENY COMMANDS
@ -474,7 +477,7 @@ public class MConf extends Entity<MConf>
// -------------------------------------------- //
// PREFIXES
// -------------------------------------------- //
// Here you may edit the name prefixes associated with different faction ranks.
public String prefixLeader = "**";
public String prefixOfficer = "*";