From 7af0b6b0e432ea128f77743cadd5b5abb836e4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petulikan=20D=C3=A1lnev=C3=ADm?= Date: Thu, 29 Aug 2024 01:52:00 +0200 Subject: [PATCH] - Change of default config value that allowed duplication Signed-off-by: petulikan1 Took 11 minutes --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 7b4c44f..0727b39 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -42,7 +42,7 @@ explosive-regeneration-delay: 20 # This tells the plugin whether to spawn falling blocks as a form of decoration from explosions. explosive-physics: true # This determines whether exploded blocks have drops or not. -explosive-drops: true +explosive-drops: false # Restore a container, but empty and drop items that are in the container, for this to work, setting 'container-restoration' needs to be set to false restore-container-empty-but-drop-items: false # This tells the plugin if tnt harmed by an entity explosion should be ignited, rather than taking the effect of other normal blocks.