Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.62 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.13388/
  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: false
  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: false
  30. in-game: false
  31.  
  32.  
  33. #-----------------------------------------------------------#
  34. # Hooks Configuration #
  35. #-----------------------------------------------------------#
  36.  
  37. # Hooks will control what the plugin can hook into.
  38. # For Guild Claims to work, you MUST have WorldGuard installed & the WorldGuard Hook enabled.
  39. # If you change a hook to true and don't actually have the plugin, it may throw errors.
  40. # Note on the NameTagEdit Hook: They may not all look the best if someone has a long guild name / username.
  41. # It will allow 16 characters before the user's Username.
  42. hooks:
  43. worldguard: true
  44. nametagedit: false
  45.  
  46. # This allows you to configure how nametags will work in game with NameTagEdit.
  47. # You can also display a guild's prefix by using {prefix} instead of {guild}.
  48. nametagedit:
  49. name: "&7[&b{guild}&7]&r "
  50.  
  51.  
  52. #-----------------------------------------------------------#
  53. # CHOOSE YOUR LANGUAGE #
  54. #-----------------------------------------------------------#
  55.  
  56. # Choosing your language for the plugin couldn't be easier! The default language is english.
  57. # Not an english server? No worries, you can choose from the following list of languages that we currently support.
  58. # 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.
  59. lang: russian
  60. # The plugin also supports the following other languages:
  61. # - chinese
  62. # - dutch
  63. # - english
  64. # - french
  65. # - hungarian
  66. # - japanese
  67. # - polish
  68. # - romanian
  69. # - russian
  70. # - simplifiedchinese
  71. # - slovak
  72. # - swedish
  73. # - portuguese
  74. # - german
  75. # - vietnamese
  76. # - norwegian
  77. # - italian
  78.  
  79.  
  80. #-----------------------------------------------------------#
  81. # Command Descriptions #
  82. #-----------------------------------------------------------#
  83.  
  84. # This allows you to modify how /guild help look in-game.
  85. # This is mainly towards those who aren't English speaking servers.
  86. # This allows you to fully translate commands to your own language.
  87. commands:
  88. description:
  89. accept: "Принятие приглашения в гильдию"
  90. admin: "Команды для администратора"
  91. ally: "Команды для союзников"
  92. boot: "Выгнать игрока из гильдии"
  93. bank: "Банк гильдии"
  94. buff: "Покупка баффов для гильдии"
  95. bugreport: "Сообщение о баге"
  96. cancel: "Отмена"
  97. chat: "Чат гильдии"
  98. check: "Проверка приглашений в гильдии"
  99. claim: "Приват территории для гильдии"
  100. confirm: "Подтверждение действия"
  101. create: "Создание гильдии"
  102. decline: "Отказ от приглашения в гильдию"
  103. delete: "Удаление гильдии"
  104. demote: "Понижение участника гильдии"
  105. give: "Выдача наград игрокам"
  106. help: "Меню помощи по гильдиям"
  107. home: "Телепорт на дом гильдии"
  108. info: "Информация о гильдии"
  109. inspect: "Информация о другой гильдии"
  110. invite: "Приглашение игрока в гильдию"
  111. leave: "Выход из гильдии"
  112. list: "Список всех гильдий"
  113. prefix: "Смена префикса гильдии"
  114. promote: "Повышение участника гильдии"
  115. reload: "Перезагрузка конфигураций"
  116. sethome: "Установка дома гильдии"
  117. status: "Переключение статуса гильдии"
  118. transfer: "Передача главы гильдии"
  119. unclaim: "Удаление привата гильдии"
  120. update: "Обновление версии плагина"
  121. upgrade: "Повышение уровня гильдии"
  122. vault: "Хранилище гильдии"
  123. version: "Информация о плагине"
  124.  
  125. #-----------------------------------------------------------#
  126. # Rewards / Tickets Configuration #
  127. #-----------------------------------------------------------#
  128.  
  129. # This part of the config will allow you to configure what different rewards will look like inside the plugin.
  130. # Keep in mind, this is for stuff like voting or crate plugin rewards.
  131. # Console will be able to run the /guild give on a player to give different items.
  132. # This may throw errors if you are on 1.8
  133.  
  134. rewards-enabled: false
  135. upgrade-ticket:
  136. name: "&bGuild Upgrade Ticket"
  137. lore: "&dRight click this ticket to upgrade your guild tier!"
  138.  
  139. #-----------------------------------------------------------#
  140. # GUI CONFIGURATION #
  141. #-----------------------------------------------------------#
  142.  
  143. # 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.
  144. # As stated above, the name here such as list and info will modify data inside that commands GUI.
  145. # 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.
  146.  
  147. # The "display" section allows you to choose which parts you want to display in /guild list.
  148. # For example: If I didn't want to display the members, I could change that to "false".
  149. display:
  150. name: true
  151. prefix: true
  152. master: true
  153. guildstatus: true
  154. guildtier: true
  155. guildbalance: true
  156. member-count: true
  157. members: true
  158.  
  159. list:
  160. name: "&cГильдия: "
  161. prefix: "&aПрефикс: "
  162. master: "&8Глава: "
  163. guildstatus: "&3Статус: "
  164. guildtier: "&fУровень: "
  165. guildbalance: "&dБаланс: "
  166. member-count: "&6Кол-во участников: "
  167. members: "&5Участники: "
  168.  
  169. info:
  170. balance: "Банк: "
  171. deaths: "Смерти: "
  172. guildname: "Гильдия: "
  173. guildstatus: "Статус: "
  174. guildtier: "Уровень: "
  175. info: "Информация: "
  176. kills: "Убийства: "
  177. master: "Глава: "
  178. max-balance: "Макс. баланс: "
  179. member-count: "Кол-во участников: "
  180. members: "Участники: "
  181. money: "Ваш баланс: "
  182. playername: "Вы: "
  183. prefix: "Префикс: "
  184. role: "Звание: "
  185.  
  186. # This part controls what is shown as the inventory name for things such as Guild List and Guild Vaults.
  187. gui-name:
  188. vault: "Хранилище"
  189. info: "Информация"
  190. buff: "Баффы"
  191. list:
  192. name: "Список гильдий"
  193. next-page: "Следующая страница"
  194. previous-page: "Предыдущая страница"
  195. page: "Текущая страница: "
  196. head-name: "{player}'а гильдия"
  197. # 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
  198.  
  199. #-----------------------------------------------------------#
  200. # Buff Configuration #
  201. #-----------------------------------------------------------#
  202.  
  203. # In this section of the config, you can modify the buff name, price, time, and amplifier (Haste 1, 2 ,3 4, etc).
  204. # 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.
  205.  
  206. # Do you want disable the ability to buy multiple buffs at once?
  207. disable-buff-stacking: true
  208.  
  209. # Do you want to use a guild's bank balance for buying the buffs?
  210. use-guild-bank: true
  211.  
  212. buff:
  213. name:
  214. haste: "Субстанция торопливости антилопы"
  215. speed: "Благословление гепарда"
  216. fire-resistance: "Дыхание дракона"
  217. night-vision: "Глаза скрытого демона"
  218. invisibility: "Ноги призрачного путешественника"
  219. strength: "Могущественная сила льва"
  220. jump: "Прыжок быстрого кролика"
  221. water-breathing: "Легкие акулы"
  222. regeration: "Интеллект мистической ведьмы"
  223. price:
  224. haste: 1000
  225. speed: 3000
  226. fire-resistance: 2000
  227. night-vision: 800
  228. invisibility: 5000
  229. strength: 1000
  230. jump: 3000
  231. water-breathing: 2000
  232. regeration: 2000
  233. time:
  234. haste: 300
  235. speed: 300
  236. fire-resistance: 300
  237. night-vision: 300
  238. invisibility: 60
  239. strength: 300
  240. jump: 300
  241. water-breathing: 300
  242. regeration: 300
  243. amplifier:
  244. haste: 1
  245. speed: 1
  246. fire-resistance: 1
  247. night-vision: 1
  248. invisibility: 1
  249. strength: 1
  250. jump: 1
  251. water-breathing: 1
  252. regeration: 1
  253. description:
  254. price: "&bЦена: "
  255. length: "&bВремя действия: "
  256. haste:
  257. - "&bЭтот бафф позволит Вам и вашим"
  258. - "&bчленам гильдии получить увеличенную"
  259. - "&cскорость добычи &bна определенное время."
  260. speed:
  261. - "&bЭтот бафф позволит Вам и вашим"
  262. - "&bчленам гильдии получить увеличенную"
  263. - "&cскорость передвижения &bна определенное время."
  264. fire-resistance:
  265. - "&bЭтот бафф позволит Вам и вашим"
  266. - "&bчленам гильдии получить увеличенную"
  267. - "&cогнестойкость &bна определенное время."
  268. night-vision:
  269. - "&bЭтот бафф позволит Вам и вашим"
  270. - "&bчленам гильдии получить увеличенное"
  271. - "&cночное зрение &bна определенное время."
  272. invisibility:
  273. - "&bЭтот бафф позволит Вам и вашим"
  274. - "&bчленам гильдии получить увеличенную"
  275. - "&cневидимость &bна определенное время."
  276. strength:
  277. - "&bЭтот бафф позволит Вам и вашим"
  278. - "&bчленам гильдии получить увеличенную"
  279. - "&cсилу &bна определенное время."
  280. jump:
  281. - "&bЭтот бафф позволит Вам и вашим"
  282. - "&bчленам гильдии получить увеличенную"
  283. - "&cпрыгучесть &bна определенное время."
  284. water-breathing:
  285. - "&bЭтот бафф позволит Вам и вашим"
  286. - "&bчленам гильдии получить увеличенное"
  287. - "&cподводное дыхание &bна определенное время."
  288. regeration:
  289. - "&bЭтот бафф позволит Вам и вашим"
  290. - "&bчленам гильдии получить увеличенную"
  291. - "&cрегенерацию &bна определенное время."
  292.  
  293. #-----------------------------------------------------------#
  294. # Vault Configuration #
  295. #-----------------------------------------------------------#
  296.  
  297. # This section of the config will display options for your server based upon if you are using the Vault plugin or not.
  298. # This option only matters if you have an economy plugin on your server AND you have Vault installed.
  299. # The plugin will work without Vault but ONLY if you don't have an economy plugin also.
  300. require-money: true
  301.  
  302. # Uncomment the lines below if you have Vault + an economy plugin and have change the option above to true.
  303. # 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.
  304.  
  305. Requirement:
  306. cost: 5000
  307. sethome-cost: 1000
  308.  
  309. reward-on-kill:
  310. enabled: false
  311. reward: 0
  312. take-from-killed-player: 0
  313.  
  314. #-----------------------------------------------------------#
  315. # Guild Claims Configuration #
  316. #-----------------------------------------------------------#
  317. # This section of the config will allow you to handle guild land claiming.
  318. # Remember that the enable / disable for this is the WorldGuard Hook at the TOP of the config.
  319. # There are multiple options when it comes to guild claims. For the time being, all guilds will only get one claim.
  320. # As a server owner, you will have a few options here.
  321. # First off, you will have the ability to have a standard set claim size.
  322. # There is an option you can modify if you want players to be able to set their own claim size.
  323. # Don't worry, you will be able to modify the max claim size to prevent abuse.
  324. # Prices for guilds will be based up each section of blocks they claim with the region.
  325. # For example: If I want a 25x25 claim, I'd do /guild claim 25 and I'd be charged 25 * price you set.
  326.  
  327. # Would you like to allow players to set their own claim size?
  328. custom-claim-size: false
  329.  
  330. # You can set the max size for the claim size, so players can't take some absurd amount
  331. custom-max-claim-size: 100
  332.  
  333. # Here you can set the custom price for claiming with custom regions (read above to see how it works)
  334. custom-claim-price: 10.00
  335.  
  336. # Here you can set the regular max claim size when you aren't allowing custom claims
  337. regular-claim-size: 100
  338.  
  339. # Here you can set the price for regular claims when you aren't allowing custom claims
  340. regular-claim-price: 100000.00
  341.  
  342.  
  343. #-----------------------------------------------------------#
  344. # Title Configuration #
  345. #-----------------------------------------------------------#
  346.  
  347. # This section of the config will walk you through making and configuring custom titles for different events in the plugin.
  348. # NOTE: When configuring times, keep in mind that 1 = 1 second, and so on.
  349.  
  350. # CUSTOM TITLE PLACEHOLDERS: {guild} {prefix} {username} {tier}
  351.  
  352. # NOTE: There is a current bug which only allows Color Codes to work on creation, upgrade, and prefix.
  353. # IMPORTANT: This will ONLY work on servers 1.9 and ABOVE.
  354. titles:
  355. enabled: false
  356. events:
  357. guild-creation:
  358. title: "Congrats"
  359. sub-title: "{guild} has been created!"
  360. fade-in: 3
  361. stay: 3
  362. fade-out: 3
  363. player-joins-guild:
  364. title: ""
  365. sub-title: "{username} has just joined the guild."
  366. fade-in: 3
  367. stay: 3
  368. fade-out: 3
  369. player-leaves-guild:
  370. title: ""
  371. sub-title: "{username} has just left the guild."
  372. fade-in: 3
  373. stay: 3
  374. fade-out: 3
  375. guild-prefix-change:
  376. title: "Congrats"
  377. sub-title: "Your new prefix is {prefix}"
  378. fade-in: 3
  379. stay: 3
  380. fade-out: 3
  381. guild-tier-upgrade:
  382. title: "Success!"
  383. sub-title: "Your guild is now Tier {tier}"
  384. fade-in: 3
  385. stay: 3
  386. fade-out: 3
  387.  
  388.  
  389. #-----------------------------------------------------------#
  390. # Guild Upgrade Configuration #
  391. #-----------------------------------------------------------#
  392.  
  393. # This section of the config will talk about various parts of upgrading a guild and allow you to choose how it works.
  394. # For "mob-xp-multiplier" the default is 1, meaning that it will drop the normal amount of XP for non-upgraded guilds.
  395. # DO NOT set it to 0, that will either throw errors or cause mobs to not drop XP.
  396.  
  397. # 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.
  398. # For example: if I wanted to add a 4th tier, I would do this:
  399.  
  400. max-number-of-tiers: 6
  401.  
  402. tier1:
  403. name: "α"
  404. cost: 0
  405. max-members: 10
  406. mob-xp-multiplier: 1
  407. damage-multiplier: 1
  408. max-bank-balance: 20000
  409. tier2:
  410. name: "β"
  411. cost: 5000
  412. max-members: 20
  413. mob-xp-multiplier: 1.2
  414. damage-multiplier: 1
  415. max-bank-balance: 40000
  416. tier3:
  417. name: "γ"
  418. cost: 20000
  419. max-members: 30
  420. mob-xp-multiplier: 1.4
  421. damage-multiplier: 1
  422. max-bank-balance: 60000
  423. tier4:
  424. name: "δ"
  425. cost: 40000
  426. max-members: 40
  427. mob-xp-multiplier: 1.6
  428. damage-multiplier: 1
  429. max-bank-balance: 80000
  430. tier5:
  431. name: "ε"
  432. cost: 60000
  433. max-members: 50
  434. mob-xp-multiplier: 1.8
  435. damage-multiplier: 1
  436. max-bank-balance: 100000
  437. tier6:
  438. name: "ϝ"
  439. cost: 80000
  440. max-members: 100
  441. mob-xp-multiplier: 2
  442. damage-multiplier: 1
  443. max-bank-balance: 200000
  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: "&6&l[Гильдии]"
  463.  
  464. # Disable this to remove guild names showing next to a player in "TabList"
  465. tablist-guilds: false
  466.  
  467. tablist-use-display-name: false
  468.  
  469. # Change how the Prefixes in the TabList show!
  470. # Note: DO NOT REMOVE THE {guild}
  471. # You can use {prefix} to show the Guild Prefix instead if you would like.
  472. tablist: "&7[&b{guild}&7]"
  473.  
  474. # Disable this if you don't want to allow Guild Signs to be made.
  475. guild-signs: false
  476.  
  477. # Here you can modify how the /guild chat message style works.
  478. guild-chat-format: "&7&l[GC]&r &b[{role}] %s: %s"
  479.  
  480. # Change this to true if you want to allow players in the same guild to damage each other.
  481. allow-guild-damage: true
  482.  
  483. # Check for update on startup (SUGGESTED YOU KEEP THIS ENABLED)
  484. updater:
  485. check: false
  486.  
  487. # This part pertains to the /guild home command
  488. home:
  489. # Define how long they must wait to use the command
  490. cool-down: 60
  491. # Define how long they must stand still before being teleported
  492. teleport-delay: 5
  493. # Keep this TRUE unless you really don't want it. It could mess up how teleport-delay works.
  494. freeze-player: false
  495. # Freezing a player will make them not able to move while teleporting.
  496. # Change the teleport-delay if you want them to wait longer to teleport after running the command.
  497.  
  498. # Define how long they must wait to use the command
  499. sethome:
  500. cool-down: 3600
  501.  
  502. name:
  503. # Minimum length of guild names
  504. min-length: 5
  505. # Maximum length of guild names
  506. max-length: 25
  507. # RegEx (https://en.wikipedia.org/wiki/Regular_expression) used to only allow certain characters (default only allows alphanumeric characters)
  508. # To turn off the ability for colored names change the regex to "^[a-zA-Z0-9]*$"
  509. regex: "[a-zA-Z0-9а-яА-Я]*$"
  510.  
  511. # This will automatically prevent players from making a guild if it contains anything in the list below.
  512. # Note: Capitalization doesn't matter. I can put "crap" and Crap cRaP, etc, will be blocked.
  513. # Note: Also, it'll sense stuff such as "PieceofCrap", hopefully making it easier for you to make the blacklist.
  514. enable-blacklist: true
  515.  
  516. blacklist:
  517. - "admin"
  518. - "admins"
  519. - "test"
  520.  
  521. # Here you can set the size of the claims. For example if it's 50, it'll be 50x50, 100 = 100x100, etc.
  522. claims:
  523. size: 100
  524.  
  525. prefix:
  526. # With the default Regex currently set, the minimum length of the prefix is 1 and the maximum is 20.
  527. # To change this, adjust the numbers and maybe have a look at the link above (RegEx).
  528. # To turn off the ability for colored prefixes change the regex to "[a-zA-Z0-9&]{1,20}"
  529. regex: "[a-zA-Z0-9а-яА-Я&]{1,11}"
  530.  
  531. # 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.
  532. # 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.
  533.  
  534. roles:
  535. 0:
  536. name: "Гранд-Мастер"
  537. permissions:
  538. chat: true
  539. ally-chat: true
  540. invite: true
  541. kick: true
  542. promote: true
  543. demote: true
  544. add-ally: true
  545. remove-ally: true
  546. change-prefix: true
  547. change-home: true
  548. remove-guild: true
  549. toggle-guild: true
  550. open-vault: true
  551. transfer-guild: true
  552. activate-buff: true
  553. upgrade-guild: true
  554. deposit-money: true
  555. withdraw-money: true
  556. claim-land: true
  557. unclaim-land: true
  558.  
  559. 1:
  560. name: "Мастер"
  561. permissions:
  562. chat: true
  563. ally-chat: true
  564. invite: true
  565. kick: true
  566. promote: true
  567. demote: true
  568. add-ally: true
  569. remove-ally: true
  570. change-prefix: true
  571. change-home: true
  572. remove-guild: false
  573. toggle-guild: true
  574. open-vault: true
  575. transfer-guild: false
  576. activate-buff: true
  577. upgrade-guild: true
  578. deposit-money: true
  579. withdraw-money: false
  580. claim-land: true
  581. unclaim-land: false
  582.  
  583. 2:
  584. name: "Претор"
  585. permissions:
  586. chat: true
  587. ally-chat: true
  588. invite: true
  589. kick: true
  590. promote: true
  591. demote: true
  592. add-ally: false
  593. remove-ally: false
  594. change-prefix: true
  595. change-home: true
  596. remove-guild: false
  597. toggle-guild: false
  598. open-vault: true
  599. transfer-guild: false
  600. activate-buff: true
  601. upgrade-guild: false
  602. deposit-money: true
  603. withdraw-money: false
  604. claim-land: false
  605. unclaim-land: false
  606.  
  607. 3:
  608. name: "Архи-Прелат"
  609. permissions:
  610. chat: true
  611. ally-chat: true
  612. invite: true
  613. kick: true
  614. promote: false
  615. demote: true
  616. add-ally: false
  617. remove-ally: false
  618. change-prefix: true
  619. change-home: false
  620. remove-guild: false
  621. toggle-guild: false
  622. open-vault: true
  623. transfer-guild: false
  624. activate-buff: true
  625. upgrade-guild: false
  626. deposit-money: true
  627. withdraw-money: false
  628. claim-land: false
  629. unclaim-land: false
  630.  
  631. 4:
  632. name: "Прелат"
  633. permissions:
  634. chat: true
  635. ally-chat: true
  636. invite: true
  637. kick: true
  638. promote: false
  639. demote: false
  640. add-ally: false
  641. remove-ally: false
  642. change-prefix: true
  643. change-home: false
  644. remove-guild: false
  645. toggle-guild: false
  646. open-vault: true
  647. transfer-guild: false
  648. activate-buff: true
  649. upgrade-guild: false
  650. deposit-money: true
  651. withdraw-money: false
  652. claim-land: false
  653. unclaim-land: false
  654.  
  655. 5:
  656. name: "Протектор"
  657. permissions:
  658. chat: true
  659. ally-chat: true
  660. invite: true
  661. kick: false
  662. promote: false
  663. demote: false
  664. add-ally: false
  665. remove-ally: false
  666. change-prefix: false
  667. change-home: false
  668. remove-guild: false
  669. toggle-guild: false
  670. open-vault: true
  671. transfer-guild: false
  672. activate-buff: true
  673. upgrade-guild: false
  674. deposit-money: true
  675. withdraw-money: false
  676. claim-land: false
  677. unclaim-land: false
  678.  
  679. 6:
  680. name: "Рыцарь"
  681. permissions:
  682. chat: true
  683. ally-chat: true
  684. invite: false
  685. kick: false
  686. promote: false
  687. demote: false
  688. add-ally: false
  689. remove-ally: false
  690. change-prefix: false
  691. change-home: false
  692. remove-guild: false
  693. toggle-guild: false
  694. open-vault: true
  695. transfer-guild: false
  696. activate-buff: true
  697. upgrade-guild: false
  698. deposit-money: true
  699. withdraw-money: false
  700. claim-land: false
  701. unclaim-land: false
  702.  
  703. 7:
  704. name: "Последователь"
  705. permissions:
  706. chat: true
  707. ally-chat: true
  708. invite: false
  709. kick: false
  710. promote: false
  711. demote: false
  712. add-ally: false
  713. remove-ally: false
  714. change-prefix: false
  715. remove-guild: false
  716. toggle-guild: false
  717. open-vault: false
  718. transfer-guild: false
  719. activate-buff: false
  720. upgrade-guild: false
  721. deposit-money: true
  722. withdraw-money: false
  723. claim-land: false
  724. unclaim-land: false
  725.  
  726. 8:
  727. name: "Преемник"
  728. permissions:
  729. chat: true
  730. ally-chat: false
  731. invite: false
  732. kick: false
  733. promote: false
  734. demote: false
  735. add-ally: false
  736. remove-ally: false
  737. change-prefix: false
  738. remove-guild: false
  739. toggle-guild: false
  740. open-vault: false
  741. transfer-guild: false
  742. activate-buff: false
  743. upgrade-guild: false
  744. deposit-money: true
  745. withdraw-money: false
  746. claim-land: false
  747. unclaim-land: false
  748.  
  749. 9:
  750. name: "Послушник"
  751. permissions:
  752. chat: false
  753. ally-chat: false
  754. invite: false
  755. kick: false
  756. promote: false
  757. demote: false
  758. add-ally: false
  759. remove-ally: false
  760. change-prefix: false
  761. remove-guild: false
  762. toggle-guild: false
  763. open-vault: false
  764. transfer-guild: false
  765. activate-buff: false
  766. upgrade-guild: false
  767. deposit-money: true
  768. withdraw-money: false
  769. claim-land: false
  770. unclaim-land: false
  771.  
  772.  
  773. #-----------------------------------------------------------#
  774. # Storage Configuration #
  775. #-----------------------------------------------------------#
  776.  
  777. # In this part of the config, we will discuss data saving for the plugin.
  778.  
  779. # 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
  780. # on the Spigot plugin page.
  781.  
  782. database:
  783. # Set the type of the database (Either JSON or MySQL)
  784. type: JSON
  785. # Uncomment when using MySQL
  786. # host: "127.0.0.1"
  787. # port: 3306
  788. # username: "root"
  789. # password: "password"
  790. ## Note: Database needs to be created manually
  791. # database: "guilds"
  792. # pool-size: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement