mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 08:59:01 +00:00
Version 0.5
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ colorInBrewer: false
|
|||||||
autosave: 3
|
autosave: 3
|
||||||
|
|
||||||
# Config Version
|
# Config Version
|
||||||
version: '0.4'
|
version: '0.5'
|
||||||
|
|
||||||
|
|
||||||
# Rezepte für Getränke
|
# Rezepte für Getränke
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
name: Brewery
|
name: Brewery
|
||||||
version: 0.4
|
version: 0.5
|
||||||
main: com.dre.brewery.P
|
main: com.dre.brewery.P
|
||||||
authors: [Milan Albrecht, Frank Baumann]
|
authors: [Milan Albrecht, Frank Baumann]
|
||||||
softdepend: [Vault]
|
softdepend: [Vault]
|
||||||
|
|||||||
@@ -463,7 +463,7 @@ public class P extends JavaPlugin {
|
|||||||
|
|
||||||
saveWorldNames(configFile, oldData.getConfigurationSection("Worlds"));
|
saveWorldNames(configFile, oldData.getConfigurationSection("Worlds"));
|
||||||
|
|
||||||
configFile.set("Version", "0.4");
|
configFile.set("Version", "0.5");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
configFile.save(datafile);
|
configFile.save(datafile);
|
||||||
|
|||||||
Reference in New Issue
Block a user