Skip to content

Commit 786a3c5

Browse files
committed
Added %quality% placeholder & Bottled Materials
issue #259
1 parent 2cd5295 commit 786a3c5

File tree

19 files changed

+56
-32
lines changed

19 files changed

+56
-32
lines changed

resources/config/v12/de/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ cauldron:
221221
# alcohol: Alkoholgehalt 0-100 in absoluter Menge bei perfektem Getränk (wird dem Spieler hinzugefügt, bei 100 = tot)
222222
# lore: Auflistung von zusätzlichem Text auf dem fertigen Trank. (Farbcodes möglich: z.b. &6)
223223
# Lore nur für bestimmte Qualität möglich mit + Schlecht, ++ Mittel, +++ Gut, vorne anhängen.
224-
# servercommands: Liste von Befehlen ausgeführt vom -Server- wenn der Trank getrunken wird (%player_name% benutzbar)
225-
# playercommands: Liste von Befehlen ausgeführt vom -Spieler- wenn der Trank getrunken wird (%player_name% benutzbar)
224+
# servercommands: Liste von Befehlen ausgeführt vom -Server- wenn der Trank getrunken wird (%player_name% %quality% benutzbar)
225+
# playercommands: Liste von Befehlen ausgeführt vom -Spieler- wenn der Trank getrunken wird (%player_name% %quality% benutzbar)
226226
# drinkmessage: Nachricht im Chat beim trinken des Trankes
227227
# drinktitle: Nachricht als Titel auf dem Bildschirm an den Spieler beim trinken des Trankes
228228
# customModelData: Custom Model Data Modelldaten. Mit dieser Zahl kann die Tranktextur mit einem Resourcepack geändert werden

resources/config/v12/en/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ cauldron:
222222
# alcohol: Absolute amount of alcohol 0-100 in a perfect potion (will be added directly to the player, where 100 means fainting)
223223
# lore: List of additional text on the finished brew. (Formatting codes possible: such as &6)
224224
# Specific lore for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
225-
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name%)
226-
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name%)
225+
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name% %quality%)
226+
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name% %quality%)
227227
# drinkmessage: Chat-message to the Player when drinking the Brew
228228
# drinktitle: Title on Screen to the Player when drinking the Brew
229229
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.

resources/config/v12/fr/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ cauldron:
225225
# alcohol: Le montant d'alcool absolu dans une boisson parfaite (cela sera ajouté directement au joueur, où 100% entraînera l'évanouissement), un degré d'alcooléisme en fait
226226
# lore: Liste des textes supplémentaires sur le breuvage fini. (Codes de formatage possibles : tels que &6)
227227
# Texte spécifique de qualité possible, en utilisant + mauvais, ++ normal, +++ bon, ajouté à l'avant de la ligne.
228-
# servercommands: Liste des commandes exécutées par le serveur lors de la consommation de la potion (Peut utiliser %player_name%)
229-
# playercommands: Liste des commandes exécutées par le joueur lors de la consommation de la potion (Peut utiliser %player_name%)
228+
# servercommands: Liste des commandes exécutées par le serveur lors de la consommation de la potion (Peut utiliser %player_name% %quality%)
229+
# playercommands: Liste des commandes exécutées par le joueur lors de la consommation de la potion (Peut utiliser %player_name% %quality%)
230230
# drinkmessage: Chat-message au joueur lorsqu'il boit la potion
231231
# drinktitle: Titre à l'écran du joueur lorsqu'il boit la potion
232232
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.

resources/config/v12/it/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ cauldron:
220220
# alcohol: Volume alcolico da 0 a 100 nella versione perfetta (sarà aggiunta direttamente al giocatore, dove 100 è la quantità massima di alcohol assorbibile.
221221
# lore: List of additional text on the finished brew. (Formatting codes possible: such as &6)
222222
# Specific lore for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
223-
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name%)
224-
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name%)
223+
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name% %quality%)
224+
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name% %quality%)
225225
# drinkmessage: Chat-message to the Player when drinking the Brew
226226
# drinktitle: Title on Screen to the Player when drinking the Brew
227227
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.

