From d6264f28a9524cc9a36fcd0e0942e0deaa92ed5a Mon Sep 17 00:00:00 2001 From: tastybento Date: Thu, 3 Jan 2019 09:48:48 -0800 Subject: [PATCH] Version up 1.0 Added OBSIDIAN_SCOOPING: true to config.yml. --- pom.xml | 2 +- src/main/resources/config.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 51062f8..e2f780c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ world.bentobox acidisland - 0.6.3-SNAPSHOT + 1.0-SNAPSHOT AcidIsland AcidIsland is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like SkyBlock or AcidIsland. diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 61ea5d5..5a0ddbf 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -130,6 +130,7 @@ world: # World flags. These are boolean settings for various flags for this world flags: CREEPER_DAMAGE: true + OBSIDIAN_SCOOPING: true PISTON_PUSH: false ISLAND_RESPAWN: true CREEPER_GRIEFING: false