Config Updater to update Material names

Updater will only update materials on 1.13
Updated configs as well
This commit is contained in:
Sn0wStorm
2018-10-30 14:23:01 +01:00
parent 124267898e
commit 086f5b5c9e
12 changed files with 328 additions and 167 deletions
+7 -6
View File
@@ -65,14 +65,15 @@ updateCheck: true
autosave: 3
# Config Version
version: '1.6'
version: '1.7'
oldMat: true
# -- Rezepte für Getränke --
# name: Verschiedene Namen für schlecht/mittel/gut (Farbcodes möglich: z.b. &6)
# ingredients: Auflistung von 'Material oder ID,Data/Anzahl'
# (Item-ids anstatt Material werden von Bukkit nicht mehr unterstützt und funktionieren möglicherweise in Zukunft nicht mehr!)
# ingredients: Auflistung von 'Material,Data/Anzahl'
# (Item-ids anstatt Material können in Bukkit nicht mehr benutzt werden)
# Eine Liste von allen Materialien kann hier gefunden werden: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# Es kann ein Data-Wert (durability) angegeben werden, weglassen ignoriert diesen beim hinzufügen einer Zutat
# Wenn Vault installiert ist können normale englische Item Namen verwendet werden, anstatt Material, ID und Data!
@@ -100,9 +101,9 @@ recipes:
name: Schlechtes Beispiel/Beispiel/Gutes Beispiel
ingredients:
- SUGAR_CANE/5
- 264/1
- DIAMOND/1
- INK_SACK,3/20
- 5,1/8
- WOOD,1/8
- BEDROCK/1
# - Jungle Leaves/64 # Nur mit Vault
# - Green Dye/6 # Nur mit Vault
@@ -245,7 +246,7 @@ recipes:
# cooked: ALLE möglichen Zutaten und die nach dem Gähren daraus entstehenden Tranknamen:
# [Beispiel] MATERIAL_oder_id: Name nach Gähren
# [Beispiel] MATERIAL: Name nach Gähren
cooked:
WHEAT: Getreideferment
+7 -6
View File
@@ -62,14 +62,15 @@ updateCheck: true
autosave: 3
# Config Version
version: '1.6'
version: '1.7'
oldMat: true
# -- Recipes for Potions --
# name: Different names for bad/normal/good (Formatting codes possible: such as &6)
# ingredients: List of 'material or id,data/amount'
# (Item-ids instead of material are deprecated by bukkit and may not work in the future!)
# ingredients: List of 'material,data/amount'
# (Item-ids instead of material are not supported by bukkit anymore and will not work)
# A list of materials can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# You can specify a data (durability) value, omitting it will ignore the data value of the added ingredient
# If Vault is installed normal names can be used instead of material or id, so using Vault is highly recommended.
@@ -97,9 +98,9 @@ recipes:
name: Bad Example/Example/Good Example
ingredients:
- SUGAR_CANE/5
- 264/1
- DIAMOND/1
- INK_SACK,3/20
- 5,1/8
- WOOD,1/8
- BEDROCK/1
# - Jungle Leaves/64 # Only with Vault
# - Green Dye/6 # Only with Vault
@@ -243,7 +244,7 @@ recipes:
# cooked: EVERY possible ingredient and the names for the originating potions after fermenting:
# [Example] MATERIAL_or_id: Name after cooking
# [Example] MATERIAL: Name after cooking
cooked:
WHEAT: Fermented wheat
+4 -3
View File
@@ -62,13 +62,14 @@ updateCheck: true
autosave: 3
# Version de configuration
version: '1.6'
version: '1.7'
oldMat: true
# -- Recette pour les boissons --
# name: Différents noms pour la mauvaise/moyen/bonne qualité (Les codes de mise en forme sont pris en charge: comme par exemple &6 pour la couleur Or.)
# ingredients: Liste des 'matériaux ou id,data/montant'
# ingredients: Liste des 'matériaux,data/montant'
# (Les id d'objets à la place des matériaux sont obsolètes pour bukkit et pourraient ne pas fonctionner dans le futur!)
# Ex: 'SUGAR_CANE'
# Une liste des matériaux peuvent-être trouvés ici: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
@@ -248,7 +249,7 @@ recipes:
# cooked: CHAQUE ingrédient possible avec le nom donné après la fermentation (la cuisson):
# [Exemple] MATERIEL_ou_id: Nom après la cuisson
# [Exemple] MATERIEL: Nom après la cuisson
cooked:
WHEAT: Blé fermenté
+4 -3
View File
@@ -62,13 +62,14 @@ updateCheck: true
autosave: 3
# Versione del config
version: '1.6'
version: '1.7'
oldMat: true
# -- Ricette per pozioni --
# name: Tre nomi diversi per diverse qualità (cattivo/normale/buono). I codici come &6 possono essere usati.
# ingredients: Lista degli ingredienti nel formato materiale o id,dati/quantità
# ingredients: Lista degli ingredienti nel formato materiale,dati/quantità
# (Gli id invece dei materiali sono "disapprovati" da Bukkit e potrebbero non funzionare in futuro!)
# Una lista di materiali può essere trovata qui: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# Puoi specificare dei dati dell'oggetto, ma se omesso sarà semplicemente ignorato.
@@ -243,7 +244,7 @@ recipes:
# cooked: OGNI possibile ingrediente e i nomi per la pozione originatasi dopo la fermentazione.
# (Esempio) MATERIALE_o_id: Nome dopo la cottura
# (Esempio) MATERIALE: Nome dopo la cottura
cooked:
WHEAT: Frumento fermentato