WorldGuard Integration
This commit is contained in:

committed by
Olof Larsson

parent
64928d699c
commit
74b9319a1a
@ -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
|
||||
// -------------------------------------------- //
|
||||
|
Reference in New Issue
Block a user