mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
@@ -124,6 +124,7 @@ customItems:
|
||||
|
||||
# -- Zutaten im Kessel --
|
||||
# Hier kann angegeben werden welche Zutaten in den Kessel getan werden können und was mit ihnen geschieht.
|
||||
# Es braucht nur etwas hier eingetragen werden falls der Basistrank besondere Eigenschaften wie Name und Farbe haben soll
|
||||
|
||||
# name: Name des Basistrankes der aus dem Kessel kommt (Farbcodes möglich: z.b. &6)
|
||||
# ingredients: Auflistung von 'Material/Anzahl'
|
||||
@@ -134,6 +135,7 @@ customItems:
|
||||
# Benutzbare Farben: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
||||
# Oder RGB Farben (Hex: also zB '99FF33') (Ohne #) (mit '') (Einfach nach "HTML color" im Internet suchen)
|
||||
# lore: Auflistung von zusätzlichem Text auf dem Trank. (Farbcodes möglich: z.b. &6)
|
||||
# customModelData: Custom Model Data Modelldaten. Mit dieser Zahl kann die Tranktextur mit einem Resourcepack geändert werden
|
||||
|
||||
|
||||
cauldron:
|
||||
@@ -146,6 +148,7 @@ cauldron:
|
||||
lore:
|
||||
- Ein Beispiel für einen Basistrank
|
||||
- So kommt er aus dem Kessel
|
||||
customModelData: 545
|
||||
|
||||
# -- Eine Zutat: --
|
||||
wheat:
|
||||
@@ -217,10 +220,12 @@ cauldron:
|
||||
# alcohol: Alkoholgehalt 0-100 in absoluter Menge bei perfektem Getränk (wird dem Spieler hinzugefügt, bei 100 = tot)
|
||||
# lore: Auflistung von zusätzlichem Text auf dem fertigen Trank. (Farbcodes möglich: z.b. &6)
|
||||
# Lore nur für bestimmte Qualität möglich mit + Schlecht, ++ Mittel, +++ Gut, vorne anhängen.
|
||||
# servercommands: Liste von Befehlen ausgeführt vom Server wenn der Trank getrunken wird
|
||||
# playercommands: Liste von Befehlen ausgeführt vom Spieler wenn der Trank getrunken wird
|
||||
# servercommands: Liste von Befehlen ausgeführt vom -Server- wenn der Trank getrunken wird (%player_name% benutzbar)
|
||||
# playercommands: Liste von Befehlen ausgeführt vom -Spieler- wenn der Trank getrunken wird (%player_name% benutzbar)
|
||||
# drinkmessage: Nachricht im Chat beim trinken des Trankes
|
||||
# drinktitle: Nachricht als Titel auf dem Bildschirm an den Spieler beim trinken des Trankes
|
||||
# customModelData: Custom Model Data Modelldaten. Mit dieser Zahl kann die Tranktextur mit einem Resourcepack geändert werden
|
||||
# Es kann eine für alle, oder drei für die qualitäten schlecht/normal/gut agegeben werden, mit / getrennt
|
||||
# effects: Auflistung Effekt/Level/Dauer Besonderere Trank-Effekte beim Trinken, Dauer in sek.
|
||||
# Ein 'X' an den Namen anhängen, um ihn zu verbergen. Bsp: 'POISONX/2/10' (WEAKNESS, INCREASE_DAMAGE, SLOW und SPEED sind immer verborgen.)
|
||||
# Effekte sind ab der 1.9 immer verborgen, wegen Änderungen an den Tränken.
|
||||
@@ -262,6 +267,7 @@ recipes:
|
||||
- homes
|
||||
drinkmessage: Schmeckt toll
|
||||
drinktitle: Wärmt dich von innen
|
||||
customModelData: 556/557/557
|
||||
effects:
|
||||
- FIRE_RESISTANCE/20
|
||||
- HEAL/1
|
||||
@@ -448,6 +454,9 @@ multiServerDB:
|
||||
# Ob Items in der Zweithand auch in den Kessel geworfen werden sollen [false]
|
||||
useOffhandForCauldron: false
|
||||
|
||||
# Of Fass- und Kesseldaten Async/im Hintergrund geladen werden können [true]
|
||||
loadDataAsync: true
|
||||
|
||||
|
||||
# -- Chat Veränderungs Einstellungen --
|
||||
|
||||
|
||||
@@ -125,6 +125,7 @@ customItems:
|
||||
|
||||
# -- Ingredients in the Cauldron --
|
||||
# Which Ingredients are accepted by the Cauldron and the base potion resulting from them
|
||||
# You only need to add something here if you want to specify a custom name or color for the base potion
|
||||
|
||||
# name: Name of the base potion coming out of the Cauldron (Formatting codes possible: such as &6)
|
||||
# ingredients: List of 'material/amount'
|
||||
@@ -135,6 +136,7 @@ customItems:
|
||||
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
||||
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
||||
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||
|
||||
cauldron:
|
||||
ex:
|
||||
@@ -146,6 +148,7 @@ cauldron:
|
||||
lore:
|
||||
- An example for a Base Potion
|
||||
- This is how it comes out of a Cauldron
|
||||
customModelData: 545
|
||||
|
||||
# -- One Ingredient: --
|
||||
wheat:
|
||||
@@ -218,10 +221,12 @@ cauldron:
|
||||
# alcohol: Absolute amount of alcohol 0-100 in a perfect potion (will be added directly to the player, where 100 means fainting)
|
||||
# lore: List of additional text on the finished brew. (Formatting codes possible: such as &6)
|
||||
# Specific lore for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
|
||||
# servercommands: List of Commands executed by the Server when drinking the brew
|
||||
# playercommands: List of Commands executed by the Player when drinking the brew
|
||||
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name%)
|
||||
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name%)
|
||||
# drinkmessage: Chat-message to the Player when drinking the Brew
|
||||
# drinktitle: Title on Screen to the Player when drinking the Brew
|
||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||
# Can specify one for all, or one for each quality, separated by /
|
||||
# effects: List of effect/level/duration Special potion-effect when drinking, duration in sek.
|
||||
# Suffix name with 'X' to hide effect from label. Sample: 'POISONX/2/10' (WEAKNESS, INCREASE_DAMAGE, SLOW and SPEED are always hidden.)
|
||||
# Effects are always hidden in 1.9 and newer, because of changes in the potion mechanics.
|
||||
@@ -263,6 +268,7 @@ recipes:
|
||||
- homes
|
||||
drinkmessage: Tastes good
|
||||
drinktitle: Warms you from inside
|
||||
customModelData: 556/557/557
|
||||
effects:
|
||||
- FIRE_RESISTANCE/20
|
||||
- HEAL/1
|
||||
@@ -449,6 +455,9 @@ multiServerDB:
|
||||
# If items in Offhand should be added to the cauldron as well [false]
|
||||
useOffhandForCauldron: false
|
||||
|
||||
# If Barrel and Cauldron data can be loaded Async/in the Background [true]
|
||||
loadDataAsync: true
|
||||
|
||||
|
||||
# -- Chat Distortion Settings --
|
||||
|
||||
|
||||
@@ -126,6 +126,7 @@ customItems:
|
||||
|
||||
# -- Ingrédients dans le chaudron --
|
||||
# Quels sont les ingrédients acceptés par le chaudron et la potion de base qui en résulte
|
||||
# Il vous suffit d'ajouter quelque chose ici si vous voulez spécifier un nom ou une couleur pour la potion de base
|
||||
|
||||
# name: Nom de la potion de base qui sort du chaudron (codes de formatage possibles : tels que &6)
|
||||
# ingredients: Liste des 'matériaux/montant'
|
||||
@@ -137,6 +138,7 @@ customItems:
|
||||
# (Dans l'ordre : Rouge foncé, Rouge, Rouge clair, Orange, Rose, Bleu, Cyan, Eau, Vert, Noir, Gris, Gris clair)
|
||||
# Ou couleurs RGB (hex: par exemple '99FF33') (avec '') (recherche de "HTML color" sur internet)
|
||||
# lore: Liste de texte supplémentaire sur la potion de base. (Formatting codes possible: such as &6)
|
||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||
|
||||
cauldron:
|
||||
ex:
|
||||
@@ -148,6 +150,7 @@ cauldron:
|
||||
lore:
|
||||
- Un exemple pour une potion de base
|
||||
- Voici comment il sort d'un chaudron
|
||||
customModelData: 545
|
||||
|
||||
# -- Un ingrédient: --
|
||||
wheat:
|
||||
@@ -221,10 +224,12 @@ cauldron:
|
||||
# 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
|
||||
# lore: Liste des textes supplémentaires sur le breuvage fini. (Codes de formatage possibles : tels que &6)
|
||||
# Texte spécifique de qualité possible, en utilisant + mauvais, ++ normal, +++ bon, ajouté à l'avant de la ligne.
|
||||
# servercommands: Liste des commandes exécutées par le serveur lors de la consommation de la potion
|
||||
# playercommands: Liste des commandes exécutées par le joueur lors de la consommation de la potion
|
||||
# servercommands: Liste des commandes exécutées par le serveur lors de la consommation de la potion (Peut utiliser %player_name%)
|
||||
# playercommands: Liste des commandes exécutées par le joueur lors de la consommation de la potion (Peut utiliser %player_name%)
|
||||
# drinkmessage: Chat-message au joueur lorsqu'il boit la potion
|
||||
# drinktitle: Titre à l'écran du joueur lorsqu'il boit la potion
|
||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||
# Can specify one for all, or one for each quality, separated by /
|
||||
# effects: Liste des effets/durée en secondes lors de la consommation.
|
||||
# Rajouter le suffixe 'X' pour le cacher du label. Exemple: POISONX/10
|
||||
# (WEAKNESS, INCREASE_DAMAGE, SLOW et SPEED sont toujours cachés.)
|
||||
@@ -270,6 +275,7 @@ recipes:
|
||||
- homes
|
||||
drinkmessage: C'est bon au goût
|
||||
drinktitle: vous réchauffe à l'intérieur
|
||||
customModelData: 556/557/557
|
||||
effects:
|
||||
- FIRE_RESISTANCE/20
|
||||
- HEAL/1
|
||||
@@ -444,6 +450,9 @@ multiServerDB:
|
||||
# If items in Offhand should be added to the cauldron as well [false]
|
||||
useOffhandForCauldron: false
|
||||
|
||||
# If Barrel and Cauldron data can be loaded Async/in the Background [true]
|
||||
loadDataAsync: true
|
||||
|
||||
|
||||
# -- Paramètres de la distorsion du Chat --
|
||||
|
||||
|
||||
@@ -125,6 +125,7 @@ customItems:
|
||||
|
||||
# -- Ingredients in the Cauldron --
|
||||
# Which Ingredients are accepted by the Cauldron and the base potion resulting from them
|
||||
# You only need to add something here if you want to specify a custom name or color for the base potion
|
||||
|
||||
# name: Name of the base potion coming out of the Cauldron (Formatting codes possible: such as &6)
|
||||
# ingredients: List of 'material/amount'
|
||||
@@ -135,6 +136,7 @@ customItems:
|
||||
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
||||
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
||||
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||
|
||||
cauldron:
|
||||
ex:
|
||||
@@ -146,6 +148,7 @@ cauldron:
|
||||
lore:
|
||||
- An example for a Base Potion
|
||||
- This is how it comes out of a Cauldron
|
||||
customModelData: 545
|
||||
|
||||
# -- One Ingredient: --
|
||||
wheat:
|
||||
@@ -216,10 +219,12 @@ cauldron:
|
||||
# alcohol: Volume alcolico da 0 a 100 nella versione perfetta (sarà aggiunta direttamente al giocatore, dove 100 è la quantità massima di alcohol assorbibile.
|
||||
# lore: List of additional text on the finished brew. (Formatting codes possible: such as &6)
|
||||
# Specific lore for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
|
||||
# servercommands: List of Commands executed by the Server when drinking the brew
|
||||
# playercommands: List of Commands executed by the Player when drinking the brew
|
||||
# servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name%)
|
||||
# playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name%)
|
||||
# drinkmessage: Chat-message to the Player when drinking the Brew
|
||||
# drinktitle: Title on Screen to the Player when drinking the Brew
|
||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||
# Can specify one for all, or one for each quality, separated by /
|
||||
# effects: Eventuali effetti come quelli delle pozioni nel formato di effetto/livello/durata.
|
||||
# Aggiungere il suffisso 'X' per nascondere l'effetto dalla descrizione. Esempio: 'POISONX/2/10' (gli effetti WEAKNESS, INCREASE_DAMAGE, SLOW and SPEED sono sempre nascosti).
|
||||
# Gli effetti sono sempre nascosti dalla 1.9 in poi, per via dei cambiamenti nelle meccaniche delle pozioni.
|
||||
@@ -261,6 +266,7 @@ recipes:
|
||||
- homes
|
||||
drinkmessage: Tastes good
|
||||
drinktitle: Warms you from inside
|
||||
customModelData: 556/557/557
|
||||
effects:
|
||||
- FIRE_RESISTANCE/20
|
||||
- HEAL/1
|
||||
@@ -436,6 +442,9 @@ multiServerDB:
|
||||
# If items in Offhand should be added to the cauldron as well [false]
|
||||
useOffhandForCauldron: false
|
||||
|
||||
# If Barrel and Cauldron data can be loaded Async/in the Background [true]
|
||||
loadDataAsync: true
|
||||
|
||||
|
||||
# -- Imostazioni di distorsione della chat --
|
||||
|
||||
|
||||
Reference in New Issue
Block a user