Add File Version

This commit is contained in:
Sn0wStorm 2013-09-05 20:05:19 +02:00
parent dee9208b82
commit 67a9a9e124
2 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,9 @@ colorInBrewer: false
# Autosave Intervall in Minuten [3]
autosave: 3
# Config Version
version: '0.4'
# Rezepte für Getränke

View File

@ -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) {