Guest User

Untitled

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