New LWC configuration options

This commit is contained in:
MarkehMe 2014-09-17 22:00:20 +10:00
parent 3bac7390f7
commit cc040a1c28

View File

@ -422,6 +422,20 @@ public class MConf extends Entity<MConf>
EventFactionsChunkChangeType.PILLAGE, false
);
public Map<Rel, Boolean> lwcAllowIn = MUtil.map(
Rel.ALLY, false,
Rel.ENEMY, false,
Rel.NEUTRAL, false,
Rel.TRUCE, false
);
public Set<String> lwcDisallowIn = MUtil.set(
MConf.get().factionIdWarzone,
MConf.get().factionIdSafezone,
MConf.get().factionIdNone
);
// -------------------------------------------- //
// INTEGRATION: ECONOMY
// -------------------------------------------- //