9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-28 19:29:07 +00:00

Configure explosions breaking blocks when outside the world border

This commit is contained in:
Samsuik
2025-03-07 17:19:17 +00:00
parent 01115e23c1
commit b1703fbf85
2 changed files with 23 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ public final class WorldConfiguration extends ConfigurationPart {
public boolean explosionsHurtPlayers = true;
public boolean explosionsDropItems = true;
public boolean useBlockCacheAcrossExplosions = false;
public boolean breakBlocksWhenOutsideTheWorldBorder = true;
}
public Mechanics mechanics = new Mechanics();