9
0
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:
Samsuik
2025-03-07 14:24:09 +00:00
parent 5f84665fd2
commit d6b47ce481
2 changed files with 24 additions and 0 deletions

View File

@@ -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();