diff --git a/config.yml b/config.yml index 724035c..7116e7c 100644 --- a/config.yml +++ b/config.yml @@ -51,6 +51,9 @@ colorInBrewer: false # Autosave Intervall in Minuten [3] autosave: 3 +# Config Version +version: '0.4' + # Rezepte für Getränke diff --git a/src/com/dre/brewery/P.java b/src/com/dre/brewery/P.java index 823370d..e706343 100644 --- a/src/com/dre/brewery/P.java +++ b/src/com/dre/brewery/P.java @@ -454,6 +454,8 @@ public class P extends JavaPlugin { saveWorldNames(configFile, oldData.getConfigurationSection("Worlds")); + configFile.set("Version", "0.4"); + try { configFile.save(datafile); } catch (IOException e) {