summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/settings/protect/Prevent.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/net/ess3/settings/protect/Prevent.java')
-rw-r--r--Essentials/src/net/ess3/settings/protect/Prevent.java58
1 files changed, 29 insertions, 29 deletions
diff --git a/Essentials/src/net/ess3/settings/protect/Prevent.java b/Essentials/src/net/ess3/settings/protect/Prevent.java
index f9b14fcaf..c5aaa7f3e 100644
--- a/Essentials/src/net/ess3/settings/protect/Prevent.java
+++ b/Essentials/src/net/ess3/settings/protect/Prevent.java
@@ -11,33 +11,33 @@ import net.ess3.storage.StorageObject;
public class Prevent implements StorageObject
{
- private boolean lavaFlow = false;
- private boolean waterFlow = false;
- // private boolean waterbucketFlow = false; TODO: Test if this still works
- private boolean firespread = true;
- private boolean lavaFirespread = true;
- private boolean lightningFirespread = true;
- private boolean portalCreation = false;
- private boolean tntBlockdamage = false;
- private boolean tntPlayerdamage = false;
- private boolean tntMinecartBlockdamage = false;
- private boolean tntMinecartPlayerdamage = false;
- private boolean fireballBlockdamage = false;
- private boolean fireballPlayerdamage = false;
- private boolean fireballFire = false;
- private boolean creeperBlockdamage = false;
- private boolean creeperPlayerdamage = false;
- private boolean enderdragonBlockdamage = false;
- private boolean witherSpawnBlockdamage = false;
- private boolean witherSpawnPlayerdamage = false;
- private boolean witherskullBlockdamage = false;
- private boolean witherskullPlayerdamage = false;
- private boolean witherBlockreplace = false;
- private boolean endermanPickup = false;
- private boolean villagerDeath = false;
- @Comment(
- {
- "Monsters won't follow players", "permission essentials.protect.entitytarget.bypass disables this"
- })
- private boolean entitytarget = false;
+ private boolean lavaFlow = false;
+ private boolean waterFlow = false;
+ // private boolean waterbucketFlow = false; TODO: Test if this still works
+ private boolean firespread = true;
+ private boolean lavaFirespread = true;
+ private boolean lightningFirespread = true;
+ private boolean portalCreation = false;
+ private boolean tntBlockdamage = false;
+ private boolean tntPlayerdamage = false;
+ private boolean tntMinecartBlockdamage = false;
+ private boolean tntMinecartPlayerdamage = false;
+ private boolean fireballBlockdamage = false;
+ private boolean fireballPlayerdamage = false;
+ private boolean fireballFire = false;
+ private boolean creeperBlockdamage = false;
+ private boolean creeperPlayerdamage = false;
+ private boolean enderdragonBlockdamage = false;
+ private boolean witherSpawnBlockdamage = false;
+ private boolean witherSpawnPlayerdamage = false;
+ private boolean witherskullBlockdamage = false;
+ private boolean witherskullPlayerdamage = false;
+ private boolean witherBlockreplace = false;
+ private boolean endermanPickup = false;
+ private boolean villagerDeath = false;
+ @Comment(
+ {
+ "Monsters won't follow players", "permission essentials.protect.entitytarget.bypass disables this"
+ })
+ private boolean entitytarget = false;
} \ No newline at end of file