Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.72 KB | None | 0 0
  1. #-----------------------------------------------------------#
  2. # ABOUT THIS PLUGIN #
  3. #-----------------------------------------------------------#
  4.  
  5. # Guilds by the Glare Masters
  6. # Guilds on DevBukkit: https://dev.bukkit.org/projects/the-guilds-plugin
  7. # Guilds on SpigotMC: https://www.spigotmc.org/resources/guilds.48920/
  8. # Guilds on GitHub: https://github.com/darbyjack/Guilds-Plugin
  9. # Guilds Wiki: https://glaremasters.me/wiki/
  10. # Guilds Development Builds: https://ci.glaremasters.me/job/Guilds/
  11.  
  12. #-----------------------------------------------------------#
  13. # IMPORTANT INFORMATION #
  14. #-----------------------------------------------------------#
  15.  
  16. # This is used to determine what version of the config you are using.
  17. # Please do not change this as it may cause issues with your config.
  18. version: 20
  19.  
  20. # This will automatically move your current config to "config-old.yml" and replace with a new, updated, "config.yml".
  21. # If you ever get tired of your config being moved, just change this to "false".
  22. auto-update-config: true
  23.  
  24. # This is used for the Guild's Announcement System, which allow me (The Author) to communicate to you guys without updating.
  25. # The way this works is very simple. If you have "console" set to "true", you will see the announcement when the server starts.
  26. # If you have "in-game" set to "true", your OPed players will see it the first time they login to the server.
  27. # OPed players will only be notified on the first time they login after each server reboot.
  28. announcements:
  29. console: true
  30. in-game: true
  31.  
  32. #-----------------------------------------------------------#
  33. # Hooks Configuration #
  34. #-----------------------------------------------------------#
  35.  
  36. # Hooks will control what the plugin can hook into.
  37. # For Guild Claims to work, you MUST have WorldGuard installed & the WorldGuard Hook enabled.
  38. # If you change a hook to true and don't actually have the plugin, it may throw errors.
  39. # Note on the NameTagEdit Hook: They may not all look the best if someone has a long guild name / username.
  40. # It will allow 16 characters before the user's Username.
  41. hooks:
  42. worldguard: false
  43. nametagedit: false
  44.  
  45. # This allows you to configure how nametags will work in game with NameTagEdit.
  46. # You can also display a guild's prefix by using {prefix} instead of {guild}.
  47. nametagedit:
  48. name: "&7[&b{guild}&7]&r "
  49.  
  50. #-----------------------------------------------------------#
  51. # CHOOSE YOUR LANGUAGE #
  52. #-----------------------------------------------------------#
  53.  
  54. # Choosing your language for the plugin couldn't be easier! The default language is english.
  55. # Not an english server? No worries, you can choose from the following list of languages that we currently support.
  56. # If you speak another language but don't see it here, feel free to submit it via one of the links above to have it added to the plugin.
  57. # NOTE: If you change your language please ONLY use from the list above and use them EXACTLY as they are spelled in the list above.
  58. # Example: If I am a french server, I would change lang: english to lang: french
  59. # If you try and use a different language than any in the list above, the plugin will not function in a normal manner.
  60. lang: english
  61. # The plugin also supports the following other languages:
  62. # - chinese
  63. # - dutch
  64. # - english
  65. # - french
  66. # - hungarian
  67. # - japanese
  68. # - polish
  69. # - romanian
  70. # - russian
  71. # - simplifiedchinese
  72. # - slovak
  73. # - spanish
  74. # - swedish
  75. # - portuguese
  76. # - german
  77. # - vietnamese
  78. # - norwegian
  79. # - italian
  80.  
  81. #-----------------------------------------------------------#
  82. # Command Descriptions #
  83. #-----------------------------------------------------------#
  84.  
  85. # This allows you to modify how /guild help look in-game.
  86. # This is mainly towards those who aren't English speaking servers.
  87. # This allows you to fully translate commands to your own language.
  88. commands:
  89. description:
  90. accept: "Accept a guild invite"
  91. admin: "Admin command for managing guilds"
  92. ally: "Ally commands"
  93. boot: "Kick a player from your guild"
  94. bank: "Use your guild bank"
  95. buff: "Buy buffs for your guild"
  96. bugreport: "Submit a bug report"
  97. cancel: "Cancel an action"
  98. chat: "Send a message to your guild members"
  99. check: "Check pending guild invites"
  100. claim: "Claim land for your guild"
  101. confirm: "Confirm an action"
  102. create: "Create a guild"
  103. decline: "Decline a guild invite"
  104. delete: "Delete your current guild"
  105. demote: "Demote a member of your guild"
  106. give: "Give a player different rewards inside the plugin"
  107. help: "View all commands"
  108. home: "Teleport to your guild home"
  109. info: "View your guild's info"
  110. inspect: "Inspect another guild"
  111. invite: "Invite a player to your guild"
  112. leave: "Leave your current guild"
  113. list: "List all guilds on the server"
  114. prefix: "Change your guild's prefix"
  115. promote: "Promote a member of your guild"
  116. reload: "Reload guild's configuration file"
  117. sethome: "Set your guild's home"
  118. status: "Toggle your guild public / private"
  119. transfer: "Transfer your guild to another user"
  120. unclaim: "Remove your guild claim!"
  121. update: "Update to the most recent version of guilds"
  122. upgrade: "Upgrade your guild to a higher level"
  123. vault: "Open your guild vault"
  124. version: "Plugin info / version"
  125.  
  126. #-----------------------------------------------------------#
  127. # Rewards / Tickets Configuration #
  128. #-----------------------------------------------------------#
  129.  
  130. # This part of the config will allow you to configure what different rewards will look like inside the plugin.
  131. # Keep in mind, this is for stuff like voting or crate plugin rewards.
  132. # Console will be able to run the /guild give on a player to give different items.
  133. # This may throw errors if you are on 1.8
  134.  
  135. rewards-enabled: true
  136. upgrade-ticket:
  137. name: "&bGuild Upgrade Ticket"
  138. lore: "&dRight click this ticket to upgrade your guild tier!"
  139.  
  140. #-----------------------------------------------------------#
  141. # GUI CONFIGURATION #
  142. #-----------------------------------------------------------#
  143.  
  144. # In this section of the config you can choose if you would look a GUI for various commands. The ones displayed below are the only ones that have implemented GUIs on them.
  145. # As stated above, the name here such as list and info will modify data inside that commands GUI.
  146. # If your server's language is not english, you will need to manually modify these to your server's language and they will display in the GUI as your new input.
  147.  
  148. # The "display" section allows you to choose which parts you want to display in /guild list.
  149. # For example: If I didn't want to display the members, I could change that to "false".
  150. display:
  151. name: true
  152. prefix: true
  153. master: true
  154. guildstatus: true
  155. guildtier: true
  156. guildbalance: true
  157. member-count: true
  158. members: true
  159.  
  160. # The "list" section allows you to choose how the /guild list is styled.
  161. # You can change the colors, and the language of all parts of the guild list GUI.
  162. list:
  163. name: "&cGuild Name: "
  164. prefix: "&aGuild Prefix: "
  165. master: "&8Guild Master: "
  166. guildstatus: "&3Guild Status: "
  167. guildtier: "&fGuild Tier: "
  168. guildbalance: "&dGuild Balance: "
  169. member-count: "&6Member Count: "
  170. members: "&5Members: "
  171.  
  172. # The "info" section allows you to choose how information in /guild info is displayed to users.
  173. # You can change the colors, and the language of all parts of the guild info GUI.
  174. info:
  175. balance: "Bank Balance: "
  176. deaths: "Deaths: "
  177. guildname: "Guild: "
  178. guildstatus: "Status: "
  179. guildtier: "Tier: "
  180. info: "Information: "
  181. kills: "Kills: "
  182. master: "Master: "
  183. max-balance: "Max Balance: "
  184. member-count: "Member Count: "
  185. members: "Members In Guild: "
  186. money: "Money: "
  187. playername: "Name: "
  188. prefix: "Prefix: "
  189. role: "Role: "
  190.  
  191. # This part controls what is shown as the inventory name for things such as Guild List and Guild Vaults.
  192. gui-name:
  193. vault: "Guild Vault"
  194. info: "Guild Info"
  195. buff: "Guild Buffs"
  196. list:
  197. name: "Guild List"
  198. next-page: "Next Page"
  199. previous-page: "Previous Page"
  200. page: "Page: "
  201. head-name: "{player}'s Guild"
  202. # head-name is what show's when you hover over a head in the Guild List. For example, the default will show Username's Guild
  203.  
  204. #-----------------------------------------------------------#
  205. # Buff Configuration #
  206. #-----------------------------------------------------------#
  207.  
  208. # In this section of the config, you can modify the buff name, price, time, and amplifier (Haste 1, 2 ,3 4, etc).
  209. # The current will give Haste 2, Speed 2, etc with "1". If you make it "2", it'll change it to 3, and so on.
  210.  
  211. # Do you want disable the ability to buy multiple buffs at once?
  212. disable-buff-stacking: true
  213.  
  214. # Do you want to use a guild's bank balance for buying the buffs?
  215. use-guild-bank: false
  216.  
  217. # In this section you can modify the name of all the buffs, allowing you to have cool, custom names!
  218. # The price is all in a dollar amount.
  219. # The time is in seconds, so , haste: 60 is seconds.
  220. buff:
  221. name:
  222. haste: "Substance of the Redmod Graff"
  223. speed: "Blessing of the Cheetah"
  224. fire-resistance: "Scales of the Dragon"
  225. night-vision: "Eyes of the Lurking Demon"
  226. invisibility: "Feet of the Ghostly Walker"
  227. strength: "Mighty Strength of the Pouncing Lion"
  228. jump: "Bounce of the Quick Witted Rabbit"
  229. water-breathing: "Lungs of the Albino Shark"
  230. regeration: "Integrity of the Mystic Witch"
  231. price:
  232. haste: 60
  233. speed: 60
  234. fire-resistance: 60
  235. night-vision: 60
  236. invisibility: 60
  237. strength: 60
  238. jump: 60
  239. water-breathing: 60
  240. regeration: 60
  241. time:
  242. haste: 60
  243. speed: 60
  244. fire-resistance: 60
  245. night-vision: 60
  246. invisibility: 60
  247. strength: 60
  248. jump: 60
  249. water-breathing: 60
  250. regeration: 60
  251. amplifier:
  252. haste: 1
  253. speed: 1
  254. fire-resistance: 1
  255. night-vision: 1
  256. invisibility: 1
  257. strength: 1
  258. jump: 1
  259. water-breathing: 1
  260. regeration: 1
  261. description:
  262. price: "&bPrice: "
  263. length: "&bLength of Buff: "
  264. haste:
  265. - "&bThis buff will allow you and your"
  266. - "&bGuild Members to obtain increased"
  267. - "&bmining speed for a certain amount of time."
  268. speed:
  269. - "&bThis buff will allow you and your"
  270. - "&bGuild Members to obtain increased"
  271. - "&bmovement speed for a certain amount of time."
  272. fire-resistance:
  273. - "&bThis buff will allow you and your"
  274. - "&bGuild Members to obtain increased"
  275. - "&bfire resistance for a certain amount of time."
  276. night-vision:
  277. - "&bThis buff will allow you and your"
  278. - "&bGuild Members to obtain increased"
  279. - "&bnight vision for a certain amount of time."
  280. invisibility:
  281. - "&bThis buff will allow you and your"
  282. - "&bGuild Members to obtain increased"
  283. - "&binvisibility for a certain amount of time."
  284. strength:
  285. - "&bThis buff will allow you and your"
  286. - "&bGuild Members to obtain increased"
  287. - "&bstrength for a certain amount of time."
  288. jump:
  289. - "&bThis buff will allow you and your"
  290. - "&bGuild Members to obtain increased"
  291. - "&bjump for a certain amount of time."
  292. water-breathing:
  293. - "&bThis buff will allow you and your"
  294. - "&bGuild Members to obtain increased"
  295. - "&bwater-breathing for a certain amount of time."
  296. regeration:
  297. - "&bThis buff will allow you and your"
  298. - "&bGuild Members to obtain increased"
  299. - "&bregeration for a certain amount of time."
  300.  
  301. #-----------------------------------------------------------#
  302. # Vault Configuration #
  303. #-----------------------------------------------------------#
  304.  
  305. # This section of the config will display options for your server based upon if you are using the Vault plugin or not.
  306. # This option only matters if you have an economy plugin on your server AND you have Vault installed.
  307. # The plugin will work without Vault but ONLY if you don't have an economy plugin also.
  308. require-money: false
  309.  
  310. # Uncomment the lines below if you have Vault + an economy plugin and have change the option above to true.
  311. # You can define how much it costs for users to create a guild, the cost option, and you can define how much it costs for users to set a guild home.
  312. Requirement:
  313. cost: 0
  314. sethome-cost: 0
  315.  
  316. # This section allows you to reward players for killing others!
  317. # Players will only get money from players they kill in OTHER guilds (to help prevent abuse).
  318. reward-on-kill:
  319. enabled: true
  320. reward: 10
  321. take-from-killed-player: 10
  322.  
  323. #-----------------------------------------------------------#
  324. # Guild Claims Configuration #
  325. #-----------------------------------------------------------#
  326. # This section of the config will allow you to handle guild land claiming.
  327. # Remember that the enable / disable for this is the WorldGuard Hook at the TOP of the config.
  328. # There are multiple options when it comes to guild claims. For the time being, all guilds will only get one claim.
  329. # As a server owner, you will have a few options here.
  330. # First off, you will have the ability to have a standard set claim size.
  331. # There is an option you can modify if you want players to be able to set their own claim size.
  332. # Don't worry, you will be able to modify the max claim size to prevent abuse.
  333. # Prices for guilds will be based up each section of blocks they claim with the region.
  334. # For example: If I want a 25x25 claim, I'd do /guild claim 25 and I'd be charged 25 * price you set.
  335.  
  336. # Would you like to allow players to set their own claim size?
  337. custom-claim-size: false
  338.  
  339. # You can set the max size for the claim size, so players can't take some absurd amount
  340. custom-max-claim-size: 100
  341.  
  342. # Here you can set the custom price for claiming with custom regions (read above to see how it works)
  343. custom-claim-price: 10.00
  344.  
  345. # Here you can set the regular max claim size when you aren't allowing custom claims
  346. regular-claim-size: 100
  347.  
  348. # Here you can set the price for regular claims when you aren't allowing custom claims
  349. regular-claim-price: 100.00
  350.  
  351. #-----------------------------------------------------------#
  352. # Title Configuration #
  353. #-----------------------------------------------------------#
  354.  
  355. # This section of the config will walk you through making and configuring custom titles for different events in the plugin.
  356. # NOTE: When configuring times, keep in mind that 1 = 1 second, and so on.
  357.  
  358. # CUSTOM TITLE PLACEHOLDERS: {guild} {prefix} {username} {tier}
  359.  
  360. # NOTE: There is a current bug which only allows Color Codes to work on creation, upgrade, and prefix.
  361. # IMPORTANT: This will ONLY work on servers 1.9 and ABOVE.
  362. titles:
  363. enabled: false
  364. events:
  365. guild-creation:
  366. title: "Congrats"
  367. sub-title: "{guild} has been created!"
  368. fade-in: 3
  369. stay: 3
  370. fade-out: 3
  371. player-joins-guild:
  372. title: ""
  373. sub-title: "{username} has just joined the guild."
  374. fade-in: 3
  375. stay: 3
  376. fade-out: 3
  377. player-leaves-guild:
  378. title: ""
  379. sub-title: "{username} has just left the guild."
  380. fade-in: 3
  381. stay: 3
  382. fade-out: 3
  383. guild-prefix-change:
  384. title: "Congrats"
  385. sub-title: "Your new prefix is {prefix}"
  386. fade-in: 3
  387. stay: 3
  388. fade-out: 3
  389. guild-tier-upgrade:
  390. title: "Success!"
  391. sub-title: "Your guild is now Tier {tier}"
  392. fade-in: 3
  393. stay: 3
  394. fade-out: 3
  395.  
  396. #-----------------------------------------------------------#
  397. # Guild Upgrade Configuration #
  398. #-----------------------------------------------------------#
  399.  
  400. # This section of the config will talk about various parts of upgrading a guild and allow you to choose how it works.
  401. # For "mob-xp-multiplier" the default is 1, meaning that it will drop the normal amount of XP for non-upgraded guilds.
  402. # DO NOT set it to 0, that will either throw errors or cause mobs to not drop XP.
  403.  
  404. # You can make as many as you want. You MUST name each tier "tier1, tier2, tier3, etc." while following the format of the already made ones.
  405. # For example: if I wanted to add a 4th tier, I would do this:
  406.  
  407. # tier4:
  408. # name: "Diamond"
  409. # cost: 400
  410. # max-members: 100
  411. # mob-xp-multiplier: 4
  412. # damage-multiplier: 4
  413. # max-bank-balance: 40000
  414.  
  415. # Keep in mind for the damage-multiplier, it applies to players also, so by default it's set to normal for every tier to allow you
  416. # to choose how it will work.
  417.  
  418. # Change "use-bank-balance" to true to make it use Guild Banks for upgrading tiers.
  419.  
  420. max-number-of-tiers: 3
  421. use-bank-balance: false
  422.  
  423. tier1:
  424. name: "Bronze"
  425. cost: 0
  426. max-members: 15
  427. mob-xp-multiplier: 1
  428. damage-multiplier: 1
  429. max-bank-balance: 10000
  430. tier2:
  431. name: "Silver"
  432. cost: 200
  433. max-members: 30
  434. mob-xp-multiplier: 2
  435. damage-multiplier: 1
  436. max-bank-balance: 20000
  437. tier3:
  438. name: "Gold"
  439. cost: 300
  440. max-members: 50
  441. mob-xp-multiplier: 3
  442. damage-multiplier: 1
  443. max-bank-balance: 30000
  444.  
  445.  
  446. #-----------------------------------------------------------#
  447. # Community Server List #
  448. #-----------------------------------------------------------#
  449.  
  450. # Guilds comes with it's own Server Listing website.
  451. # If you choose to not display your website among the others on the Server List, you can change the below option to false.
  452. # The Community Server List website is https://glaremasters.me/server/
  453. server-list: true
  454.  
  455. #-----------------------------------------------------------#
  456. # Guild Configuration #
  457. #-----------------------------------------------------------#
  458.  
  459. # This section of the config will talk about various parts of making a guild and options as server owner you can set.
  460.  
  461. # The prefix of all messages send by this plugin to a player for all messages and commands
  462. plugin-prefix: "&a[Guilds]"
  463.  
  464. # Disable this to remove guild names showing next to a player in "TabList"
  465. tablist-guilds: true
  466.  
  467. # Would you like to display a user's displayname instead of their MC username?
  468. tablist-use-display-name: false
  469.  
  470. # Change how the Prefixes in the TabList show!
  471. # Note: DO NOT REMOVE THE {guild}
  472. # You can use {prefix} to show the Guild Prefix instead if you would like.
  473. tablist: "&7[&b{guild}&7]&r"
  474.  
  475. # Disable this if you don't want to allow Guild Signs to be made.
  476. guild-signs: true
  477.  
  478. # Here you can modify how the /guild chat message style works.
  479. guild-chat-format: "&7&l[Guild Chat]&r &b[{role}] %s: %s"
  480.  
  481. # Change this to true if you want to allow players in the same guild / guild's that are allies with each other to damage each other.
  482. allow-guild-damage: false
  483. allow-ally-damage: false
  484.  
  485. # Check for update on startup (SUGGESTED YOU KEEP THIS ENABLED)
  486. updater:
  487. check: true
  488.  
  489. # This part pertains to the /guild home command
  490. home:
  491. # Define how long they must wait to use the command
  492. cool-down: 60
  493. # Define how long they must stand still before being teleported
  494. teleport-delay: 5
  495. # Keep this TRUE unless you really don't want it. It could mess up how teleport-delay works.
  496. freeze-player: true
  497. # Freezing a player will make them not able to move while teleporting.
  498. # Change the teleport-delay if you want them to wait longer to teleport after running the command.
  499.  
  500. # Define how long they must wait to use the command
  501. sethome:
  502. cool-down: 60
  503.  
  504. name:
  505. # Minimum length of guild names
  506. min-length: 1
  507. # Maximum length of guild names
  508. max-length: 64
  509. # RegEx (https://en.wikipedia.org/wiki/Regular_expression) used to only allow certain characters (default only allows alphanumeric characters)
  510. # To turn off the ability for colored names change the regex to "^[a-zA-Z0-9]*$"
  511. regex: "^[a-zA-Z0-9&]*$"
  512.  
  513. # This will automatically prevent players from making a guild if it contains anything in the list below.
  514. # Note: Capitalization doesn't matter. I can put "crap" and Crap cRaP, etc, will be blocked.
  515. # Note: Also, it'll sense stuff such as "PieceofCrap", hopefully making it easier for you to make the blacklist.
  516. enable-blacklist: true
  517.  
  518. blacklist:
  519. - "crap"
  520. - "ass"
  521. - "stupid"
  522.  
  523. # Here you can set the size of the claims. For example if it's 50, it'll be 50x50, 100 = 100x100, etc.
  524. claims:
  525. size: 100
  526.  
  527. prefix:
  528. # With the default Regex currently set, the minimum length of the prefix is 1 and the maximum is 20.
  529. # To change this, adjust the numbers and maybe have a look at the link above (RegEx).
  530. # To turn off the ability for colored prefixes change the regex to "[a-zA-Z0-9]{1,20}"
  531. regex: "[a-zA-Z0-9&]{1,20}"
  532.  
  533.  
  534. # There are lots of options when it comes to configuring the roles. We have NOT (yet) experience with adding new ranks, so if it breaks, do not be surprised.
  535. # You can change individual perms for each rank but please DO NOT modify the order in which they go along with the numbers such as 0, 1 ,2, 3, etc.
  536.  
  537. roles:
  538. 0:
  539. name: "GuildMaster"
  540. permissions:
  541. activate-buff: true
  542. add-ally: true
  543. ally-chat: true
  544. change-home: true
  545. change-prefix: true
  546. chat: true
  547. demote: true
  548. deposit-money: true
  549. invite: true
  550. kick: true
  551. open-vault: true
  552. promote: true
  553. remove-ally: true
  554. remove-guild: true
  555. toggle-guild: true
  556. transfer-guild: true
  557. upgrade-guild: true
  558. withdraw-money: true
  559. claim-land: true
  560. unclaim-land: true
  561.  
  562. 1:
  563. name: "Officer"
  564. permissions:
  565. activate-buff: false
  566. add-ally: true
  567. ally-chat: true
  568. change-home: true
  569. change-prefix: false
  570. chat: true
  571. demote: true
  572. deposit-money: true
  573. invite: true
  574. kick: true
  575. open-vault: true
  576. promote: true
  577. remove-ally: true
  578. remove-guild: false
  579. toggle-guild: false
  580. transfer-guild: false
  581. upgrade-guild: false
  582. withdraw-money: true
  583. claim-land: false
  584. unclaim-land: false
  585.  
  586. 2:
  587. name: "Veteran"
  588. permissions:
  589. activate-buff: false
  590. add-ally: false
  591. ally-chat: true
  592. change-prefix: false
  593. chat: true
  594. demote: false
  595. deposit-money: true
  596. invite: true
  597. kick: false
  598. open-vault: true
  599. promote: false
  600. remove-ally: false
  601. remove-guild: false
  602. toggle-guild: false
  603. transfer-guild: false
  604. upgrade-guild: false
  605. withdraw-money: false
  606. claim-land: false
  607. unclaim-land: false
  608. 3:
  609. name: "Member"
  610. permissions:
  611. activate-buff: false
  612. add-ally: false
  613. ally-chat: true
  614. change-prefix: false
  615. chat: true
  616. demote: false
  617. deposit-money: true
  618. invite: false
  619. kick: false
  620. open-vault: true
  621. promote: false
  622. remove-ally: false
  623. remove-guild: false
  624. toggle-guild: false
  625. transfer-guild: false
  626. upgrade-guild: false
  627. withdraw-money: false
  628. claim-land: false
  629. unclaim-land: false
  630.  
  631. #-----------------------------------------------------------#
  632. # Storage Configuration #
  633. #-----------------------------------------------------------#
  634.  
  635. # In this part of the config, we will discuss data saving for the plugin.
  636.  
  637. # As of Guilds-1.8.3 MySQL has been remade, but it is EXPERIMENTAL, please report any and all bugs using MySQL to us before commenting poorly
  638. # on the Spigot plugin page.
  639.  
  640. database:
  641. # Set the type of the database (Either JSON or MySQL)
  642. type: JSON
  643. # Uncomment when using MySQL
  644. # host: "127.0.0.1"
  645. # port: 3306
  646. # username: "root"
  647. # password: "password"
  648. ## Note: Database needs to be created manually
  649. # database: "guilds"
  650. # pool-size: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement