summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/settings/protect/Protect.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/net/ess3/settings/protect/Protect.java')
-rw-r--r--Essentials/src/net/ess3/settings/protect/Protect.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/Essentials/src/net/ess3/settings/protect/Protect.java b/Essentials/src/net/ess3/settings/protect/Protect.java
index 420c5028e..ff4af10ff 100644
--- a/Essentials/src/net/ess3/settings/protect/Protect.java
+++ b/Essentials/src/net/ess3/settings/protect/Protect.java
@@ -13,13 +13,15 @@ public class Protect implements StorageObject
@Comment("General physics/behavior modifications")
private Prevent prevent = new Prevent();
@Comment(
- {
- "Maximum height the creeper should explode. -1 allows them to explode everywhere.",
- "Set prevent.creeper-explosion to true, if you want to disable creeper explosions."
- })
+ {
+ "Maximum height the creeper should explode. -1 allows them to explode everywhere.",
+ "Set prevent.creeper-explosion to true, if you want to disable creeper explosions."
+ })
private int creeperMaxHeight = -1;
+
@Comment("Disable weather options")
private boolean disableStorm = false;
private boolean disableThunder = false;
private boolean disableLighting = false;
+
}