Advertisement
Guest User

Untitled

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