Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # config for Brewery.jar
- # -- Settings --
- # Defaults are written in []
- # Languagefile to be used (found in plugins/Brewery/languages)
- language: zh
- # If the player wakes up at /home when logging in after excessive drinking (/home plugin must be installed!) [true]
- enableHome: true
- # Type of the home-teleport: ['cmd: home']
- # bed = Player will be teleported to his spawn bed
- # 'cmd: home' = /home will be executed by the player. He has to have permissions for it without any delay!
- # 'cmd: spawn' = /spawn will be executed by the player.
- # 'cmd: whatever' = /whatever will be executed by the player.
- homeType: 'cmd: home'
- # If the player "wakes up" at a random place when offline for some time while drinking (the places have to be defined with '/brew Wakeup add' through an admin)
- # The Player wakes at the nearest of two random places of his world [true]
- enableWake: true
- # If the Player may have to try multiple times when logging in while extremely drunk [true]
- enableLoginDisallow: false
- # If the Player faints shortly (gets kicked from the server) if he drinks the max amount of alcohol possible [false]
- enableKickOnOverdrink: false
- # If the Player vomits on high drunkeness (drops item defined below) [true]
- # The item can not be collected and stays on the ground until it despawns.
- enablePuke: true
- # Item that is dropped multiple times uncollectable when puking [Soul_Sand]
- pukeItem: Soul_Sand
- # Time in seconds until the pukeitems despawn, (mc default is 300 = 5 min) [60]
- # If the item despawn time was changed in the spigot.yml, the pukeDespawntime changes as well.
- pukeDespawntime: 60
- # Consumable Item/strength. Decreases the alcohol level by <strength> when consumed. (list)
- drainItems:
- - Bread/10
- - Bread/4
- - Milk_Bucket/2
- # Time (in days) that drunkeness-data stays in memory after a player goes offline, to apply hangover etc. [7]
- hangoverDays: 7
- # Color the Item information (lore) depending on quality while it is 1. in a barrel and/or 2. in a brewing stand [true, true]
- colorInBarrels: true
- colorInBrewer: true
- # Always show the 1-5 stars on the item depending on the quality. If false, they will only appear when brewing [true]
- alwaysShowQuality: true
- # Always show the alcohol content on the item. If false, it will only show in the brewing stand [false]
- alwaysShowAlc: false
- # If a Large Barrel can be opened by clicking on any of its blocks, not just Spigot or Sign. This is always true for Small Barrels. [true]
- openLargeBarrelEverywhere: true
- # How many Brewery drinks can be put into the Minecraft barrels [6]
- maxBrewsInMCBarrels: 6
- # The used Ingredients and other brewing-data is saved to all Brewery Items. To prevent
- # hacked clients from reading what exactly was used to brew an item, the data can be encoded/scrambled.
- # This is a fast process to stop players from hacking out recipes, once they get hold of a brew.
- # Only drawback: brew items can only be used on another server with the same encodeKey.
- # So enable this if you want to make recipe cheating harder, but don't share any brews by world download, schematics, or other means. [false]
- enableEncode: false
- encodeKey: -4883949485344554781
- # Enable checking for Updates, Checks the curseforge api for updates to Brewery [true]
- # If an Update is found a Message is logged on Server-start and displayed to OPs joining the game
- updateCheck: true
- # Autosave interval in minutes [3]
- autosave: 3
- # Show debug messages in log [false]
- debug: false
- # Config Version
- version: '2.0'
- # -- Define custom items --
- # The defined id can then be used in recipes
- # matchAny: true if it is already enough if one of the info matches
- # material: Which type the item has to be
- # name: Which name the item has to be (Formatting codes possible: such as &6)
- # lore: What has to be in the lore of the item
- customItems:
- # Three Example Items
- ex-item:
- # A Barrier item called Wall and has the given line in its lore
- material: Barrier
- name: 'Wall'
- lore:
- - '&7Very well protected'
- ex-item2:
- # Using matchAny only one of the following has to match.
- # In this case on of the door types, or an item called Beechwood Door, or an item with 'A door' in its lore
- matchAny: true
- material:
- - Acacia_Door
- - Oak_Door
- - Spruce_Door
- name:
- - 'Beechwood Door'
- lore:
- - 'A door'
- rasp:
- name: '&cRaspberry'
- blue-flowers:
- matchAny: true
- material:
- - cornflower
- - blue_orchid
- # -- Ingredients in the Cauldron --
- # 鍋子裡的配料
- # Which Ingredients are accepted by the Cauldron and the base potion resulting from them
- # name: Name of the base potion coming out of the Cauldron (Formatting codes possible: such as &6)
- # ingredients: List of 'material/amount'
- # With an item in your hand, use /brew ItemName to get its material for use in a recipe
- # (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
- # color: Color of the potion from a cauldron. Defaults to CYAN
- # Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
- # 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)
- cauldron:
- # Example with all possible entries
- ex:
- name: Example
- ingredients:
- - Bedrock/2
- - Diamond
- color: BLACK
- lore:
- - An example for a Base Potion
- - This is how it comes out of a Cauldron
- # -- One Ingredient: --
- wheat: #
- name: Fermented wheat
- ingredients: Wheat
- sugarcane: #
- name: Sugar brew
- ingredients: Sugar_Cane
- color: 'f1ffad' # yellowish green
- sugar: #
- name: 酒精底
- ingredients: Sugar
- apple: #
- name: Apple must
- ingredients: Apple
- berries:
- name: Berry juice
- ingredients: Sweet_Berries
- color: RED
- potato:
- name: Potatomash
- ingredients: Potato
- grass:
- name: Boiled herbs
- ingredients: Grass
- color: '99ff66' # bright green
- rmushroom:
- name: Mushroom brew
- ingredients: Red_Mushroom
- color: 'ff5c33' # amber red
- bmushroom:
- name: 煮蘑菇
- ingredients: Brown_Mushroom
- color: 'c68c53' # brighter brown
- cocoa:
- name: Chocolately brew
- ingredients: Cocoa_Beans
- color: '804600' # mocca
- cafe:
- name: Coffee Liquid
- ingredients: brown_dye
- color: '804600' # mocca
- milk:
- name: Milky water
- ingredients: Milk_Bucket
- color: BRIGHT_GREY
- bl_flow:
- name: Blueish brew
- ingredients: blue-flowers
- color: '0099ff' # sky blue
- cactus:
- name: Agave brew
- ingredients: cactus
- color: '00b300' # cactus green
- poi_potato:
- name: Poisonous Broth
- ingredients: Poisonous_Potato
- egg:
- name: Sticky brew
- ingredients: Egg
- oak_sapling:
- name: Stringy hebry broth
- ingredients: Oak_Sapling
- vine:
- name: Boiled herbs
- ingredients: vine
- color: '99ff66' # bright green
- rot_flesh:
- name: Foul pest
- ingredients: Rotten_Flesh
- color: '263300' # brown green
- melon:
- name: 西瓜汁
- ingredients: melon_slice
- wheat_seeds:
- name: Bitter brew
- ingredients: Wheat_Seeds
- melon_seeds:
- name: Bitter brew
- ingredients: Melon_Seeds
- pumpkin_seeds:
- name: Bitter brew
- ingredients: Pumpkin_Seeds
- bone_meal:
- name: Bony Brew
- ingredients: bone_meal
- color: BRIGHT_GREY
- cookie:
- name: Chocolately sap
- ingredients: Cookie
- color: '804600' # mocca
- fer_spid_eye:
- name: Fermented Eye
- ingredients: Fermented_Spider_Eye
- ghast_tear:
- name: Sad brew
- ingredients: ghast_tear
- snowball:
- name: Icewater
- ingredients: Snowball
- Gold_Nugget:
- name: Glistering brew
- ingredients: Gold_Nugget
- color: 'ffd11a' # gold
- glowstone_dust:
- name: Glowing brew
- ingredients: Glowstone_Dust
- color: 'ffff33' # bright yellow
- chorus_fruit:
- name: 葡萄汁
- ingredients: chorus_fruit
- color: RED
- # -- Multiple Ingredients: --
- applemead_base:
- name: Apple-Sugar brew
- ingredients:
- - Sugar_Cane/3
- - Apple
- color: 'e1ff4d' # greenish yellow
- poi_grass:
- name: Boiled acidy herbs
- ingredients:
- - Grass
- - Poisonous_Potato
- color: '99ff66' # bright green
- juniper:
- name: Juniper brew
- ingredients:
- - blue-flowers
- - wheat
- color: '00ccff' # aqua
- gin_base:
- name: Fruity juniper brew
- ingredients:
- - blue-flowers
- - wheat
- - apple
- color: '66e0ff' # lighter aqua
- eggnog_base:
- name: 滑順的雞蛋混合物
- ingredients:
- - egg
- - sugar
- - milk_bucket
- color: 'ffecb3' # yellow-orange
- Blanco:
- name: Blanco Base
- ingredients:
- - WHITE_TULIP
- - CACTUS
- color: '00ccff'
- Whiskey_base:
- name: 麥芽糊
- ingredients:
- - Wheat_Seeds
- - Wheat
- color: '964B00'
- # -- Recipes for Potions --
- # name: Different names for bad/normal/good (Formatting codes possible: such as &6)
- # ingredients: List of 'material/amount'
- # With an item in your hand, use /brew ItemName to get its material for use in a recipe
- # (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
- # Plugin items with 'plugin:id' (Currently supporting ExoticGarden, Slimefun, MMOItems, Brewery)
- # Or a custom item defined above
- # cookingtime: Time in real minutes ingredients have to boil
- # distillruns: How often it has to be distilled for full alcohol (0=without distilling)
- # distilltime: How long (in seconds) one distill-run takes (0=Default time of 40 sec) MC Default would be 20 sec
- # wood: Wood of the barrel 0=any 1=Birch 2=Oak 3=Jungle 4=Spruce 5=Acacia 6=Dark Oak
- # The Minecraft barrel is made of oak
- # age: Time in Minecraft-days, the potion has to age in a barrel 0=no aging
- # color: Color of the potion after distilling/aging.
- # 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)
- # difficulty: 1-10 accuracy needed to get good quality (1 = unaccurate/easy, 10 = very precise/hard)
- # 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
- # drinkmessage: Chat-message to the Player when drinking the Brew
- # drinktitle: Title on Screen to the Player when drinking the Brew
- # effects: List of effect/level/duration Special potion-effect when drinking, duration in sek.
- # Possible Effects: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
- # Level or Duration ranges may be specified with a "-", ex. 'SPEED/1-2/30-40' = lvl 1 and 30 sec at worst and lvl 2 and 40 sec at best
- # Ranges also work high-low, ex. 'POISON/3-1/20-5' for weaker effects at good quality.
- # Highest possible Duration: 1638 sec. Instant Effects dont need any duration specified.
- recipes:
- # Example Recipe with every possible entry first:
- Wheatbeer:
- name: Skunky Wheatbeer/Wheatbeer/Fine Wheatbeer
- ingredients:
- - Wheat/3 #小麥 3-6
- cookingtime: 8 #4-8分鐘
- distillruns: 0
- wood: 1 #樺木
- age: 2 #樺木桶 2-4年
- color: 'ffb84d' # Orange
- difficulty: 1
- alcohol: 5
- lore: +++ &8Refreshing
- Beer:
- name: Skunky Beer/Beer/Fine Beer
- ingredients:
- - Wheat/6 #小麥 3-6
- cookingtime: 8 #4-8分鐘
- distillruns: 0
- wood: 0 #任意
- age: 3 #任意木桶 2-4年
- color: 'ffd333' # Bright Orange
- difficulty: 1
- lore:
- - +++ &8Crisp taste
- alcohol: 6
- Darkbeer:
- name: Skunky Darkbeer/Darkbeer/Fine Darkbeer
- ingredients:
- - Wheat/6 #小麥 3-6
- cookingtime: 8 #4-8分鐘
- distillruns: 0
- wood: 6 #黑橡木
- age: 8 #黑橡木桶 6-10年
- color: '650013' # Dark Red-Brown
- difficulty: 2
- lore:
- - +++ &8Roasted taste
- alcohol: 7
- HotMilk:
- name: hot milk
- ingredients:
- - Milk_Bucket/1 #牛奶桶 1
- cookingtime: 1
- color: 'F6F6F6'
- difficulty: 1 #1-3分鐘
- effects:
- - REGENERATION/1/1
- - LUCK/1/15
- DistilledVodka:
- name: Distilled Vodka/Russkaya Vodka/&6Russian Royal Vodka
- ingredients:
- - Potato/10 #馬鈴薯 8-13
- - wheat/6 #小麥 4-8
- cookingtime: 13 #11-16分鐘
- distillruns: 8 #4-8次
- wood: 1 #樺木
- age: 2 #樺木桶 1-3年
- color: BRIGHT_GREY
- difficulty: 10
- alcohol: 38
- effects:
- - DAMAGE_RESISTANCE/1-2/15
- - POISON/25-10
- BerryBrandy:
- name: Berry juice with Alcohol/Red Brandy/&eVS Berry Brandy
- ingredients:
- - SWEET_BERRIES/32 #甜梅 24-36
- cookingtime: 9 #7-12分鐘
- distillruns: 4 #2-5次
- wood: 2 #橡木
- age: 4 #橡木桶 3-5年
- color: 'F2E6D9'
- difficulty: 10
- alcohol: 40
- effects:
- - HUNGER/1-2/20-8
- - POISON/20-3
- EspressoCafe:
- name: Coffee And Water/Americano/Espresso
- ingredients:
- - brown_dye/48 #棕色染料 45~53
- cookingtime: 5 #4~7分鐘
- distillruns: 1 #1次
- color: BLACK
- difficulty: 8
- effects:
- - REGENERATION/0-2/0-5
- - SPEED/1/100
- - FAST_DIGGING/1/0-3
- Tequila:
- name: Pulque/Mezcal/&6Tequila
- ingredients:
- - WHITE_TULIP/5 #白鬱金香 3~7
- - CACTUS/16 #仙人掌 14~20
- cookingtime: 18 #15~24分鐘
- distillruns: 2 #1-2次
- wood: 2 #橡木
- age: 1 #橡木桶
- color: 'F2E6D9'
- difficulty: 6
- alcohol: 45
- effects:
- - FIRE_RESISTANCE/1/10-50
- - POISON/1-0/45-10
- Borscht:
- name: Can of Borscht
- ingredients:
- - BEETROOT/3 #甜菜根 1-5
- - Potato/5 #馬鈴薯 3-7
- - Grass/2 #草 1-4
- - CARROT/3 #胡蘿蔔 1-7
- - BEEF/2 #生牛肉 1-3
- cookingtime: 6 #4~8分
- color: RED
- difficulty: 7
- effects:
- - REGENERATION/2/5-8
- - FAST_DIGGING/1/2
- - SATURATION/5
- JapaneseWhiskey:
- name: '&7A bottle Alcohol/blended malt Whisky/&6Japanese Whiskey'
- ingredients:
- - Wheat_Seeds/32 #種子 24-38
- - WHEAT/16 #小麥 9-22
- - BREAD/7 #麵包 4-8
- cookingtime: 27 #22-34分鐘
- distillruns: 3 #1-3次
- wood: 2 #橡木
- age: 11 #橡木桶貯存
- color: '964B00'
- difficulty: 10
- alcohol: 40
- effects:
- - LUCK/1/1-5
- - POISON/2-1/20-2
- - FIRE_RESISTANCE/1/2-7
- IndustrialAlcohol:
- name: 100% 純甲醇工業酒精
- ingredients:
- - sugar/64 #糖 60-71
- cookingtime: 7 #4-9分鐘
- distillruns: 50 #22-55次
- color: BRIGHT_GREY
- difficulty: 8
- alcohol: 100
- effects:
- - WITHER/5/40
- - BLINDNESS/5/40
- LondonDryGin:
- name: a few Alcohol with water/No so sweet Gin/&eLondon Dry Gin
- ingredients:
- - Wheat_Seeds/27 #小麥種子 26-32
- - Wheat/4 #小麥 2-5
- - sugar/8 #糖 8-12
- - SPRUCE_SAPLING/3 #杉木樹苗 2-7
- - SWEET_BERRIES/6 #甜莓 4-8
- cookingtime: 17 #16-24分鐘
- distillruns: 4 #4-9次
- color: BRIGHT_GREY
- difficulty: 6
- alcohol: 40
- effects:
- - FIRE_RESISTANCE/1/1-70
- - HUNGER/2-0/28-4
- - POISON/1-0/30-0
- Jenever:
- name: a few Alcohol with sugarwater/quite sweet Gin/&eJenever
- ingredients:
- - Wheat_Seeds/27 #小麥種子 26-32
- - Wheat/8 #小麥 2-10
- - sugar/15 #糖 10-20
- - SPRUCE_SAPLING/3 #杉木樹苗 2-7
- - SWEET_BERRIES/4 #甜莓 4-8
- cookingtime: 22 #16-24分鐘
- distillruns: 2 #1-5次
- color: BRIGHT_GREY
- difficulty: 6
- alcohol: 40
- effects:
- - FIRE_RESISTANCE/1/1-20
- - HUNGER/2-0/15-0
- - POISON/1-0/30-0
- BlendedScotchwhisky:
- name: '&7Another bottle Alcohol/blended malt Whisky with coal flavor/&6Blended Scotch Whiskey'
- ingredients:
- - Wheat_Seeds/41 #小麥種子 35~48
- - WHEAT/27 #小麥 23~36
- - BREAD/4 #麵包 1~6
- - COAL/5 #煤炭 2~8
- cookingtime: 33 #27-38分鐘
- distillruns: 2
- wood: 2 #橡木
- age: 4 #1-2次
- color: '964B00'
- difficulty: 10
- alcohol: 40
- effects:
- - LUCK/1-2/1-3
- - POISON/2-1/20-5
- - FIRE_RESISTANCE/1/5-16
- - SATURATION/2
- SpruceTea:
- name: 雲杉茶
- ingredients:
- - SPRUCE_LEAVES/3 #杉木樹葉 1~5
- cookingtime: 4 #3-7分鐘
- color: 'ffcc66'
- difficulty: 2
- effects:
- - REGENERATION/1/2
- FishSoup:
- name: 馬鈴薯鱈魚湯
- ingredients:
- - Potato/3 #馬鈴薯 1~5
- - Cod/2 #鱈魚 1~3
- - CARROT/3 #胡蘿蔔 1~5
- - Milk_Bucket/1 #牛奶 1~2
- - SLIME_BALL/2 #史萊姆球 1~4
- cookingtime: 7 #5-8分鐘
- color: 'ffff66'
- difficulty: 6
- effects:
- - SATURATION/5
- PotatoSoup:
- name: 馬鈴薯濃湯
- ingredients:
- - Potato/5 #馬鈴薯 1~6
- - Grass/3 #草 1-5
- cookingtime: 3 #1-5分鐘
- color: PINK
- difficulty: 1
- effects:
- - HEAL/0-1
- BambooSoup:
- name: 筍湯
- ingredients:
- - bamboo/6 #竹子4~7
- - CARROT/2 #胡蘿蔔 1~3
- - PORKCHOP/3 #生豬肉 2~4
- cookingtime: 13 #10~15分鐘
- color: 'ffffcc'
- difficulty: 7
- effects:
- - SATURATION/5
- MelonIce:
- name: 西瓜冰沙
- ingredients:
- - melon_slice/12 #西瓜片 11-15
- - sugar/7 #糖 4-8
- cookingtime: 7 #5~8 分鐘
- distillruns: 1 #1次
- color: RED
- difficulty: 4
- effects:
- - CONFUSION/1/15
- SweetBerriesIce:
- name: 甜莓冰沙
- ingredients:
- - SWEET_BERRIES/21 #甜莓 18-23
- - sugar/2 #糖 1~4
- cookingtime: 10 #6~10分鐘
- distillruns: 1 #1次
- color: RED
- difficulty: 4
- effects:
- - CONFUSION/1/15
- MushroomSauce:
- name: 蘑菇醬
- ingredients:
- - brown_mushroom/17 # 棕色蘑菇 15-19
- - sugar/6 #糖 3-8
- - SLIME_BALL/3 #史萊姆球 1-5
- - Milk_Bucket/2 #牛奶 1-4
- cookingtime: 10 #8~12分鐘
- color: RED
- difficulty: 7
- effects:
- - SATURATION/4
- - CONFUSION/1/7
- - WEAKNESS/1/20
- VSBrandy:
- name: '&7A Bad wine/Brandy/&eVS Brandy'
- ingredients:
- - chorus_fruit/44 #甜莓 32~45
- cookingtime: 14 #7~16分鐘
- distillruns: 6 #2~6次
- wood: 2 #橡木
- age: 4 #橡木桶貯存
- color: 'F2E6D9'
- difficulty: 10
- alcohol: 40
- effects:
- - HUNGER/1-2/20-8
- - POISON/3-0/20-0
- - SATURATION/0-2
- - WEAKNESS/2-0/25-0
- VSOPBrandy:
- name: 'Brandy/&eVS Brandy/&eVSOP Brandy'
- ingredients:
- - chorus_fruit/49 #歌萊果 36~51
- cookingtime: 17 #7~18分鐘
- distillruns: 7 #2~8次
- wood: 2 #橡木
- age: 5 #橡木桶貯存
- color: 'F2E6D9'
- difficulty: 10
- alcohol: 40
- effects:
- - HUNGER/1/20-8
- - POISON/2-0/20-0
- - SATURATION/0-2
- - WEAKNESS/2-0/25-0
- NapoleonBrandy:
- name: '&eVS Brandy/&eVSOP Brandy/&eNapoleon Brandy'
- ingredients:
- - chorus_fruit/45 #7~18分鐘
- cookingtime: 12 #7~18分鐘
- distillruns: 5 #2~8次
- wood: 2 #橡木
- age: 7 #橡木桶貯存
- color: 'F2E6D9'
- difficulty: 10
- alcohol: 40
- effects:
- - POISON/2-0/20-0
- - SATURATION/0-2
- - WEAKNESS/1-0/25-0
- Ale:
- name: Ale/Pale Ale/Bitter Pale Ale
- ingredients:
- - Wheat_Seeds/40 #小麥種子 32~43
- - Wheat/9 #小麥 7~13
- - Vine/4 #藤蔓 1~6
- cookingtime: 6
- distillruns: 0
- wood: 0 #任意
- age: 3 #任意木桶貯存
- color: ORANGE
- difficulty: 10
- alcohol: 6
- lore:
- - '+Bubbled'
- - '++ Fresh'
- - '+++ Fruity'
- - '+++ Fresh'
- RedWine:
- name: Red Wine
- ingredients:
- - chorus_fruit/15 #歌萊果 12~18
- cookingtime: 7 #4~9分鐘
- distillruns: 0
- wood: 0 #任意
- age: 20 # #任意木桶貯存
- color: RED
- difficulty: 4
- alcohol: 8
- lore:
- - '+ &8Harsh'
- - '+ &8Corked'
- - '++ &8Mellow'
- - '+++ &8Full-Bodied'
- Mead:
- name: Awkward Mead/Mead/&6Golden Mead
- ingredients:
- - Sugar_Cane/6 #糖 4-8
- cookingtime: 3 #1~4分鐘
- distillruns: 0
- wood: 2 #橡木
- age: 4 #橡木桶貯存
- color: ORANGE
- difficulty: 2
- alcohol: 9
- AppleMead:
- name: Apple Mead/Sweet Apple Mead/&6Sweet Golden Apple Mead
- ingredients:
- - Sugar_Cane/6 #甘蔗 4-8
- - Apple/2 #蘋果 1-5
- cookingtime: 4 #3~5分鐘
- distillruns: 0
- wood: 2 #橡木
- age: 4 #橡木桶貯存 4-6年
- color: ORANGE
- difficulty: 4
- alcohol: 11
- lore:
- - +Is there any Apple in this?
- - ++Refreshing taste of Apple
- - +++Sweetest hint of Apple
- effects:
- - WATER_BREATHING/1-2/150
- Cidre:
- name: Poor Cidre/Apple Cider/Great Apple Cider
- ingredients:
- - Apple/14 #蘋果 12-17
- cookingtime: 5 #3~5分鐘
- distillruns: 0
- wood: 0 #任意
- age: 3 #任意木桶貯存
- color: 'f86820' # Red-Orange
- difficulty: 4
- alcohol: 7
- Calvados:
- name: Sour Apple Liquor/Apple Liquor/Calvados
- ingredients:
- - Apple/8 #蘋果 5~11
- cookingtime: 14 #10~18分鐘
- distillruns: 4
- wood: 5 #相思木
- age: 6 #相思木桶貯存
- color: BRIGHT_RED
- difficulty: 5
- alcohol: 14
- lore:
- - +Sour like Acid
- - +++ Good Apple Liquor
- Whiskey:
- name: Unsightly Whiskey/Whiskey/Scotch Whiskey
- ingredients:
- - Wheat/14 #小麥 8-17
- - Wheat_Seeds/6 #小麥種子 3-8
- cookingtime: 24 #19~27分鐘
- distillruns: 2 #1-2次
- distilltime: 50
- wood: 4 #杉木
- age: 18 #杉木桶貯存
- color: ORANGE
- difficulty: 7
- alcohol: 26
- lore: '&7Single Malt'
- Rum:
- name: Bitter Rum/Spicy Rum/&6Golden Rum
- ingredients:
- - Sugar_Cane/18 #甘蔗 14-20
- cookingtime: 6 #3~10分鐘
- distillruns: 2 #1-2
- distilltime: 30
- wood: 2 #橡木
- age: 14 #橡木桶貯存
- color: DARK_RED
- difficulty: 6
- alcohol: 30
- effects:
- - FIRE_RESISTANCE/1/20-100
- - POISON/1-0/30-0
- lore:
- - +&8Too bitter to drink
- - ++&8Spiced by the barrel
- - +++&eSpiced Gold
- Vodka:
- name: Lousy Vodka/Vodka/Russian Vodka
- ingredients:
- - Potato/10 #馬鈴薯 9-14
- cookingtime: 15 #13-16分鐘
- distillruns: 3 #3-8次
- age: 0
- color: BRIGHT_GREY
- difficulty: 4
- alcohol: 20
- effects:
- - WEAKNESS/15
- - POISON/10
- MushroomVodka:
- name: Mushroom Vodka/Mushroom Vodka/Glowing Mushroom Vodka
- ingredients:
- - Potato/14 #馬鈴薯 10-17
- - Red_Mushroom/2 #紅蘑菇 1-4
- - Brown_Mushroom/2 #棕蘑菇 1-4
- cookingtime: 19 #15-22分鐘
- distillruns: 4 #1-4次
- age: 0
- color: 'ff9999' # Pink-Red
- difficulty: 7
- alcohol: 18
- lore: +++&aGlows in the dark
- effects:
- - WEAKNESS/80
- - CONFUSION/27
- - NIGHT_VISION/50-80
- - BLINDNESS/12-2
- - SLOW/10-3
- Gin:
- name: Pale Gin/Gin/Old Tom Gin
- ingredients:
- - Wheat/9 #小麥 6-11
- - BLUE_ORCHID/6 # Custom-Item: Blue Orchids or Cornflowers #藍色蝴蝶蘭 3-9
- - Apple/1 #蘋果 1-3
- - Sugar/13 #糖 8-16
- cookingtime: 11 #9-13分鐘
- distillruns: 2 #1-2次
- color: '99ddff' # Very light blue
- difficulty: 6
- alcohol: 20
- lore:
- - ++ With the
- - ++ taste of juniper
- - +++ Perfectly finished off
- - +++ with juniper
- Absinthe:
- name: Poor Absinthe/Absinthe/Strong Absinthe
- ingredients:
- - Grass/15 #9-18草
- cookingtime: 3 #1-6分鐘
- distillruns: 6 #3-8次
- distilltime: 80
- color: GREEN
- difficulty: 8
- alcohol: 45
- effects:
- - POISON/20-30
- GreenAbsinthe:
- name: Poor Absinthe/Green Absinthe/Bright Green Absinthe
- ingredients:
- - Grass/17 #草 13~20
- - Poisonous_Potato/2 #毒馬鈴薯 1-4
- cookingtime: 5 #3-8分鐘
- distillruns: 6 #1~6次
- distilltime: 85
- color: LIME
- difficulty: 9
- alcohol: 46
- effects:
- - POISON/25-40
- - HARM/2
- - NIGHT_VISION/40-60
- lore: '&aLooks poisonous'
- Coffee:
- name: Stale Coffee/Coffee/Strong Coffee
- ingredients:
- - Cocoa_Beans/12 # 棕色染料 10-15
- - Milk_Bucket/2 #牛奶 1-4
- cookingtime: 2 #1-5分鐘
- color: BLACK
- difficulty: 3
- effects:
- - REGENERATION/1/2-5
- - SPEED/1/30-140
- heiu:
- name: 魚露
- ingredients:
- - salmon/12 #鮭魚 10-15
- - sand/30 #沙子 20-30
- cookingtime: 20 #20-30分鐘
- distillruns: 0
- distilltime: 0
- wood: 0 #任意
- age: 7 #任意木桶貯存
- color: 'FFFF00'
- difficutly: 10
- alcohol: 0
- effects:
- - FIRE_RESISTANCE/2/20
- - DAMAGE_RESISTANCE/1/15
- - SPEED/2/20
- Eggnog:
- name: Egg Liquor/Eggnog/Advocaat
- ingredients:
- - Egg/5 #蛋 2-7
- - Sugar/2 #糖 1-4
- - Milk_Bucket/1 #牛奶 1-2
- cookingtime: 2 #1-3分鐘
- color: 'ffe680'
- difficulty: 4
- alcohol: 10
- wood: 0 #任意
- age: 3 #任意木桶貯存
- lore: Made with raw egg
- # More Recipes ideas: Cachaca, Gin, Whiskey, Tequila, Cider, etc. as well as high quality abbreviations like golden vodka etc.
- # I will not add more Recipes to the default config, as they would be public and viewable by users to cheat.
- # It is up to the Serveradmin to change and add Recipes, so players cannot cheat from the default config.
- # -- Plugin Compatibility --
- # Enable checking of other Plugins (if installed) for Barrel Permissions [true]
- useWorldGuard: true
- useLWC: true
- useGriefPrevention: true
- useGMInventories: true
- # Enable the Logging of Barrel Inventories to LogBlock [true]
- useLogBlock: true
- # -- Chat Distortion Settings --
- # If written Chat is distorted when the Player is Drunk,
- # so that it looks like drunk writing
- # How much the chat is distorted depends on how drunk the Player is
- # Below are settings for what and how changes in chat occur
- enableChatDistortion: true
- # Log to the Serverlog what the player actually wrote, before his words were altered [false]
- logRealChat: false
- # Text after specified commands will be distorted when drunk (list) [- /gl]
- distortCommands:
- - /gl
- - /global
- - /fl
- - /s
- - /letter
- - /g
- - /l
- - /lokal
- - /local
- - /mail send
- - /m
- - /msg
- - /w
- - /whisper
- - /reply
- - /r
- - /t
- - /tell
- # Distort the Text written on a Sign while drunk [false]
- distortSignText: false
- # Enclose a Chat text with these Letters to bypass Chat Distortion (Use "," as Separator) (list) [- '[,]']
- # Chat Example: Hello i am drunk *I am testing Brewery*
- distortBypass:
- - '*,*'
- - '[,]'
- # words: Words and letters that will be altered when chatting while being drunk.
- # Will be processed from first to last and a written sentece is altered in that order.
- # replace: Word or letter to be replaced. (Special: "-space": replaces space, "-random": insert into random position, "-all": everything, "-start": At Beginning, "-end": At the End.)
- # to: What to replace it with.
- # pre: Words and Letters before the wanted word (split with ",")
- # match: true = one of the "pre"-Words has to be before the wanted Word, false = none of the "pre" Words is allowed before the wanted Word
- # alcohol: 1-100 minimum drunkeness after which this word ist replaced
- # percentage: Probability of replacing a Word in percent
- words:
- - replace: s
- to: sh
- percentage: 90
- alcohol: 30
- - replace: ch
- to: sh
- pre: u,s,o,a
- match: false
- alcohol: 10
- percentage: 70
- - replace: h
- to: hh
- pre: sch,h,t
- match: false
- percentage: 60
- alcohol: 20
- - replace: th
- to: thl
- percentage: 40
- alcohol: 30
- - replace: sch
- to: shk
- percentage: 60
- alcohol: 40
- - replace: u
- to: uuh
- percentage: 20
- - replace: y
- to: yy
- percentage: 60
- alcohol: 15
- - replace: e
- to: ee
- percentage: 40
- alcohol: 15
- - replace: you
- to: u
- percentage: 40
- - replace: u
- to: uo
- pre: u
- match: false
- percentage: 60
- - replace: that
- to: taht
- percentage: 20
- alcohol: 40
- - replace: p
- to: b
- percentage: 30
- - replace: p
- to: b
- percentage: 70
- alcohol: 60
- - replace: up
- to: ubb
- percentage: 80
- alcohol: 25
- - replace: o
- to: oh
- percentage: 20
- - replace: ei
- to: i
- percentage: 30
- alcohol: 15
- - replace: b
- to: bb
- percentage: 80
- alcohol: 40
- - replace: '!!!'
- to: '!!!111!!!eleven!1!'
- pre: '!'
- match: false
- percentage: 20
- alcohol: 70
- - replace: '!'
- to: '!!'
- pre: '!'
- match: false
- percentage: 90
- - replace: drunk
- to: dhrkunn
- pre: are
- match: false
- percentage: 70
- alcohol: 65
- - replace: walk
- to: whhealhk
- pre: you can, you can still, you can not
- match: false
- percentage: 80
- alcohol: 30
- - replace: wtf
- to: wft
- percentage: 20
- alcohol: 40
- - replace: lol
- to: loool
- percentage: 80
- alcohol: 10
- - replace: afk
- to: aafkayyy
- percentage: 30
- alcohol: 30
- - replace: write
- to: wreitt
- pre: you can,you can still,you can not
- match: false
- percentage: 80
- alcohol: 50
- - replace: drink
- to: booze
- percentage: 80
- alcohol: 70
- - replace: '?'
- to: '????'
- pre: '?'
- match: false
- percentage: 80
- alcohol: 40
- - replace: -space
- to: ''
- pre: h,g,w
- match: true
- alcohol: 10
- - replace: -space
- to: ''
- percentage: 30
- alcohol: 35
- - replace: -space
- to: ''
- percentage: 10
- - replace: -start
- to: 臉上
- percentage: 15
- alcohol: 50
- - replace: -start
- to: 射在
- percentage: 10
- alcohol: 50
- - replace: -random
- to: 幹我
- percentage: 10
- - replace: -random
- to: 嗎
- percentage: 10
- alcohol: 50
- - replace: -random
- to: 蚌
- percentage: 20
- alcohol: 80
- - replace: -random
- to: ㄐ
- percentage: 40
- alcohol: 85
- - replace: -random
- to: 幹
- percentage: 40
- alcohol: 80
- - replace: -random
- to: ' '
- percentage: 100
- alcohol: 70
- - replace: -random
- to: ' '
- percentage: 60
- alcohol: 40
- - replace: -random
- to: ' '
- percentage: 50
- alcohol: 30
- - replace: -end
- to: '!'
- percentage: 40
- alcohol: 30
- - replace: -random
- to: ' *hic* '
- percentage: 80
- alcohol: 70
- - replace: -random
- to: ' 破麻 '
- percentage: 15
- alcohol: 40
- - replace: -space
- to: ' 上我 '
- percentage: 5
- alcohol: 20
- - replace: -end
- to: ' 星爆'
- percentage: 70
- alcohol: 50
- - replace: -all
- to: '國瑜'
- percentage: 3
- alcohol: 60
- - replace: -all
- to: '當選'
- percentage: 6
- alcohol: 80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement