Advertisement
Guest User

Untitled

a guest
May 10th, 2014
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 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. # SamplePlugin = installed home plugin. Supports: ManagerXL. If not available:
  17. # 'cmd: home' = /home will be executed by the player. He has to have permissions for it without any delay!
  18. # 'cmd: spawn' = /spawn will be executed by the player.
  19. # 'cmd: whatever' = /whatever will be executed by the player.
  20. homeType: 'cmd: home'
  21.  
  22. # If the player "wakes up" at a random place when offline for some time while drinking (the places have to be defined with '/br Wakeup add' through an admin)
  23. # The Player wakes at the nearest of two random places of his world [true]
  24. enableWake: true
  25.  
  26. # If the Player may get some logins denied, when his character is drunk [true]
  27. enableLoginDisallow: true
  28.  
  29. # If the Player faints (gets kicked) for some minutes if he overdrinks [true]
  30. enableKickOnOverdrink: true
  31.  
  32. # If the Player vomits on high drunkeness (drops item defined below) [true]
  33. # The item can not be collected and stays on the ground until it despawns. (Warning: May be collected after Server restart, or through a hopper)
  34. enablePuke: true
  35.  
  36. # Item that is dropped multiple times uncollectable when puking [SOUL_SAND]
  37. pukeItem: SLIME_BALL
  38.  
  39. # Consumable Item/strength. Decreases the alcohol level by <strength> when consumed. (list)
  40. drainItems:
  41. - BREAD/6
  42. - MILK_BUCKET/3
  43. - GOLDEN_APPLE/1000
  44.  
  45. # Time (in days) that drunkeness-data stays in memory after a player goes offline, to apply hangover etc. [7]
  46. hangoverDays: 7
  47.  
  48. # Color the Item information (lore) depending on quality while it is 1. in a barrel and/or 2. in a brewing stand [true, false]
  49. colorInBarrels: true
  50. colorInBrewer: true
  51.  
  52. # Autosave interval in minutes [3]
  53. autosave: 3
  54.  
  55. # Config Version
  56. version: '1.1'
  57.  
  58.  
  59. # -- Recipes for Potions --
  60.  
  61. # name: Different names for bad/normal/good (Formatting codes possible: such as &6)
  62. # ingredients: List of material/amount
  63. # cookingtime: Time in real minutes ingredients have to boil
  64. # distillruns: How often it has to be distilled for full alcohol (0=without distilling)
  65. # wood: Wood of the barrel 0=any 1=Birch 2=Oak 3=Jungle 4=Spruce
  66. # age: Time in Minecraft-days, the potion has to age in a barrel 0=no aging
  67. # color: Color of the potion after distilling/aging. DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
  68. # difficulty: 1-10 accuracy needed to get good quality (1 = unaccurate/easy, 10 = very precise/hard)
  69. # alcohol: Absolute amount of alcohol 0-100 in a perfect potion (will be added directly to the player, where 100 means fainting)
  70. # effects: List of effect/duration Special potion-effect when drinking, duration in sek. Suffix name with 'X' to hide effect from label. Sample: POISONX/10
  71. # (WEAKNESS, INCREASE_DAMAGE, SLOW and SPEED are always hidden.) Possible Effects: http://jd.bukkit.org/rb/apidocs/org/bukkit/potion/PotionEffectType.html
  72. # instant effects (such as HEAL) _must!_ have defined the level instead of the duration!
  73.  
  74. recipes:
  75. 1:
  76. name: Skunky Wheatbeer/Wheatbeer/&eFine Wheatbeer
  77. ingredients:
  78. - WHEAT/3
  79. cookingtime: 8
  80. distillruns: 0
  81. wood: 1
  82. age: 2
  83. color: BRIGHT_GREY
  84. difficulty: 1
  85. alcohol: 5
  86. 2:
  87. name: Skunky Beer/Beer/&eFine Beer
  88. ingredients:
  89. - WHEAT/6
  90. cookingtime: 8
  91. distillruns: 0
  92. wood: 0
  93. age: 3
  94. color: ORANGE
  95. difficulty: 1
  96. alcohol: 6
  97. 3:
  98. name: Skunky Darkbeer/Darkbeer/&eFine Darkbeer
  99. ingredients:
  100. - WHEAT/6
  101. cookingtime: 8
  102. distillruns: 0
  103. wood: 4
  104. age: 8
  105. color: BLACK
  106. difficulty: 2
  107. alcohol: 7
  108. 4:
  109. name: Awkward Mead/Mead/&6Golden Mead
  110. ingredients:
  111. - SUGAR_CANE/6
  112. cookingtime: 3
  113. distillruns: 0
  114. wood: 2
  115. age: 4
  116. color: ORANGE
  117. difficulty: 2
  118. alcohol: 9
  119. 5:
  120. name: Apple Mead/Sweet Apple Mead/&6Sweet Golden Apple Mead
  121. ingredients:
  122. - SUGAR_CANE/6
  123. - APPLE/2
  124. cookingtime: 4
  125. distillruns: 0
  126. wood: 2
  127. age: 4
  128. color: ORANGE
  129. difficulty: 4
  130. alcohol: 12
  131. effects:
  132. - WATER_BREATHINGX/150
  133. 6:
  134. name: Bitter Rum/Spicy Rum/&6Golden Rum
  135. ingredients:
  136. - SUGAR_CANE/14
  137. cookingtime: 5
  138. distillruns: 2
  139. wood: 2
  140. age: 14
  141. color: DARK_RED
  142. difficulty: 6
  143. alcohol: 30
  144. effects:
  145. - FIRE_RESISTANCE/100
  146. 7:
  147. name: Lousy Vodka/Vodka/&2Russian Vodka
  148. ingredients:
  149. - POTATO_ITEM/10
  150. cookingtime: 15
  151. distillruns: 3
  152. age: 0
  153. color: BRIGHT_GREY
  154. difficulty: 4
  155. alcohol: 20
  156. effects:
  157. - WEAKNESS/15
  158. - POISON/10
  159. 8:
  160. name: Poor Absinthe/Absinthe/&2Strong Absinthe
  161. ingredients:
  162. - LONG_GRASS/15
  163. cookingtime: 3
  164. distillruns: 6
  165. color: GREEN
  166. difficulty: 8
  167. alcohol: 45
  168. effects:
  169. - POISON/20
  170. 9:
  171. name: Potato soup
  172. ingredients:
  173. - POTATO_ITEM/5
  174. - LONG_GRASS/3
  175. cookingtime: 3
  176. color: PINK
  177. difficulty: 1
  178. effects:
  179. - HEAL/1
  180. 10:
  181. name: Bitter Whiskey/Whiskey/&eGolden Whiskey
  182. ingredients:
  183. - WHEAT/12
  184. cookingtime: 10
  185. distillruns: 4
  186. age: 4
  187. color: BRIGHT_RED
  188. difficulty: 6
  189. alcohol: 35
  190. 11:
  191. name: Cloudy Apple Cider/Apple Cider/&eGolden Apple Cider
  192. ingredients:
  193. - APPLE/4
  194. cookingtime: 4
  195. distillruns: 0
  196. wood: 0
  197. age: 6
  198. color: ORANGE
  199. difficulty: 1
  200. alcohol: 12
  201.  
  202. 13:
  203. name: &4Mushroom Soup
  204. ingredients:
  205. - RED_MUSHROOM/6
  206. cookingtime: 0
  207. color: CYAN
  208. difficulty: 1
  209. effects:
  210. - SATURATION/2
  211. 14:
  212. name: Graphite/Carbon/&bDiamond
  213. ingredients:
  214. - DIAMOND/7
  215. cookingtime: 3
  216. wood: 0
  217. age: 1
  218. color: CYAN
  219. difficulty: 2
  220. alcohol: 50
  221.  
  222. # cooked: EVERY possible ingredient and the names for the originating potions after fermenting:
  223.  
  224. cooked:
  225. WHEAT: Fermented wheat
  226. SUGAR_CANE: Sugar brew
  227. APPLE: Apple cider
  228. POTATO_ITEM: Potatomash
  229. LONG_GRASS: Boiled herbs
  230. RED_MUSHROOM: Mushroom brew
  231. BROWN_MUSHROOM: Mushroom brew
  232. DIAMOND: Liquid Diamond
  233.  
  234. # -- Chat Distortion Settings --
  235.  
  236. # Log to the Serverlog what the player actually wrote, before his words were altered [false]
  237. logRealChat: false
  238.  
  239. # Text after specified commands will be distorted when drunk (list) [- /gl]
  240. distortCommands:
  241. - /gl
  242. - /global
  243. - /fl
  244. - /s
  245. - /letter
  246.  
  247. # Distort the Text written on a Sign while drunk [false]
  248. distortSignText: false
  249.  
  250. # Enclose a text with these Letters to bypass Chat Distortion (Use "," as Separator) (list) [- '[,]']
  251. distortBypass:
  252. - '*,*'
  253. - '[,]'
  254.  
  255. # words: Words and letters that will be altered when chatting while being drunk.
  256. # Will be processed from first to last and a written sentece is altered in that order.
  257.  
  258. # 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.)
  259. # to: What to replace it with.
  260. # pre: Words and Letters before the wanted word (split with ",")
  261. # 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
  262. # alcohol: 1-100 minimum drunkeness after which this word ist replaced
  263. # percentage: Probability of replacing a Word in percent
  264.  
  265. words:
  266. - replace: s
  267. to: sh
  268. percentage: 90
  269. alcohol: 30
  270.  
  271. - replace: ch
  272. to: sh
  273. pre: u,s,o,a
  274. match: false
  275. alcohol: 10
  276. percentage: 70
  277.  
  278. - replace: h
  279. to: hh
  280. pre: sch,h,t
  281. match: false
  282. percentage: 60
  283. alcohol: 20
  284.  
  285. - replace: th
  286. to: thl
  287. percentage: 40
  288. alcohol: 30
  289.  
  290. - replace: sch
  291. to: shk
  292. percentage: 60
  293. alcohol: 40
  294.  
  295. - replace: u
  296. to: uuh
  297. percentage: 20
  298.  
  299. - replace: y
  300. to: yy
  301. percentage: 60
  302. alcohol: 15
  303.  
  304. - replace: e
  305. to: ee
  306. percentage: 40
  307. alcohol: 15
  308.  
  309. - replace: you
  310. to: u
  311. percentage: 40
  312.  
  313. - replace: u
  314. to: uo
  315. pre: u
  316. match: false
  317. percentage: 60
  318.  
  319. - replace: that
  320. to: taht
  321. percentage: 20
  322. alcohol: 40
  323.  
  324. - replace: p
  325. to: b
  326. percentage: 30
  327.  
  328. - replace: p
  329. to: b
  330. percentage: 70
  331. alcohol: 60
  332.  
  333. - replace: up
  334. to: ubb
  335. percentage: 80
  336. alcohol: 25
  337.  
  338. - replace: o
  339. to: oh
  340. percentage: 20
  341.  
  342. - replace: ei
  343. to: i
  344. percentage: 30
  345. alcohol: 15
  346.  
  347. - replace: b
  348. to: bb
  349. percentage: 80
  350. alcohol: 40
  351.  
  352. - replace: '!!!'
  353. to: '!!!111!!!eleven!1!'
  354. pre: '!'
  355. match: false
  356. percentage: 20
  357. alcohol: 70
  358.  
  359. - replace: '!'
  360. to: '!!'
  361. pre: '!'
  362. match: false
  363. percentage: 90
  364.  
  365. - replace: drunk
  366. to: dhrkunn
  367. pre: are
  368. match: false
  369. percentage: 70
  370. alcohol: 65
  371.  
  372. - replace: walk
  373. to: whhealhk
  374. pre: you can, you can still, you can not
  375. match: false
  376. percentage: 80
  377. alcohol: 30
  378.  
  379. - replace: wtf
  380. to: wft
  381. percentage: 20
  382. alcohol: 40
  383.  
  384. - replace: lol
  385. to: loool
  386. percentage: 80
  387. alcohol: 10
  388.  
  389. - replace: afk
  390. to: aafkayyy
  391. percentage: 30
  392. alcohol: 30
  393.  
  394. - replace: write
  395. to: wreitt
  396. pre: you can,you can still,you can not
  397. match: false
  398. percentage: 80
  399. alcohol: 50
  400.  
  401. - replace: drink
  402. to: booze
  403. percentage: 80
  404. alcohol: 70
  405.  
  406. - replace: '?'
  407. to: '????'
  408. pre: '?'
  409. match: false
  410. percentage: 80
  411. alcohol: 40
  412.  
  413. - replace: -space
  414. to: ''
  415. pre: h,g,w
  416. match: true
  417. alcohol: 10
  418.  
  419. - replace: -space
  420. to: ''
  421. percentage: 30
  422. alcohol: 35
  423.  
  424. - replace: -space
  425. to: ''
  426. percentage: 10
  427.  
  428. - replace: -start
  429. to: dho
  430. percentage: 15
  431. alcohol: 50
  432.  
  433. - replace: -start
  434. to: hhn
  435. percentage: 10
  436. alcohol: 50
  437.  
  438. - replace: -random
  439. to: lu
  440. percentage: 10
  441.  
  442. - replace: -random
  443. to: lug
  444. percentage: 10
  445. alcohol: 50
  446.  
  447. - replace: -random
  448. to: blub
  449. percentage: 20
  450. alcohol: 80
  451.  
  452. - replace: -random
  453. to: lerg
  454. percentage: 40
  455. alcohol: 85
  456.  
  457. - replace: -random
  458. to: gul
  459. percentage: 40
  460. alcohol: 80
  461.  
  462. - replace: -random
  463. to: ' '
  464. percentage: 100
  465. alcohol: 70
  466.  
  467. - replace: -random
  468. to: ' '
  469. percentage: 60
  470. alcohol: 40
  471.  
  472. - replace: -random
  473. to: ' '
  474. percentage: 50
  475. alcohol: 30
  476.  
  477. - replace: -end
  478. to: '!'
  479. percentage: 40
  480. alcohol: 30
  481.  
  482. - replace: -random
  483. to: ' *hic* '
  484. percentage: 80
  485. alcohol: 70
  486.  
  487. - replace: -random
  488. to: ' *hic* '
  489. percentage: 15
  490. alcohol: 40
  491.  
  492. - replace: -space
  493. to: ' *hic* '
  494. percentage: 5
  495. alcohol: 20
  496.  
  497. - replace: -end
  498. to: ' *hic*'
  499. percentage: 70
  500. alcohol: 50
  501.  
  502. - replace: -all
  503. to: '*burp*'
  504. percentage: 3
  505. alcohol: 60
  506.  
  507. - replace: -all
  508. to: '*burp*'
  509. percentage: 6
  510. alcohol: 80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement