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