mirror of
https://github.com/Samsuik/Sakura.git
synced 2025-12-28 19:29:07 +00:00
Protect blocks outside the world border from explosions
This commit is contained in:
@@ -98,6 +98,8 @@ public final class WorldConfiguration extends ConfigurationPart {
|
||||
public boolean explosionsHurtPlayers = true;
|
||||
public boolean explosionsDropItems = true;
|
||||
public boolean useBlockCacheAcrossExplosions = false;
|
||||
@Comment("Protect blocks being destroyed outside the world border")
|
||||
public boolean protectBlocksOutsideTheWorldBorder = false;
|
||||
}
|
||||
|
||||
public Mechanics mechanics = new Mechanics();
|
||||
|
||||
Reference in New Issue
Block a user