Advertisement
iWisd0M5d

Untitled

Dec 16th, 2020
1,781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.58 KB | None | 0 0
  1. # config for Brewery.jar
  2.  
  3.  
  4. # -- Settings --
  5. # Defaults are written in []
  6.  
  7. # Languagefile to be used (found in plugins/Brewery/languages)
  8. language: en
  9.  
  10. # If the player wakes up at /home when logging in after excessive drinking (/home plugin must be installed!) [true]
  11. enableHome: true
  12.  
  13. # Type of the home-teleport: ['cmd: home']
  14. # bed = Player will be teleported to his spawn bed
  15. # 'cmd: home' = /home will be executed by the player. He has to have permissions for it without any delay!
  16. # 'cmd: spawn' = /spawn will be executed by the player.
  17. # 'cmd: whatever' = /whatever will be executed by the player.
  18. homeType: 'cmd: home'
  19.  
  20. # 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)
  21. # The Player wakes at the nearest of two random places of his world [true]
  22. enableWake: true
  23.  
  24. # If the Player may have to try multiple times when logging in while extremely drunk [true]
  25. enableLoginDisallow: true
  26.  
  27. # If the Player faints shortly (gets kicked from the server) if he drinks the max amount of alcohol possible [false]
  28. enableKickOnOverdrink: false
  29.  
  30. # If the Player vomits on high drunkeness (drops item defined below) [true]
  31. # The item can not be collected and stays on the ground until it despawns.
  32. enablePuke: true
  33.  
  34. # Item that is dropped multiple times uncollectable when puking [Soul_Sand]
  35. pukeItem: Soul_Sand
  36.  
  37. # Time in seconds until the pukeitems despawn, (mc default is 300 = 5 min) [60]
  38. # If the item despawn time was changed in the spigot.yml, the pukeDespawntime changes as well.
  39. pukeDespawntime: 60
  40.  
  41. # How much the Player stumbles depending on the amount of alcohol he drank. Can be set to 0 and higher than 100 [100]
  42. stumblePercent: 100
  43.  
  44. # Display his drunkeness to the player when he drinks a brew or eats a drainItem [true]
  45. showStatusOnDrink: true
  46.  
  47. # Consumable Item/strength. Decreases the alcohol level by <strength> when consumed. (list)
  48. drainItems:
  49. - Bread/4
  50. - Milk_Bucket/2
  51.  
  52. # Show Particles over Cauldrons when they have ingredients and a heat source. [true]
  53. # The changing color of the particles can help with timing some recipes
  54. enableCauldronParticles: true
  55.  
  56. # If crafting and using of the Brew Sealing Table is enabled (2 Bottles over 4 Planks) [true, true]
  57. craftSealingTable: true
  58. enableSealingTable: true
  59.  
  60. # Always show the 1-5 stars on the item depending on the quality. If false, they will only appear when brewing [true]
  61. alwaysShowQuality: true
  62.  
  63. # Always show the alcohol content on the item. If false, it will only show in the brewing stand [false]
  64. alwaysShowAlc: false
  65.  
  66. # If aging in -Minecraft- Barrels in enabled [true] and how many Brewery drinks can be put into them [6]
  67. ageInMCBarrels: true
  68. maxBrewsInMCBarrels: 6
  69.  
  70. # The used Ingredients and other brewing-data is saved to all Brewery Items. To prevent
  71. # hacked clients from reading what exactly was used to brew an item, the data can be encoded/scrambled.
  72. # This is a fast process to stop players from hacking out recipes, once they get hold of a brew.
  73. # Only drawback: brew items can only be used on another server with the same encodeKey.
  74. # When using Brews on multiple (BungeeCord) Servers, define a shared Database below at 'multiServerDB'
  75. # 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]
  76. enableEncode: false
  77. encodeKey: -651685294917022113
  78.  
  79. # Enable checking for Updates, Checks the curseforge api for updates to Brewery [true]
  80. # If an Update is found a Message is logged on Server-start and displayed to OPs joining the game
  81. updateCheck: true
  82.  
  83. # Autosave interval in minutes [3]
  84. autosave: 3
  85.  
  86. # Show debug messages in log [false]
  87. debug: false
  88.  
  89. # Config Version
  90. version: '3.0'
  91.  
  92.  
  93.  
  94. # -- Define custom items --
  95. # The defined id can then be used in recipes
  96.  
  97. # matchAny: true if it is already enough if one of the info matches
  98. # material: Which type the item has to be
  99. # name: Which name the item has to be (Formatting codes possible: such as &6)
  100. # lore: What has to be in the lore of the item
  101.  
  102. customItems:
  103. # Three Example Items
  104. ex-item:
  105. # A Barrier item called Wall and has the given line in its lore
  106. material: Barrier
  107. name: 'Wall'
  108. lore:
  109. - '&7Very well protected'
  110.  
  111. ex-item2:
  112. # Using matchAny only one of the following has to match.
  113. # In this case on of the door types, or an item called Beechwood Door, or an item with 'A door' in its lore
  114. matchAny: true
  115. material:
  116. - Acacia_Door
  117. - Oak_Door
  118. - Spruce_Door
  119. name:
  120. - 'Beechwood Door'
  121. lore:
  122. - 'A door'
  123.  
  124. rasp:
  125. name: '&cRaspberry'
  126.  
  127. blue-flowers:
  128. matchAny: true
  129. material:
  130. - cornflower
  131. - blue_orchid
  132.  
  133.  
  134. # -- Ingredients in the Cauldron --
  135. # Which Ingredients are accepted by the Cauldron and the base potion resulting from them
  136. # You only need to add something here if you want to specify a custom name or color for the base potion
  137.  
  138. # name: Name of the base potion coming out of the Cauldron (Formatting codes possible: such as &6)
  139. # ingredients: List of 'material/amount'
  140. # With an item in your hand, use /brew ItemName to get its material for use in a recipe
  141. # (Item-ids instead of material are not supported by bukkit anymore and will not work)
  142. # A list of materials can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  143. # color: Color of the base potion from a cauldron. Defaults to CYAN
  144. # Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
  145. # Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
  146. # cookParticles:
  147. # Color of the Particles above the cauldron at different cooking-times
  148. # Color and minute during which each color should appear, i.e. one color at 8 minutes fading to another at 18 minutes.
  149. # As List, each Color as name or RGB, see above. Written as 'Color/Minute'
  150. # It will fade to the last color in the end, if there is only one color in the list, it will fade to grey
  151. # lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
  152. # customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
  153.  
  154. cauldron:
  155. # Example with all possible entries
  156. ex:
  157. name: Example
  158. ingredients:
  159. - Bedrock/2
  160. - Diamond
  161. color: BLACK
  162. cookParticles:
  163. - 'RED/5'
  164. - 'WHITE/10'
  165. - '800000/25' # maroon
  166. lore:
  167. - An example for a Base Potion
  168. - This is how it comes out of a Cauldron
  169. customModelData: 545
  170.  
  171. # -- One Ingredient: --
  172. wheat:
  173. name: Fermented wheat
  174. ingredients: Wheat
  175. cookParticles:
  176. - '2d8686/8' # Dark Aqua
  177.  
  178. sugarcane:
  179. name: Sugar brew
  180. ingredients: Sugar_Cane
  181. color: 'f1ffad' # yellowish green
  182. cookParticles:
  183. - 'f1ffad/4'
  184. - '858547/10' # dark olive
  185.  
  186. sugar:
  187. name: Sugarwater
  188. ingredients: Sugar
  189. cookParticles:
  190. - 'WHITE/4'
  191. - 'BRIGHT_GREY/25'
  192.  
  193. apple:
  194. name: Apple must
  195. ingredients: Apple
  196.  
  197. berries:
  198. name: Grape must
  199. ingredients: Sweet_Berries
  200. color: RED
  201. cookParticles:
  202. - 'ff6666/2' # bright red
  203. - 'RED/7'
  204. - 'ac6553/13' # brown-red
  205.  
  206. potato:
  207. name: Potatomash
  208. ingredients: Potato
  209.  
  210. grass:
  211. name: Boiled herbs
  212. ingredients: Grass
  213. color: '99ff66' # bright green
  214. cookParticles:
  215. - 'GREEN/2'
  216. - '99ff99/20' # faded green
  217.  
  218. rmushroom:
  219. name: Mushroom brew
  220. ingredients: Red_Mushroom
  221. color: 'ff5c33' # amber red
  222. cookParticles:
  223. - 'fab09e/15' # faded red
  224.  
  225. bmushroom:
  226. name: Mushroom brew
  227. ingredients: Brown_Mushroom
  228. color: 'c68c53' # brighter brown
  229. cookParticles:
  230. - 'c68c53/15'
  231.  
  232. cocoa:
  233. name: Chocolately brew
  234. ingredients: Cocoa_Beans
  235. color: '804600' # mocca
  236. cookParticles:
  237. - 'a26011/1'
  238. - '5c370a/3'
  239. - '4d4133/8' # Gray-brown
  240.  
  241. milk:
  242. name: Milky water
  243. ingredients: Milk_Bucket
  244. color: BRIGHT_GREY
  245. cookParticles:
  246. - 'fbfbd0/1' # yellow-white
  247. - 'WHITE/6'
  248.  
  249. bl_flow:
  250. name: Blueish brew
  251. ingredients: blue-flow ers
  252. color: '0099ff' # sky blue
  253. cookParticles:
  254. - '0099ff'
  255.  
  256. cactus:
  257. name: Agave brew
  258. ingredients: cactus
  259. color: '00b300' # cactus green
  260. cookParticles:
  261. - '00b300/16'
  262.  
  263. poi_potato:
  264. name: Poisonous Broth
  265. ingredients: Poisonous_Potato
  266.  
  267. egg:
  268. name: Sticky brew
  269. ingredients: Egg
  270.  
  271.  
  272. oak_sapling:
  273. name: Stringy hebry broth
  274. ingredients: Oak_Sapling
  275.  
  276. vine:
  277. name: Boiled herbs
  278. ingredients: vine
  279. color: '99ff66' # bright green
  280. cookParticles:
  281. - 'GREEN/2'
  282. - '99ff99/20' # faded green
  283.  
  284. rot_flesh:
  285. name: Foul pest
  286. ingredients: Rotten_Flesh
  287. color: '263300' # brown green
  288. cookParticles:
  289. - '263300/8'
  290. - 'BLACK/20'
  291.  
  292. melon:
  293. name: Melon juice
  294. ingredients: melon_slice
  295.  
  296. wheat_seeds:
  297. name: Bitter brew
  298. ingredients: Wheat_Seeds
  299.  
  300. melon_seeds:
  301. name: Bitter brew
  302. ingredients: Melon_Seeds
  303.  
  304. pumpkin_seeds:
  305. name: Bitter brew
  306. ingredients: Pumpkin_Seeds
  307.  
  308. bone_meal:
  309. name: Bony Brew
  310. ingredients: bone_meal
  311. color: BRIGHT_GREY
  312.  
  313. cookie:
  314. name: Chocolately sap
  315. ingredients: Cookie
  316. color: '804600' # mocca
  317. cookParticles:
  318. - 'a26011/1'
  319. - '5c370a/3'
  320. - '4d4133/8' # Gray-brown
  321.  
  322. fer_spid_eye:
  323. name: Fermented Eye
  324. ingredients: Fermented_Spider_Eye
  325.  
  326. ghast_tear:
  327. name: Sad brew
  328. ingredients: ghast_tear
  329.  
  330. snowball:
  331. name: Icewater
  332. ingredients: Snowball
  333.  
  334. Gold_Nugget:
  335. name: Glistering brew
  336. ingredients: Gold_Nugget
  337. color: 'ffd11a' # gold
  338. cookParticles:
  339. - 'ffd11a'
  340.  
  341. glowstone_dust:
  342. name: Glowing brew
  343. ingredients: Glowstone_Dust
  344. color: 'ffff33' # bright yellow
  345. cookParticles:
  346. - 'ffff99/3'
  347. - 'd9d926/15' # faded yellow
  348.  
  349. # -- Multiple Ingredients: --
  350. applemead_base:
  351. name: Apple-Sugar brew
  352. ingredients:
  353. - Sugar_Cane/3
  354. - Apple
  355. color: 'e1ff4d' # greenish yellow
  356. cookParticles:
  357. - 'e1ff4d/4'
  358.  
  359. poi_grass:
  360. name: Boiled acidy herbs
  361. ingredients:
  362. - Grass
  363. - Poisonous_Potato
  364. color: '99ff66' # bright green
  365. cookParticles:
  366. - 'GREEN/2'
  367. - '99ff99/20' # faded green
  368.  
  369. juniper:
  370. name: Juniper brew
  371. ingredients:
  372. - blue-flowers
  373. - wheat
  374. color: '00ccff' # aqua
  375. cookParticles:
  376. - '00ccff/8'
  377.  
  378. gin_base:
  379. name: Fruity juniper brew
  380. ingredients:
  381. - blue-flowers
  382. - wheat
  383. - apple
  384. color: '66e0ff' # lighter aqua
  385. cookParticles:
  386. - '00ccff/5'
  387.  
  388. eggnog_base:
  389. name: Smooth egg mixture
  390. ingredients:
  391. - egg
  392. - sugar
  393. - milk_bucket
  394. color: 'ffecb3' # yellow-orange
  395. cookParticles:
  396. - 'ffecb3/2'
  397.  
  398.  
  399.  
  400. # -- Recipes for Potions --
  401.  
  402. # name: Different names for bad/normal/good (Formatting codes possible: such as &6)
  403. # ingredients: List of 'material/amount'
  404. # With an item in your hand, use /brew ItemName to get its material for use in a recipe
  405. # (Item-ids instead of material are not supported by bukkit anymore and will not work)
  406. # A list of materials can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  407. # Plugin items with 'plugin:id' (Currently supporting ExoticGarden, Slimefun, MMOItems, Brewery)
  408. # Or a custom item defined above
  409. # cookingtime: Time in real minutes ingredients have to boil
  410. # distillruns: How often it has to be distilled for full alcohol (0=without distilling)
  411. # distilltime: How long (in seconds) one distill-run takes (0=Default time of 40 sec) MC Default would be 20 sec
  412. # wood: Wood of the barrel 0=any 1=Birch 2=Oak 3=Jungle 4=Spruce 5=Acacia 6=Dark Oak 7=Crimson 8=Warped
  413. # The Minecraft barrel is made of oak
  414. # age: Time in Minecraft-days, the potion has to age in a barrel 0=no aging
  415. # color: Color of the potion after distilling/aging.
  416. # Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
  417. # Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
  418. # difficulty: 1-10 accuracy needed to get good quality (1 = unaccurate/easy, 10 = very precise/hard)
  419. # alcohol: Absolute amount of alcohol 0-100 in a perfect potion (will be added directly to the player, where 100 means fainting)
  420. # lore: List of additional text on the finished brew. (Formatting codes possible: such as &6)
  421. # Specific lore for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
  422. # servercommands: List of Commands executed by the -Server- when drinking the brew (Can use %player_name% %quality%)
  423. # playercommands: List of Commands executed by the -Player- when drinking the brew (Can use %player_name% %quality%)
  424. # Specific Commands for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
  425. # drinkmessage: Chat-message to the Player when drinking the Brew
  426. # drinktitle: Title on Screen to the Player when drinking the Brew
  427. # customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
  428. # Can specify one for all, or one for each quality, separated by /
  429. # effects: List of effect/level/duration Special potion-effect when drinking, duration in sek.
  430. # Possible Effects: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
  431. # 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
  432. # Ranges also work high-low, ex. 'POISON/3-1/20-5' for weaker effects at good quality.
  433. # Highest possible Duration: 1638 sec. Instant Effects dont need any duration specified.
  434.  
  435. recipes:
  436. # Example Recipe with every possible entry first:
  437. ex:
  438. name: Bad Example/Example/Good Example
  439. ingredients:
  440. - Diamond/1
  441. - Spruce_Planks/8
  442. - Bedrock/1
  443. - Brewery:Wheatbeer/2
  444. # - ExoticGarden:Grape/3
  445. - ex-item/4
  446. cookingtime: 3
  447. distillruns: 2
  448. distilltime: 60
  449. wood: 4
  450. age: 11
  451. color: DARK_RED
  452. difficulty: 3
  453. alcohol: 14
  454. lore:
  455. - This is an examble brew
  456. - ++Just a normal Example
  457. - This text would be on the brew
  458. - + Smells disgusting
  459. - ++ Smells alright
  460. - +++ Smells really good
  461. servercommands:
  462. - +++ weather clear
  463. - + weather rain
  464. playercommands:
  465. - homes
  466. drinkmessage: Tastes good
  467. drinktitle: Warms you from inside
  468. customModelData: 556/557/557
  469. effects:
  470. - FIRE_RESISTANCE/20
  471. - HEAL/1
  472. - WEAKNESS/2-3/50-60
  473. - POISON/1-0/20-0
  474.  
  475. wheatbeer:
  476. name: Skunky Wheatbeer/Wheatbeer/Fine Wheatbeer
  477. ingredients:
  478. - Wheat/3
  479. cookingtime: 8
  480. distillruns: 0
  481. wood: 1
  482. age: 2
  483. color: 'ffb84d' # Orange
  484. difficulty: 1
  485. alcohol: 5
  486. lore: +++ &8Refreshing
  487.  
  488. beer:
  489. name: Skunky Beer/Beer/Fine Beer
  490. ingredients:
  491. - Wheat/6
  492. cookingtime: 8
  493. distillruns: 0
  494. wood: 0
  495. age: 3
  496. color: 'ffd333' # Bright Orange
  497. difficulty: 1
  498. lore:
  499. - +++ &8Crisp taste
  500. alcohol: 6
  501.  
  502. darkbeer:
  503. name: Skunky Darkbeer/Darkbeer/Fine Darkbeer
  504. ingredients:
  505. - Wheat/6
  506. cookingtime: 8
  507. distillruns: 0
  508. wood: 6
  509. age: 8
  510. color: '650013' # Dark Red-Brown
  511. difficulty: 2
  512. lore:
  513. - +++ &8Roasted taste
  514. alcohol: 7
  515.  
  516. wine:
  517. name: Red Wine
  518. ingredients:
  519. - Sweet_Berries/5
  520. cookingtime: 5
  521. distillruns: 0
  522. wood: 0
  523. age: 20
  524. color: RED
  525. difficulty: 4
  526. alcohol: 8
  527. lore:
  528. - '+ &8Harsh'
  529. - '+ &8Corked'
  530. - '++ &8Mellow'
  531. - '+++ &8Full-Bodied'
  532.  
  533. mead:
  534. name: Awkward Mead/Mead/&6Golden Mead
  535. ingredients:
  536. - Sugar_Cane/6
  537. cookingtime: 3
  538. distillruns: 0
  539. wood: 2
  540. age: 4
  541. color: ORANGE
  542. difficulty: 2
  543. lore:
  544. - +++ Has a golden shine
  545. alcohol: 9
  546.  
  547. ap_mead:
  548. name: Apple Mead/Sweet Apple Mead/&6Sweet Golden Apple Mead
  549. ingredients:
  550. - Sugar_Cane/6
  551. - Apple/2
  552. cookingtime: 4
  553. distillruns: 0
  554. wood: 2
  555. age: 4
  556. color: ORANGE
  557. difficulty: 4
  558. alcohol: 11
  559. lore:
  560. - +Is there any Apple in this?
  561. - ++Refreshing taste of Apple
  562. - +++Sweetest hint of Apple
  563. effects:
  564. - WATER_BREATHING/1-2/150
  565.  
  566. cidre:
  567. name: Poor Cidre/Apple Cider/Great Apple Cider
  568. ingredients:
  569. - Apple/14
  570. cookingtime: 7
  571. distillruns: 0
  572. wood: 0
  573. age: 3
  574. color: 'f86820' # Red-Orange
  575. difficulty: 4
  576. alcohol: 7
  577.  
  578. apple_liquor:
  579. name: Sour Apple Liquor/Apple Liquor/Calvados
  580. ingredients:
  581. - Apple/12
  582. cookingtime: 16
  583. distillruns: 3
  584. wood: 5
  585. age: 6
  586. color: BRIGHT_RED
  587. difficulty: 5
  588. alcohol: 14
  589. lore:
  590. - +Sour like Acid
  591. - +++ Good Apple Liquor
  592.  
  593. whiskey:
  594. name: Unsightly Whiskey/Whiskey/Scotch Whiskey
  595. ingredients:
  596. - Wheat/10
  597. cookingtime: 10
  598. distillruns: 2
  599. distilltime: 50
  600. wood: 4
  601. age: 18
  602. color: ORANGE
  603. difficulty: 7
  604. alcohol: 26
  605. lore: '&7Single Malt'
  606.  
  607. rum:
  608. name: Bitter Rum/Spicy Rum/&6Golden Rum
  609. ingredients:
  610. - Sugar_Cane/18
  611. cookingtime: 6
  612. distillruns: 2
  613. distilltime: 30
  614. wood: 2
  615. age: 14
  616. color: DARK_RED
  617. difficulty: 6
  618. alcohol: 30
  619. effects:
  620. - FIRE_RESISTANCE/1/20-100
  621. - POISON/1-0/30-0
  622. lore:
  623. - +&8Too bitter to drink
  624. - ++&8Spiced by the barrel
  625. - +++&eSpiced Gold
  626.  
  627. vodka:
  628. name: Lousy Vodka/Vodka/Russian Vodka
  629. ingredients:
  630. - Potato/10
  631. cookingtime: 15
  632. distillruns: 3
  633. age: 0
  634. color: WHITE
  635. difficulty: 4
  636. alcohol: 20
  637. lore: + &8Almost undrinkable
  638. effects:
  639. - WEAKNESS/15
  640. - POISON/10
  641.  
  642. shroom_vodka:
  643. name: Mushroom Vodka/Mushroom Vodka/Glowing Mushroom Vodka
  644. ingredients:
  645. - Potato/10
  646. - Red_Mushroom/3
  647. - Brown_Mushroom/3
  648. cookingtime: 18
  649. distillruns: 5
  650. age: 0
  651. color: 'ff9999' # Pink-Red
  652. difficulty: 7
  653. alcohol: 18
  654. lore: +++&aGlows in the dark
  655. effects:
  656. - WEAKNESS/80
  657. - CONFUSION/27
  658. - NIGHT_VISION/50-80
  659. - BLINDNESS/12-2
  660. - SLOW/10-3
  661.  
  662. gin:
  663. name: Pale Gin/Gin/Old Tom Gin
  664. ingredients:
  665. - Wheat/9
  666. - blue-flowers/6 # Custom-Item: Blue Orchids or Cornflowers
  667. - Apple/1
  668. cookingtime: 6
  669. distillruns: 2
  670. color: '99ddff' # Very light blue
  671. difficulty: 6
  672. alcohol: 20
  673. lore:
  674. - ++ With the
  675. - ++ taste of juniper
  676. - +++ Perfectly finished off
  677. - +++ with juniper
  678.  
  679. tequila:
  680. name: Mezcal/Tequila/Tequila anejo
  681. ingredients:
  682. - cactus/8
  683. cookingtime: 15
  684. distillruns: 2
  685. color: 'f5f07e' # Green-Orange
  686. difficulty: 5
  687. wood: 1
  688. age: 12
  689. alcohol: 20
  690. lore: Desert spirit
  691.  
  692. absinthe:
  693. name: Poor Absinthe/Absinthe/Strong Absinthe
  694. ingredients:
  695. - Grass/15
  696. cookingtime: 3
  697. distillruns: 6
  698. distilltime: 80
  699. color: GREEN
  700. difficulty: 8
  701. alcohol: 42
  702. effects:
  703. - POISON/15-25
  704. lore: '+++&8High proof liquor'
  705.  
  706. gr_absinthe:
  707. name: Poor Absinthe/Green Absinthe/Bright Green Absinthe
  708. ingredients:
  709. - Grass/17
  710. - Poisonous_Potato/2
  711. cookingtime: 5
  712. distillruns: 6
  713. distilltime: 85
  714. color: LIME
  715. difficulty: 9
  716. alcohol: 46
  717. effects:
  718. - POISON/25-40
  719. - HARM/2
  720. - NIGHT_VISION/40-60
  721. lore: '&aLooks poisonous'
  722.  
  723. potato_soup:
  724. name: Potato soup
  725. ingredients:
  726. - Potato/5
  727. - Grass/3
  728. cookingtime: 3
  729. color: ORANGE
  730. difficulty: 1
  731. effects:
  732. - HEAL/0-1
  733.  
  734. coffee:
  735. name: Stale Coffee/Coffee/Strong Coffee
  736. ingredients:
  737. - Cocoa_Beans/12
  738. - Milk_Bucket/2
  739. cookingtime: 2
  740. color: BLACK
  741. difficulty: 3
  742. lore: + &8Probably a week old
  743. effects:
  744. - REGENERATION/1/2-5
  745. - SPEED/1/30-140
  746.  
  747. eggnog:
  748. name: Egg Liquor/Eggnog/Advocaat
  749. ingredients:
  750. - Egg/5
  751. - Sugar/2
  752. - Milk_Bucket/1
  753. cookingtime: 2
  754. color: 'ffe680'
  755. difficulty: 4
  756. alcohol: 10
  757. wood: 0
  758. age: 3
  759. lore: Made with raw egg
  760.  
  761.  
  762.  
  763.  
  764. # I don't want to add more Recipes to the default config, as they would be public and viewable by users to cheat.
  765. # It is up to the Serveradmin to change and add Recipes, so players cannot cheat from the default config.
  766. # Some suggestions for recipes you could use:
  767.  
  768. g_vodka:
  769. name: 'Rancid Vodka/&6Golden Vodka/&6Shimmering Golden Vodka'
  770. ingredients:
  771. - Potato/10
  772. - Gold_Nugget/2
  773. cookingtime: 18
  774. distillruns: 3
  775. age: 0
  776. color: ORANGE
  777. difficulty: 6
  778. alcohol: 20
  779. effects:
  780. - WEAKNESS/28
  781. - POISON/4
  782.  
  783. fire_whiskey:
  784. name: Powdery Whiskey/Burning Whiskey/Blazing Whiskey
  785. ingredients:
  786. - Wheat/10
  787. - Blaze_Powder/2
  788. cookingtime: 12
  789. distillruns: 3
  790. distilltime: 55
  791. wood: 4
  792. age: 18
  793. color: ORANGE
  794. difficulty: 7
  795. alcohol: 28
  796. drinkmessage: 'You get a burning feeling in your mouth'
  797.  
  798. Without Alcohol:
  799.  
  800. hot_choc:
  801. name: Hot Chocolate
  802. ingredients:
  803. - cookie/3
  804. cookingtime: 2
  805. color: DARK_RED
  806. difficulty: 2
  807. effects:
  808. - FAST_DIGGING/40
  809.  
  810. iced_coffee:
  811. name: Watery Coffee/Iced Coffee/Strong Iced Coffee
  812. ingredients:
  813. - cookie/8
  814. - snowball/4
  815. - milk_bucket/1
  816. cookingtime: 1
  817. color: BLACK
  818. difficulty: 4
  819. effects:
  820. - REGENERATION/30
  821. - SPEED/10
  822.  
  823. fruit_cocktail:
  824. name: Fruit Cocktail/Fruit Punch
  825. ingredients:
  826. - apple/2
  827. - carrot/2
  828. - melon_slice/2
  829. cookingtime: 3
  830. color: RED
  831. difficulty: 1
  832. effects:
  833. - HASTE 2
  834.  
  835. # More Recipe ideas:
  836. # Dandelion Liquor
  837. # Beetroot Spirit,
  838. # Poppy Liquor: Macum/Grand Poppy,
  839. # Bamboo Liquor: Chu Yeh Ching,
  840. # Cachaca,
  841. # Cognac,
  842. # Sake,
  843. # Buorbon,
  844. # Moonshine,
  845. # Different Wines,
  846. # Brandy,
  847. # Amaretto,
  848. # etc. as well as variations like,
  849. # Pumpkin Spice Beer,
  850. # Melon Vodka
  851.  
  852. # There are a lot of items in Minecraft like Vines and items added by plugins that would make great ingredients.
  853.  
  854.  
  855. # -- Plugin Compatibility --
  856.  
  857. # Enable checking of other Plugins (if installed) for Barrel Permissions [true]
  858. # Plugins 'Landlord' and 'Protection Stones' use the WorldGuard Flag. 'ClaimChunk' is natively supported.
  859. useWorldGuard: true
  860. useLWC: true
  861. useGriefPrevention: true
  862. useTowny: true
  863. useBlockLocker: true
  864. useGMInventories: true
  865.  
  866. # Use a virtual chest when opening a Barrel to check with all other protection plugins
  867. # This could confuse Anti-Cheat plugins, but is otherwise good to use
  868. # use this for 'Residence' Plugin and any others that don't check all cases in the PlayerInteractEvent
  869. useVirtualChestPerms: false
  870.  
  871.  
  872. # Enable the Logging of Barrel Inventories to LogBlock [true]
  873. useLogBlock: true
  874.  
  875.  
  876. # -- MultiServer/BungeeCord --
  877. # If Brewery is running on multiple connected Servers (via BungeeCord)
  878. # a shared Database can be used here to synchronise drunkeness and to be able to use encoded brews between them.
  879.  
  880. multiServerDB:
  881. # If using the Database is enabled
  882. enabled: false
  883. # If the drunkeness of players should be synchronised between Servers
  884. syncDrunkeness: true
  885. host: localhost
  886. port: '3306'
  887. user: minec
  888. password: xyz
  889. database: base
  890.  
  891.  
  892. # -- Various Other Settings --
  893.  
  894. # If items in Offhand should be added to the cauldron as well [false]
  895. useOffhandForCauldron: false
  896.  
  897. # If Barrel and Cauldron data can be loaded Async/in the Background [true]
  898. loadDataAsync: true
  899.  
  900. # Time (in days) that drunkeness-data stays in memory after a player goes offline, to apply hangover etc. [7]
  901. hangoverDays: 7
  902.  
  903. # Color the Item information (lore) depending on quality while it is 1. in a barrel and/or 2. in a brewing stand [true, true]
  904. colorInBarrels: true
  905. colorInBrewer: true
  906.  
  907. # 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]
  908. openLargeBarrelEverywhere: true
  909.  
  910. # If Cauldron Particles should be reduced to the bare minimum [false]
  911. minimalParticles: false
  912.  
  913.  
  914. # -- Chat Distortion Settings --
  915.  
  916. # If written Chat is distorted when the Player is Drunk, so that it looks like drunk writing
  917. # How much the chat is distorted depends on how drunk the Player is
  918. # Below are settings for what and how changes in chat occur
  919. enableChatDistortion: true
  920.  
  921. # Log to the Serverlog what the player actually wrote, before his words were altered [false]
  922. logRealChat: false
  923.  
  924. # Text after specified commands will be distorted when drunk (list) [- /gl]
  925. distortCommands:
  926. - /gl
  927. - /global
  928. - /fl
  929. - /s
  930. - /letter
  931. - /g
  932. - /l
  933. - /lokal
  934. - /local
  935. - /mail send
  936. - /m
  937. - /msg
  938. - /w
  939. - /whisper
  940. - /reply
  941. - /r
  942. - /t
  943. - /tell
  944.  
  945. # Distort the Text written on a Sign while drunk [false]
  946. distortSignText: false
  947.  
  948. # Enclose a Chat text with these Letters to bypass Chat Distortion (Use "," as Separator) (list) [- '[,]']
  949. # Chat Example: Hello i am drunk *I am testing Brewery*
  950. distortBypass:
  951. - '*,*'
  952. - '[,]'
  953.  
  954. # words: Words and letters that will be altered when chatting while being drunk.
  955. # Will be processed from first to last and a written sentece is altered in that order.
  956.  
  957. # 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.)
  958. # to: What to replace it with.
  959. # pre: Words and Letters before the wanted word (split with ",")
  960. # 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
  961. # alcohol: 1-100 minimum drunkeness after which this word ist replaced
  962. # percentage: Probability of replacing a Word in percent
  963.  
  964. words:
  965. - replace: s
  966. to: sh
  967. percentage: 90
  968. alcohol: 30
  969.  
  970. - replace: ch
  971. to: sh
  972. pre: u,s,o,a
  973. match: false
  974. alcohol: 10
  975. percentage: 70
  976.  
  977. - replace: h
  978. to: hh
  979. pre: sch,h,t
  980. match: false
  981. percentage: 60
  982. alcohol: 20
  983.  
  984. - replace: th
  985. to: thl
  986. percentage: 40
  987. alcohol: 30
  988.  
  989. - replace: sch
  990. to: shk
  991. percentage: 60
  992. alcohol: 40
  993.  
  994. - replace: u
  995. to: uuh
  996. percentage: 20
  997.  
  998. - replace: y
  999. to: yy
  1000. percentage: 60
  1001. alcohol: 15
  1002.  
  1003. - replace: e
  1004. to: ee
  1005. percentage: 40
  1006. alcohol: 15
  1007.  
  1008. - replace: you
  1009. to: u
  1010. percentage: 40
  1011.  
  1012. - replace: u
  1013. to: uo
  1014. pre: u
  1015. match: false
  1016. percentage: 60
  1017.  
  1018. - replace: that
  1019. to: taht
  1020. percentage: 20
  1021. alcohol: 40
  1022.  
  1023. - replace: p
  1024. to: b
  1025. percentage: 30
  1026.  
  1027. - replace: p
  1028. to: b
  1029. percentage: 70
  1030. alcohol: 60
  1031.  
  1032. - replace: up
  1033. to: ubb
  1034. percentage: 80
  1035. alcohol: 25
  1036.  
  1037. - replace: o
  1038. to: oh
  1039. percentage: 20
  1040.  
  1041. - replace: ei
  1042. to: i
  1043. percentage: 30
  1044. alcohol: 15
  1045.  
  1046. - replace: b
  1047. to: bb
  1048. percentage: 80
  1049. alcohol: 40
  1050.  
  1051. - replace: '!!!'
  1052. to: '!!!111!!!eleven!1!'
  1053. pre: '!'
  1054. match: false
  1055. percentage: 20
  1056. alcohol: 70
  1057.  
  1058. - replace: '!'
  1059. to: '!!'
  1060. pre: '!'
  1061. match: false
  1062. percentage: 90
  1063.  
  1064. - replace: drunk
  1065. to: dhrkunn
  1066. pre: are
  1067. match: false
  1068. percentage: 70
  1069. alcohol: 65
  1070.  
  1071. - replace: walk
  1072. to: whhealhk
  1073. pre: you can, you can still, you can not
  1074. match: false
  1075. percentage: 80
  1076. alcohol: 30
  1077.  
  1078. - replace: wtf
  1079. to: wft
  1080. percentage: 20
  1081. alcohol: 40
  1082.  
  1083. - replace: lol
  1084. to: loool
  1085. percentage: 80
  1086. alcohol: 10
  1087.  
  1088. - replace: afk
  1089. to: aafkayyy
  1090. percentage: 30
  1091. alcohol: 30
  1092.  
  1093. - replace: write
  1094. to: wreitt
  1095. pre: you can,you can still,you can not
  1096. match: false
  1097. percentage: 80
  1098. alcohol: 50
  1099.  
  1100. - replace: drink
  1101. to: booze
  1102. percentage: 80
  1103. alcohol: 70
  1104.  
  1105. - replace: '?'
  1106. to: '????'
  1107. pre: '?'
  1108. match: false
  1109. percentage: 80
  1110. alcohol: 40
  1111.  
  1112. - replace: -space
  1113. to: ''
  1114. pre: h,g,w
  1115. match: true
  1116. alcohol: 10
  1117.  
  1118. - replace: -space
  1119. to: ''
  1120. percentage: 30
  1121. alcohol: 35
  1122.  
  1123. - replace: -space
  1124. to: ''
  1125. percentage: 10
  1126.  
  1127. - replace: -start
  1128. to: dho
  1129. percentage: 15
  1130. alcohol: 50
  1131.  
  1132. - replace: -start
  1133. to: hhn
  1134. percentage: 10
  1135. alcohol: 50
  1136.  
  1137. - replace: -random
  1138. to: lu
  1139. percentage: 10
  1140.  
  1141. - replace: -random
  1142. to: lug
  1143. percentage: 10
  1144. alcohol: 50
  1145.  
  1146. - replace: -random
  1147. to: blub
  1148. percentage: 20
  1149. alcohol: 80
  1150.  
  1151. - replace: -random
  1152. to: lerg
  1153. percentage: 40
  1154. alcohol: 85
  1155.  
  1156. - replace: -random
  1157. to: gul
  1158. percentage: 40
  1159. alcohol: 80
  1160.  
  1161. - replace: -random
  1162. to: ' '
  1163. percentage: 100
  1164. alcohol: 70
  1165.  
  1166. - replace: -random
  1167. to: ' '
  1168. percentage: 60
  1169. alcohol: 40
  1170.  
  1171. - replace: -random
  1172. to: ' '
  1173. percentage: 50
  1174. alcohol: 30
  1175.  
  1176. - replace: -end
  1177. to: '!'
  1178. percentage: 40
  1179. alcohol: 30
  1180.  
  1181. - replace: -random
  1182. to: ' *hic* '
  1183. percentage: 80
  1184. alcohol: 70
  1185.  
  1186. - replace: -random
  1187. to: ' *hic* '
  1188. percentage: 15
  1189. alcohol: 40
  1190.  
  1191. - replace: -space
  1192. to: ' *hic* '
  1193. percentage: 5
  1194. alcohol: 20
  1195.  
  1196. - replace: -end
  1197. to: ' *hic*'
  1198. percentage: 70
  1199. alcohol: 50
  1200.  
  1201. - replace: -all
  1202. to: '*burp*'
  1203. percentage: 3
  1204. alcohol: 60
  1205.  
  1206. - replace: -all
  1207. to: '*burp*'
  1208. percentage: 6
  1209. alcohol: 80
  1210.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement