Version up 1.0

Added OBSIDIAN_SCOOPING: true to config.yml.
This commit is contained in:
tastybento 2019-01-03 09:49:50 -08:00
parent 2df9b4e19f
commit ff0433ecfa
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<groupId>world.bentobox</groupId> <groupId>world.bentobox</groupId>
<artifactId>bskyblock</artifactId> <artifactId>bskyblock</artifactId>
<version>0.6.3-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<name>BSkyBlock</name> <name>BSkyBlock</name>
<description>BSkyBlock is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like SkyBlock or AcidIsland.</description> <description>BSkyBlock is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like SkyBlock or AcidIsland.</description>

View File

@ -85,6 +85,7 @@ world:
# World flags. These are boolean settings for various flags for this world # World flags. These are boolean settings for various flags for this world
flags: flags:
CREEPER_DAMAGE: true CREEPER_DAMAGE: true
OBSIDIAN_SCOOPING: true
PISTON_PUSH: false PISTON_PUSH: false
ISLAND_RESPAWN: true ISLAND_RESPAWN: true
CREEPER_GRIEFING: false CREEPER_GRIEFING: false