mirror of
https://github.com/DieReicheErethons/Brewery.git
synced 2025-02-02 23:01:21 +01:00
Add File Version
This commit is contained in:
parent
dee9208b82
commit
67a9a9e124
@ -51,6 +51,9 @@ colorInBrewer: false
|
|||||||
# Autosave Intervall in Minuten [3]
|
# Autosave Intervall in Minuten [3]
|
||||||
autosave: 3
|
autosave: 3
|
||||||
|
|
||||||
|
# Config Version
|
||||||
|
version: '0.4'
|
||||||
|
|
||||||
|
|
||||||
# Rezepte für Getränke
|
# Rezepte für Getränke
|
||||||
|
|
||||||
|
@ -454,6 +454,8 @@ public class P extends JavaPlugin {
|
|||||||
|
|
||||||
saveWorldNames(configFile, oldData.getConfigurationSection("Worlds"));
|
saveWorldNames(configFile, oldData.getConfigurationSection("Worlds"));
|
||||||
|
|
||||||
|
configFile.set("Version", "0.4");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
configFile.save(datafile);
|
configFile.save(datafile);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user