Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.32 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. # fr-fr # French #
  52. # =-=-= # =-=-=-= #
  53. lang:
  54. name: en-en
  55.  
  56. ###################################################
  57. # Override Essentials' language settings #
  58. # true - use language set above #
  59. # false - use Essentials' language #
  60. overrideessentials: false
  61.  
  62. ###################################################
  63. # Use titles to display suitable messages #
  64. usetitles: true
  65.  
  66. bossbar:
  67. enabled: true
  68.  
  69. # Boss bar during the raid #
  70. raidbar:
  71. enabled: true
  72.  
  73. # Bar style #
  74. style: SOLID
  75.  
  76. # Bar color #
  77. color: PURPLE
  78.  
  79. tagapi:
  80. enabled: true
  81.  
  82. signgui:
  83. enabled: true
  84.  
  85. ###################################################
  86. # Points below player's name #
  87. pointsbelowname: true
  88.  
  89. ###################################################
  90. # HolographicDisplays settings #
  91. holographicdisplays:
  92.  
  93. # enabled or not #
  94. enabled: true
  95.  
  96. # Refreshing holograms #
  97. refresh: 15m
  98.  
  99. ###################################################
  100. # Custom entities (Flan's mod tanks etc.) #
  101. # Vanilla Minecraft will work fine with this off #
  102. advancedentityuse: false
  103.  
  104. ###################################################
  105. # Save interval #
  106. saveinterval: 15m
  107.  
  108. ###################################################
  109. # Dynmap #
  110. dynmap: true
  111.  
  112. ###################################################
  113. # after the raid is over and this time #
  114. # the guild will get +1 live #
  115. liveregeneration:
  116.  
  117. # live regeneration time #
  118. regentime: 12h
  119.  
  120. # checking for new lives - interval #
  121. taskinterval: 30m
  122.  
  123. ###################################################
  124. # Guilds cleanup #
  125. cleanup:
  126.  
  127. # enabled or not #
  128. enabled: true
  129.  
  130. # time after which a guild is removed #
  131. inactivetime: 75d
  132.  
  133. # checking interval #
  134. interval: 1d
  135.  
  136. # checking delay after startup #
  137. startupdelay: 10s
  138.  
  139. ###################################################
  140. # Command aliases #
  141. aliases:
  142. guild:
  143. - g
  144. - gildia
  145. create:
  146. - zaloz
  147. invite:
  148. - zapros
  149. abandon:
  150. - rozwiaz
  151. join:
  152. - dolacz
  153. leave:
  154. - opusc
  155.  
  156. ###################################################
  157. # Leaderboard settings #
  158. leaderboard:
  159. guild:
  160. rows: 5
  161.  
  162. ###################################################
  163. # Chat settings #
  164. chat:
  165.  
  166. # tag pattern #
  167. tag:
  168. chat: "&7[&a{RANK}&{COLOR}{TAG}&7] &r"
  169. scoreboard: "&a{RANK}&{COLOR}{TAG} &r"
  170.  
  171. # leader prefix character #
  172. leaderprefix: "*"
  173.  
  174. # displaying tags using Essentials (or whatever) #
  175. # or just tag+name #
  176. # false requires adding {TAG} to chat format #
  177. # in Essentials' config! #
  178. displaynametags: false
  179.  
  180. # advanced chat #
  181. # + colored tags #
  182. # - often breaks chat plugins :( #
  183. advanced: true
  184.  
  185. # /confirm timeout
  186. confirmtimeout: 20s
  187.  
  188. # tag colors depending on ally/war etc #
  189. tagcolors:
  190. neutral: "a"
  191. ally: "5"
  192. war: "c"
  193. guild: "b"
  194.  
  195. # ally chat settings #
  196. ally:
  197. prefix: "!!"
  198. enabled: true
  199. leaderprefix: true
  200. format: "&6[&5Ally&6] &a{GUILD_TAG}&8{PLAYER_NAME}&6:&r "
  201.  
  202. # guild chat settings #
  203. guild:
  204. prefix: "!"
  205. enabled: true
  206. leaderprefix: true
  207. format: "&6[&7Guild&6] &a{LEADER_PREFIX}&8{PLAYER_NAME}&6:&r "
  208.  
  209. # Top players have their rank displayed in chat #
  210. # Put {NOVAGUILDS_TOP} in Essentials' config #
  211. # true = points, false = kdr #
  212. top:
  213. amount: 3
  214. format: "&7[&b{INDEX}&7] "
  215. points: true
  216.  
  217. ###################################################
  218. # Raid settings #
  219. raid:
  220. enabled: true
  221.  
  222. # minimum players online to start a raid #
  223. minonline: 1
  224.  
  225. # how many points are being taken when defeated #
  226. pointstake: 100
  227.  
  228. # progress of raid every second #
  229. # (1.00 = 100s to take life) #
  230. multipler: 1.00
  231.  
  232. # time guild has to rest after a raid (24h) #
  233. timerest: 24h
  234.  
  235. # inactive time after which the raid is over #
  236. timeinactive: 30s
  237.  
  238. # +5% points/money for pvp kill during raid #
  239. pvp:
  240. bonuspercent:
  241. money: 5
  242. points: 5
  243.  
  244. ###################################################
  245. # PVP settings #
  246. killing:
  247.  
  248. # percent of victim's money #
  249. moneyforkill: 5
  250. moneyforrevenge: 10
  251.  
  252. # That's probably some mysterious math. #
  253. # play with it #
  254. rankpercent: 1
  255.  
  256. # starting amount of points #
  257. startpoints: 50
  258.  
  259. # cooldown until points/money can be gained again #
  260. cooldown: 10m
  261.  
  262. ###################################################
  263. # Guild settings #
  264. guild:
  265.  
  266. # disabled worlds #
  267. disabledworlds:
  268. - world_nether
  269. - world_the_end
  270.  
  271. # new guilds protection #
  272. createprotection: 6h
  273.  
  274. # start amounts #
  275. start:
  276. points: 0
  277. money: 0
  278.  
  279. # slots amount; start and maximum amount #
  280. slots:
  281. start: 10
  282. max: 20
  283.  
  284. # lives amount; start and maximum amount #
  285. lives:
  286. start: 2
  287. max: 4
  288.  
  289. # minimal distance from spawn #
  290. fromspawn: 300
  291.  
  292. # default guild pvp setting. false = no pvp #
  293. defaultpvp: false
  294.  
  295. # allowed strings #
  296. stringcheck:
  297. # checking enabled #
  298. enabled: true
  299.  
  300. # use regex or allowed characters #
  301. regex: false
  302.  
  303. # allowed characters patter #
  304. pattern: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789&"
  305.  
  306. # regex pattern #
  307. regexpattern: "[A-Za-z0-9&]*"
  308.  
  309. # settings for tag and name strings #
  310. settings:
  311.  
  312. tag:
  313. # length #
  314. min: 3
  315. max: 4
  316.  
  317. name:
  318. # length #
  319. min: 4
  320. max: 10
  321.  
  322. # guild points taken and given on death #
  323. killpoints: 5
  324. deathpoints: 5
  325.  
  326. # /g effect #
  327. effect:
  328.  
  329. # duration of the effect #
  330. duration: 100s
  331.  
  332. # available effects #
  333. list:
  334. - JUMP
  335. - INCREASE_DAMAGE
  336. - HEAL
  337.  
  338. # If this is set to true the points of the guild #
  339. # Are the sum of points of all its members #
  340. playerpoints: false
  341.  
  342. ###################################################
  343. # Guild ranks #
  344. rank:
  345.  
  346. # Maximum allowed amount of custom ranks #
  347. maxamount: 5
  348.  
  349. # Enable ranks menu in the GUI #
  350. gui: true
  351.  
  352. # default guild ranks #
  353. # leader rank is generated by the plugin #
  354. defaultranks:
  355. member:
  356. permissions:
  357. - BLOCK_BREAK
  358. - BLOCK_PLACE
  359. - MOB_ATTACK
  360. - MOB_RIDE
  361. - MOB_LEASH
  362. - INTERACT
  363. - BANK_PAY
  364. - HOME_TELEPORT
  365. - VAULT_ACCESS
  366. - VAULT_PUT
  367. mayor:
  368. inherit: member
  369. permissions:
  370. - KICK
  371. - EFFECT
  372. - INVITE
  373. - BANK_WITHDRAW
  374. - PVPTOGGLE
  375. - BUYSLOT
  376. - BUYLIFE
  377.  
  378. ###################################################
  379. # Groups #
  380. # permissions: novaguilds.group.GROUP #
  381. # eg: novaguilds.group.vip #
  382. # there's no need for admin group. #
  383. # novaguilds.group.admin for all stuff free #
  384. groups:
  385. # THIS IS A DEFAULT GROUP! #
  386.  
  387. # the name goes here #
  388. default:
  389. guild:
  390. # teleporting to guild's home #
  391. home:
  392.  
  393. # teleport delay #
  394. tpdelay: 6
  395.  
  396. # money required #
  397. money: 500
  398.  
  399. # items required #
  400. items: []
  401.  
  402. # join a guild #
  403. join:
  404. money: 2000
  405. items: []
  406.  
  407. # creating a guild #
  408. create:
  409. money: 10000
  410. items:
  411. - DIAMOND_BLOCK 16
  412. - 41 32
  413. - 322 32
  414. - tnt 32
  415. - 47 64
  416. - 49 64
  417. - 39 32
  418. - 40 32
  419.  
  420. # schematic that gets pasted when creating guild #
  421. # This is WorldEdit compatible #
  422. # Save schematic with #
  423. # //schem save schematic <name> #
  424. # And move to plugins/NovaGuilds/schematic/ #
  425. schematic: "plugins/NovaGuilds/schematic/terengildii.schematic"
  426.  
  427. # buying a life #
  428. buylife:
  429. money: 5000
  430. items:
  431. - GOLD_BLOCK 32
  432.  
  433. # buying a slot #
  434. buyslot:
  435. money: 1500
  436. items:
  437. - GOLD_BLOCK 10
  438.  
  439. # buying an effect #
  440. effect:
  441. money: 10000
  442. items: []
  443.  
  444. # buying a banner #
  445. banner:
  446. money: 0
  447. items: []
  448.  
  449. region:
  450. # size (radius) of auto created region (5=10x10) #
  451. autoregionsize: 50
  452. # create price #
  453. createmoney: 1000
  454. # price per block #
  455. ppb: 1
  456.  
  457. # enlarging a region #
  458. enlarge:
  459. # Region gets bigger 5 blocks in each direction #
  460. blocks: 5
  461. money: 10
  462. items:
  463. - DIAMOND 64
  464.  
  465. # Admin group (missing values are 0/empty (free) #
  466. admin:
  467. guild:
  468. create:
  469. schematic: ""
  470. region:
  471. autoregionsize: 10
  472. enlarge:
  473. blocks: 5
  474.  
  475. ###################################################
  476. # Guild's vault #
  477. vault:
  478. enabled: true
  479.  
  480. # vault item #
  481. item: CHEST 1 name:&6Bank
  482.  
  483. # deny placing items from the list next #
  484. # to the vault #
  485. denyrelative:
  486. - HOPPER
  487.  
  488. # vault hologram #
  489. hologram:
  490. enabled: true
  491.  
  492. # Adding item holograms: #
  493. # [ITEM]NAMEORID AMOUNT #
  494. lines:
  495. - "[ITEM]GOLD_INGOT 1"
  496. - "&6Guild's Vault"
  497.  
  498. ###################################################
  499. # The Tablist #
  500. # All vars and info is available on the website #
  501. # which is given on the top #
  502. # #
  503. # Players top: #
  504. # By points: {PLAYER_TOP_PLAYER_POINTS_Nx} #
  505. # By KDR: {PLAYER_TOP_PLAYER_KDR_Nx} #
  506. # Guilds top: #
  507. # By points: {GUILD_TOP_Nx} #
  508. # Replace 'x' with numbers 1-20 and place lines #
  509. # in the scheme. The plugin will do the rest #
  510. tablist:
  511. # enabled? #
  512. enabled: true
  513.  
  514. # refresh interval #
  515. refresh: 1s
  516.  
  517. # header and footer #
  518. header: "&4&l*&b&lIwarBlade.pl&4&l*"
  519. footer: ""
  520.  
  521. # The skin to be displayed in the tab #
  522. texture: "MHF_Question"
  523.  
  524. # top patterns #
  525. toprow:
  526. players:
  527. points: "&6[&2{N}&6] &a{PLAYER_NAME} &c{PLAYER_POINTS}"
  528. kdr: "&6[&2{N}&6] &a{PLAYER_NAME} &c{PLAYER_KDR}"
  529. guilds: "&6[&2{N}&6] &a{GUILD_NAME} &c{GUILD_POINTS}"
  530. scheme:
  531. - "&a&l{PLAYER_NAME}"
  532. - "&b&lKasa&0&l: &2{PLAYER_BALANCE}$"
  533. - "&b&lKill&0&l: &9&l{PLAYER_KILLS}"
  534. - "&b&lZgony&0&l: &9&l{PLAYER_DEATHS}"
  535. - "&b&lPunkty&0&l: &9&l{PLAYER_POINTS}"
  536. - "&b&lChatMode&0&l: &9&l{PLAYER_CHATMODE}"
  537. - "&b&lSpyMode&0&l: &9&l{PLAYER_SPYMODE}"
  538. - "&b&lBypass&0&l: &9&l{PLAYER_BYPASS}"
  539. - ""
  540. - "&b&lGodzina"
  541. - "&9&l{DATE_HOURS}&0&l:&9&l{DATE_MINUTES}&0&l:&9&l{DATE_SECONDS}"
  542. - ""
  543. - ""
  544. - ""
  545. - ""
  546. - ""
  547. - ""
  548. - ""
  549. - ""
  550. - ""
  551. - "&b&lNazwa&0&l: &9&l{GUILD_NAME}"
  552. - "&b&lTag&0&l: &9&l{GUILD_TAG}"
  553. - "&9&l{GUILD_PLAYERS_ONLINE}/{GUILD_PLAYERS_MAX}"
  554. - "&b&lZycia&0&l: &9&l{GUILD_LIVES}"
  555. - "&b&lProgres&0&l: &9&l{GUILD_RAIDPROGRESS}"
  556. - "&b&lPVP&0&l: &9&l{GUILD_PVP}"
  557. - "&b&lKasa&0&l: &9&l{GUILD_MONEY}"
  558. - "&b&lPunkty&0&l: &9&l{GUILD_POINTS}"
  559. - "&b&lMiejsce&0&l: &9&l{GUILD_SLOTS}"
  560. - "&b&lOpenInv&0&l: &9&l{GUILD_OPENINVITATION}"
  561. - "&9&l{GUILD_TIME_REGEN}"
  562. - "&9&l{GUILD_TIME_REST}"
  563. - "&9&l{GUILD_TIME_CREATED}"
  564. - "&9&l{GUILD_TIME_PROTECTION}"
  565. - "&9&l{GUILD_HOME}"
  566. - ""
  567. - ""
  568. - ""
  569. - ""
  570. - ""
  571. - "&b&lTop 10 Gildi"
  572. - "&9&l{GUILD_TOP_N1}"
  573. - "&9&l{GUILD_TOP_N2}"
  574. - "&9&l{GUILD_TOP_N3}"
  575. - "&9&l{GUILD_TOP_N4}"
  576. - "&9&l{GUILD_TOP_N5}"
  577. - "&9&l{GUILD_TOP_N6}"
  578. - "&9&l{GUILD_TOP_N7}"
  579. - "&9&l{GUILD_TOP_N8}"
  580. - "&9&l{GUILD_TOP_N9}"
  581. - "&9&l{GUILD_TOP_N10}"
  582. - ""
  583. - ""
  584. - ""
  585. - ""
  586. - ""
  587. - ""
  588. - ""
  589. - ""
  590. - ""
  591. - "&b&lTop 10 Graczy"
  592. - "&9&l{PLAYER_TOP_PLAYER_POINTS_N1}"
  593. - "&9&l{PLAYER_TOP_PLAYER_POINTS_N2}"
  594. - "&9&l{PLAYER_TOP_PLAYER_POINTS_N3}"
  595. - "&9&l{PLAYER_TOP_PLAYER_POINTS_N4}"
  596. - "&9&l{PLAYER_TOP_PLAYER_POINTS_N5}"
  597. - "&9&l{PLAYER_TOP_PLAYER_POINTS_N6}"
  598. - "&9&l{PLAYER_TOP_PLAYER_POINTS_N7}"
  599. - "&9&l{PLAYER_TOP_PLAYER_POINTS_N8}"
  600. - "&9&l{PLAYER_TOP_PLAYER_POINTS_N9}"
  601. - "&9&l{PLAYER_TOP_PLAYER_POINTS_N10}"
  602.  
  603. ###################################################
  604. # Region settings #
  605. region:
  606.  
  607. # materials used with selection #
  608. materials:
  609.  
  610. # highlighting a region #
  611. highlight:
  612. region:
  613. corner: DIAMOND_BLOCK
  614. border: "null"
  615.  
  616. # Ready to resize #
  617. resize:
  618. corner: GOLD_BLOCK
  619. border: "null"
  620.  
  621. # creating regions #
  622. selection:
  623.  
  624. # a valid rectangle #
  625. valid:
  626. corner: EMERALD_BLOCK
  627. border: WOOL:14
  628.  
  629. # an invalid rectangle #
  630. invalid:
  631. corner: EMERALD_BLOCK
  632. border: WOOL:15
  633.  
  634. # resizing #
  635. resize:
  636. corner: GOLD_BLOCK
  637. border: WOOL:6
  638.  
  639. # auto creating regions (when creating a guild) #
  640. autoregion: true
  641.  
  642. # minimal region size #
  643. minsize: 50
  644.  
  645. # maximum region size #
  646. maxsize: 100
  647.  
  648. # Maximum amount of regions #
  649. maxamount: 3
  650.  
  651. # particles when entering a region #
  652. borderparticles: true
  653.  
  654. # water flow at regions #
  655. waterflow: true
  656.  
  657. # minimal distance from another guild or region #
  658. mindistance: 20
  659.  
  660. # allow allies interact #
  661. allyinteract: false
  662.  
  663. # tool item #
  664. 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 glow:1"
  665.  
  666. # Disallow lava/water 5 blocks outside the region #
  667. fluidprotect: 5
  668.  
  669. # Block creating regions on WorldGuard areas #
  670. # Set 'ngregion' flag to ALLOW to override #
  671. worldguard: true
  672.  
  673. # commands blocked at region #
  674. # when player is not member and not ally #
  675. # ! commands have to be lowercase ! #
  676. blockedcmds:
  677. - sethome
  678. - home
  679. - back
  680.  
  681. # deny interact (right click etc) at region #
  682. denyinteract:
  683. - WOODEN_DOOR
  684. - DARK_OAK_DOOR
  685. - SPRUCE_DOOR
  686. - BIRCH_DOOR
  687. - JUNGLE_DOOR
  688. - ACACIA_DOOR
  689. - DARK_OAK_FENCE_GATE
  690. - SPRUCE_FENCE_GATE
  691. - BIRCH_FENCE_GATE
  692. - JUNGLE_FENCE_GATE
  693. - ACACIA_FENCE_GATE
  694. - LEVER
  695. - DISPENSER
  696. - STONE_BUTTON
  697. - WOOD_BUTTON
  698. - DROPPER
  699. - HOPPER
  700. - FENCE_GATE
  701. - REDSTONE_COMPARATOR_OFF
  702. - REDSTONE_COMPARATOR_ON
  703. - REDSTONE_REPEATER
  704. - TRAP_DOOR
  705. - CHEST
  706. - ANVIL
  707. - ENCHANTMENT_TABLE
  708. - WORKBENCH
  709. - FURNACE
  710. - DIODE_BLOCK_ON
  711. - DIODE_BLOCK_OFF
  712. - WOOD_PLATE
  713. - STONE_PLATE
  714. - IRON_PLATE
  715. - GOLD_PLATE
  716. - ENDER_CHEST
  717. - ENDER_PORTAL_FRAME
  718. - NOTE_BLOCK
  719. - JUKEBOX
  720. - BEACON
  721. - ITEM_FRAME
  722. - BREWING_STAND
  723. - TRAPPED_CHEST
  724.  
  725. # deny using #
  726. denyuse:
  727. - ITEM_FRAME
  728. - ARMOR_STAND
  729.  
  730. # deny hitting mobs #
  731. denymobdamage:
  732. - PIG
  733. - COW
  734. - SHEEP
  735. - HORSE
  736. - WOLF
  737. - OCELOT
  738. - ARMOR_STAND
  739.  
  740. # deny riding mobs #
  741. denyriding:
  742. - HORSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement