Advertisement
Guest User

config

a guest
May 26th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.44 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: false
  27.  
  28. # If the Player faints shortly (gets kicked from the server) if he drinks the max amount of alcohol possible [false]
  29. enableKickOnOverdrink: true
  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: 1
  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. # Enable checking for Updates, Checks the curseforge api for updates to Brewery [true]
  58. # If an Update is found a Message is logged on Server-start and displayed to OPs joining the game
  59. updateCheck: true
  60.  
  61. # Autosave interval in minutes [3]
  62. autosave: 3
  63.  
  64. # Config Version
  65. version: '1.7'
  66. oldMat: true
  67.  
  68.  
  69. # -- Recipes for Potions --
  70.  
  71. # name: Different names for bad/normal/good (Formatting codes possible: such as &6)
  72. # ingredients: List of 'material,data/amount'
  73. # (Item-ids instead of material are not supported by bukkit anymore and will not work)
  74. # A list of materials can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  75. # You can specify a data (durability) value, omitting it will ignore the data value of the added ingredient
  76. # If Vault is installed normal names can be used instead of material or id, so using Vault is highly recommended.
  77. # Vault will recognize things like "Jungle Leaves" instead of "LEAVES,3"
  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. # age: Time in Minecraft-days, the potion has to age in a barrel 0=no aging
  83. # color: Color of the potion after distilling/aging.
  84. # Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
  85. # difficulty: 1-10 accuracy needed to get good quality (1 = unaccurate/easy, 10 = very precise/hard)
  86. # alcohol: Absolute amount of alcohol 0-100 in a perfect potion (will be added directly to the player, where 100 means fainting)
  87. # effects: List of effect/level/duration Special potion-effect when drinking, duration in sek.
  88. # Suffix name with 'X' to hide effect from label. Sample: 'POISONX/2/10' (WEAKNESS, INCREASE_DAMAGE, SLOW and SPEED are always hidden.)
  89. # Effects are always hidden in 1.9 and newer, because of changes in the potion mechanics.
  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. 0:
  97. name: Bad Example/Example/Good Example
  98. ingredients:
  99. - SUGAR_CANE/5
  100. - DIAMOND/1
  101. - INK_SACK,3/20
  102. - WOOD,1/8
  103. - BEDROCK/1
  104. # - Jungle Leaves/64 # Only with Vault
  105. # - Green Dye/6 # Only with Vault
  106. cookingtime: 3
  107. distillruns: 2
  108. distilltime: 60
  109. wood: 4
  110. age: 11
  111. color: DARK_RED
  112. difficulty: 3
  113. alcohol: 23
  114. effects:
  115. - FIRE_RESISTANCE/20
  116. - HEAL/1
  117. - WEAKNESS/2-3/50-60
  118. - POISONX/1-0/20-0
  119. 1:
  120. name: Skunky Wheatbeer/Wheatbeer/&eFine Wheatbeer
  121. ingredients:
  122. - WHEAT/3
  123. cookingtime: 8
  124. distillruns: 0
  125. wood: 1
  126. age: 2
  127. color: BRIGHT_GREY
  128. difficulty: 1
  129. alcohol: 5
  130. 2:
  131. name: Skunky Beer/Beer/&7Fine Beer
  132. ingredients:
  133. - WHEAT/6
  134. cookingtime: 8
  135. distillruns: 0
  136. wood: 0
  137. age: 3
  138. color: ORANGE
  139. difficulty: 1
  140. alcohol: 6
  141. 3:
  142. name: Skunky Darkbeer/Darkbeer/&8Fine Darkbeer
  143. ingredients:
  144. - WHEAT/6
  145. cookingtime: 8
  146. distillruns: 0
  147. wood: 4
  148. age: 8
  149. color: BLACK
  150. difficulty: 2
  151. alcohol: 7
  152. 4:
  153. name: Awkward Mead/Mead/&6Golden Mead
  154. ingredients:
  155. - SUGAR_CANE/6
  156. cookingtime: 3
  157. distillruns: 0
  158. wood: 2
  159. age: 4
  160. color: ORANGE
  161. difficulty: 7
  162. alcohol: 9
  163. 5:
  164. name: Apple Mead/Sweet Apple Mead/&6Sweet Golden Apple Mead
  165. ingredients:
  166. - SUGAR_CANE/6
  167. - APPLE/2
  168. cookingtime: 4
  169. distillruns: 0
  170. wood: 2
  171. age: 4
  172. color: ORANGE
  173. difficulty: 7
  174. alcohol: 12
  175. effects:
  176. - WATER_BREATHINGX/1-2/150
  177. 6:
  178. name: Bitter Rum/Spicy Rum/&6Golden Rum
  179. ingredients:
  180. - SUGAR_CANE/14
  181. cookingtime: 5
  182. distillruns: 2
  183. distilltime: 30
  184. wood: 2
  185. age: 14
  186. color: DARK_RED
  187. difficulty: 6
  188. alcohol: 30
  189. effects:
  190. - FIRE_RESISTANCE/1/20-100
  191. - POISONX/1-0/30-0
  192. 7:
  193. name: Lousy Vodka/Vodka/&cRussian Vodka
  194. ingredients:
  195. - POTATO_ITEM/10
  196. cookingtime: 15
  197. distillruns: 3
  198. age: 0
  199. color: BRIGHT_GREY
  200. difficulty: 4
  201. alcohol: 20
  202. effects:
  203. - WEAKNESS/15
  204. - POISON/10
  205. 8:
  206. name: Poor Absinthe/Absinthe/&6Strong Absinthe
  207. ingredients:
  208. - LONG_GRASS/15
  209. cookingtime: 3
  210. distillruns: 6
  211. distilltime: 80
  212. color: GREEN
  213. difficulty: 8
  214. alcohol: 45
  215. effects:
  216. - POISON/20-30
  217. 9:
  218. name: &ePotato soup
  219. ingredients:
  220. - POTATO_ITEM/5
  221. - LONG_GRASS/3
  222. cookingtime: 3
  223. color: PINK
  224. difficulty: 1
  225. effects:
  226. - HEAL/0-1
  227. 10:
  228. name: Stale Coffee/Coffee/&8Strong Coffee
  229. ingredients:
  230. - INK_SACK,3/12
  231. - MILK_BUCKET/2
  232. cookingtime: 2
  233. color: BLACK
  234. difficulty: 3
  235. effects:
  236. - REGENERATION/1/2-5
  237. - SPEED/1/30-140
  238. 11:
  239. name: Apple Cider Vinager/Apple Cider/&6Golden Apple Cider
  240. ingredients:
  241. - APPLE/4
  242. - SUGAR/2
  243. cookingtime: 4
  244. distillruns: 1
  245. difficulty: 3
  246. wood: 0
  247. age: 4
  248. color: ORANGE
  249. alcohol: 5
  250. effects:
  251. - FAST_DIGGING/2/20-50
  252. 12:
  253. name: Vinager/Bitter Wine/&cApple Wine
  254. ingredients:
  255. - APPLE/10
  256. - SUGAR/8
  257. - GOLDEN_APPLE/2
  258. cookingtime: 6
  259. wood: 6
  260. age: 5
  261. color: RED
  262. difficulty: 5
  263. alcohol: 10
  264. effects:
  265. - SPEED/2/30-80
  266. 13:
  267. name: Melons/Jelly/&cMellon Jelly
  268. ingredients:
  269. - MELON/6
  270. - SPECKLED_MELON/4
  271. - SUGAR/2
  272. cookingtime: 5
  273. distillruns: 2
  274. distilltime: 15
  275. color: DARK_RED
  276. difficulty: 3
  277. effects:
  278. - JUMP/1/25-30
  279. - SPEED/3/5-30
  280. - REGENERATION/1/10-50
  281. 14:
  282. name: Ruined Tea/Smashed Ferns/&aGreen Tea
  283. ingredients:
  284. - LONG_GRASS/4
  285. - MILK_BUCKET/1
  286. cookingtime: 4
  287. color: GREEN
  288. difficulty: 2
  289. effects:
  290. - REGENERATION/2/100-200
  291. 15:
  292. name: Mashed Carrots/Juice/&6Carrot Juice
  293. ingredients:
  294. - CARROT_ITEM/5
  295. cookingtime: 6
  296. distillruns: 2
  297. color: ORANGE
  298. difficulty: 4
  299. effects:
  300. - SATURATION/1/10-100
  301. - NIGHT_VISION/1/10-100
  302. 16:
  303. name: Ruined Rice/Fermented Rice/&aSake
  304. ingredients:
  305. - SEEDS/8
  306. - SUGAR/4
  307. cookingtime: 6
  308. wood: 2
  309. age: 2
  310. color: GREEN
  311. difficulty: 5
  312. alcohol: 13
  313. effects:
  314. - REGENERATION/1/10-15
  315. - POISONX/1-0/30-0
  316. - SPEED/1/15-20
  317. 17:
  318. name: Milk/Powder Milk/&8Chocolate Milk
  319. ingredients:
  320. - MILK_BUCKET/1
  321. - INK_SACK,3/4
  322. cookingtime: 3
  323. color: GREY
  324. difficulty: 1
  325. effects:
  326. - REGENERATION/1/20-34
  327. - GLOWING/1/10-32
  328. 18:
  329. name: Beets/Juice/&5Beet Blend
  330. ingredients:
  331. - BEETROOT/10
  332. cookingtime: 3
  333. distillruns: 2
  334. color: PINK
  335. difficulty: 5
  336. effects:
  337. - HEAL/2/30
  338. 19:
  339. name: Carbonated Water/Coke/&4CocaCola
  340. ingredients:
  341. - SUGAR/12
  342. - SUGAR_CANE/2
  343. - INK_SACK,3/2
  344. cookingtime: 2
  345. distillruns: 3
  346. color: BLACK
  347. difficulty:
  348. effects:
  349. - SPEED/3/30
  350. - LEVITATION/1/15
  351. 20:
  352. name: Spoiled Coffee/Sweet Coffee/&dFrappuccino
  353. ingredients:
  354. - MILK_BUCKET/2
  355. - SUGAR/2
  356. - INK_SACK,3/2
  357. - ICE/2
  358. cookingtime: 4
  359. color: BLACK
  360. difficulty: 4
  361. effects:
  362. - FIRE_RESISTANCE/1/20-50
  363. - HEALTH_BOOST/1/100-50
  364. - SPEED/1-3/1-100
  365. 21:
  366. name: Spoiled Vodka/Strange Vodka/&4&lDevil Vodka
  367. ingredients:
  368. - MAGMA_CREAM/3
  369. - POTATO_ITEM/2
  370. cookingtime: 2
  371. distillruns: 3
  372. wood: 4
  373. age: 12
  374. color: BLACK
  375. difficulty: 8
  376. alcohol: 80
  377. effects:
  378. - BLINDNESS/1/5-10
  379. - CONFUSION/2/15-20
  380. - POISON/1-3/30-100
  381. 22:
  382. name: Spoiled Tequila/Tequila/&9&lMexican Tequila
  383. ingredients:
  384. - RED_ROSE,1/6
  385. cookingtime: 4
  386. distillruns: 2
  387. distilltime: 30
  388. wood: 2
  389. age: 3
  390. color: CYAN
  391. difficulty: 7
  392. alcohol: 40
  393. effects:
  394. - INVISIBILITY/1-2/20-40
  395. - POISONX/1-0/30-0
  396. 23:
  397. name: Bitter Caipimerda/Bad Cagounopau/&2&lCaipirinha
  398. ingredients:
  399. - ICE/1
  400. - INK_SACK,10/1
  401. - SUGAR/2
  402. cookingtime: 2
  403. distillruns: 2
  404. distilltime: 45
  405. wood: 1
  406. age: 10
  407. color: GREEN
  408. difficulty: 6
  409. alcohol: 30
  410. effects:
  411. - LEVITATION/1/15
  412. - WATER_BREATHING/1/0-100
  413. 24:
  414. name: Orange Juice/Spiked Orange Juice/&6&lMimosa
  415. ingredients:
  416. - INK_SACK,14/2
  417. - ICE/1
  418. - SUGAR/4
  419. cookingtime: 3
  420. distillruns: 2
  421. color: ORANGE
  422. difficulty: 8
  423. alcohol: 20
  424. effects:
  425. - SPEED/1-3/1-100
  426. - WATER_BREATHING/1/0-100
  427. 25:
  428. name: Spoiled Tea/Mixed Grass/&dBubble Tea
  429. ingredients:
  430. - LONG_GRASS/2
  431. - MILK_BUCKET/1
  432. - MELON_SEEDS/2
  433. cookingtime: 6
  434. color: PINK
  435. difficulty: 8
  436. effects:
  437. - REGENERATION/2/100-200
  438. - HEAL/5/1-10
  439. - LEVITATION/1/15
  440. - JUMP/1-3/1-100
  441. 26:
  442. name: Weird Vinager/Smashed Grapes/&4Cabernet
  443. ingredients:
  444. - SUGAR/1
  445. - MELON_SEEDS/1
  446. - NETHER_STALK/8
  447. cookingtime: 7
  448. wood: 2
  449. age: 9
  450. color: DARK_RED
  451. difficulty: 8
  452. alcohol: 15
  453. effects:
  454. - ABSORPTION/2/30-80
  455. 27:
  456. name: Strange Wine/Mixed Grapes/&e&o&lChampagne
  457. ingredients:
  458. - SUGAR/1
  459. - NETHER_STALK/2
  460. - MELON_SEEDS/1
  461. - PUMPKIN_SEEDS/1
  462. cookingtime: 25
  463. wood: 2
  464. age: 3
  465. color: BRIGHT_GREY
  466. difficulty: 8
  467. alcohol: 35
  468. effects:
  469. - ABSORPTION/2/30-80
  470. - GLOWING/2/10-100
  471. 28:
  472. name: Dormant Volcano/Rumbly Volcano/&cVolcano
  473. ingredients:
  474. - PUMPKIN_PIE/3
  475. - SUGAR/2
  476. - MAGMA_CREAM/1
  477. - INK_SACK,3/1
  478. cookingtime: 3
  479. distillruns: 3
  480. wood: 3
  481. age: 2
  482. color: ORANGE
  483. difficulty: 10
  484. alcohol: 5
  485. effects:
  486. - NIGHT_VISION/2/30-80
  487. 29:
  488. name: Whiskey/Fine Whiskey/&6Scotch
  489. ingredients:
  490. - HAY_BLOCK/3
  491. - SUGAR_CANE/2
  492. - BLAZE_POWDER/1
  493. cookingtime: 8
  494. distillruns: 2
  495. wood: 2
  496. age: 15
  497. color: BLACK
  498. difficulty: 10
  499. alcohol: 35
  500. effects:
  501. - INCREASE_DAMAGE/1/30-60
  502. 30:
  503. name: Bitter Ice Tea/Malted Liquor/&6Long Island Ice Tea
  504. ingredients:
  505. - SUGAR/3
  506. - POTATO_ITEM/2
  507. - QUARTZ/1
  508. - YELLOW_FLOWER/1
  509. cookingtime: 5
  510. distillruns: 2
  511. wood: 4
  512. age: 1
  513. color: DARK_RED
  514. difficulty: 10
  515. alcohol: 35
  516. effects:
  517. - JUMP/1/30-60
  518. - GLOWING/1/10-20
  519. 31:
  520. name: Rotten Chorus Juice/Purpur Fluid/&5&lEnderade
  521. ingredients:
  522. - CHORUS_FRUIT/4
  523. - ENDER_PEARL/2
  524. - REDSTONE/1
  525. cookingtime: 5
  526. distillruns: 2
  527. difficulty: 10
  528. color: DARK_RED
  529. alcohol: 0
  530. effects:
  531. - SATURATION/20/180-190
  532. 32:
  533. name: Tastes Like Failure/No Good Brew/&4Innocent Blood
  534. ingredients:
  535. - SUGAR/1
  536. - POTATO_ITEM/4
  537. - ROTTEN_FLESH/8
  538. cookingtime: 4
  539. distillruns: 3
  540. color: DARK_RED
  541. difficulty: 3
  542. alcohol: 65
  543. effects:
  544. - BLINDNESS/1/5-10
  545. - CONFUSION/2/15-20
  546. - POISON/1-3/5-10
  547. - GLOWING/1/10-20
  548. 33:
  549. name: Pineapple Tasting Bad Rum/Spoiled Pineapple Rum/&e&lPina Colada
  550. ingredients:
  551. - SUGAR/2
  552. - MILK_BUCKET/1
  553. - INK_SACK,2/11
  554. - SUGAR_CANE/5
  555. cookingtime: 5
  556. distillruns: 2
  557. distilltime: 30
  558. wood: 2
  559. age: 10
  560. color: ORANGE
  561. difficulty: 4
  562. alcohol: 34
  563. effects:
  564. - FIRE_RESISTANCE/1/20-100
  565. - GLOWING/1/10-20
  566. - LEVITATION/1/15
  567. - POISONX/1-0/30-0
  568. 34:
  569. name: Spoiled Orange Cream/Orange Pulp/&6Golden Dream
  570. ingredients:
  571. - MILK_BUCKET/1
  572. - INK_SACK,2/14
  573. - GOLD_NUGGET/3
  574. cookingtime: 2
  575. distillruns: 3
  576. wood: 1
  577. age: 1
  578. color: ORANGE
  579. difficulty: 7
  580. alcohol: 35
  581. effects:
  582. - HEAL/1/5-10
  583. - SATURATION/10/180-190
  584.  
  585. # More Recipes ideas: Cachaca, Gin, Whiskey, Tequila, Cider, etc. as well as high quality abbreviations like golden vodka etc.
  586. # I will not add more Recipes to the default config, as they would be public and viewable by users to cheat.
  587. # It is up to the Serveradmin to change and add Recipes, so players cannot cheat from the default config.
  588.  
  589.  
  590.  
  591. # cooked: EVERY possible ingredient and the names for the originating potions after fermenting:
  592. # [Example] MATERIAL: Name after cooking
  593.  
  594. cooked:
  595. WHEAT: Fermented wheat
  596. SUGAR_CANE: Sugar brew
  597. APPLE: Apple cider
  598. POTATO_ITEM: Potatomash
  599. LONG_GRASS: Boiled herbs
  600. RED_MUSHROOM: Mushroom brew
  601. INK_SACK: Colored brew
  602. MILK_BUCKET: Milky water
  603. SUGAR: Sugary water
  604. MAGMA_CREAM: Witch brew
  605. CARROT: Carrotmash
  606. BEETROOT: Beetrootmash
  607. ICE: Frozen Bottle
  608. NETHER_WARTS: Grape Brew
  609.  
  610.  
  611.  
  612.  
  613.  
  614. # -- Plugin Compatibility --
  615.  
  616. # Enable checking of other Plugins (if installed) for Barrel Permissions [true]
  617. useWorldGuard: true
  618. useLWC: true
  619. useGriefPrevention: true
  620. useCitadel: true
  621.  
  622. # Enable the Logging of Barrel Inventories to LogBlock [true]
  623. useLogBlock: true
  624.  
  625.  
  626. # -- Chat Distortion Settings --
  627.  
  628. # If written Chat is distorted when the Player is Drunk,
  629. # so that it looks like drunk writing
  630. # How much the chat is distorted depends on how drunk the Player is
  631. # Below are settings for what and how changes in chat occur
  632. enableChatDistortion: true
  633.  
  634. # Log to the Serverlog what the player actually wrote, before his words were altered [false]
  635. logRealChat: false
  636.  
  637. # Text after specified commands will be distorted when drunk (list) [- /gl]
  638. distortCommands:
  639. - /gl
  640. - /global
  641. - /fl
  642. - /s
  643. - /letter
  644. - /g
  645. - /l
  646. - /lokal
  647. - /local
  648.  
  649. # Distort the Text written on a Sign while drunk [false]
  650. distortSignText: false
  651.  
  652. # Enclose a Chat text with these Letters to bypass Chat Distortion (Use "," as Separator) (list) [- '[,]']
  653. # Chat Example: Hello i am drunk *I am testing Brewery*
  654. distortBypass:
  655. - '*,*'
  656. - '[,]'
  657.  
  658. # words: Words and letters that will be altered when chatting while being drunk.
  659. # Will be processed from first to last and a written sentece is altered in that order.
  660.  
  661. # 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.)
  662. # to: What to replace it with.
  663. # pre: Words and Letters before the wanted word (split with ",")
  664. # 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
  665. # alcohol: 1-100 minimum drunkeness after which this word ist replaced
  666. # percentage: Probability of replacing a Word in percent
  667.  
  668. words:
  669. - replace: s
  670. to: sh
  671. percentage: 90
  672. alcohol: 30
  673.  
  674. - replace: ch
  675. to: sh
  676. pre: u,s,o,a
  677. match: false
  678. alcohol: 10
  679. percentage: 70
  680.  
  681. - replace: h
  682. to: hh
  683. pre: sch,h,t
  684. match: false
  685. percentage: 60
  686. alcohol: 20
  687.  
  688. - replace: th
  689. to: thl
  690. percentage: 40
  691. alcohol: 30
  692.  
  693. - replace: sch
  694. to: shk
  695. percentage: 60
  696. alcohol: 40
  697.  
  698. - replace: u
  699. to: uuh
  700. percentage: 20
  701.  
  702. - replace: y
  703. to: yy
  704. percentage: 60
  705. alcohol: 15
  706.  
  707. - replace: e
  708. to: ee
  709. percentage: 40
  710. alcohol: 15
  711.  
  712. - replace: you
  713. to: u
  714. percentage: 40
  715.  
  716. - replace: u
  717. to: uo
  718. pre: u
  719. match: false
  720. percentage: 60
  721.  
  722. - replace: that
  723. to: taht
  724. percentage: 20
  725. alcohol: 40
  726.  
  727. - replace: p
  728. to: b
  729. percentage: 30
  730.  
  731. - replace: p
  732. to: b
  733. percentage: 70
  734. alcohol: 60
  735.  
  736. - replace: up
  737. to: ubb
  738. percentage: 80
  739. alcohol: 25
  740.  
  741. - replace: o
  742. to: oh
  743. percentage: 20
  744.  
  745. - replace: ei
  746. to: i
  747. percentage: 30
  748. alcohol: 15
  749.  
  750. - replace: b
  751. to: bb
  752. percentage: 80
  753. alcohol: 40
  754.  
  755. - replace: '!!!'
  756. to: '!!!111!!!eleven!1!'
  757. pre: '!'
  758. match: false
  759. percentage: 20
  760. alcohol: 70
  761.  
  762. - replace: '!'
  763. to: '!!'
  764. pre: '!'
  765. match: false
  766. percentage: 90
  767.  
  768. - replace: drunk
  769. to: dhrkunn
  770. pre: are
  771. match: false
  772. percentage: 70
  773. alcohol: 65
  774.  
  775. - replace: walk
  776. to: whhealhk
  777. pre: you can, you can still, you can not
  778. match: false
  779. percentage: 80
  780. alcohol: 30
  781.  
  782. - replace: wtf
  783. to: wft
  784. percentage: 20
  785. alcohol: 40
  786.  
  787. - replace: lol
  788. to: loool
  789. percentage: 80
  790. alcohol: 10
  791.  
  792. - replace: afk
  793. to: aafkayyy
  794. percentage: 30
  795. alcohol: 30
  796.  
  797. - replace: write
  798. to: wreitt
  799. pre: you can,you can still,you can not
  800. match: false
  801. percentage: 80
  802. alcohol: 50
  803.  
  804. - replace: drink
  805. to: booze
  806. percentage: 80
  807. alcohol: 70
  808.  
  809. - replace: '?'
  810. to: '????'
  811. pre: '?'
  812. match: false
  813. percentage: 80
  814. alcohol: 40
  815.  
  816. - replace: -space
  817. to: ''
  818. pre: h,g,w
  819. match: true
  820. alcohol: 10
  821.  
  822. - replace: -space
  823. to: ''
  824. percentage: 30
  825. alcohol: 35
  826.  
  827. - replace: -space
  828. to: ''
  829. percentage: 10
  830.  
  831. - replace: -start
  832. to: dho
  833. percentage: 15
  834. alcohol: 50
  835.  
  836. - replace: -start
  837. to: hhn
  838. percentage: 10
  839. alcohol: 50
  840.  
  841. - replace: -random
  842. to: lu
  843. percentage: 10
  844.  
  845. - replace: -random
  846. to: lug
  847. percentage: 10
  848. alcohol: 50
  849.  
  850. - replace: -random
  851. to: blub
  852. percentage: 20
  853. alcohol: 80
  854.  
  855. - replace: -random
  856. to: lerg
  857. percentage: 40
  858. alcohol: 85
  859.  
  860. - replace: -random
  861. to: gul
  862. percentage: 40
  863. alcohol: 80
  864.  
  865. - replace: -random
  866. to: ' '
  867. percentage: 100
  868. alcohol: 70
  869.  
  870. - replace: -random
  871. to: ' '
  872. percentage: 60
  873. alcohol: 40
  874.  
  875. - replace: -random
  876. to: ' '
  877. percentage: 50
  878. alcohol: 30
  879.  
  880. - replace: -end
  881. to: '!'
  882. percentage: 40
  883. alcohol: 30
  884.  
  885. - replace: -random
  886. to: ' *hic* '
  887. percentage: 80
  888. alcohol: 70
  889.  
  890. - replace: -random
  891. to: ' *hic* '
  892. percentage: 15
  893. alcohol: 40
  894.  
  895. - replace: -space
  896. to: ' *hic* '
  897. percentage: 5
  898. alcohol: 20
  899.  
  900. - replace: -end
  901. to: ' *hic*'
  902. percentage: 70
  903. alcohol: 50
  904.  
  905. - replace: -all
  906. to: '*burp*'
  907. percentage: 3
  908. alcohol: 60
  909.  
  910. - replace: -all
  911. to: '*burp*'
  912. percentage: 6
  913. alcohol: 80
  914.  
  915. - replace: -all
  916. to: '*dabs*'
  917. percentage: 2
  918. alcohol: 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement