WorldGuard Integration

This commit is contained in:
Mark Hughes
2015-09-05 20:58:15 +10:00
committed by Olof Larsson
parent 64928d699c
commit 74b9319a1a
6 changed files with 188 additions and 1 deletions

View File

@ -651,6 +651,17 @@ public class MConf extends Entity<MConf>
EventFactionsChunkChangeType.PILLAGE, false // when unclaiming (to wilderness) from another player faction
);
// -------------------------------------------- //
// INTEGRATION: WorldGuard
// -------------------------------------------- //
// Global WorldGuard Integration Switch
public boolean worldguardCheckEnabled = false;
// Enable the WorldGuard check per-world
// Specify which worlds the WorldGuard Check can be used in
public WorldExceptionSet worldguardCheckWorldsEnabled = new WorldExceptionSet();
// -------------------------------------------- //
// INTEGRATION: ECONOMY
// -------------------------------------------- //