Advertisement
Guest User

Untitled

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