Advertisement
Guest User

Untitled

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