Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.03 KB | None | 0 0
  1. # Guilds
  2. # Creator: Glare
  3. # Contributors: https://github.com/guilds-plugin/Guilds/graphs/contributors
  4. # Issues: https://github.com/guilds-plugin/Guilds/issues
  5. # Spigot: https://www.spigotmc.org/resources/66176/
  6. # Wiki: https://wiki.glaremasters.me/
  7. # Discord: https://glaremasters.me/discord
  8. settings:
  9. announcements:
  10. # This is used for the Guild's Announcement System, which allow me (The Author) to communicate to you guys without updating.
  11. # The way this works is very simple. If you have "console" set to "true", you will see the announcement when the server starts.
  12. # If you have "in-game" set to "true", your OPed players will see it the first time they login to the server.
  13. console: false
  14. in-game: false
  15. # Choosing your language for the plugin couldn't be easier! The default language is english.
  16. # 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.
  17. # If you try and use a different language than any in the list above, the plugin will not function in a normal manner.
  18. # As you can see this is currently en-US, and there is a en-US.yml file in the language folder.
  19. # If I wanted to switch to french, I would use fr-FR as the language instead.
  20. messagesLanguage: it-IT
  21. # Would you like to check for plugin updates on startup? It's highly suggested you keep this enabled!
  22. update-check: true
  23. # What would you like the command aliases for the plugin to be?
  24. # You can have as many as your want, just separate each with | and NO SPACES.
  25. plugin-aliases: guild|guilds|g|gilda|gilde|f|k
  26. # Would you like to run vault permission changes async? (Will be less stress on the main thread and prevent lag)
  27. # Async is used by LuckPerms.
  28. # Set this to false if you are using PEx.
  29. # I do suggest you switch to LuckPerms so that you can keep it async, but ultimately the choice is yours.
  30. run-vault-async: true
  31. storage:
  32. # What storage method should be used? (MySQL, MariaDB, JSON, SQLite)
  33. storage-type: json
  34. # How often (in minutes) do you want all Guild Data to save?
  35. save-interval: 1
  36. sql:
  37. # Define the address for the database. (Doesn't apply to SQLite)
  38. host: localhost
  39. # Define the port for the database. (Doesn't apply to SQLite)
  40. port: '3306'
  41. # The name of the database to store data in.
  42. # This must be already created! (Doesn't apply to SQLite)
  43. database: guilds
  44. # The prefix for all Guilds tables.
  45. table-prefix: guilds_
  46. # Define the credentials for the database. (Doesn't apply to SQLite)
  47. username: root
  48. password: ''
  49. # Sets whether or not to use SSL for the remote SQL database connection (Doesn't apply to SQLite)
  50. enable-ssl: false
  51. # These settings change the SQL connection pool.
  52. # The default settings are optimized for the majority of users.
  53. # Do NOT change these settings unless you know what you are doing!
  54. # For those looking to migrate data:
  55. # IF YOU ARE MIGRATING FROM JSON OR SQLITE TO MYSQL THE SETTINGS MUST BE CONFIGURED EVEN IF THE DATA TYPE IS SET TO JSON OR MYSQL.
  56. # When migrating to MySQL, it will attempt to use the MySQL backend (grab the login information here) in order to connect to the database.
  57. # We are not responsible for data loss if you are too lazy to read the warnings.
  58. # ALWAYS REMEMBER TO BACKUP DATA BEFORE MIGRATING.
  59. # Lastly, remember to change your storage-type to the type you're migrating to before you reboot.
  60. pool:
  61. # Sets the maximum size of the SQL connection pool.
  62. # This value will determine the maximum number of connections maintained. (Doesn't apply to SQLite)
  63. maximum-pool-size: 10
  64. # Sets the minimum number of idle connections that the pool will maintain.
  65. # For maximum performance keep this value the same as 'maximum-pool-size' (Doesn't apply to SQLite)
  66. minimum-idle: 10
  67. # Sets the maximum lifetime of a connection in the pool in milliseconds. (Doesn't apply to SQLite)
  68. maximum-lifetime: 1800000
  69. # Sets the maximum number of milliseconds for a connection in the pool before timing out. (Doesn't apply to SQLite)
  70. connection-timeout: 5000
  71. hooks:
  72. # Do we want to hook into Essentials-Chat format to handle guild placeholders?
  73. essentials-chat: false
  74. # Do we want to hook into WorldGuard to allow claiming land?
  75. worldguard-claims: true
  76. # Use the following website to get available materials: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  77. # This can work across all MC versions and will attempt to use the proper material based on what version of MC you are using.
  78. guis:
  79. # What time format should we use in the GUIs?
  80. # You can use this site to build it https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  81. time-format: MMM, d, yy hh:mm aaa
  82. guild-list:
  83. # What should the name of the inventory be?
  84. gui-name: Guild List
  85. # What should the name of the all the items be in the inventory?
  86. # Currently supports {player} and {guild}.
  87. item-name: '&fGilda di &d{player}'
  88. # How should the menu be sorted?
  89. # LOADED: In the order that the Guilds were loaded on startup
  90. # TIER: In order from highest tier to lowest tier
  91. # MEMBERS: In order from most members to least members
  92. # BALANCE: In order from most in bank to least
  93. # WINS: In order from most arena wins to least
  94. sort: LOADED
  95. # What item should players click to go to the next page?
  96. next-page-item: EMPTY_MAP
  97. # What should the name of this item be?
  98. next-page-item-name: '&fProssima pagina'
  99. # What item should players click to go to the previous page?
  100. previous-page-item: EMPTY_MAP
  101. # What should the name of this item be?
  102. previous-page-item-name: '&fPagina precedente'
  103. # What should be the default texture url for textures that fail to load in? Refer to the Guild Manage settings to see how to change the texture!
  104. head-default-url: 7a2df315b43583b1896231b77bae1a507dbd7e43ad86c1cfbe3b2b8ef3430e9e
  105. # You are free to design this to your liking
  106. # This is just an example of all the available placeholders that you can use for the lore!
  107. # Note: With v3.6.7 and on, you can now use {guild-tier-name} for the name of the tier.
  108. # Also, from v3.6.7 and on, {guild-status} will now apply from what you set for the guild-info GUI for the status being public or private.
  109. # In version 3.5.2.2, {guild-challenge-wins} and {guild-challenge-loses} have been added.
  110. # In version 3.5.3.3, {creation} was added to display the creation date of the guild
  111. head-lore:
  112. - '&fNome gilda&8: &d{guild-name}'
  113. - '&fPrefix&8: &d{guild-prefix}'
  114. - '&fCapo Gilda&8: &d{guild-master}'
  115. - '&fStato&8: &d{guild-status}'
  116. - '&fTier&8: &d{guild-tier}'
  117. - '&fSoldi&8: &d{guild-balance}'
  118. - '&fMembri&8: &d{guild-member-count}'
  119. - '&fNacque il&8: &d{creation}'
  120. guild-buffs:
  121. # What should the name of the inventory be?
  122. gui-name: Negozio effetti della &5Gilda
  123. # Do we want to allow users to have more than one buff at a time?
  124. buff-stacking: false
  125. # Do you want to enable requiring per-buff permissions?
  126. # For example, if I wanted to buy the haste buff,
  127. # I would need the permission guilds.buff.haste
  128. per-buff-permissions: false
  129. buffs:
  130. haste:
  131. # What do you want to name the buff?
  132. name: '&fEffetto del &dMinatore'
  133. # How much do you want the buff to cost?
  134. price: 300.0
  135. # How long (in second) should the buff last?
  136. time: 60
  137. # How strong do you want the buff to be? 0 = Potion Level 1, 1 = Potion Level 2, etc...
  138. amplifier: 0
  139. # What item do you want to represent the buff?
  140. icon: FEATHER
  141. # What type of potion is this?
  142. type: FAST_DIGGING
  143. # You can put as much as you want here
  144. description:
  145. - '&fTipo» &dHaste'
  146. - '&fDurata » &d60 Secondi'
  147. - '&fCosto » &d300 yen'
  148. # Do you want this buff to show in-game?
  149. display: true
  150. commands:
  151. clicker:
  152. # Would you like to enable commands to be sent to the player who bought the buff?
  153. enabled: false
  154. # What commands would you like to execute on the player that clicked? (Supports {player})
  155. commands:
  156. - ''
  157. guild:
  158. # Would you like to enable commands to be sent to all online players in the guild?
  159. enabled: false
  160. # What commands would you like to execute on all online players in guild? (Supports {player})
  161. commands:
  162. - ''
  163. # What slot would you like this to use?
  164. slot: 0
  165. speed:
  166. # What do you want to name the buff?
  167. name: '&fPizzico di &dSpeedy Gonzales'
  168. # How much do you want the buff to cost?
  169. price: 300.0
  170. # How long (in second) should the buff last?
  171. time: 60
  172. # How strong do you want the buff to be? 0 = Potion Level 1, 1 = Potion Level 2, etc...
  173. amplifier: 0
  174. # What item do you want to represent the buff?
  175. icon: SUGAR
  176. # What type of potion is this?
  177. type: SPEED
  178. # You can put as much as you want here
  179. description:
  180. - '&fTipo » &dVelocita'''
  181. - '&fDurata » &d60 Secondi'
  182. - '&fPrezzo » &d300 yen'
  183. # Do you want this buff to show in-game?
  184. display: true
  185. commands:
  186. clicker:
  187. # Would you like to enable commands to be sent to the player who bought the buff?
  188. enabled: false
  189. # What commands would you like to execute on the player that clicked? (Supports {player})
  190. commands:
  191. - ''
  192. guild:
  193. # Would you like to enable commands to be sent to all online players in the guild?
  194. enabled: false
  195. # What commands would you like to execute on all online players in guild? (Supports {player})
  196. commands:
  197. - ''
  198. # What slot would you like this to use?
  199. slot: 1
  200. fire-resistance:
  201. # What do you want to name the buff?
  202. name: '&fProtezione dal &dfuoco'
  203. # How much do you want the buff to cost?
  204. price: 50.0
  205. # How long (in second) should the buff last?
  206. time: 60
  207. # How strong do you want the buff to be? 0 = Potion Level 1, 1 = Potion Level 2, etc...
  208. amplifier: 0
  209. # What item do you want to represent the buff?
  210. icon: BLAZE_POWDER
  211. # What type of potion is this?
  212. type: FIRE_RESISTANCE
  213. # You can put as much as you want here
  214. description:
  215. - '&fTipo » &dResistenza al fuoco'
  216. - '&fDurata » &d60 Secondi'
  217. - '&fPrezzo » &d50 yen'
  218. # Do you want this buff to show in-game?
  219. display: true
  220. commands:
  221. clicker:
  222. # Would you like to enable commands to be sent to the player who bought the buff?
  223. enabled: false
  224. # What commands would you like to execute on the player that clicked? (Supports {player})
  225. commands:
  226. - ''
  227. guild:
  228. # Would you like to enable commands to be sent to all online players in the guild?
  229. enabled: false
  230. # What commands would you like to execute on all online players in guild? (Supports {player})
  231. commands:
  232. - ''
  233. # What slot would you like this to use?
  234. slot: 2
  235. night-vision:
  236. # What do you want to name the buff?
  237. name: '&a&lEyes of the Lurking Demon'
  238. # How much do you want the buff to cost?
  239. price: 60.0
  240. # How long (in second) should the buff last?
  241. time: 60
  242. # How strong do you want the buff to be? 0 = Potion Level 1, 1 = Potion Level 2, etc...
  243. amplifier: 0
  244. # What item do you want to represent the buff?
  245. icon: REDSTONE_TORCH_ON
  246. # What type of potion is this?
  247. type: NIGHT_VISION
  248. # You can put as much as you want here
  249. description:
  250. - '&aType » &7Night-Vision'
  251. - '&aLength » &760 Seconds'
  252. - '&aCost » &7$60'
  253. # Do you want this buff to show in-game?
  254. display: true
  255. commands:
  256. clicker:
  257. # Would you like to enable commands to be sent to the player who bought the buff?
  258. enabled: false
  259. # What commands would you like to execute on the player that clicked? (Supports {player})
  260. commands:
  261. - ''
  262. guild:
  263. # Would you like to enable commands to be sent to all online players in the guild?
  264. enabled: false
  265. # What commands would you like to execute on all online players in guild? (Supports {player})
  266. commands:
  267. - ''
  268. # What slot would you like this to use?
  269. slot: 3
  270. invisibility:
  271. # What do you want to name the buff?
  272. name: '&fPotere dell''&duomo invisibile'
  273. # How much do you want the buff to cost?
  274. price: 500.0
  275. # How long (in second) should the buff last?
  276. time: 60
  277. # How strong do you want the buff to be? 0 = Potion Level 1, 1 = Potion Level 2, etc...
  278. amplifier: 0
  279. # What item do you want to represent the buff?
  280. icon: EYE_OF_ENDER
  281. # What type of potion is this?
  282. type: INVISIBILITY
  283. # You can put as much as you want here
  284. description:
  285. - '&fTipo » &dInvisibilita'''
  286. - '&fDurata » &d60 Secondi'
  287. - '&fPrezzo » &d500 yen'
  288. # Do you want this buff to show in-game?
  289. display: true
  290. commands:
  291. clicker:
  292. # Would you like to enable commands to be sent to the player who bought the buff?
  293. enabled: false
  294. # What commands would you like to execute on the player that clicked? (Supports {player})
  295. commands:
  296. - ''
  297. guild:
  298. # Would you like to enable commands to be sent to all online players in the guild?
  299. enabled: false
  300. # What commands would you like to execute on all online players in guild? (Supports {player})
  301. commands:
  302. - ''
  303. # What slot would you like this to use?
  304. slot: 4
  305. strength:
  306. # What do you want to name the buff?
  307. name: '&fForza di &dBraccio di ferro'
  308. # How much do you want the buff to cost?
  309. price: 60.0
  310. # How long (in second) should the buff last?
  311. time: 60
  312. # How strong do you want the buff to be? 0 = Potion Level 1, 1 = Potion Level 2, etc...
  313. amplifier: 0
  314. # What item do you want to represent the buff?
  315. icon: DIAMOND_SWORD
  316. # What type of potion is this?
  317. type: INCREASE_DAMAGE
  318. # You can put as much as you want here
  319. description:
  320. - '&fTipo » &dForza'
  321. - '&fDurata » &d60 Secondi'
  322. - '&fPrezzo » &d500 yen'
  323. # Do you want this buff to show in-game?
  324. display: true
  325. commands:
  326. clicker:
  327. # Would you like to enable commands to be sent to the player who bought the buff?
  328. enabled: false
  329. # What commands would you like to execute on the player that clicked? (Supports {player})
  330. commands:
  331. - ''
  332. guild:
  333. # Would you like to enable commands to be sent to all online players in the guild?
  334. enabled: false
  335. # What commands would you like to execute on all online players in guild? (Supports {player})
  336. commands:
  337. - ''
  338. # What slot would you like this to use?
  339. slot: 5
  340. jump:
  341. # What do you want to name the buff?
  342. name: '&fSalto del &dconiglio'
  343. # How much do you want the buff to cost?
  344. price: 250.0
  345. # How long (in second) should the buff last?
  346. time: 60
  347. # How strong do you want the buff to be? 0 = Potion Level 1, 1 = Potion Level 2, etc...
  348. amplifier: 0
  349. # What item do you want to represent the buff?
  350. icon: DIAMOND_BOOTS
  351. # What type of potion is this?
  352. type: JUMP
  353. # You can put as much as you want here
  354. description:
  355. - '&fTipo » &dSalto'
  356. - '&fDurata » &d60 Secondi'
  357. - '&fCosto » &d250 yen'
  358. # Do you want this buff to show in-game?
  359. display: true
  360. commands:
  361. clicker:
  362. # Would you like to enable commands to be sent to the player who bought the buff?
  363. enabled: false
  364. # What commands would you like to execute on the player that clicked? (Supports {player})
  365. commands:
  366. - ''
  367. guild:
  368. # Would you like to enable commands to be sent to all online players in the guild?
  369. enabled: false
  370. # What commands would you like to execute on all online players in guild? (Supports {player})
  371. commands:
  372. - ''
  373. # What slot would you like this to use?
  374. slot: 6
  375. water-breathing:
  376. # What do you want to name the buff?
  377. name: '&fPolmoni dello &dSqualo albino'
  378. # How much do you want the buff to cost?
  379. price: 25.0
  380. # How long (in second) should the buff last?
  381. time: 60
  382. # How strong do you want the buff to be? 0 = Potion Level 1, 1 = Potion Level 2, etc...
  383. amplifier: 0
  384. # What item do you want to represent the buff?
  385. icon: BUCKET
  386. # What type of potion is this?
  387. type: WATER_BREATHING
  388. # You can put as much as you want here
  389. description:
  390. - '&fTipo » &dRespirazione sott''acqua'
  391. - '&fDurata » &d60 Secondi'
  392. - '&fPrezzo » &d25 yen'
  393. # Do you want this buff to show in-game?
  394. display: true
  395. commands:
  396. clicker:
  397. # Would you like to enable commands to be sent to the player who bought the buff?
  398. enabled: false
  399. # What commands would you like to execute on the player that clicked? (Supports {player})
  400. commands:
  401. - ''
  402. guild:
  403. # Would you like to enable commands to be sent to all online players in the guild?
  404. enabled: false
  405. # What commands would you like to execute on all online players in guild? (Supports {player})
  406. commands:
  407. - ''
  408. # What slot would you like this to use?
  409. slot: 7
  410. regeneration:
  411. # What do you want to name the buff?
  412. name: '&fMagia della &dRigenerazione'
  413. # How much do you want the buff to cost?
  414. price: 800.0
  415. # How long (in second) should the buff last?
  416. time: 60
  417. # How strong do you want the buff to be? 0 = Potion Level 1, 1 = Potion Level 2, etc...
  418. amplifier: 0
  419. # What item do you want to represent the buff?
  420. icon: EMERALD
  421. # What type of potion is this?
  422. type: REGENERATION
  423. # You can put as much as you want here
  424. description:
  425. - '&fTipo » &dRigenerazione'
  426. - '&fDurata » &d60 Secondi'
  427. - '&fPrezzo » &d800 yen'
  428. # Do you want this buff to show in-game?
  429. display: true
  430. commands:
  431. clicker:
  432. # Would you like to enable commands to be sent to the player who bought the buff?
  433. enabled: false
  434. # What commands would you like to execute on the player that clicked? (Supports {player})
  435. commands:
  436. - ''
  437. guild:
  438. # Would you like to enable commands to be sent to all online players in the guild?
  439. enabled: false
  440. # What commands would you like to execute on all online players in guild? (Supports {player})
  441. commands:
  442. - ''
  443. # What slot would you like this to use?
  444. slot: 8
  445. # Here you can control what the GUI looks like that allows players to choose which vault to open
  446. # You can do things like set the name of the gui, the material to use, material name, and lore!
  447. vault-picker:
  448. # What do you want the name of the gui to be?
  449. # Currently supports {name} for the name of the guild.
  450. name: '&8» &fCasse di &d{name}'
  451. # How many rows would you like to display?
  452. rows: 1
  453. # What do you want the material of the vaults to be?
  454. item-material: CHEST
  455. # WHat do you want the name of the vault to be?
  456. # I recommend keeping this blank so that we can put the vault number in the lore.
  457. item-name: ' '
  458. item-lore:
  459. - '&8• &fCassa &d#{number}'
  460. - '&8• &fStato: &d{status}'
  461. - ''
  462. # What do you want to show when a vault is unlocked?
  463. unlocked: '&aSbloccato'
  464. # What do you want to show when a vault is locked?
  465. locked: '&c&mBloccato&r'
  466. vault:
  467. # What do you want the name of the Vault to be?
  468. # Note: This requires a restart to change the inventory names.
  469. name: '&8» &rCassa della gilda'
  470. blacklist:
  471. # What materials would you like to blacklist from being put into the vaults?
  472. materials:
  473. - ''
  474. # What custom names of items would you like to blacklist from being put into the vaults?
  475. names:
  476. - ''
  477. # What custom lore do you want to blacklist from being put into the vaults?
  478. # Please keep in mind this can be prove to false-positives so please let me know if you have issues.
  479. # This will currently loop through your lore to check for any strings you have in the list to check.
  480. # Improvements will be made over time. Thanks for your patience and suppport in advanced.
  481. lores:
  482. - ''
  483. # Welcome to the Guild Info GUI section of the config.
  484. # Here you can modify the configuration of what the Guild Info GUI looks like.
  485. # This can be used by any member of a Guild and shows key information of the Guild.
  486. # You can see things like the members, the balance, tier, etc.
  487. guild-info:
  488. # What would you like the name of the GUI to be?
  489. # Currently supports {name} for the name of the guild and {prefix} for the prefix of the guild
  490. name: '&8» &fInformazioni di &d{name}'
  491. # What material do you want the tier button to be?
  492. tier-material: DIAMOND
  493. # What do you want the name of the tier button to be?
  494. tier-name: '&3Tier di gilda'
  495. # What do you want the lore of the tier button to be?
  496. tier-lore:
  497. - '&8• &fLivello: &d{tier}'
  498. # Would you like to display this button?
  499. tier-display: true
  500. # What material do you want the bank button to be?
  501. bank-material: GOLD_INGOT
  502. # What do you want the name of the bank button to be?
  503. bank-name: '&dBanca della Gilda'
  504. # What do you want the lore of the bank button to be?
  505. bank-lore:
  506. - '&8• &fSoldi: &d{current} &7/ &d{max}'
  507. # Would you like to display this button?
  508. bank-display: true
  509. # What material do you want the members button to be?
  510. members-material: IRON_HELMET
  511. # What do you want the name of the members button to be?
  512. members-name: '&5Guild Members'
  513. # What do you want the lore of the members button to be?
  514. members-lore:
  515. - '&8• &fMembbri: &d{current} &7/ &d{max}'
  516. - '&8• &fOnline: &a{online} &7/ &a{current}'
  517. - ''
  518. - '&7Click to view members!'
  519. # Would you like to display this button?
  520. members-display: true
  521. status-material:
  522. # What material do you want the status button to be when a guild is public?
  523. public: EMERALD
  524. # What material do you want the status button to be when a guild is private?
  525. private: REDSTONE
  526. # What do you want the name of the status button to be?
  527. status-name-item: '&2Stato della gilda'
  528. status-name:
  529. # What do you want the status to say if it's public?
  530. public: '&aPubblica'
  531. # What do you want the status to say if it's private?
  532. private: '&cPrivata'
  533. # What do you want the lore of the status button to be?
  534. status-lore:
  535. - '&8• &fStato: &r{status}'
  536. # Would you like to display this button?
  537. status-display: true
  538. # What material do you want the home button to be?
  539. home-material: BED
  540. # What do you want the name of the home button to be?
  541. home-name: '&dBase della gilda'
  542. # What do you want the lore of the home button to be?
  543. home-lore:
  544. - '&8• &fBase: &d{coords}'
  545. # Would you like to display this button?
  546. home-display: true
  547. # What do you want it to say when a guild doesn't have a home set?
  548. home-empty: '&cNon impostata.'
  549. # Do you want players to be teleported to their guild home when they click this?
  550. home-teleport: false
  551. # What material do you want the vault button to be?
  552. vault-material: CHEST
  553. # What do you want the name of the home button to be?
  554. vault-name: '&dCasse della gilda'
  555. # What do you want the lore of the vault button to be?
  556. vault-lore:
  557. - '&dCliccami &fper aprire le casse della gilda!'
  558. # Would you like to display this button?
  559. vault-display: true
  560. # What material do you want the motd button to be?
  561. motd-material: SIGN
  562. # What do you want the name of the motd button to be?
  563. motd-name: '&dMOTD della gilda'
  564. # What do you want the lore of the motd button to be?
  565. motd-lore:
  566. - '{motd}'
  567. # Would you like to display this button?
  568. motd-display: true
  569. # This part of the config controls what the members gui looks like.
  570. # You can get to this in game by clicking on the members icon via the guild info gui.
  571. guild-info-members:
  572. # What would you like the name of the GUI to be?
  573. name: '&8» &fMembri di &d{name}'
  574. item:
  575. # What material do you want to use to represent members?
  576. material: EMPTY_MAP
  577. # What do you want the name of the item to be?
  578. name: ' '
  579. # What do you want the lore of the item to be?
  580. lore:
  581. - '&8• &fNome: &d{name}'
  582. - '&8• &fRuolo: &d{role}'
  583. - '&8• &fStato: &d{status}'
  584. - '&8• &fData di entrata: &d{join}'
  585. - '&8• &fUltimo login: &d{login}'
  586. # What do you want to be what shows when a member is online?
  587. online: '&aOnline'
  588. # What do you want to be what shows when a member is offline?
  589. offline: '&cOffline'
  590. guild:
  591. requirements:
  592. # With the default RegEx currently set, the minimum length of the prefix is 1 and the maximum is 64.
  593. # To change this, adjust the number and you can refer to the link below on how to modify RegEx.
  594. # RegEx (https://en.wikipedia.org/wiki/Regular_expression) used to only allow certain characters (default only allows alphanumeric characters).
  595. # To turn off the ability to use colors, remove the & from the RegEx.
  596. # Trying to use symbols such as Chinese ones? Try this Regex: [\u4E00-\u9FA5_a-zA-Z0-9&_\一-龥]{1,6}
  597. name: '[a-zA-Z0-9&]{1,64}'
  598. # Similar to the name, just refer above.
  599. prefix: '[a-zA-Z0-9&]{1,20}'
  600. # Would you like to include color codes signs (&b &l, etc) in the length check?
  601. include-color-codes: true
  602. # Would you like to allow players to make a guild without a prefix?
  603. disable-prefix: false
  604. blacklist:
  605. # Do we want to enable the blacklist?
  606. enabled: true
  607. # Do we want the blacklist to be case sensitive?
  608. case-sensitive: true
  609. # What words would you like to blacklist from being used?
  610. words:
  611. - crap
  612. - ass
  613. - stupid
  614. format:
  615. # This is the style used when a message sent in guild chat.
  616. # As of 3.4.7, this now supports {display-name} to show the display name of a player.
  617. chat: '&5&lGILDA &f[&d{role}&f]&r &5{player} &7» &f{message}'
  618. # Similar to the one above, just for the admins spying.
  619. spy: '&7&l[Guild Spy]&r &b[{guild}&b]&r &b[{role}&b]&r &b {player}: {message}'
  620. # Would you like to log the guild chat to console?
  621. log-guild-chat: false
  622. # Used for {GUILD_FORMATTED} and %guilds_formatted%
  623. placeholder-design:
  624. # The left bracket in the placeholder
  625. left-bracket: '['
  626. # The content of the placeholder. Either will be {name} or {prefix}
  627. content: '{name}'
  628. # What to show instead of the placeholder if there's no guild
  629. no-guild: ''
  630. # The right bracket in the placeholder
  631. right-bracket: ']'
  632. damage:
  633. # Do we want people in the same guild to be able to damage each other?
  634. guild: false
  635. # Do we want allies to be able to damage each other?
  636. ally: false
  637. # Do we want to respect WorldGuard flags for PVP deny?
  638. # This will be checked first before checking same guild and ally.
  639. # This is ONLY needed if you have either of the above two options to set true.
  640. # ONLY PUT THIS ON TRUE IF YOU HAVE WORLDGUARD INSTALLED OR YOU WILL BREAK STUFF
  641. respect-wg-pvp-flag: true
  642. # Would you like to send players their guild's motd on login?
  643. motd-on-login: true
  644. war:
  645. # How often (in minutes) can a guild be the defender in a war?
  646. # This is to help prevent abuse from guilds fighting each other to farm rewards.
  647. # This is defaulted to 1 day.
  648. defend-cooldown: 1440
  649. # Would you like to block commands while a player is in the war?
  650. disable-commands: true
  651. # How long does a defending guild have to accept a war challenge? (In seconds)
  652. accept-time: 120
  653. # What is the min number of players needed on each side for a war to start?
  654. min-players: 5
  655. # What is the max number of players allowed on each side for a war?
  656. max-players: 20
  657. # How long do players of both sides have to join the war? (In seconds)
  658. join-time: 60
  659. # How long should we wait to teleport the players and start the war after everyone joined?
  660. ready-time: 60
  661. post-challenge-commands:
  662. # Would you like to enable running commands after a challenge ends? (such as broadcasting)
  663. enabled: true
  664. # What commands would you like to run after a challenge ends??
  665. # Supports the following placeholder:
  666. # {challenger} - The name of the challenging Guild
  667. # {defender} - The name of the defending Guild
  668. # {winner} - The winner of the challenge
  669. # {loser} - The loser of the challenge
  670. commands:
  671. - bc &a{winner} &fha vinto la &c&lWAR &fcontro &c{loser}
  672. rewards:
  673. # Would you like to give rewards to the winning guild?
  674. enabled: false
  675. # What rewards (commands) would you like to run for the winning Guild?
  676. # Current supports {player}.
  677. rewards:
  678. - ''
  679. timers:
  680. cooldowns:
  681. # How often (in seconds) can a player set their guild home?
  682. sethome: 60
  683. # How often (in seconds) can a player go to their guild home?
  684. home: 60
  685. # How often (in seconds) can a player request to join a guild?
  686. request: 60
  687. # How often (in seconds) can a guild buy a buff?
  688. buff: 60
  689. # How long should a user have to wait before joining a new guild after leaving one?
  690. join: 120
  691. warmups:
  692. home:
  693. # Do you want to enable making players stand still before teleporting?
  694. enabled: false
  695. # How long should a user have to stand still before teleporting?
  696. time: 3
  697. cost:
  698. # How much should it cost to create a guild?
  699. creation: 0.0
  700. # How much should it cost to set the cost of the guild home?
  701. sethome: 0.0
  702. # This section of the config will allow you to handle guild land claiming.
  703. # Remember that the enable / disable for this is the WorldGuard Hook at the TOP of the config.
  704. # There are multiple options when it comes to guild claims. For the time being, all guilds will only get one claim.
  705. claims:
  706. # This is the number of blocks around the player it will try to create the region.
  707. # Keep in mind this is the RADIUS, it will go this many blocks in both directions.
  708. # For example, if you take the default 15, it'll do 30 total as it will go 15 blocks in both directions.
  709. # This is a CUBOID region, not SPHERE.
  710. radius: 15
  711. # Customize the entrance and exit message of joining claims.
  712. # Supports {prefix} for guild prefix and {guild} for guild name.
  713. # Also supports color codes!
  714. enter-message: '&fSei &aentrato &fnel territorio della gilda &d{guild}&f!'
  715. exit-message: '&fSei &cuscito dal territorio della gilda &d{guild}&f!'
  716. # Would you like to disable guild claiming in specific worlds?
  717. disabled-worlds:
  718. - ''
  719. # Would you like to enable claim signs?
  720. # Format -
  721. # First Line: [Guild Claim]
  722. # Second Line: WorldGuard Region Name
  723. # Third Line: Price
  724. claim-signs: false
  725. # Would you like to make it so that claims can only be aquired through the purchasing with signs?
  726. # This will disable the regular claim commands.
  727. force-claim-signs: false
  728. tickets:
  729. # What do you want the name of the upgrade ticket to be?
  730. name: '&dBiglietto di potenziamento Gilda'
  731. # What do you want the lore of the ticket to be?
  732. lore:
  733. - '&fCliccami con tasto destro per &dpotenziare &fil &dtier &fdella gilda!'
  734. # What do you want the material of the ticket to be?
  735. material: PAPER
  736. codes:
  737. # How long do you want the default length of guild codes to be?
  738. length: 7
  739. # Do you want inactive codes (no uses left) to display on the /guild code list?
  740. list-inactive-codes: true
  741. # What is the max amount of active codes you would like to allow per guild?
  742. amount: 10
  743. # This section of the config will talk about various parts of upgrading a guild and allow you to choose how it works.
  744. # For "mob-xp-multiplier" the default is 1, meaning that it will drop the normal amount of XP for non-upgraded guilds.
  745. # DO NOT set it to 0, that will either throw errors or cause mobs to not drop XP.
  746. # Keep in mind for the damage-multiplier, it applies to players also, so by default it's set to normal for every tier.
  747. tiers:
  748. # Should permissions carry over between tiers?
  749. carry-over: true
  750. list:
  751. 1:
  752. # Which level tier is this? 1 is the default.
  753. level: 1
  754. # What is the name of this tier?
  755. name: Bronzo
  756. # How much is this tier? (If first tier, keep as same price as cost creation)
  757. cost: 0.0
  758. # How many members can be in a guild of this tier?
  759. max-members: 5
  760. # How many Vaults would you like the Guild to be able to use?
  761. vault-amount: 1
  762. # How much extra XP should drop from mobs?
  763. mob-xp-multiplier: 1.0
  764. # How much extra damage should be done?
  765. damage-multiplier: 1.0
  766. # How much can this tier hold in the bank?
  767. max-bank-balance: 1000000.0
  768. # How many members should be in a guild for it to be able to rankup?
  769. members-to-rankup: 0
  770. # Would you like this tier to be able to open the buff GUI?
  771. use-buffs: true
  772. # If you wish to give this tier extra permissions, put them here.
  773. permissions:
  774. - example.perm.here
  775. 2:
  776. # Which level tier is this? 1 is the default.
  777. level: 2
  778. # What is the name of this tier?
  779. name: Argento
  780. # How much is this tier? (If first tier, keep as same price as cost creation)
  781. cost: 1000000.0
  782. # How many members can be in a guild of this tier?
  783. max-members: 10
  784. # How many Vaults would you like the Guild to be able to use?
  785. vault-amount: 2
  786. # How much extra XP should drop from mobs?
  787. mob-xp-multiplier: 2.0
  788. # How much extra damage should be done?
  789. damage-multiplier: 1.0
  790. # How much can this tier hold in the bank?
  791. max-bank-balance: 5000000.0
  792. # How many members should be in a guild for it to be able to rankup?
  793. members-to-rankup: 5
  794. # Would you like this tier to be able to open the buff GUI?
  795. use-buffs: true
  796. # If you wish to give this tier extra permissions, put them here.
  797. permissions:
  798. - example.perm.here
  799. 3:
  800. # Which level tier is this? 1 is the default.
  801. level: 3
  802. # What is the name of this tier?
  803. name: Oro
  804. # How much is this tier? (If first tier, keep as same price as cost creation)
  805. cost: 5000000.0
  806. # How many members can be in a guild of this tier?
  807. max-members: 20
  808. # How many Vaults would you like the Guild to be able to use?
  809. vault-amount: 3
  810. # How much extra XP should drop from mobs?
  811. mob-xp-multiplier: 2.0
  812. # How much extra damage should be done?
  813. damage-multiplier: 1.0
  814. # How much can this tier hold in the bank?
  815. max-bank-balance: 5000000.0
  816. # How many members should be in a guild for it to be able to rankup?
  817. members-to-rankup: 10
  818. # Would you like this tier to be able to open the buff GUI?
  819. use-buffs: true
  820. # If you wish to give this tier extra permissions, put them here.
  821. permissions:
  822. - example.perm.here
  823. roles:
  824. 0:
  825. name: CapoGilda
  826. permission-node: guilds.roles.master
  827. permissions:
  828. activate-buff: true
  829. add-ally: true
  830. ally-chat: true
  831. change-home: true
  832. change-prefix: true
  833. rename: true
  834. chat: true
  835. demote: true
  836. deposit-money: true
  837. invite: true
  838. kick: true
  839. open-vault: true
  840. promote: true
  841. remove-ally: true
  842. remove-guild: true
  843. toggle-guild: true
  844. transfer-guild: true
  845. upgrade-guild: true
  846. withdraw-money: true
  847. claim-land: true
  848. unclaim-land: true
  849. destroy: true
  850. place: true
  851. interact: true
  852. create-code: true
  853. delete-code: true
  854. see-code-redeemers: true
  855. modify-motd: true
  856. initiate-war: true
  857. 1:
  858. name: CoCapoGilda
  859. permission-node: guilds.roles.officer
  860. permissions:
  861. activate-buff: false
  862. add-ally: true
  863. ally-chat: true
  864. change-home: true
  865. change-prefix: false
  866. rename: false
  867. chat: true
  868. demote: true
  869. deposit-money: true
  870. invite: true
  871. kick: true
  872. open-vault: true
  873. promote: true
  874. remove-ally: true
  875. remove-guild: false
  876. toggle-guild: false
  877. transfer-guild: false
  878. upgrade-guild: false
  879. withdraw-money: true
  880. claim-land: false
  881. unclaim-land: false
  882. destroy: true
  883. place: true
  884. interact: true
  885. create-code: true
  886. delete-code: true
  887. see-code-redeemers: true
  888. modify-motd: false
  889. initiate-war: true
  890. 2:
  891. name: Veterano
  892. permission-node: guilds.roles.veteran
  893. permissions:
  894. activate-buff: false
  895. add-ally: false
  896. ally-chat: true
  897. change-home: false
  898. change-prefix: false
  899. rename: false
  900. chat: true
  901. demote: false
  902. deposit-money: true
  903. invite: true
  904. kick: false
  905. open-vault: true
  906. promote: false
  907. remove-ally: false
  908. remove-guild: false
  909. toggle-guild: false
  910. transfer-guild: false
  911. upgrade-guild: false
  912. withdraw-money: false
  913. claim-land: false
  914. unclaim-land: false
  915. destroy: true
  916. place: true
  917. interact: true
  918. create-code: false
  919. delete-code: false
  920. see-code-redeemers: false
  921. modify-motd: false
  922. initiate-war: false
  923. 3:
  924. name: Membro
  925. permission-node: guilds.roles.member
  926. permissions:
  927. activate-buff: false
  928. add-ally: false
  929. ally-chat: true
  930. change-home: false
  931. change-prefix: false
  932. rename: false
  933. chat: true
  934. demote: false
  935. deposit-money: true
  936. invite: false
  937. kick: false
  938. open-vault: true
  939. promote: false
  940. remove-ally: false
  941. remove-guild: false
  942. toggle-guild: false
  943. transfer-guild: false
  944. upgrade-guild: false
  945. withdraw-money: false
  946. claim-land: false
  947. unclaim-land: false
  948. destroy: true
  949. place: true
  950. interact: true
  951. create-code: false
  952. delete-code: false
  953. see-code-redeemers: false
  954. modify-motd: false
  955. initiate-war: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement