Release 1.1

This commit is contained in:
Florian CUNY 2019-01-20 10:10:29 +01:00
parent 5a573bdbbe
commit bb188cb8ff
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<name>BentoBox</name>
<description>Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland.</description>

View File

@ -1,4 +1,4 @@
# BentoBox Configuration 1.0
# BentoBox Configuration 1.1
# This config file is dynamic and saved when the server is shutdown.
# You cannot edit it while the server is running because changes will
# be lost! Use in-game settings GUI or edit when server is offline.
@ -15,8 +15,9 @@ general:
# If there is no economy plugin present anyway, money will be automatically disabled.
use-economy: true
database:
# YAML, JSON, MYSQL, MONGODB.
# YAML, JSON, MYSQL, MARIADB (10.2.3+), MONGODB.
# YAML and JSON are both file-based databases.
# MYSQL might not work with all implementations: if available, use a dedicated database type (e.g. MARIADB).
# If you use MONGODB, you must also run the BSBMongo plugin (not addon).
# See https://github.com/tastybento/bsbMongo/releases/.
type: YAML