resources/config/v13/de/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ cauldron:
354354
# alcohol: Alkoholgehalt 0-100 in absoluter Menge bei perfektem Getränk (wird dem Spieler hinzugefügt, bei 100 = tot)
355355
# lore: Auflistung von zusätzlichem Text auf dem fertigen Trank. (Farbcodes möglich: z.b. &6)
356356
# Lore nur für bestimmte Qualität möglich mit + Schlecht, ++ Mittel, +++ Gut, vorne anhängen.
357-
# servercommands: Liste von Befehlen ausgeführt vom -Server- wenn der Trank getrunken wird (%player_name% benutzbar)
358-
# playercommands: Liste von Befehlen ausgeführt vom -Spieler- wenn der Trank getrunken wird (%player_name% benutzbar)
357+
# servercommands: Liste von Befehlen ausgeführt vom -Server- wenn der Trank getrunken wird (%player_name% %quality% benutzbar)
358+
# playercommands: Liste von Befehlen ausgeführt vom -Spieler- wenn der Trank getrunken wird (%player_name% %quality% benutzbar)
359359
# drinkmessage: Nachricht im Chat beim trinken des Trankes
360360
# drinktitle: Nachricht als Titel auf dem Bildschirm an den Spieler beim trinken des Trankes
361361
# customModelData: Custom Model Data Modelldaten. Mit dieser Zahl kann die Tranktextur mit einem Resourcepack geändert werden

resources/config/v13/en/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ cauldron:
354354
# alcohol: Absolute amount of alcohol 0-100 in a perfect potion (will be added directly to the player, where 100 means fainting)
355355
# lore: List of additional text on the finished brew. (Formatting codes possible: such as &6)
356356
# Specific lore for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
357-
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name%)
358-
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name%)
357+
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name% %quality%)
358+
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name% %quality%)
359359
# drinkmessage: Chat-message to the Player when drinking the Brew
360360
# drinktitle: Title on Screen to the Player when drinking the Brew
361361
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.

resources/config/v13/fr/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ cauldron:
358358
# alcohol: Le montant d'alcool absolu dans une boisson parfaite (cela sera ajouté directement au joueur, où 100% entraînera l'évanouissement), un degré d'alcooléisme en fait
359359
# lore: Liste des textes supplémentaires sur le breuvage fini. (Codes de formatage possibles : tels que &6)
360360
# Texte spécifique de qualité possible, en utilisant + mauvais, ++ normal, +++ bon, ajouté à l'avant de la ligne.
361-
# servercommands: Liste des commandes exécutées par le serveur lors de la consommation de la potion (Peut utiliser %player_name%)
362-
# playercommands: Liste des commandes exécutées par le joueur lors de la consommation de la potion (Peut utiliser %player_name%)
361+
# servercommands: Liste des commandes exécutées par le serveur lors de la consommation de la potion (Peut utiliser %player_name% %quality%)
362+
# playercommands: Liste des commandes exécutées par le joueur lors de la consommation de la potion (Peut utiliser %player_name% %quality%)
363363
# drinkmessage: Chat-message au joueur lorsqu'il boit la potion
364364
# drinktitle: Titre à l'écran du joueur lorsqu'il boit la potion
365365
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.

resources/config/v13/it/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ cauldron:
354354
# alcohol: Volume alcolico da 0 a 100 nella versione perfetta (sarà aggiunta direttamente al giocatore, dove 100 è la quantità massima di alcohol assorbibile.
355355
# lore: List of additional text on the finished brew. (Formatting codes possible: such as &6)
356356
# Specific lore for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
357-
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name%)
358-
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name%)
357+
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name% %quality%)
358+
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name% %quality%)
359359
# drinkmessage: Chat-message to the Player when drinking the Brew
360360
# drinktitle: Title on Screen to the Player when drinking the Brew
361361
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.

resources/config/v13/zh/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ cauldron:
357357
# alcohol: 完美质量的饮品所含有的酒精度(百分数, 会被直接添加到玩家身上, 100意为直接昏迷)
358358
# lore: List of additional text on the finished brew. (Formatting codes possible: such as &6)
359359
# Specific lore for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
360-
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name%)
361-
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name%)
360+
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name% %quality%)
361+
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name% %quality%)
362362
# drinkmessage: Chat-message to the Player when drinking the Brew
363363
# drinktitle: Title on Screen to the Player when drinking the Brew
364364
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.

resources/languages/de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Error_PlayerCommand: '&cDieser Befehl kann nur als Spieler ausgeführt werden'
4444
Error_Recipeload: '&cEs konnten nicht alle Rezepte wiederhergesellt werden: Siehe Serverlog!'
4545
Error_ShowHelp: 'Benutze &6/brew help &fum die Hilfe anzuzeigen'
4646
Error_UnknownCommand: Unbekannter Befehl
47-
Error_YmlRead: 'config.yml konnte nicht gelesen werden, ist die Datei im korrekten yml-Format (korrekte Leerzeichen usw.)?'
47+
Error_YmlRead: 'config.yml konnte nicht gelesen werden, ist die Datei im korrekten yml-Format (korrekte Leerzeichen, Strings mit '' '' usw.)?'
4848

4949
# Etc
5050
Etc_Page: Seite

0 commit comments

Comments
 (0)