mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
Added more default recipes + small fixes
BStats shows that >75% of users don't add any recipes themselves. So even if I would have preferred not to, i've added more default recipes to make it easier for everyone +Fixed Brew Create with space in name +Changed look of Quality Stars (now with half-stars) +Fixed Cauldron Recipe with Multiple Ingredients
This commit is contained in:
@@ -93,6 +93,7 @@ version: '2.0'
|
||||
# lore: Was in der Lore des Items stehen muss
|
||||
|
||||
customItems:
|
||||
# Drei Beispiel Items
|
||||
bsp-item:
|
||||
# Ein Barriere Item das Mauer heißt und in der Lore die angegebene Zeile hat
|
||||
material: Barrier
|
||||
@@ -116,6 +117,12 @@ customItems:
|
||||
himbeere:
|
||||
name: '&cHimbeere'
|
||||
|
||||
blaue-blumen:
|
||||
matchAny: true
|
||||
material:
|
||||
- cornflower
|
||||
- blue_orchid
|
||||
|
||||
|
||||
# -- Zutaten im Kessel --
|
||||
# Hier kann angegeben werden welche Zutaten in den Kessel getan werden können und was mit ihnen geschieht.
|
||||
@@ -125,12 +132,13 @@ customItems:
|
||||
# Halte ein Item in der Hand und benutze /brew ItemName um dessen Material herauszufinden und für ein Rezept zu benutzen
|
||||
# (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
|
||||
# color: Farbe des Trankes der aus dem Kessel kommt
|
||||
# Benutzbare Farben: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
||||
# color: Farbe des Trankes der aus dem Kessel kommt. (Standard ist CYAN)
|
||||
# Benutzbare Farben: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
||||
# 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)
|
||||
|
||||
cauldron:
|
||||
# Ein vollständiges Beispiel zuerst:
|
||||
bsp:
|
||||
name: Beispiel
|
||||
ingredients:
|
||||
@@ -151,10 +159,19 @@ cauldron:
|
||||
ingredients: Sugar_Cane
|
||||
color: 'f1ffad' # gelbliches grün
|
||||
|
||||
sugar:
|
||||
name: Zuckermelasse
|
||||
ingredients: Sugar
|
||||
|
||||
apple:
|
||||
name: Apfelmost
|
||||
ingredients: Apple
|
||||
|
||||
berries:
|
||||
name: Traubenmost
|
||||
ingredients: Sweet_Berries
|
||||
color: RED
|
||||
|
||||
potato:
|
||||
name: Kartoffelmaische
|
||||
ingredients: Potato
|
||||
@@ -169,6 +186,11 @@ cauldron:
|
||||
ingredients: Red_Mushroom
|
||||
color: 'ff5c33' # bernsteinrot
|
||||
|
||||
bmushroom:
|
||||
name: Pilzsud
|
||||
ingredients: Brown_Mushroom
|
||||
color: 'c68c53' # helleres Braun
|
||||
|
||||
cocoa:
|
||||
name: Kakaobrühe
|
||||
ingredients: Cocoa_Beans
|
||||
@@ -179,6 +201,87 @@ cauldron:
|
||||
ingredients: Milk_Bucket
|
||||
color: BRIGHT_GREY
|
||||
|
||||
bl_flow:
|
||||
name: Bläulicher Sud
|
||||
ingredients: blaue-blumen
|
||||
color: '0099ff' # Himmelblau
|
||||
|
||||
cactus:
|
||||
name: Agavensud
|
||||
ingredients: cactus
|
||||
color: '00b300' # cactus green
|
||||
|
||||
poi_potato:
|
||||
name: Giftige Maische
|
||||
ingredients: Poisonous_Potato
|
||||
|
||||
egg:
|
||||
name: Eimasse
|
||||
ingredients: Egg
|
||||
|
||||
|
||||
oak_sapling:
|
||||
name: Holzige Kräuterbrühe
|
||||
ingredients: Oak_Sapling
|
||||
|
||||
vine:
|
||||
name: Kräuterbrühe
|
||||
ingredients: vine
|
||||
color: '99ff66' # Hellgrün
|
||||
|
||||
rot_flesh:
|
||||
name: Stinkende Seuche
|
||||
ingredients: Rotten_Flesh
|
||||
color: '263300' # Braun-Grün
|
||||
|
||||
melon:
|
||||
name: Melonengulasch
|
||||
ingredients: melon_slice
|
||||
|
||||
wheat_seeds:
|
||||
name: Bittertrübe Flüssigkeit
|
||||
ingredients: Wheat_Seeds
|
||||
|
||||
melon_seeds:
|
||||
name: Bittertrübe Flüssigkeit
|
||||
ingredients: Melon_Seeds
|
||||
|
||||
pumpkin_seeds:
|
||||
name: Bittertrübe Flüssigkeit
|
||||
ingredients: Pumpkin_Seeds
|
||||
|
||||
bone_meal:
|
||||
name: Knochenbrühe
|
||||
ingredients: bone_meal
|
||||
color: BRIGHT_GREY
|
||||
|
||||
cookie:
|
||||
name: Schokoladige Suppe
|
||||
ingredients: Cookie
|
||||
color: '804600' # mokka
|
||||
|
||||
fer_spid_eye:
|
||||
name: Augenferment mit Spinnenhaaren
|
||||
ingredients: Fermented_Spider_Eye
|
||||
|
||||
ghast_tear:
|
||||
name: Tränende Suppe
|
||||
ingredients: ghast_tear
|
||||
|
||||
snowball:
|
||||
name: Eiswasser
|
||||
ingredients: Snowball
|
||||
|
||||
Gold_Nugget:
|
||||
name: Glitzernder Sud
|
||||
ingredients: Gold_Nugget
|
||||
color: 'ffd11a' # gold
|
||||
|
||||
glowstone_dust:
|
||||
name: Leuchtender Sud
|
||||
ingredients: Glowstone_Dust
|
||||
color: 'ffff33' # Hellgelb
|
||||
|
||||
# -- Mehrere Zutaten: --
|
||||
apfelmet_basis:
|
||||
name: Apfel-Zuckersud
|
||||
@@ -187,6 +290,38 @@ cauldron:
|
||||
- Apple
|
||||
color: 'e1ff4d' # grünliches gelb
|
||||
|
||||
poi_grass:
|
||||
name: Saurer Kräutersud
|
||||
ingredients:
|
||||
- Grass
|
||||
- Poisonous_Potato
|
||||
color: '99ff66' # Hellgrün
|
||||
|
||||
juniper:
|
||||
name: Wacholdergebräu
|
||||
ingredients:
|
||||
- blaue-blumen
|
||||
- wheat
|
||||
color: '00ccff' # Aqua
|
||||
|
||||
gin_base:
|
||||
name: Fruchtiges Wacholdergebräu
|
||||
ingredients:
|
||||
- blaue-blumen
|
||||
- wheat
|
||||
- apple
|
||||
color: '66e0ff' # Hell Aqua
|
||||
|
||||
eggnog_base:
|
||||
name: Cremige Eimasse
|
||||
ingredients:
|
||||
- egg
|
||||
- sugar
|
||||
- milk_bucket
|
||||
color: 'ffecb3' # Geld-Orange
|
||||
|
||||
|
||||
|
||||
|
||||
# -- Rezepte für Getränke --
|
||||
|
||||
@@ -204,7 +339,7 @@ cauldron:
|
||||
# Das Minecraft Fass besteht aus Eiche
|
||||
# age: Zeit in Minecraft-Tagen, die das Getränk im Fass reifen muss 0= kein reifen
|
||||
# color: Farbe des Getränks nach destillieren/reifen.
|
||||
# Benutzbare Farben: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
||||
# Benutzbare Farben: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
||||
# Oder RGB Farben (Hex: also zB '99FF33') (Ohne #) (mit '') (Einfach nach "HTML color" im Internet suchen)
|
||||
# difficulty: 1-10 Genauigkeit der Einhaltung der Vorgaben (1 = ungenau/einfach 10 = sehr genau/schwer)
|
||||
# alcohol: Alkoholgehalt 0-100 in absoluter Menge bei perfektem Getränk (wird dem Spieler hinzugefügt, bei 100 = tot)
|
||||
@@ -238,7 +373,7 @@ recipes:
|
||||
age: 11
|
||||
color: DARK_RED
|
||||
difficulty: 3
|
||||
alcohol: 23
|
||||
alcohol: 14
|
||||
lore:
|
||||
- Dies ist ein Beispiel Trank
|
||||
- ++Ganz normales Beispiel
|
||||
@@ -266,9 +401,10 @@ recipes:
|
||||
distillruns: 0
|
||||
wood: 1
|
||||
age: 2
|
||||
color: BRIGHT_GREY
|
||||
color: 'ffb84d' # Orange
|
||||
difficulty: 1
|
||||
alcohol: 5
|
||||
lore: +++ &8Erfrischend
|
||||
|
||||
bier:
|
||||
name: Ranziges Bier/Bier/Feines Bier
|
||||
@@ -278,7 +414,7 @@ recipes:
|
||||
distillruns: 0
|
||||
wood: 0
|
||||
age: 3
|
||||
color: ORANGE
|
||||
color: 'ffd333' # Hell Orange
|
||||
difficulty: 1
|
||||
lore:
|
||||
- +++ &8Das perlt
|
||||
@@ -290,12 +426,32 @@ recipes:
|
||||
- Wheat/6
|
||||
cookingtime: 8
|
||||
distillruns: 0
|
||||
wood: 4
|
||||
wood: 6
|
||||
age: 8
|
||||
color: BLACK
|
||||
color: '650013' # Dunkel Rotbraun
|
||||
difficulty: 2
|
||||
lore:
|
||||
- +++ &8Malziger geschmack
|
||||
alcohol: 7
|
||||
|
||||
wine:
|
||||
name: Rotwein
|
||||
ingredients:
|
||||
- Sweet_Berries/5
|
||||
cookingtime: 5
|
||||
distillruns: 0
|
||||
wood: 0
|
||||
age: 20
|
||||
color: RED
|
||||
difficulty: 4
|
||||
alcohol: 8
|
||||
lore:
|
||||
- '+ &8Plump'
|
||||
- '+ &8Verkorkt'
|
||||
- '++ &8Rund'
|
||||
- '+++ &8Lieblich'
|
||||
- '+++ &8Samtig'
|
||||
|
||||
met:
|
||||
name: Scheußlicher Met/Met/&6Goldener Met
|
||||
ingredients:
|
||||
@@ -306,9 +462,9 @@ recipes:
|
||||
age: 4
|
||||
color: ORANGE
|
||||
difficulty: 2
|
||||
alcohol: 9
|
||||
lore:
|
||||
- +++ Hat einen goldenen Schein
|
||||
alcohol: 9
|
||||
|
||||
apfelmet:
|
||||
name: Apfelmet/Süßer Apfelmet/&6Goldensüßer Apfelmet
|
||||
@@ -321,7 +477,7 @@ recipes:
|
||||
age: 4
|
||||
color: ORANGE
|
||||
difficulty: 4
|
||||
alcohol: 12
|
||||
alcohol: 11
|
||||
lore:
|
||||
- + Ist da wirklich Apfel drin?
|
||||
- ++ Schmeckt nach süßem Apfel
|
||||
@@ -329,11 +485,51 @@ recipes:
|
||||
effects:
|
||||
- WATER_BREATHING/1-2/150
|
||||
|
||||
cidre:
|
||||
name: Schlechter Cidre/Apfelwein/Guter Apfelwein
|
||||
ingredients:
|
||||
- Apple/14
|
||||
cookingtime: 7
|
||||
distillruns: 0
|
||||
wood: 0
|
||||
age: 3
|
||||
color: 'f86820' # Rot-Orange
|
||||
difficulty: 4
|
||||
alcohol: 7
|
||||
|
||||
apfelschnaps:
|
||||
name: Säuerlicher Apfelschnaps/Apfelschnaps/Calvados
|
||||
ingredients:
|
||||
- Apple/12
|
||||
cookingtime: 16
|
||||
distillruns: 3
|
||||
wood: 5
|
||||
age: 6
|
||||
color: BRIGHT_RED
|
||||
difficulty: 5
|
||||
alcohol: 14
|
||||
lore:
|
||||
- + &8Viel zu sauer
|
||||
|
||||
whiskey:
|
||||
name: Unschöner Whiskey/Whiskey/Scotch Whiskey
|
||||
ingredients:
|
||||
- Wheat/10
|
||||
cookingtime: 10
|
||||
distillruns: 2
|
||||
distilltime: 50
|
||||
wood: 4
|
||||
age: 18
|
||||
color: ORANGE
|
||||
difficulty: 7
|
||||
alcohol: 26
|
||||
lore: '&7Single Malt'
|
||||
|
||||
rum:
|
||||
name: Bitterer Rum/Würziger Rum/&6Goldener Rum
|
||||
ingredients:
|
||||
- Sugar_Cane/14
|
||||
cookingtime: 5
|
||||
- Sugar_Cane/18
|
||||
cookingtime: 6
|
||||
distillruns: 2
|
||||
distilltime: 30
|
||||
wood: 2
|
||||
@@ -344,6 +540,10 @@ recipes:
|
||||
effects:
|
||||
- FIRE_RESISTANCE/1/20-100
|
||||
- POISON/1-0/30-0
|
||||
lore:
|
||||
- +&8Zu bitter zum trinken
|
||||
- ++&8Fassgewürzt
|
||||
- +++&eWürziges Gold
|
||||
|
||||
vodka:
|
||||
name: Abgeranzter Vodka/Vodka/Russischer Vodka
|
||||
@@ -352,17 +552,66 @@ recipes:
|
||||
cookingtime: 15
|
||||
distillruns: 3
|
||||
age: 0
|
||||
color: BRIGHT_GREY
|
||||
color: WHITE
|
||||
difficulty: 4
|
||||
alcohol: 20
|
||||
lore:
|
||||
- + &8Fast nicht trinkbar
|
||||
lore: + &8Fast nicht trinkbar
|
||||
effects:
|
||||
- WEAKNESS/15
|
||||
- POISON/10
|
||||
|
||||
pilz_vodka:
|
||||
name: Pilzvodka/Pilzvodka/Glimmender Pilzvodka
|
||||
ingredients:
|
||||
- Potato/10
|
||||
- Red_Mushroom/3
|
||||
- Brown_Mushroom/3
|
||||
cookingtime: 18
|
||||
distillruns: 5
|
||||
age: 0
|
||||
color: 'ff9999' # Pink-Rot
|
||||
difficulty: 7
|
||||
alcohol: 18
|
||||
lore: +++&aLeuchtet im dunkeln
|
||||
effects:
|
||||
- WEAKNESS/80
|
||||
- CONFUSION/27
|
||||
- NIGHT_VISION/50-80
|
||||
- BLINDNESS/12-2
|
||||
- SLOW/10-3
|
||||
|
||||
gin:
|
||||
name: Blasser Gin/Gin/Old Tom Gin
|
||||
ingredients:
|
||||
- Wheat/9
|
||||
- blaue-blumen/6 # Custom-Item: Blue Orchids oder Cornflowers
|
||||
- Apple/1
|
||||
cookingtime: 6
|
||||
distillruns: 2
|
||||
color: '99ddff' # Sehr helles Blau
|
||||
difficulty: 6
|
||||
alcohol: 20
|
||||
lore:
|
||||
- ++ Mit dem Geschmack
|
||||
- ++ von Wacholder
|
||||
- +++ Perfekt abgerundet
|
||||
- +++ mit Wacholder
|
||||
|
||||
tequila:
|
||||
name: Mezcal/Tequila/Tequila anejo
|
||||
ingredients:
|
||||
- cactus/8
|
||||
cookingtime: 15
|
||||
distillruns: 2
|
||||
color: 'f5f07e' # Grün-Orange
|
||||
difficulty: 5
|
||||
wood: 1
|
||||
age: 12
|
||||
alcohol: 20
|
||||
lore: Wüstencharakter
|
||||
|
||||
absinth:
|
||||
name: minderwertiger Absinth/Absinth/Starker Absinth
|
||||
name: Minderwertiger Absinth/Absinth/Starker Absinth
|
||||
ingredients:
|
||||
- Grass/15
|
||||
cookingtime: 3
|
||||
@@ -370,9 +619,27 @@ recipes:
|
||||
distilltime: 80
|
||||
color: GREEN
|
||||
difficulty: 8
|
||||
alcohol: 45
|
||||
alcohol: 42
|
||||
effects:
|
||||
- POISON/20-30
|
||||
- POISON/15-25
|
||||
lore: '+++&8Hochprozentiger Alkohol'
|
||||
|
||||
gr_absinthe:
|
||||
name: Minderwertiger Absinth/Grüner Absinth/Hellgrüner Absinth
|
||||
ingredients:
|
||||
- Grass/17
|
||||
- Poisonous_Potato/2
|
||||
cookingtime: 5
|
||||
distillruns: 6
|
||||
distilltime: 85
|
||||
color: LIME
|
||||
difficulty: 9
|
||||
alcohol: 46
|
||||
effects:
|
||||
- POISON/25-40
|
||||
- HARM/2
|
||||
- NIGHT_VISION/40-60
|
||||
lore: '&aSieht gifig aus'
|
||||
|
||||
kartoffelsuppe:
|
||||
name: Kartoffelsuppe
|
||||
@@ -380,7 +647,7 @@ recipes:
|
||||
- Potato/5
|
||||
- Grass/3
|
||||
cookingtime: 3
|
||||
color: PINK
|
||||
color: ORANGE
|
||||
difficulty: 1
|
||||
effects:
|
||||
- HEAL/0-1
|
||||
@@ -398,10 +665,107 @@ recipes:
|
||||
- REGENERATION/1/2-5
|
||||
- SPEED/1/30-140
|
||||
|
||||
# Mehr Ideen für Rezepte: Cachaca, Gin, Whiskey, Tequila, Cidre, etc, sowie Rezeptvarianten wie Goldener Vodka etc.
|
||||
# Ich werde keine weiteren Rezepte zu dieser Standardconfig hinzufügen, da diese öffentlich und für Spieler zum Abschauen einsehbar wären
|
||||
eierlik:
|
||||
name: Stinkender Likör/Eierlikör/Starker Eierlikör
|
||||
ingredients:
|
||||
- Egg/5
|
||||
- Sugar/2
|
||||
- Milk_Bucket/1
|
||||
cookingtime: 2
|
||||
color: 'ffe680'
|
||||
difficulty: 4
|
||||
alcohol: 10
|
||||
wood: 0
|
||||
age: 3
|
||||
lore:
|
||||
- Gebraut mit rohen Eiern
|
||||
- '+&e&oDie wohl schon schlecht waren'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Ich möchte nicht unbedingt weitere Rezepte zu dieser Standardconfig hinzufügen, da diese öffentlich und für Spieler zum abschauen einsehbar wären
|
||||
# Der Serveradmin kann neue Rezepte hinzufügen und bestehende ändern, um das Abschauen aus der Standardconfig zu verhindern.
|
||||
|
||||
# Ein paar Vorschläge für Rezepte:
|
||||
|
||||
# g_vodka:
|
||||
# name: 'Abgeranzter Vodka/&6Goldvodka/&6Glänzender Goldvodka'
|
||||
# ingredients:
|
||||
# - Potato/10
|
||||
# - Gold_Nugget/2
|
||||
# cookingtime: 18
|
||||
# distillruns: 3
|
||||
# age: 0
|
||||
# color: ORANGE
|
||||
# difficulty: 6
|
||||
# alcohol: 20
|
||||
# effects:
|
||||
# - WEAKNESS/28
|
||||
# - POISON/4
|
||||
|
||||
# feuer_whiskey:
|
||||
# name: Sandiger Whiskey/Brennender Whiskey/Feuriger Whiskey
|
||||
# ingredients:
|
||||
# - Wheat/10
|
||||
# - Blaze_Powder/2
|
||||
# cookingtime: 12
|
||||
# distillruns: 3
|
||||
# distilltime: 55
|
||||
# wood: 4
|
||||
# age: 18
|
||||
# color: ORANGE
|
||||
# difficulty: 7
|
||||
# alcohol: 28
|
||||
# drinkmessage: 'Du bekommst ein brennendes Gefühl im Mund'
|
||||
|
||||
# Ohne Alkohol:
|
||||
|
||||
# hot_choc:
|
||||
# name: Kakau
|
||||
# ingredients:
|
||||
# - cookie/3
|
||||
# cookingtime: 2
|
||||
# color: DARK_RED
|
||||
# difficulty: 2
|
||||
# effects:
|
||||
# - FAST_DIGGING/40
|
||||
|
||||
# iced_coffee:
|
||||
# name: Fader Kaffee/Eiskaffee/Starker Eiskaffee
|
||||
# ingredients:
|
||||
# - cookie/8
|
||||
# - snowball/4
|
||||
# - milk_bucket/1
|
||||
# cookingtime: 1
|
||||
# color: BLACK
|
||||
# difficulty: 4
|
||||
# effects:
|
||||
# - REGENERATION/30
|
||||
# - SPEED/10
|
||||
|
||||
|
||||
# Mehr Ideen für Rezepte:
|
||||
# Löwenzahnblüten Likör
|
||||
# Rote Beete Geist,
|
||||
# Mohnlikör: Macum,
|
||||
# Bambusschnaps: Chu Yeh Ching,
|
||||
# Cachaca,
|
||||
# Cognac,
|
||||
# Sake,
|
||||
# Buorbon,
|
||||
# Moonshine,
|
||||
# Verschienden Weine,
|
||||
# Brandy,
|
||||
# Amaretto,
|
||||
# etc. sowie Rezeptvarianten wie
|
||||
# Pumpkin Spice Bier,
|
||||
# Melonen Vodka
|
||||
|
||||
# Es gibt noch viele Minecraft Items wie Ranken und items von anderen plugins die sich gut als Zutaten machen würden
|
||||
|
||||
|
||||
|
||||
# -- Plugin Kompatiblität --
|
||||
|
||||
|
||||
Reference in New Issue
Block a user