Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.36 KB | None | 0 0
  1. # config for Brewery.jar
  2.  
  3.  
  4. # -- Settings --
  5. # Defaults are written in []
  6. # Deleting of single settings disables them
  7.  
  8. # Languagefile to be used (found in plugins/Brewery/languages)
  9. language: en
  10.  
  11. # If the player wakes up at /home when logging in after excessive drinking (/home plugin must be installed!) [true]
  12. enableHome: true
  13.  
  14. # Type of the home-teleport: ['cmd: home']
  15. # bed = Player will be teleported to his spawn bed
  16. # 'cmd: home' = /home will be executed by the player. He has to have permissions for it without any delay!
  17. # 'cmd: spawn' = /spawn will be executed by the player.
  18. # 'cmd: whatever' = /whatever will be executed by the player.
  19. homeType: 'cmd: home'
  20.  
  21. # 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)
  22. # The Player wakes at the nearest of two random places of his world [true]
  23. enableWake: true
  24.  
  25. # If the Player may have to try multiple times when logging in while extremely drunk [true]
  26. enableLoginDisallow: true
  27.  
  28. # If the Player faints shortly (gets kicked from the server) if he drinks the max amount of alcohol possible [false]
  29. enableKickOnOverdrink: false
  30.  
  31. # If the Player vomits on high drunkeness (drops item defined below) [true]
  32. # The item can not be collected and stays on the ground until it despawns.
  33. enablePuke: true
  34.  
  35. # Item that is dropped multiple times uncollectable when puking [Soul_Sand]
  36. pukeItem: Soul_Sand
  37.  
  38. # Time in seconds until the pukeitems despawn, (mc default is 300 = 5 min) [60]
  39. # If the item despawn time was changed in the spigot.yml, the pukeDespawntime changes as well.
  40. pukeDespawntime: 60
  41.  
  42. # Consumable Item/strength. Decreases the alcohol level by <strength> when consumed. (list)
  43. drainItems:
  44. - Bread/4
  45. - Milk_Bucket/2
  46.  
  47. # Time (in days) that drunkeness-data stays in memory after a player goes offline, to apply hangover etc. [7]
  48. hangoverDays: 7
  49.  
  50. # Color the Item information (lore) depending on quality while it is 1. in a barrel and/or 2. in a brewing stand [true, true]
  51. colorInBarrels: true
  52. colorInBrewer: true
  53.  
  54. # 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]
  55. openLargeBarrelEverywhere: true
  56.  
  57. # How many Brewery drinks can be put into the Minecraft barrels [6]
  58. maxBrewsInMCBarrels: 6
  59.  
  60. # Enable checking for Updates, Checks the curseforge api for updates to Brewery [true]
  61. # If an Update is found a Message is logged on Server-start and displayed to OPs joining the game
  62. updateCheck: true
  63.  
  64. # Autosave interval in minutes [3]
  65. autosave: 3
  66.  
  67. # Config Version
  68. version: '1.8'
  69.  
  70.  
  71. # -- Recipes for Potions --
  72.  
  73. # name: Different names for bad/normal/good (Formatting codes possible: such as &6)
  74. # ingredients: List of 'material/amount'
  75. # With an item in your hand, use /brew ItemName to get its material for use in a recipe
  76. # (Item-ids instead of material are not supported by bukkit anymore and will not work)
  77. # A list of materials can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  78. # cookingtime: Time in real minutes ingredients have to boil
  79. # distillruns: How often it has to be distilled for full alcohol (0=without distilling)
  80. # distilltime: How long (in seconds) one distill-run takes (0=Default time of 40 sec) MC Default would be 20 sec
  81. # wood: Wood of the barrel 0=any 1=Birch 2=Oak 3=Jungle 4=Spruce 5=Acacia 6=Dark Oak
  82. # The Minecraft barrel is made of oak
  83. # age: Time in Minecraft-days, the potion has to age in a barrel 0=no aging
  84. # color: Color of the potion after distilling/aging.
  85. # Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
  86. # Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
  87. # difficulty: 1-10 accuracy needed to get good quality (1 = unaccurate/easy, 10 = very precise/hard)
  88. # alcohol: Absolute amount of alcohol 0-100 in a perfect potion (will be added directly to the player, where 100 means fainting)
  89. # effects: List of effect/level/duration Special potion-effect when drinking, duration in sek.
  90. # Possible Effects: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
  91. # 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
  92. # Ranges also work high-low, ex. 'POISON/3-1/20-5' for weaker effects at good quality.
  93. # Highest possible Duration: 1638 sec. Instant Effects dont need any duration specified.
  94.  
  95. recipes:
  96. # Example Recipe with every possible entry first:
  97. 0:
  98. name: Bad Example/Example/Good Example
  99. ingredients:
  100. - Sugar_Cane/5
  101. - Diamond/1
  102. - Cocoa_Beans/20
  103. - Spruce_Planks/8
  104. - Bedrock/1
  105. cookingtime: 3
  106. distillruns: 2
  107. distilltime: 60
  108. wood: 4
  109. age: 11
  110. color: DARK_RED
  111. difficulty: 3
  112. alcohol: 23
  113. effects:
  114. - FIRE_RESISTANCE/20
  115. - HEAL/1
  116. - WEAKNESS/2-3/50-60
  117. - POISON/1-0/20-0
  118. 1:
  119. name: Skunky Wheatbeer/Wheatbeer/Fine Wheatbeer
  120. ingredients:
  121. - Wheat/3
  122. cookingtime: 8
  123. distillruns: 0
  124. wood: 1
  125. age: 2
  126. color: BRIGHT_GREY
  127. difficulty: 1
  128. alcohol: 5
  129. 2:
  130. name: Skunky Beer/Beer/Fine Beer
  131. ingredients:
  132. - Wheat/6
  133. cookingtime: 8
  134. distillruns: 0
  135. wood: 0
  136. age: 3
  137. color: ORANGE
  138. difficulty: 1
  139. alcohol: 6
  140. 3:
  141. name: Skunky Darkbeer/Darkbeer/Fine Darkbeer
  142. ingredients:
  143. - Wheat/6
  144. cookingtime: 8
  145. distillruns: 0
  146. wood: 4
  147. age: 8
  148. color: BLACK
  149. difficulty: 2
  150. alcohol: 7
  151. 4:
  152. name: Awkward Mead/Mead/&6Golden Mead
  153. ingredients:
  154. - Sugar_Cane/6
  155. cookingtime: 3
  156. distillruns: 0
  157. wood: 2
  158. age: 4
  159. color: ORANGE
  160. difficulty: 2
  161. alcohol: 9
  162. 5:
  163. name: Apple Mead/Sweet Apple Mead/&6Sweet Golden Apple Mead
  164. ingredients:
  165. - Sugar_Cane/6
  166. - Apple/2
  167. cookingtime: 4
  168. distillruns: 0
  169. wood: 2
  170. age: 4
  171. color: ORANGE
  172. difficulty: 4
  173. alcohol: 12
  174. effects:
  175. - WATER_BREATHING/1-2/150
  176. 6:
  177. name: Bitter Rum/Spicy Rum/&6Golden Rum
  178. ingredients:
  179. - Sugar_Cane/14
  180. cookingtime: 5
  181. distillruns: 2
  182. distilltime: 30
  183. wood: 2
  184. age: 14
  185. color: DARK_RED
  186. difficulty: 6
  187. alcohol: 30
  188. effects:
  189. - FIRE_RESISTANCE/1/20-100
  190. - POISON/1-0/30-0
  191. 7:
  192. name: Lousy Vodka/Vodka/Russian Vodka
  193. ingredients:
  194. - Potato/10
  195. cookingtime: 15
  196. distillruns: 3
  197. age: 0
  198. color: BRIGHT_GREY
  199. difficulty: 4
  200. alcohol: 20
  201. effects:
  202. - WEAKNESS/15
  203. - POISON/10
  204. 8:
  205. name: Poor Absinthe/Absinthe/Strong Absinthe
  206. ingredients:
  207. - Grass/15
  208. cookingtime: 3
  209. distillruns: 6
  210. distilltime: 80
  211. color: GREEN
  212. difficulty: 8
  213. alcohol: 45
  214. effects:
  215. - POISON/20-30
  216. 9:
  217. name: Potato soup
  218. ingredients:
  219. - Potato/5
  220. - Grass/3
  221. cookingtime: 3
  222. color: PINK
  223. difficulty: 1
  224. effects:
  225. - HEAL/0-1
  226. 10:
  227. name: Stale Coffee/Coffee/Strong Coffee
  228. ingredients:
  229. - Cocoa_Beans/12
  230. - Milk_Bucket/2
  231. cookingtime: 2
  232. color: BLACK
  233. difficulty: 3
  234. effects:
  235. - REGENERATION/1/2-5
  236. - SPEED/1/30-140
  237. 11:
  238. name: Cheap Merlot/Pinot Noir/Shiraz
  239. ingredients:
  240. - beetroot/12
  241. - Sugar_Cane/5
  242. cookingtime: 5
  243. wood: 6
  244. age: 5
  245. color: DARK_RED
  246. difficulty: 2
  247. alcohol: 5
  248. effects:
  249. - REGENERATION/1/2-15
  250. - HASTE/1/2-15
  251. 12:
  252. name: Riesling/Pinot Grigio/Chardonnay
  253. ingredients:
  254. - beetroot/2
  255. - Sugar_Cane/16
  256. - Milk_Bucket/1
  257. cookingtime: 5
  258. wood: 1
  259. age: 5
  260. color: BRIGHT_GREY
  261. difficulty: 2
  262. alcohol: 5
  263. effects:
  264. - REGENERATION/1/2-5
  265. - SPEED/1/30-140
  266. 12:
  267. name: Sugar Mix/Coca Cola/&6Pepsi
  268. ingredients:
  269. - Apple/2
  270. - Sugar/64
  271. - Cocoa_Beans/5
  272. cookingtime: 5
  273. distillruns: 1
  274. distilltime: 0
  275. color: BLACK
  276. difficulty: 1
  277. effects:
  278. - POSION/1/2-5
  279. - SPEED/5-10/2-10
  280. 13:
  281. name: Blue/Getorade/&6Kool aid
  282. ingredients:
  283. - Diamond/2
  284. - Sugar/64
  285. cookingtime: 10
  286. distillruns: 1
  287. distilltime: 0
  288. color: BLACK
  289. difficulty: 1
  290. effects:
  291. - REGENERATION/5/10-30
  292. - SPEED/5-10/30-140
  293. 14:
  294. name: Rye/Irish Whiskey/Bourbon
  295. ingredients:
  296. - Wheat/10
  297. - Potato/10
  298. cookingtime: 2
  299. wood: 4
  300. age: 20
  301. color: ORANGE
  302. difficulty: 5
  303. alcohol: 20
  304. effects:
  305. - REGENERATION/1/10-30
  306. - POISON/1/2-3
  307. - FIRE_RESISTANCE/1/30-60
  308. 15:
  309. name: Gold Trash/Expensive Vodka/&6Gold Vodka
  310. ingredients:
  311. - Potato/20
  312. - Gold_Nugget/9
  313. cookingtime: 20
  314. distillruns: 3
  315. age: 0
  316. color: ORANGE
  317. difficulty: 4
  318. alcohol: 50
  319. effects:
  320. - WEAKNESS/15
  321. - POISON/10
  322. 15:
  323. name: Monster Energy/Red Bull/&6Red Bull Sugarless
  324. ingredients:
  325. - Sugar/20
  326. - Gold_Nugget/9
  327. - Diamond/10
  328. cookingtime: 20
  329. distillruns: 3
  330. age: 0
  331. color: GREEN
  332. difficulty: 4
  333. alcohol: 50
  334. effects:
  335. - SPEED/15/10-15
  336. - POISON/1/10
  337. - HASTE/10/10-15
  338. - Power/2/10-15
  339. 16:
  340. name: Cognac/Brandy/&6Aged Brandy
  341. ingredients:
  342. - beetroot/2
  343. - Sugar_Cane/16
  344. - Milk_Bucket/1
  345. - distillruns: 5
  346. cookingtime: 5
  347. distillruns: 1
  348. distilltime: 40
  349. wood: 0
  350. age: 10
  351. color: BRIGHT_GREY
  352. difficulty: 3
  353. alcohol: 30
  354. effects:
  355. - SPEED/1/2-5
  356. - POSION/1/1
  357. 17:
  358. name: Cheap Irish Coffee/Irish Coffee/High Quality Irish Coffee
  359. ingredients:
  360. - Cocoa_Beans/16
  361. - Milk_Bucket/1
  362. - distillruns: 5
  363. cookingtime: 5
  364. distillruns: 1
  365. distilltime: 0
  366. color: BLACK
  367. difficulty: 3
  368. alcohol: 30
  369. effects:
  370. - SPEED/1/10-20
  371. - STRENGTH/2/20-50
  372. - POSION/1/1-3
  373. 18:
  374. name: Death Rum/Toxic Rum/Goldener Rum
  375. ingredients:
  376. - Sugar_Cane/15
  377. - Gold_Nugget/1
  378. cookingtime: 10
  379. distillruns: 2
  380. distilltime: 30
  381. wood: 6
  382. age: 20
  383. color: DARK_RED
  384. difficulty: 6
  385. alcohol: 30
  386. effects:
  387. - FIRE_RESISTANCE/1/50-100
  388. - POISON/1-0/20-0
  389. 19:
  390. name: Shitty Cyrup/Milky Rum/White Rum
  391. ingredients:
  392. - Sugar_Cane/15
  393. - Milk_Bucket/1
  394. cookingtime: 5
  395. distillruns: 2
  396. distilltime: 30
  397. wood: 1
  398. age: 15
  399. color: GREY
  400. difficulty: 5
  401. alcohol: 10
  402. effects:
  403. - WATER_BREATHING/1/50-100
  404. - POISON/1-0/10-0
  405. 20:
  406. name: Poor Man's Vodka/Tequilla/&6Mexican Road
  407. ingredients:
  408. - Sugar_Cane/5
  409. - Grass/20
  410. cookingtime: 2
  411. distillruns: 2
  412. distilltime: 10
  413. color: BRIGHT_GREY
  414. difficulty: 2
  415. alcohol: 30
  416. effects:
  417. - WEAKNESS/15
  418. - POISON/10
  419. 21:
  420. name: Skunky Gin/Gin/&6British Gin
  421. ingredients:
  422. - Sugar_Cane/5
  423. - Grass/20
  424. cookingtime: 2
  425. distillruns: 2
  426. distilltime: 10
  427. color: BRIGHT_GREY
  428. difficulty: 6
  429. alcohol: 30
  430. effects:
  431. - WEAKNESS/15-0/2-0
  432. - LUCK/1-20/3-60
  433. - POISON/1-0/2-0
  434. 22:
  435. name: Venezuelian Baijiu/Baijiu/&6Chinese Baijiu
  436. ingredients:
  437. - Sugar_Cane/10
  438. - Grass/2
  439. cookingtime: 2
  440. distillruns: 2
  441. distilltime: 10
  442. color: WATER
  443. difficulty: 6
  444. alcohol: 30
  445. effects:
  446. - WEAKNESS/15-0/2-0
  447. - LUCK/1-20/3-60
  448. - POISON/1-0/2-0
  449. - FIRE_RESISTANCE/1/5-30
  450. 23:
  451. name: Latte/Frappuchino/&6Magic Coffee
  452. ingredients:
  453. - Cocoa_Beans/12
  454. - Milk_Bucket/3
  455. - Sugar Cane/10
  456. cookingtime: 2
  457. color: GREY
  458. difficulty: 3
  459. effects:
  460. - REGENERATION/1/2-5
  461. - SPEED/1/30-140
  462. - HASTE/0-20/0-60
  463.  
  464. # More Recipes ideas: Cachaca, Gin, Whiskey, Tequila, Cider, etc. as well as high quality abbreviations like golden vodka etc.
  465. # I will not add more Recipes to the default config, as they would be public and viewable by users to cheat.
  466. # It is up to the Serveradmin to change and add Recipes, so players cannot cheat from the default config.
  467.  
  468.  
  469.  
  470. # cooked: EVERY possible ingredient and the names for the originating potions after fermenting:
  471. # [Example] MATERIAL: Name after cooking
  472.  
  473. cooked:
  474. Wheat: Fermented wheat
  475. Sugar_Cane: Sugar brew
  476. Apple: Apple cider
  477. Potato: Potatomash
  478. Grass: Boiled herbs
  479. Red_Mushroom: Mushroom brew
  480. Cocoa_Beans: Colored brew
  481. Milk_Bucket: Milky water
  482. Beetroot: Beet Mix
  483. Sugar: Sugar mash
  484. Diamond: Shiny Blue
  485. Gold_Nugget: Liquid Gold
  486.  
  487. # -- Plugin Compatibility --
  488.  
  489. # Enable checking of other Plugins (if installed) for Barrel Permissions [true]
  490. useWorldGuard: true
  491. useLWC: true
  492. useGriefPrevention: true
  493.  
  494. # Enable the Logging of Barrel Inventories to LogBlock [true]
  495. useLogBlock: true
  496.  
  497.  
  498. # -- Chat Distortion Settings --
  499.  
  500. # If written Chat is distorted when the Player is Drunk,
  501. # so that it looks like drunk writing
  502. # How much the chat is distorted depends on how drunk the Player is
  503. # Below are settings for what and how changes in chat occur
  504. enableChatDistortion: true
  505.  
  506. # Log to the Serverlog what the player actually wrote, before his words were altered [false]
  507. logRealChat: false
  508.  
  509. # Text after specified commands will be distorted when drunk (list) [- /gl]
  510. distortCommands:
  511. - /gl
  512. - /global
  513. - /fl
  514. - /s
  515. - /letter
  516. - /g
  517. - /l
  518. - /lokal
  519. - /local
  520. - /mail send
  521. - /m
  522. - /msg
  523. - /w
  524. - /whisper
  525. - /reply
  526. - /r
  527. - /t
  528. - /tell
  529.  
  530. # Distort the Text written on a Sign while drunk [false]
  531. distortSignText: false
  532.  
  533. # Enclose a Chat text with these Letters to bypass Chat Distortion (Use "," as Separator) (list) [- '[,]']
  534. # Chat Example: Hello i am drunk *I am testing Brewery*
  535. distortBypass:
  536. - '*,*'
  537. - '[,]'
  538.  
  539. # words: Words and letters that will be altered when chatting while being drunk.
  540. # Will be processed from first to last and a written sentece is altered in that order.
  541.  
  542. # 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.)
  543. # to: What to replace it with.
  544. # pre: Words and Letters before the wanted word (split with ",")
  545. # 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
  546. # alcohol: 1-100 minimum drunkeness after which this word ist replaced
  547. # percentage: Probability of replacing a Word in percent
  548.  
  549. words:
  550. - replace: s
  551. to: sh
  552. percentage: 90
  553. alcohol: 30
  554.  
  555. - replace: ch
  556. to: sh
  557. pre: u,s,o,a
  558. match: false
  559. alcohol: 10
  560. percentage: 70
  561.  
  562. - replace: h
  563. to: hh
  564. pre: sch,h,t
  565. match: false
  566. percentage: 60
  567. alcohol: 20
  568.  
  569. - replace: th
  570. to: thl
  571. percentage: 40
  572. alcohol: 30
  573.  
  574. - replace: sch
  575. to: shk
  576. percentage: 60
  577. alcohol: 40
  578.  
  579. - replace: u
  580. to: uuh
  581. percentage: 20
  582.  
  583. - replace: y
  584. to: yy
  585. percentage: 60
  586. alcohol: 15
  587.  
  588. - replace: e
  589. to: ee
  590. percentage: 40
  591. alcohol: 15
  592.  
  593. - replace: you
  594. to: u
  595. percentage: 40
  596.  
  597. - replace: u
  598. to: uo
  599. pre: u
  600. match: false
  601. percentage: 60
  602.  
  603. - replace: that
  604. to: taht
  605. percentage: 20
  606. alcohol: 40
  607.  
  608. - replace: p
  609. to: b
  610. percentage: 30
  611.  
  612. - replace: p
  613. to: b
  614. percentage: 70
  615. alcohol: 60
  616.  
  617. - replace: up
  618. to: ubb
  619. percentage: 80
  620. alcohol: 25
  621.  
  622. - replace: o
  623. to: oh
  624. percentage: 20
  625.  
  626. - replace: ei
  627. to: i
  628. percentage: 30
  629. alcohol: 15
  630.  
  631. - replace: b
  632. to: bb
  633. percentage: 80
  634. alcohol: 40
  635.  
  636. - replace: '!!!'
  637. to: '!!!111!!!eleven!1!'
  638. pre: '!'
  639. match: false
  640. percentage: 20
  641. alcohol: 70
  642.  
  643. - replace: '!'
  644. to: '!!'
  645. pre: '!'
  646. match: false
  647. percentage: 90
  648.  
  649. - replace: drunk
  650. to: dhrkunn
  651. pre: are
  652. match: false
  653. percentage: 70
  654. alcohol: 65
  655.  
  656. - replace: walk
  657. to: whhealhk
  658. pre: you can, you can still, you can not
  659. match: false
  660. percentage: 80
  661. alcohol: 30
  662.  
  663. - replace: wtf
  664. to: wft
  665. percentage: 20
  666. alcohol: 40
  667.  
  668. - replace: lol
  669. to: loool
  670. percentage: 80
  671. alcohol: 10
  672.  
  673. - replace: afk
  674. to: aafkayyy
  675. percentage: 30
  676. alcohol: 30
  677.  
  678. - replace: write
  679. to: wreitt
  680. pre: you can,you can still,you can not
  681. match: false
  682. percentage: 80
  683. alcohol: 50
  684.  
  685. - replace: drink
  686. to: booze
  687. percentage: 80
  688. alcohol: 70
  689.  
  690. - replace: '?'
  691. to: '????'
  692. pre: '?'
  693. match: false
  694. percentage: 80
  695. alcohol: 40
  696.  
  697. - replace: -space
  698. to: ''
  699. pre: h,g,w
  700. match: true
  701. alcohol: 10
  702.  
  703. - replace: -space
  704. to: ''
  705. percentage: 30
  706. alcohol: 35
  707.  
  708. - replace: -space
  709. to: ''
  710. percentage: 10
  711.  
  712. - replace: -start
  713. to: dho
  714. percentage: 15
  715. alcohol: 50
  716.  
  717. - replace: -start
  718. to: hhn
  719. percentage: 10
  720. alcohol: 50
  721.  
  722. - replace: -random
  723. to: lu
  724. percentage: 10
  725.  
  726. - replace: -random
  727. to: lug
  728. percentage: 10
  729. alcohol: 50
  730.  
  731. - replace: -random
  732. to: blub
  733. percentage: 20
  734. alcohol: 80
  735.  
  736. - replace: -random
  737. to: lerg
  738. percentage: 40
  739. alcohol: 85
  740.  
  741. - replace: -random
  742. to: gul
  743. percentage: 40
  744. alcohol: 80
  745.  
  746. - replace: -random
  747. to: ' '
  748. percentage: 100
  749. alcohol: 70
  750.  
  751. - replace: -random
  752. to: ' '
  753. percentage: 60
  754. alcohol: 40
  755.  
  756. - replace: -random
  757. to: ' '
  758. percentage: 50
  759. alcohol: 30
  760.  
  761. - replace: -end
  762. to: '!'
  763. percentage: 40
  764. alcohol: 30
  765.  
  766. - replace: -random
  767. to: ' *hic* '
  768. percentage: 80
  769. alcohol: 70
  770.  
  771. - replace: -random
  772. to: ' *hic* '
  773. percentage: 15
  774. alcohol: 40
  775.  
  776. - replace: -space
  777. to: ' *hic* '
  778. percentage: 5
  779. alcohol: 20
  780.  
  781. - replace: -end
  782. to: ' *hic*'
  783. percentage: 70
  784. alcohol: 50
  785.  
  786. - replace: -all
  787. to: '*burp*'
  788. percentage: 3
  789. alcohol: 60
  790.  
  791. - replace: -all
  792. to: '*burp*'
  793. percentage: 6
  794. alcohol: 80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement