Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 17.18 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: "&7[&a{RANK}&{COLOR}{TAG}&7] &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: "c"
  192.   guild: "b"
  193.  
  194. # ally chat settings                              #
  195.  ally:
  196.   prefix: "!!"
  197.   enabled: true
  198.   leaderprefix: true
  199.   format: "&6[&5Ally&6] &a{TAG}&8{PLAYERNAME}&6:&r "
  200.  
  201. # guild chat settings
  202.  guild:
  203.   prefix: "!"
  204.   enabled: true
  205.   leaderprefix: true
  206.   format: "&6[&7Guild&6] &a{LEADERPREFIX}&8{PLAYERNAME}&6:&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. groups:
  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.  
  408. # schematic that gets pasted when creating guild  #
  409. # This is WorldEdit compatible                    #
  410. # Save schematic with                             #
  411. # //schem save schematic <name>                   #
  412. # And move to plugins/NovaGuilds/schematic/       #
  413.     schematic: ""
  414.  
  415. # buying a life                                   #
  416.    buylife:
  417.     money: 10
  418.     items:
  419.      - GOLD_BLOCK 1
  420.  
  421. # buying a slot                                   #
  422.    buyslot:
  423.     money: 10
  424.     items:
  425.      - GOLD_BLOCK 1
  426.  
  427. # buying an effect                                #
  428.    effect:
  429.     money: 100
  430.     items: []
  431.  
  432. # buying a banner                                 #
  433.    banner:
  434.     money: 0
  435.     items: []
  436.  
  437.   region:
  438. # size (radius) of auto created region (5=10x10)  #
  439.    autoregionsize: 5
  440. # create price                                    #
  441.    createmoney: 100
  442. # price per block                                 #
  443.    ppb: 1
  444.  
  445. # Admin group (missing values are 0/empty (free)  #
  446.  admin:
  447.   guild:
  448.    create:
  449.     schematic: ""
  450.   region:
  451.    autoregionsize: 10
  452.  
  453.  
  454. ###################################################
  455. # Guild's vault                                   #
  456. vault:
  457. enabled: false
  458.  
  459. # vault item #
  460. item: CHEST 1 name:&6Guild's_Vault
  461.  
  462. # deny placing items from the list next           #
  463. # to the vault                                    #
  464.  denyrelative:
  465.   - HOPPER
  466.  
  467. # vault hologram #
  468.  hologram:
  469.   enabled: true
  470.  
  471. # Adding item holograms:                          #
  472. # [ITEM]NAMEORID AMOUNT                           #
  473.   lines:
  474.    - "[ITEM]GOLD_INGOT 1"
  475.    - "&6Guild's Vault"
  476.  
  477. ###################################################
  478. # The Tablist                                     #
  479. # It is available only for 1.8 versions           #
  480. # and requires NorthTab plugin as a dependency    #
  481. # That plugin can be found in local               #
  482. # or remote maven repositories.                   #
  483. # http://repo.novaguilds.pl/tk/northpl/NorthTab/1.1-INDEV/NorthTab-1.1-INDEV.jar
  484. # It can be also found in                         #
  485. # ~/.m2/repository/tk/northpl/NorthTab/           #
  486. # if you've compiled the plugin yourself          #
  487. # All vars and info is available on the website   #
  488. # which is given on the top                       #
  489. #                                                 #
  490. # Players top:                                    #
  491. # By points: {PLAYER_TOP_POINTS_Nx}               #
  492. # By KDR (kills/deaths): {PLAYER_TOP_KDR_Nx}      #
  493. # Replace 'x' with numbers 1-20 and place lines   #
  494. # in the scheme. The plugin will do the rest      #
  495. tablist:
  496. # enabled?                                        #
  497. enabled: false
  498.  
  499. # refresh interval                                #
  500. refresh: 30s
  501.  
  502. # top patterns                                    #
  503. toprow:
  504.  players:
  505.   points: "&6[&2{N}&6] &a{PLAYERNAME} &c{POINTS}"
  506.   kdr: "&6[&2{N}&6] &a{PLAYERNAME} &c{KDR}"
  507.  guilds: "&6[&2{N}&6] &a{GUILDNAME} &c{POINTS}"
  508. scheme:
  509.  - "{PLAYER_NAME}"
  510.  - "Money: &2{PLAYER_BALANCE}$"
  511.  - "Kills: {PLAYER_KILLS}"
  512.  - "Deaths: {PLAYER_DEATHS}"
  513.  - "KDR: {PLAYER_KDR}"
  514.  - "ChatMode: {PLAYER_CHATMODE}"
  515.  - "SpyMode: {PLAYER_SPYMODE}"
  516.  - "Bypass: {PLAYER_BYPASS}"
  517.  - ""
  518.  - "{SERVER_ONLINE}/{SERVER_MAX}"
  519.  - "{WORLD_NAME}"
  520.  - "{WORLD_SPAWN}"
  521.  - ""
  522.  - "{DATE_DAY}-{DATE_MONTH}-{DATE_YEAR}"
  523.  - "{DATE_HOURS}:{DATE_MINUTES}:{DATE_SECONDS}"
  524.  - ""
  525.  - ""
  526.  - ""
  527.  - ""
  528.  - ""
  529.  - "Name: {GUILD_NAME}"
  530.  - "Tag: {GUILD_TAG}"
  531.  - "{GUILD_PLAYERS_ONLINE}/{GUILD_PLAYERS_MAX}"
  532.  - "Lives: {GUILD_LIVES}"
  533.  - "Progress: {GUILD_RAIDPROGRESS}"
  534.  - "PVP: {GUILD_PVP}"
  535.  - "Money: {GUILD_MONEY}"
  536.  - "Points: {GUILD_POINTS}"
  537.  - "Slots: {GUILD_SLOTS}"
  538.  - "OpenInv: {GUILD_OPENINVITATION}"
  539.  - "{GUILD_TIME_REGEN}"
  540.  - "{GUILD_TIME_REST}"
  541.  - "{GUILD_TIME_CREATED}"
  542.  - "{GUILD_TIME_PROTECTION}"
  543.  - "{GUILD_HOME}"
  544.  - ""
  545.  - ""
  546.  - ""
  547.  - ""
  548.  - ""
  549.  - "Guild top"
  550.  - ""
  551.  - "{GUILD_TOP_N1}"
  552.  - "{GUILD_TOP_N2}"
  553.  - "{GUILD_TOP_N3}"
  554.  - "{GUILD_TOP_N4}"
  555.  - "{GUILD_TOP_N5}"
  556.  - "{GUILD_TOP_N6}"
  557.  - "{GUILD_TOP_N7}"
  558.  - "{GUILD_TOP_N8}"
  559.  - "{GUILD_TOP_N9}"
  560.  - "{GUILD_TOP_N10}"
  561.  - ""
  562.  - ""
  563.  - ""
  564.  - ""
  565.  - ""
  566.  - ""
  567.  - ""
  568.  - ""
  569.  - "Players TOP (kdr)"
  570.  - "{PLAYER_TOP_KDR_N1}"
  571.  - "{PLAYER_TOP_KDR_N2}"
  572.  - "{PLAYER_TOP_KDR_N3}"
  573.  - "{PLAYER_TOP_KDR_N4}"
  574.  - "{PLAYER_TOP_KDR_N5}"
  575.  - "{PLAYER_TOP_KDR_N6}"
  576.  - "{PLAYER_TOP_KDR_N7}"
  577.  - "{PLAYER_TOP_KDR_N8}"
  578.  - "{PLAYER_TOP_KDR_N9}"
  579.  - "{PLAYER_TOP_KDR_N10}"
  580.  
  581. ###################################################
  582. # Region settings                                 #
  583. region:
  584.  
  585. # materials used with selection                   #
  586. materials:
  587.  
  588. # highlighting a region                           #
  589.  highlight:
  590.   region:
  591.    corner: DIAMOND_BLOCK
  592.    border: "null"
  593.  
  594. # Ready to resize                                 #
  595.   resize:
  596.    corner: GOLD_BLOCK
  597.    border: "null"
  598.  
  599. # creating regions                                #
  600.  selection:
  601.  
  602. # a valid rectangle                               #
  603.   valid:
  604.    corner: EMERALD_BLOCK
  605.    border: WOOL:14
  606.  
  607. # an invalid rectangle                            #
  608.   invalid:
  609.    corner: EMERALD_BLOCK
  610.    border: WOOL:15
  611.  
  612. # resizing                                        #
  613.  resize:
  614.   corner: GOLD_BLOCK
  615.   border: WOOL:6
  616.  
  617. # auto creating regions (when creating a guild)   #
  618. autoregion: true
  619.  
  620. # minimal region size                             #
  621. minsize: 10
  622.  
  623. # maximum region size                             #
  624. maxsize: 100
  625.  
  626. # particles when entering a region                #
  627. borderparticles: true
  628.  
  629. # water flow at regions                           #
  630. waterflow: true
  631.  
  632. # minimal distance from another guild or region   #
  633. mindistance: 20
  634.  
  635. # allow allies interact                           #
  636. allyinteract: false
  637.  
  638. # tool item                                       #
  639. 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"
  640.  
  641. # Disallow lava/water 5 blocks outside the region #
  642. fluidprotect: 5
  643.  
  644. # commands blocked at region                      #
  645. # when player is not member and not ally          #
  646. # ! commands have to be lowercase !               #
  647. blockedcmds:
  648.  - sethome
  649.  - home
  650.  - back
  651.  
  652. # deny interact (right click etc) at region       #
  653. denyinteract:
  654.  - WOODEN_DOOR
  655.  - DARK_OAK_DOOR
  656.  - SPRUCE_DOOR
  657.  - BIRCH_DOOR
  658.  - JUNGLE_DOOR
  659.  - ACACIA_DOOR
  660.  - DARK_OAK_FENCE_GATE
  661.  - SPRUCE_FENCE_GATE
  662.  - BIRCH_FENCE_GATE
  663.  - JUNGLE_FENCE_GATE
  664.  - ACACIA_FENCE_GATE
  665.  - LEVER
  666.  - DISPENSER
  667.  - STONE_BUTTON
  668.  - WOOD_BUTTON
  669.  - DROPPER
  670.  - HOPPER
  671.  - FENCE_GATE
  672.  - REDSTONE_COMPARATOR_OFF
  673.  - REDSTONE_COMPARATOR_ON
  674.  - REDSTONE_REPEATER
  675.  - TRAP_DOOR
  676.  - CHEST
  677.  - ANVIL
  678.  - ENCHANTMENT_TABLE
  679.  - WORKBENCH
  680.  - FURNACE
  681.  - DIODE_BLOCK_ON
  682.  - DIODE_BLOCK_OFF
  683.  - WOOD_PLATE
  684.  - STONE_PLATE
  685.  - IRON_PLATE
  686.  - GOLD_PLATE
  687.  - ENDER_CHEST
  688.  - ENDER_PORTAL_FRAME
  689.  - NOTE_BLOCK
  690.  - JUKEBOX
  691.  - BEACON
  692.  - ITEM_FRAME
  693.  - BREWING_STAND
  694.  - TRAPPED_CHEST
  695.  
  696. # deny using                                      #
  697. denyuse:
  698.  - ITEM_FRAME
  699.  - ARMOR_STAND
  700.  
  701. # deny hitting mobs                               #
  702. denymobdamage:
  703.  - PIG
  704.  - COW
  705.  - SHEEP
  706.  - HORSE
  707.  - WOLF
  708.  - OCELOT
  709.  - ARMOR_STAND
  710.  
  711. # deny riding mobs                                #
  712. denyriding:
  713.  - HORSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement