Advertisement
Guest User

guilds

a guest
Sep 19th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.82 KB | None | 0 0
  1. ############################
  2. # NovaGuilds Configuration #
  3. # #
  4. # Support #
  5. # http://novaguilds.pl #
  6. # #
  7. ############################
  8. # Time format: #
  9. # 1y 1d 1h 1m 1s #
  10. # = #
  11. # One year, one day, one #
  12. # hour, one minute #
  13. # and one second #
  14. ############################
  15.  
  16. ###################################################
  17. # Data storage type #
  18. # mysql - MySQL database #
  19. # sqlite - Local database #
  20. # flat - file based #
  21. datastorage:
  22. primary: mysql
  23. secondary: flat
  24.  
  25. ###################################################
  26. # MySQL settings #
  27. mysql:
  28. host: ""
  29. port: 3306
  30. database: ""
  31. username: ""
  32. password: ""
  33. prefix: "novaguilds_"
  34.  
  35. ###################################################
  36. # Debug mode #
  37. debug: false
  38.  
  39. ###################################################
  40. # Delete invalid guilds/players/regions etc. #
  41. deleteinvalid: false
  42.  
  43. # =-=-= # =-=-=-= #
  44. # Available langs #
  45. # =-=-= # =-=-=-= #
  46. # en-en # English #
  47. # pl-pl # Polish #
  48. # de-de # German #
  49. # zh-cn # Chinese #
  50. # nl-nl # Dutch #
  51. # =-=-= # =-=-=-= #
  52. lang:
  53. name: en-en
  54.  
  55. ###################################################
  56. # Override Essentials' language settings #
  57. # true - use language set above #
  58. # false - use Essentials' language #
  59. overrideessentials: false
  60.  
  61. ###################################################
  62. # Use titles to display suitable messages #
  63. usetitles: false
  64.  
  65. bossbar:
  66. enabled: true
  67.  
  68. # Boss bar during the raid #
  69. raidbar:
  70. enabled: true
  71.  
  72. # Bar style #
  73. style: SOLID
  74.  
  75. # Bar color #
  76. color: RED
  77.  
  78. tagapi:
  79. enabled: true
  80.  
  81. signgui:
  82. enabled: true
  83.  
  84. ###################################################
  85. # Points below player's name #
  86. pointsbelowname: true
  87.  
  88. ###################################################
  89. # HolographicDisplays settings #
  90. holographicdisplays:
  91.  
  92. # enabled or not #
  93. enabled: true
  94.  
  95. # Refreshing holograms #
  96. refresh: 15m
  97.  
  98. ###################################################
  99. # That's some Cauldron magic (mod support etc) #
  100. packets:
  101. enabled: true
  102.  
  103. # Custom entities (Flan's mod tanks etc.) #
  104. advancedentityuse: false
  105.  
  106. ###################################################
  107. # Save interval #
  108. saveinterval: 30m
  109.  
  110. ###################################################
  111. # after the raid is over and this time #
  112. # the guild will get +1 live #
  113. liveregeneration:
  114.  
  115. # live regeneration time #
  116. regentime: 48h
  117.  
  118. # checking for new lives - interval #
  119. taskinterval: 30m
  120.  
  121. ###################################################
  122. # Guilds cleanup #
  123. cleanup:
  124.  
  125. # enabled or not #
  126. enabled: true
  127.  
  128. # time after which a guild is removed #
  129. inactivetime: 7d
  130.  
  131. # checking interval #
  132. interval: 1d
  133.  
  134. # checking delay after startup #
  135. startupdelay: 30s
  136.  
  137. ###################################################
  138. # Command aliases #
  139. aliases:
  140. guild:
  141. - g
  142. - gildia
  143. create:
  144. - zaloz
  145. invite:
  146. - zapros
  147. abandon:
  148. - rozwiaz
  149. join:
  150. - dolacz
  151. leave:
  152. - opusc
  153.  
  154. ###################################################
  155. # Leaderboard settings #
  156. leaderboard:
  157. guild:
  158. rows: 5
  159.  
  160. ###################################################
  161. # Chat settings #
  162. chat:
  163.  
  164. # tag pattern #
  165. tag:
  166. chat: "&7[&a{RANK}&{COLOR}{TAG}&7] &r"
  167. scoreboard: "&a{RANK}&{COLOR}{TAG} &r"
  168.  
  169. # leader prefix character #
  170. leaderprefix: "*"
  171.  
  172. # displaying tags using Essentials (or whatever) #
  173. # or just tag+name #
  174. # false requires adding {TAG} to chat format #
  175. # in Essentials' config! #
  176. displaynametags: false
  177.  
  178. # advanced chat #
  179. # + colored tags #
  180. # - often breaks chat plugins :( #
  181. advanced: true
  182.  
  183. # /confirm timeout
  184. confirmtimeout: 20s
  185.  
  186. # tag colors depending on ally/war etc #
  187. tagcolors:
  188. neutral: "6"
  189. ally: "a"
  190. war: "c"
  191. guild: "b"
  192.  
  193. # ally chat settings #
  194. ally:
  195. prefix: "&a"
  196. enabled: true
  197. leaderprefix: false
  198. format: "&6[&5Ally&6] &a{TAG}&8{PLAYERNAME}&6:&r "
  199.  
  200. # guild chat settings
  201. guild:
  202. prefix: "&b"
  203. enabled: true
  204. leaderprefix: false
  205. format: "&6[&7Guild&6] &a{LEADERPREFIX}&8{PLAYERNAME}&6:&r "
  206.  
  207. ###################################################
  208. # Raid settings #
  209. raid:
  210. enabled: true
  211.  
  212. # minimum players online to start a raid #
  213. minonline: 1
  214.  
  215. # how many points tare being taken when defeated #
  216. pointstake: 100
  217.  
  218. # progress of raid every second #
  219. # (1.00 = 100s to take life) #
  220. multipler: 1.00
  221.  
  222. # time guild has to rest in seconds (24h) #
  223. timerest: 24h
  224.  
  225. # inactive time after which the raid is over #
  226. timeinactive: 30s
  227.  
  228. # +5% points/money for pvp kill during raid #
  229. pvp:
  230. bonuspercent:
  231. money: 5
  232. points: 5
  233.  
  234. ###################################################
  235. # PVP settings #
  236. killing:
  237.  
  238. # percent of victim's money #
  239. moneyforkill: 5
  240. moneyforrevenge: 10
  241.  
  242. # That's probably some mysterious math. #
  243. # play with it #
  244. rankpercent: 1
  245.  
  246. # starting amount of points #
  247. startpoints: 1000
  248.  
  249. # cooldown until points/money can be gained again #
  250. cooldown: 10m
  251.  
  252. ###################################################
  253. # Guild settings #
  254. guild:
  255.  
  256. # disabled worlds #
  257. disabledworlds:
  258. - world_nether
  259. - world_the_end
  260.  
  261. # new guilds protection #
  262. createprotection: 24h
  263.  
  264. # start amounts #
  265. start:
  266. points: 1000
  267. money: 0
  268. lives: 2
  269.  
  270. # slots amount; start and maximum amount #
  271. slots:
  272. start: 5
  273. max: 20
  274.  
  275. # minimal distance from spawn #
  276. fromspawn: 100
  277.  
  278. # allowed strings #
  279. stringcheck:
  280. # checking enabled #
  281. enabled: true
  282.  
  283. # use regex or allowed characters #
  284. regex: false
  285.  
  286. # allowed characters patter #
  287. pattern: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
  288.  
  289. # regex pattern #
  290. regexpattern: "[A-Za-z0-9&]*"
  291.  
  292. # settings for tag and name strings #
  293. settings:
  294.  
  295. tag:
  296. # allow colored tags #
  297. color: false
  298.  
  299. # length #
  300. min: 3
  301. max: 8
  302.  
  303. name:
  304. # length #
  305. min: 4
  306. max: 10
  307.  
  308. # guild points taken and given on death #
  309. killpoints: 5
  310. deathpoints: 5
  311.  
  312. # /g effect #
  313. effect:
  314.  
  315. # duration of the effect #
  316. duration: 100s
  317.  
  318. # available effects #
  319. list:
  320. - JUMP
  321. - INCREASE_DAMAGE
  322. - HEAL
  323.  
  324. # default guild ranks #
  325. # leader rank is generated by the plugin #
  326. defaultranks:
  327. member:
  328. - BLOCK_BREAK
  329. - BLOCK_PLACE
  330. - MOB_ATTACK
  331. - MOB_RIDE
  332. - MOB_LEASH
  333. - INTERACT
  334. - BANK_PAY
  335. - HOME_TELEPORT
  336. - VAULT_ACCESS
  337. - VAULT_PUT
  338. officer:
  339. - BLOCK_BREAK
  340. - BLOCK_PLACE
  341. - MOB_ATTACK
  342. - MOB_RIDE
  343. - MOB_LEASH
  344. - INTERACT
  345. - BANK_PAY
  346. - HOME_TELEPORT
  347. - VAULT_ACCESS
  348. - VAULT_PUT
  349. - KICK
  350. - EFFECT
  351. - INVITE
  352. - BANK_WITHDRAW
  353. - PVPTOGGLE
  354. - BUYSLOT
  355. - BUYLIFE
  356.  
  357. ###################################################
  358. # Groups #
  359. # permissions: novaguilds.group.GROUP #
  360. # eg: novaguilds.group.vip #
  361. # there's no need for admin group. #
  362. # novaguilds.group.admin for all stuff free #
  363. groups:
  364. # THIS IS A DEFAULT GROUP! #
  365.  
  366. # the name goes here #
  367. default:
  368. guild:
  369. # teleporting to guild's home #
  370. home:
  371.  
  372. # teleport delay #
  373. tpdelay: 5
  374.  
  375. # money required #
  376. money: 0
  377.  
  378. # items required #
  379. items: []
  380.  
  381. # join a guild #
  382. join:
  383. money: 0
  384. items: []
  385.  
  386. # creating a guild #
  387. create:
  388. money: 0
  389. items:
  390. - dirt 1
  391.  
  392. # schematic that gets pasted when creating guild #
  393. # This is WorldEdit compatible #
  394. # Save schematic with #
  395. # //schem save schematic <name> #
  396. # And move to plugins/NovaGuilds/schematic/ #
  397. schematic: ""
  398.  
  399. # buying a life #
  400. buylife:
  401. money: 10
  402. items:
  403. - GOLD_BLOCK 1
  404.  
  405. # buying a slot #
  406. buyslot:
  407. money: 10
  408. items:
  409. - GOLD_BLOCK 1
  410.  
  411. # buying an effect #
  412. effect:
  413. money: 100
  414. items: []
  415.  
  416. # buying a banner #
  417. banner:
  418. money: 0
  419. items: []
  420.  
  421. region:
  422. # size (radius) of auto created region (5=10x10) #
  423. autoregionsize: 5
  424. # create price #
  425. createmoney: 100
  426. # price per block #
  427. ppb: 1
  428.  
  429. # Admin group (missing values are 0/empty (free) #
  430. admin:
  431. guild:
  432. create:
  433. schematic: ""
  434. region:
  435. autoregionsize: 10
  436.  
  437.  
  438. ###################################################
  439. # Guild's vault #
  440. vault:
  441. enabled: true
  442.  
  443. # vault item #
  444. item: CHEST 1 name:&6Guild's_Vault
  445.  
  446. # deny placing items from the list next #
  447. # to the vault #
  448. denyrelative:
  449. - HOPPER
  450.  
  451. # vault hologram #
  452. hologram:
  453. enabled: true
  454.  
  455. # Adding item holograms: #
  456. # [ITEM]NAMEORID AMOUNT #
  457. lines:
  458. - "[ITEM]GOLD_INGOT 1"
  459. - "&6Guild's Vault"
  460.  
  461. ###################################################
  462. # The Tablist #
  463. # It is available only for 1.8 versions #
  464. # and requires NorthTab plugin as a dependency #
  465. # That plugin can be found in local #
  466. # or remote maven repositories. #
  467. # http://repo.novaguilds.pl/tk/northpl/NorthTab/1.1-INDEV/NorthTab-1.1-INDEV.jar
  468. # It can be also found in #
  469. # ~/.m2/repository/tk/northpl/NorthTab/ #
  470. # if you've compiled the plugin yourself #
  471. # All vars and info is available on the website #
  472. # which is given on the top #
  473. # #
  474. # Players top: #
  475. # By points: {PLAYER_TOP_POINTS_Nx} #
  476. # By KDR (kills/deaths): {PLAYER_TOP_KDR_Nx} #
  477. # Replace 'x' with numbers 1-20 and place lines #
  478. # in the scheme. The plugin will do the rest #
  479. tablist:
  480. # enabled? #
  481. enabled: false
  482.  
  483. # refresh interval #
  484. refresh: 30s
  485.  
  486. # top patterns #
  487. toprow:
  488. players:
  489. points: "&6[&2{N}&6] &a{PLAYERNAME} &c{POINTS}"
  490. kdr: "&6[&2{N}&6] &a{PLAYERNAME} &c{KDR}"
  491. guilds: "&6[&2{N}&6] &a{GUILDNAME} &c{POINTS}"
  492. scheme:
  493. - "{PLAYER_NAME}"
  494. - "Money: &2{PLAYER_BALANCE}$"
  495. - "Kills: {PLAYER_KILLS}"
  496. - "Deaths: {PLAYER_DEATHS}"
  497. - "KDR: {PLAYER_KDR}"
  498. - "ChatMode: {PLAYER_CHATMODE}"
  499. - "SpyMode: {PLAYER_SPYMODE}"
  500. - "Bypass: {PLAYER_BYPASS}"
  501. - ""
  502. - "{SERVER_ONLINE}/{SERVER_MAX}"
  503. - "{WORLD_NAME}"
  504. - "{WORLD_SPAWN}"
  505. - ""
  506. - "{DATE_DAY}-{DATE_MONTH}-{DATE_YEAR}"
  507. - "{DATE_HOURS}:{DATE_MINUTES}:{DATE_SECONDS}"
  508. - ""
  509. - ""
  510. - ""
  511. - ""
  512. - ""
  513. - "Name: {GUILD_NAME}"
  514. - "Tag: {GUILD_TAG}"
  515. - "{GUILD_PLAYERS_ONLINE}/{GUILD_PLAYERS_MAX}"
  516. - "Lives: {GUILD_LIVES}"
  517. - "Progress: {GUILD_RAIDPROGRESS}"
  518. - "PVP: {GUILD_PVP}"
  519. - "Money: {GUILD_MONEY}"
  520. - "Points: {GUILD_POINTS}"
  521. - "Slots: {GUILD_SLOTS}"
  522. - "OpenInv: {GUILD_OPENINVITATION}"
  523. - "{GUILD_TIME_REGEN}"
  524. - "{GUILD_TIME_REST}"
  525. - "{GUILD_TIME_CREATED}"
  526. - "{GUILD_TIME_PROTECTION}"
  527. - "{GUILD_HOME}"
  528. - ""
  529. - ""
  530. - ""
  531. - ""
  532. - ""
  533. - "Guild top"
  534. - ""
  535. - "{GUILD_TOP_N1}"
  536. - "{GUILD_TOP_N2}"
  537. - "{GUILD_TOP_N3}"
  538. - "{GUILD_TOP_N4}"
  539. - "{GUILD_TOP_N5}"
  540. - "{GUILD_TOP_N6}"
  541. - "{GUILD_TOP_N7}"
  542. - "{GUILD_TOP_N8}"
  543. - "{GUILD_TOP_N9}"
  544. - "{GUILD_TOP_N10}"
  545. - ""
  546. - ""
  547. - ""
  548. - ""
  549. - ""
  550. - ""
  551. - ""
  552. - ""
  553. - "Players TOP (kdr)"
  554. - "{PLAYER_TOP_KDR_N1}"
  555. - "{PLAYER_TOP_KDR_N2}"
  556. - "{PLAYER_TOP_KDR_N3}"
  557. - "{PLAYER_TOP_KDR_N4}"
  558. - "{PLAYER_TOP_KDR_N5}"
  559. - "{PLAYER_TOP_KDR_N6}"
  560. - "{PLAYER_TOP_KDR_N7}"
  561. - "{PLAYER_TOP_KDR_N8}"
  562. - "{PLAYER_TOP_KDR_N9}"
  563. - "{PLAYER_TOP_KDR_N10}"
  564.  
  565. ###################################################
  566. # Region settings #
  567. region:
  568.  
  569. # materials used with selection #
  570. materials:
  571.  
  572. # highlighting a region #
  573. highlight:
  574. region:
  575. corner: DIAMOND_BLOCK
  576. border: "null"
  577.  
  578. # Ready to resize #
  579. resize:
  580. corner: GOLD_BLOCK
  581. border: "null"
  582.  
  583. # creating regions #
  584. selection:
  585.  
  586. # a valid rectangle #
  587. valid:
  588. corner: EMERALD_BLOCK
  589. border: WOOL:14
  590.  
  591. # an invalid rectangle #
  592. invalid:
  593. corner: EMERALD_BLOCK
  594. border: WOOL:15
  595.  
  596. # resizing #
  597. resize:
  598. corner: GOLD_BLOCK
  599. border: WOOL:6
  600.  
  601. # auto creating regions (when creating a guild) #
  602. autoregion: true
  603.  
  604. # minimal region size #
  605. minsize: 10
  606.  
  607. # maximum region size #
  608. maxsize: 100
  609.  
  610. # particles when entering a region #
  611. borderparticles: true
  612.  
  613. # water flow at regions #
  614. waterflow: true
  615.  
  616. # minimal distance from another guild or region #
  617. mindistance: 20
  618.  
  619. # allow allies interact #
  620. allyinteract: false
  621.  
  622. # tool item #
  623. tool: "STICK 1 name:&5NovaGuilds_&6Tool lore:&cLeft_Click_+_SHIFT|&6To_toggle_the_mode|&e****&2Check_Mode&e****|&6Right_click_to_check|&e****&2Select_Mode&e***|&cLeft/Right|&6click_to_select|&6Right_click_a_corner|&6to_resize"
  624.  
  625. # Disallow lava/water 5 blocks outside the region #
  626. fluidprotect: 5
  627.  
  628. # commands blocked at region #
  629. # when player is not member and not ally #
  630. # ! commands have to be lowercase ! #
  631. blockedcmds:
  632. - sethome
  633. - home
  634. - back
  635.  
  636. # deny interact (right click etc) at region #
  637. denyinteract:
  638. - WOODEN_DOOR
  639. - DARK_OAK_DOOR
  640. - SPRUCE_DOOR
  641. - BIRCH_DOOR
  642. - JUNGLE_DOOR
  643. - ACACIA_DOOR
  644. - DARK_OAK_FENCE_GATE
  645. - SPRUCE_FENCE_GATE
  646. - BIRCH_FENCE_GATE
  647. - JUNGLE_FENCE_GATE
  648. - ACACIA_FENCE_GATE
  649. - LEVER
  650. - DISPENSER
  651. - STONE_BUTTON
  652. - WOOD_BUTTON
  653. - DROPPER
  654. - HOPPER
  655. - FENCE_GATE
  656. - REDSTONE_COMPARATOR_OFF
  657. - REDSTONE_COMPARATOR_ON
  658. - REDSTONE_REPEATER
  659. - TRAP_DOOR
  660. - CHEST
  661. - ANVIL
  662. - ENCHANTMENT_TABLE
  663. - WORKBENCH
  664. - FURNACE
  665. - DIODE_BLOCK_ON
  666. - DIODE_BLOCK_OFF
  667. - WOOD_PLATE
  668. - STONE_PLATE
  669. - IRON_PLATE
  670. - GOLD_PLATE
  671. - ENDER_CHEST
  672. - ENDER_PORTAL_FRAME
  673. - NOTE_BLOCK
  674. - JUKEBOX
  675. - BEACON
  676. - ITEM_FRAME
  677. - BREWING_STAND
  678. - TRAPPED_CHEST
  679.  
  680. # deny using #
  681. denyuse:
  682. - ITEM_FRAME
  683. - ARMOR_STAND
  684.  
  685. # deny hitting mobs #
  686. denymobdamage:
  687. - PIG
  688. - COW
  689. - SHEEP
  690. - HORSE
  691. - WOLF
  692. - OCELOT
  693. - ARMOR_STAND
  694.  
  695. # deny riding mobs #
  696. denyriding:
  697. - HORSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement