mirror of
https://github.com/DieReicheErethons/Brewery.git
synced 2025-01-23 21:21:20 +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: 3
|
||||
|
||||
# Config Version
|
||||
version: '0.4'
|
||||
|
||||
|
||||
# Rezepte für Getränke
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user