Advertisement
Guest User

Untitled

a guest
Nov 11th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.87 KB | None | 0 0
  1. # VotingPlugin by Ben12345rocks
  2.  
  3. # Main Config
  4.  
  5. # See wiki for help:
  6.  
  7. # https://github.com/Ben12345rocks/VotingPlugin/wiki
  8.  
  9. DataStorage: SQLITE
  10.  
  11. MySQL:
  12.  
  13. Host: '198.50.238.4'
  14.  
  15. Port: 8192
  16.  
  17. Database: ''
  18.  
  19. Username: ''
  20.  
  21. Password: ''
  22.  
  23. MaxConnections: 1
  24.  
  25. MaxSize: -1
  26.  
  27. Prefix: ''
  28.  
  29. AllowUnjoined: true
  30.  
  31.  
  32.  
  33. # ------------------------------------------------
  34.  
  35. # VoteReminding
  36.  
  37. # ------------------------------------------------
  38.  
  39. VoteReminding:
  40.  
  41. Enabled: false
  42.  
  43. RemindOnlyOnce: true
  44.  
  45. RemindOnLogin: true
  46.  
  47. RemindDelay: 30
  48.  
  49. Rewards:
  50.  
  51. Messages:
  52.  
  53. Player: '&aRemember to vote!'
  54.  
  55. Title:
  56.  
  57. Enabled: false
  58.  
  59. Title: '&cRemember to vote!'
  60.  
  61. SubTitle: '&aType /vote'
  62.  
  63. FadeIn: 10
  64.  
  65. ShowTime: 50
  66.  
  67. FadeOut: 10
  68.  
  69. ActionBar:
  70.  
  71. Message: '&cRemember to vote'
  72.  
  73. Delay: 30
  74.  
  75.  
  76.  
  77. # ------------------------------------------------
  78.  
  79. # Format
  80.  
  81. # ------------------------------------------------
  82.  
  83. Commands:
  84.  
  85. # Wether or not the following commands will open GUIs rather than display text
  86.  
  87. UseGUI:
  88.  
  89. Today: false
  90.  
  91. TopVoter: false
  92.  
  93. Last: false
  94.  
  95. Next: false
  96.  
  97. Total: false
  98.  
  99. Vote: false
  100.  
  101. Best: false
  102.  
  103. Streak: false
  104.  
  105. VoteRewardFromVoteURL: false
  106.  
  107. DisableVoteRewardGUIs: false
  108.  
  109. Format:
  110.  
  111. # CommandHandler help message
  112.  
  113. HelpLine: '&3&l%Command% - &3%HelpMessage%'
  114.  
  115. BroadcastMsg: ''
  116.  
  117. BroadcastWhenOnline: false
  118.  
  119. Commands:
  120.  
  121. Vote:
  122.  
  123. Text:
  124.  
  125. - '&4&lVote for our server!'
  126.  
  127. AutoInputSites: true
  128.  
  129. Sites: '&4%num%: &c&l%SiteName% - &c%url%'
  130.  
  131. Next:
  132.  
  133. Title: '&3&l%player% Next Votes:'
  134.  
  135. Layout: '&3%SiteName%: &6%info%'
  136.  
  137.  
  138.  
  139. Info:
  140.  
  141. CanVote: 'Go Vote!'
  142.  
  143. TimeUntilVote: '%hours% Hours and %minutes% Minutes'
  144.  
  145. Error: '&cCould not caculate time until next vote!'
  146.  
  147. VoteDelayDaily: '%hours% Hours and %minutes% Minutes'
  148.  
  149. Last:
  150.  
  151. Title: '&3&l%player% Last Vote Times:'
  152.  
  153. Line: '&3%SiteName%: &6%timeSince% ago'
  154.  
  155. TimeFormat: '%amount% %TimeType%'
  156.  
  157. NeverVoted: 'Never voted'
  158.  
  159. Total:
  160.  
  161. - '&3&l%player% Total Votes:'
  162.  
  163. - '&3&lDaily Total: &6&l%DailyTotal%'
  164.  
  165. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  166.  
  167. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  168.  
  169. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  170.  
  171. TotalAll:
  172.  
  173. - '&3&lServer Total Votes:'
  174.  
  175. - '&3&lDaily Total: &6&l%DailyTotal%'
  176.  
  177. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  178.  
  179. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  180.  
  181. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  182.  
  183. Top:
  184.  
  185. Title: '&3Top %Top% Voters %page%/%maxpages%'
  186.  
  187. Line: '&c%num%: &6%player%, %votes%'
  188.  
  189. Help:
  190.  
  191. Title: '&3&lVoting Player Help'
  192.  
  193. Line: '&3&l%Command% - &3%HelpMessage%'
  194.  
  195. RequirePermission: true
  196.  
  197. Best:
  198.  
  199. Title: '&3&l%player% Best Votes'
  200.  
  201. Lines:
  202.  
  203. - '&3Highest Daily Total: &3&l%HighestDailyTotal%'
  204.  
  205. - '&3Highest Week Total: &3&l%HighestWeeklyTotal%'
  206.  
  207. - '&3Highest Month Total: &3&l%HighestMonthlyTotal%'
  208.  
  209. Streak:
  210.  
  211. Title: '&3&l%player% Vote Streak'
  212.  
  213. Lines:
  214.  
  215. - '&3Current Daily Streak: &3&l%DailyStreak%'
  216.  
  217. - '&3Current Week Streak: &3&l%WeeklyStreak%'
  218.  
  219. - '&3Current Month Streak: &3&l%MonthlyStreak%'
  220.  
  221. - '&3&lHighest Streaks:'
  222.  
  223. - '&3Highest Daily Streak: &3&l%BestDailyStreak%'
  224.  
  225. - '&3Highest Week Streak: &3&l%BestWeeklyStreak%'
  226.  
  227. - '&3Highest Month Streak: &3&l%BestMonthlyStreak%'
  228.  
  229. Party:
  230.  
  231. - '&cCurrently at &6%Votes%&c, &6%NeededVotes% &cmore votes to go to reach &6%VotesRequired%'
  232.  
  233. Points: '&a%Player% currently has &a&l%Points%&a Points!'
  234.  
  235. ToggleBroadcast:
  236.  
  237. Enabled: '&cYou will now see vote broadcasts'
  238.  
  239. Disabled: '&cYou will no longer see vote broadcasts'
  240.  
  241. TopVoterAwardMsg: '&aYou came in %place% in top voters of the month! Here is an award!'
  242.  
  243. TimeFomrats:
  244.  
  245. Day: 'Day'
  246.  
  247. Days: 'Days'
  248.  
  249. Hour: 'Hour'
  250.  
  251. Hours: 'Hours'
  252.  
  253. Minute: 'Minute'
  254.  
  255. Minutes: 'Minutes'
  256.  
  257. Second: 'Second'
  258.  
  259. Seconds: 'Seconds'
  260.  
  261. Signs:
  262.  
  263. TopVoterSign:
  264.  
  265. Line1: 'TopVoter: %SiteName%'
  266.  
  267. Line2: '#%position%'
  268.  
  269. Line3: '%player%'
  270.  
  271. Line4: '%votes% Votes'
  272.  
  273. RightClickMessage: '&c&l%player% &cis &c&l%position% &cwith &c&l%votes% &cvotes in &c&l%SiteName%'
  274.  
  275. NoPerms: '&cYou do not have enough permission!'
  276.  
  277. NotNumber: '&cError on &6%arg%&c, number expected!'
  278.  
  279. ShopPurchase: '&aYou bought the %Identifier% for %Points% Points!'
  280.  
  281. ShopFailed: '&cYou do not have %Points% points to purchase this!'
  282.  
  283. UserNotExist: '&cUser does not exist: %player%'
  284.  
  285. PrevPage: '&aPrevious Page'
  286.  
  287. NextPage: '&aNext Page'
  288.  
  289. InvFull: '&cInventory full, dropping items on ground'
  290.  
  291. TopVoter:
  292.  
  293. Daily: 'Daily'
  294.  
  295. Weekly: 'Weekly'
  296.  
  297. Monthly: 'Monthly'
  298.  
  299. AllTime: 'AllTime'
  300.  
  301. # ------------------------------------------------
  302.  
  303. # GUI Options
  304.  
  305. # ------------------------------------------------
  306.  
  307. GUI:
  308.  
  309. VoteGUI:
  310.  
  311. URL:
  312.  
  313. Item:
  314.  
  315. Material: 'BOW'
  316.  
  317. Data: 0
  318.  
  319. Amount: 1
  320.  
  321. Name: '&4URL'
  322.  
  323. Next:
  324.  
  325. Item:
  326.  
  327. Material: 'COMPASS'
  328.  
  329. Data: 0
  330.  
  331. Amount: 1
  332.  
  333. Name: '&4Next'
  334.  
  335. Last:
  336.  
  337. Item:
  338.  
  339. Material: 'CLOCK'
  340.  
  341. Data: 0
  342.  
  343. Amount: 1
  344.  
  345. Name: '&4Last'
  346.  
  347. Total:
  348.  
  349. Item:
  350.  
  351. Material: 'CHEST'
  352.  
  353. Data: 0
  354.  
  355. Amount: 1
  356.  
  357. Name: '&4Total'
  358.  
  359. Top:
  360.  
  361. Item:
  362.  
  363. Material: 'SIGN'
  364.  
  365. Data: 0
  366.  
  367. Amount: 1
  368.  
  369. Name: '&4Top'
  370.  
  371. Today:
  372.  
  373. Item:
  374.  
  375. Material: 'BOOK'
  376.  
  377. Data: 0
  378.  
  379. Amount: 1
  380.  
  381. Name: '&4Today'
  382.  
  383. Shop:
  384.  
  385. Item:
  386.  
  387. Material: 'DIAMOND'
  388.  
  389. Data: 0
  390.  
  391. Amount: 1
  392.  
  393. Name: '&4Vote Shop'
  394.  
  395. Lore:
  396.  
  397. - '&aYou currently have %points% points'
  398.  
  399. VoteURL:
  400.  
  401. # GUI Name
  402.  
  403. Name: '&cVoteURL'
  404.  
  405. BackButton: true
  406.  
  407. SiteName: '&c%Name%'
  408.  
  409. SeeURL: '&cClick to see URL'
  410.  
  411. NextVote: '&cCan Vote In: %Info%'
  412.  
  413. ViewAllUrlsButtonEnabled: true
  414.  
  415. AllUrlsButton:
  416.  
  417. AlreadyVotedItem:
  418.  
  419. Material: 'REDSTONE_BLOCK'
  420.  
  421. Data: 0
  422.  
  423. Amount: 1
  424.  
  425. Name: '&4All Voting Sites'
  426.  
  427. Lore:
  428.  
  429. - '&cClick Me'
  430.  
  431. CanVoteItem:
  432.  
  433. Material: 'EMERALD_BLOCK'
  434.  
  435. Data: 0
  436.  
  437. Amount: 1
  438.  
  439. Name: '&4All Voting Sites'
  440.  
  441. Lore:
  442.  
  443. - '&cClick Me'
  444.  
  445. AlreadyVotedItem:
  446.  
  447. Material: 'REDSTONE_BLOCK'
  448.  
  449. Data: 0
  450.  
  451. Amount: 1
  452.  
  453. CanVoteItem:
  454.  
  455. Material: 'EMERALD_BLOCK'
  456.  
  457. Data: 0
  458.  
  459. Amount: 1
  460.  
  461. URLText: '%VoteUrl%'
  462.  
  463. VoteReward:
  464.  
  465. ExampleVoteSite:
  466.  
  467. Items:
  468.  
  469. Diamond:
  470.  
  471. # Item ID
  472.  
  473. Material: 'DIAMOND'
  474.  
  475. Data: 0
  476.  
  477. Amount: 1
  478.  
  479. Name: '&4Example'
  480.  
  481. Lore:
  482.  
  483. - '&4Line 1'
  484.  
  485. VoteLast:
  486.  
  487. Name: 'VoteLast: %player%'
  488.  
  489. BackButton: true
  490.  
  491. VoteNext:
  492.  
  493. Name: 'VoteNext: %player%'
  494.  
  495. BackButton: true
  496.  
  497. VoteToday:
  498.  
  499. Name: 'VoteToday'
  500.  
  501. BackButton: true
  502.  
  503. VoteTop:
  504.  
  505. Name: 'VoteTop %topvoter%'
  506.  
  507. BackButton: false
  508.  
  509. Item:
  510.  
  511. Name: '&3&l%position%: &3%player%'
  512.  
  513. Lore: '&3&lVotes: &3%votes%'
  514.  
  515. SwitchItem:
  516.  
  517. Name: 'Switch TopVoter'
  518.  
  519. Lore: 'Currently: %Top%'
  520.  
  521. Material: 'SIGN'
  522.  
  523. Amount: 1
  524.  
  525. Slot: 7
  526.  
  527. Size: 27
  528.  
  529. VoteTotal:
  530.  
  531. Name: 'VoteTotal: %player%'
  532.  
  533. BackButton: true
  534.  
  535. DayTotal:
  536.  
  537. Item:
  538.  
  539. Material: 'CLOCK'
  540.  
  541. Name: '&cDaily Total'
  542.  
  543. Lore: '&c&lTotal: &c%Total%'
  544.  
  545. Amount: 1
  546.  
  547. WeekTotal:
  548.  
  549. Item:
  550.  
  551. Material: 'CLOCK'
  552.  
  553. Name: '&cWeekly Total'
  554.  
  555. Lore: '&c&lTotal: &c%Total%'
  556.  
  557. Amount: 1
  558.  
  559. MonthTotal:
  560.  
  561. Item:
  562.  
  563. Material: 'CLOCK'
  564.  
  565. Name: '&cMonthly Total'
  566.  
  567. Lore: '&c&lTotal: &c%Total%'
  568.  
  569. Amount: 1
  570.  
  571. AllTimeTotal:
  572.  
  573. Item:
  574.  
  575. Material: 'CLOCK'
  576.  
  577. Name: '&cAllTime Total'
  578.  
  579. Lore: '&c&lTotal: &c%Total%'
  580.  
  581. Amount: 1
  582.  
  583. VoteBest:
  584.  
  585. Name: 'VoteBest: %player%'
  586.  
  587. DayBest:
  588.  
  589. Item:
  590.  
  591. Material: 'CLOCK'
  592.  
  593. Name: '&cDaily Best'
  594.  
  595. Lore: '&c&lBest: &c%Best%'
  596.  
  597. Amount: 1
  598.  
  599. WeekBest:
  600.  
  601. Item:
  602.  
  603. Material: 'CLOCK'
  604.  
  605. Name: '&cWeekly Best'
  606.  
  607. Lore: '&c&lBest: &c%Best%'
  608.  
  609. Amount: 1
  610.  
  611. MonthBest:
  612.  
  613. Item:
  614.  
  615. Material: 'CLOCK'
  616.  
  617. Name: '&cMonthly Best'
  618.  
  619. Lore: '&c&lBest: &c%Best%'
  620.  
  621. Amount: 1
  622.  
  623. VoteStreak:
  624.  
  625. Name: 'VoteStreak: %player%'
  626.  
  627. BackButton: false
  628.  
  629. CurrentDayStreak:
  630.  
  631. Item:
  632.  
  633. Material: 'CLOCK'
  634.  
  635. Name: '&cCurrent Daily Streak'
  636.  
  637. Lore: '&c&lStreak: &c%Streak%'
  638.  
  639. Amount: 1
  640.  
  641. CurrentWeekStreak:
  642.  
  643. Item:
  644.  
  645. Material: 'CLOCK'
  646.  
  647. Name: '&cCurrent Weekly Streak'
  648.  
  649. Lore: '&c&lStreak: &c%Streak%'
  650.  
  651. Amount: 1
  652.  
  653. CurrentMonthStreak:
  654.  
  655. Item:
  656.  
  657. Material: 'CLOCK'
  658.  
  659. Name: '&cCurrent Monthly Streak'
  660.  
  661. Lore: '&c&lStreak: &c%Streak%'
  662.  
  663. Amount: 1
  664.  
  665. HighestDayStreak:
  666.  
  667. Item:
  668.  
  669. Material: 'CLOCK'
  670.  
  671. Name: '&cHighest Daily Streak'
  672.  
  673. Lore: '&c&lStreak: &c%Streak%'
  674.  
  675. Amount: 1
  676.  
  677. HighestWeekStreak:
  678.  
  679. Item:
  680.  
  681. Material: 'CLOCK'
  682.  
  683. Name: '&cHighest Weekly Streak'
  684.  
  685. Lore: '&c&lStreak: &c%Streak%'
  686.  
  687. Amount: 1
  688.  
  689. HighestMonthStreak:
  690.  
  691. Item:
  692.  
  693. Material: 'CLOCK'
  694.  
  695. Name: '&cHighest Monthly Streak'
  696.  
  697. Lore: '&c&lStreak: &c%Streak%'
  698.  
  699. Amount: 1
  700.  
  701. VoteURLSite:
  702.  
  703. Name: 'VoteSite: %site%'
  704.  
  705. VoteGUIName: '&cVoteGUI: &c&l%player%'
  706.  
  707. VoteRewardName: 'VoteReward'
  708.  
  709. VoteShopName: 'VoteShop'
  710.  
  711. BackButton:
  712.  
  713. Material: 'PAPER'
  714.  
  715. Data: 0
  716.  
  717. Amount: 1
  718.  
  719. Name: '&8Back to VoteGUI'
  720.  
  721. VoteShopBackButton: true
  722.  
  723. VoteShopEnabled: true
  724.  
  725. Shop:
  726.  
  727. Diamond:
  728.  
  729. Material: 'DIAMOND'
  730.  
  731. Data: 0
  732.  
  733. Amount: 1
  734.  
  735. Name: '&4Buy A Diamond'
  736.  
  737. Lore:
  738.  
  739. - '&c&lCost: &c3 Voting Points'
  740.  
  741. Cost: 3
  742.  
  743. Permission: ''
  744.  
  745. Rewards:
  746.  
  747. Items:
  748.  
  749. Diamond:
  750.  
  751. Material: 'DIAMOND'
  752.  
  753. Amount: 1
  754.  
  755.  
  756.  
  757. # ------------------------------------------------
  758.  
  759. # Extra Rewards
  760.  
  761. # ------------------------------------------------
  762.  
  763. FirstVote: []
  764.  
  765. Messages:
  766.  
  767. Player: '&aYou voted for your first time!'
  768.  
  769. Money: 100
  770.  
  771. AllSites:
  772.  
  773. Messages:
  774.  
  775. Player: '&aYou voted on all sites in 1 day!'
  776.  
  777. Cumulative:
  778.  
  779. '20':
  780.  
  781. Enabled: false
  782.  
  783. VotesInSameDay: false
  784.  
  785. VotesInSameWeek: false
  786.  
  787. Rewards:
  788.  
  789. Messages:
  790.  
  791. Player: '&aYou got %cumulative% cumulative votes!'
  792.  
  793. VoteParty:
  794.  
  795. Enabled: false
  796.  
  797. VotesRequired: 20
  798.  
  799. GiveAllPlayers: false
  800.  
  801. ResetEachDay: false
  802.  
  803. ResetMonthly: false
  804.  
  805. CountFakeVotes: false
  806.  
  807. UserVotesRequired: 0
  808.  
  809. Broadcast: '&cReached the vote party amount!'
  810.  
  811. Commands: []
  812.  
  813. Rewards:
  814.  
  815. Commands:
  816.  
  817. - say %player%
  818.  
  819. Items:
  820.  
  821. DIAMOND:
  822.  
  823. Material: 'DIAMOND'
  824.  
  825. Amount: 1
  826.  
  827. ResetMilestonesMonthly: false
  828.  
  829. MileStones:
  830.  
  831. '1':
  832.  
  833. Enabled: true
  834.  
  835. Rewards:
  836.  
  837. Messages:
  838.  
  839. Player: '&2[Vote] &aYou voted for the first time, and earned a rankup!'
  840. Commands:
  841. Console:
  842. - 'lp user %player% parent add member'
  843.  
  844.  
  845. '5':
  846.  
  847. Enabled: true
  848.  
  849. Rewards:
  850.  
  851. Messages:
  852. Player: '&2[Vote] &aYou voted %milestone% times, and earned a rankup!'
  853.  
  854. Commands:
  855. Console:
  856. - 'lp user %player% parent add citizen'
  857.  
  858.  
  859. '10':
  860.  
  861. Enabled: true
  862.  
  863. Rewards:
  864.  
  865. Messages:
  866. Player: '&2[Vote] &aYou voted %milestone% times, and earned a rankup!'
  867.  
  868. Commands:
  869. Console:
  870. - 'lp user %player% parent add builder'
  871.  
  872.  
  873. '25':
  874.  
  875. Enabled: true
  876.  
  877. Rewards:
  878.  
  879. Messages:
  880. Player: '&2[Vote] &aYou voted %milestone% times, and earned a rankup!'
  881.  
  882. Commands:
  883. Console:
  884. - 'lp user %player% parent add architect'
  885.  
  886.  
  887. '50':
  888.  
  889. Enabled: true
  890.  
  891. Rewards:
  892.  
  893. Messages:
  894. Player: '&2[Vote] &aYou voted %milestone% times, and earned a rankup!'
  895.  
  896. Commands:
  897. Console:
  898. - 'lp user %player% parent add engineer'
  899.  
  900.  
  901. '75':
  902.  
  903. Enabled: true
  904.  
  905. Rewards:
  906.  
  907. Messages:
  908. Player: '&2[Vote] &aYou voted %milestone% times, and earned a rankup!'
  909.  
  910. Commands:
  911. Console:
  912. - 'lp user %player% parent add master'
  913.  
  914.  
  915. '100':
  916.  
  917. Enabled: true
  918.  
  919. Rewards:
  920.  
  921. Messages:
  922. Player: '&2[Vote] &aYou voted %milestone% times, and earned a rankup!'
  923.  
  924. Commands:
  925. Console:
  926. - 'lp user %player% parent add professor'
  927.  
  928. VoteStreak:
  929.  
  930. Day:
  931.  
  932. '2':
  933.  
  934. # Enabled or not
  935.  
  936. Enabled: false
  937.  
  938. # Rewards to give
  939.  
  940. Rewards:
  941.  
  942. Messages:
  943.  
  944. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  945.  
  946. Week:
  947.  
  948. '2':
  949.  
  950. Enabled: false
  951.  
  952. Rewards:
  953.  
  954. Messages:
  955.  
  956. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  957.  
  958. Month:
  959.  
  960. '2':
  961.  
  962. Enabled: false
  963.  
  964. Rewards:
  965.  
  966. Messages:
  967.  
  968. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  969.  
  970. AnySiteRewards: []
  971.  
  972. # ------------------------------------------------
  973.  
  974. # Top Voter
  975.  
  976. # ------------------------------------------------
  977.  
  978.  
  979.  
  980. # Top voter blacklist
  981.  
  982. # Hide these names from top voter lists
  983.  
  984. BlackList:
  985.  
  986. - 'Notch'
  987.  
  988.  
  989.  
  990. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  991.  
  992. # as if there name was added on the the blacklist above
  993.  
  994. # This also applies for players with op
  995.  
  996. TopVoterIgnorePermission: false
  997.  
  998.  
  999.  
  1000. # /vote top default data displayed
  1001.  
  1002. # Valid Options: AllTime, Monthly, Weekly, Daily
  1003.  
  1004. VoteTopDefault: Monthly
  1005.  
  1006.  
  1007.  
  1008. # Whether or not to have ties on top voter rewards
  1009.  
  1010. TopVoterAwardsTies: true
  1011.  
  1012.  
  1013.  
  1014. # These are required to be enabled in order for top voter awards to work
  1015.  
  1016. LoadTopVoter:
  1017.  
  1018. AllTime: true
  1019.  
  1020. Monthly: true
  1021.  
  1022. Weekly: false
  1023.  
  1024. Daily: false
  1025.  
  1026.  
  1027.  
  1028. # When top voter awards are given (even if there are none listed) it will store top voters
  1029.  
  1030. # Files will created in TopVoters folder.
  1031.  
  1032. StoreTopVoters:
  1033.  
  1034. Monthly: true
  1035.  
  1036. Weekly: false
  1037.  
  1038. Daily: false
  1039.  
  1040.  
  1041.  
  1042. EnableMonthlyAwards: true
  1043.  
  1044. # Rewards to give
  1045.  
  1046. MonthlyAwards:
  1047.  
  1048. # Position. 1 is first in top voter, 2 is second, etc...
  1049.  
  1050. # Using 1-10 will reward players in first to tenth place with the same reward
  1051.  
  1052. 1:
  1053.  
  1054. Rewards:
  1055.  
  1056. Messages:
  1057.  
  1058. Player: '&aYou came in first place in %TopVoter%!'
  1059.  
  1060. 2:
  1061.  
  1062. Rewards:
  1063.  
  1064. Messages:
  1065.  
  1066. Player: '&aYou came in second place in %TopVoter%!'
  1067.  
  1068.  
  1069.  
  1070. EnableWeeklyAwards: false
  1071.  
  1072. # Rewards to give on weekly top voter
  1073.  
  1074. WeeklyAwards:
  1075.  
  1076. # Position. 1 is first in top voter, 2 is second, etc...
  1077.  
  1078. 1:
  1079.  
  1080. Rewards:
  1081.  
  1082. Messages:
  1083.  
  1084. Player: '&aYou came in first place in %TopVoter%!'
  1085.  
  1086. 2:
  1087.  
  1088. Rewards:
  1089.  
  1090. Messages:
  1091.  
  1092. Player: '&aYou came in second place in %TopVoter%!'
  1093.  
  1094.  
  1095.  
  1096. EnableDailyRewards: false
  1097.  
  1098. # Rewards to give on daily top voter
  1099.  
  1100. DailyAwards:
  1101.  
  1102. # Position. 1 is first in top voter, 2 is second, etc...
  1103.  
  1104. 1:
  1105.  
  1106. # Reward files to give
  1107.  
  1108. Rewards:
  1109.  
  1110. Messages:
  1111.  
  1112. Player: '&aYou came in first place in %TopVoter%!'
  1113.  
  1114. 2:
  1115.  
  1116. Rewards:
  1117.  
  1118. Messages:
  1119.  
  1120. Player: '&aYou came in second place in %TopVoter%!'
  1121.  
  1122.  
  1123.  
  1124. # ------------------------------------------------
  1125.  
  1126. # Advanced
  1127.  
  1128. # Most of these values can be left untouched for most setups
  1129.  
  1130. # ------------------------------------------------
  1131.  
  1132.  
  1133.  
  1134. # Number of points to give on vote
  1135.  
  1136. # Set to 0 to give no points
  1137.  
  1138. PointsOnVote: 1
  1139.  
  1140.  
  1141.  
  1142. # Set this to false to disable the plugin adding totals
  1143.  
  1144. # Not really recommended
  1145.  
  1146. AddTotals: true
  1147.  
  1148.  
  1149.  
  1150. # Debug
  1151.  
  1152. Debug: false
  1153.  
  1154.  
  1155.  
  1156. # Extra Debug
  1157.  
  1158. # Only needed in extreme cases
  1159.  
  1160. ExtraDebug: false
  1161.  
  1162.  
  1163.  
  1164. # Debug info ingame
  1165.  
  1166. # Players with permission "VotingPlugin.Debug"
  1167.  
  1168. # will see debug info if debug is true
  1169.  
  1170. DebugInGame: false
  1171.  
  1172.  
  1173.  
  1174. # Will log debug messages to VotingPlugin/Log/log.txt
  1175.  
  1176. # Requires Debug to be on
  1177.  
  1178. LogDebugToFile: false
  1179.  
  1180.  
  1181.  
  1182. # Options for request api
  1183.  
  1184. # Current methods
  1185.  
  1186. # ANVIL
  1187.  
  1188. # BOOK
  1189.  
  1190. # CHAT
  1191.  
  1192. # This is mainly used for admin gui's to type in values
  1193.  
  1194. RequestAPI:
  1195.  
  1196. DefaultMethod: 'Anvil'
  1197.  
  1198. DisabledMethods: []
  1199.  
  1200.  
  1201.  
  1202. # Wether or not to log every vote to a file
  1203.  
  1204. # Use this if you wanna track player votes
  1205.  
  1206. # Not recommended though
  1207.  
  1208. LogVotesToFile: false
  1209.  
  1210.  
  1211.  
  1212. # Only update the background when needed when set to false
  1213.  
  1214. AlwaysUpdate: false
  1215.  
  1216.  
  1217.  
  1218. # Update in the background only if players are online
  1219.  
  1220. UpdateWithPlayersOnlineOnly: false
  1221.  
  1222.  
  1223.  
  1224. # Delay between background updates like signs and more
  1225.  
  1226. # Default: 3 Minutes
  1227.  
  1228. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  1229.  
  1230. DelayBetweenUpdates: 3
  1231.  
  1232.  
  1233.  
  1234. # Set to true to disable no service site message on voting
  1235.  
  1236. # You should never have to touch this if everything is setup properly
  1237.  
  1238. # Will also disable a few other warnings about vote sites
  1239.  
  1240. DisableNoServiceSiteMessage: false
  1241.  
  1242.  
  1243.  
  1244. # Count fake votes
  1245.  
  1246. # If true fake votes will give points and totals
  1247.  
  1248. CountFakeVotes: true
  1249.  
  1250.  
  1251.  
  1252. # Give VotingPlugin.Player by default
  1253.  
  1254. # Requires restart to take affect
  1255.  
  1256. GiveDefaultPermission: true
  1257.  
  1258.  
  1259.  
  1260. # Remove old player files
  1261.  
  1262. # Happens on startup or /av purge
  1263.  
  1264. PurgeOldData: false
  1265.  
  1266.  
  1267.  
  1268. # Minimum number of days offline in order to purge
  1269.  
  1270. PurgeMin: 90
  1271.  
  1272.  
  1273.  
  1274. # Whether or not to create daily backups. (Only the most recent ones get kept)
  1275.  
  1276. CreateBackups: true
  1277.  
  1278.  
  1279.  
  1280. # If true, plugin will send scoreboards on some commands
  1281.  
  1282. SendScoreboards: true
  1283.  
  1284.  
  1285.  
  1286. # If true, plugin will automaticly generate votesites
  1287.  
  1288. # Disable this if you experience issues with sites being created randomly
  1289.  
  1290. # Most cases this will work all the time
  1291.  
  1292. AutoCreateVoteSites: true
  1293.  
  1294.  
  1295.  
  1296. # Automaticly download the latest version
  1297.  
  1298. # Will require a restart to actually update
  1299.  
  1300. # Note: It takes 30-40 minutes before being able to download the latest build
  1301.  
  1302. # You can also use /av download
  1303.  
  1304. AutoDownload: false
  1305.  
  1306.  
  1307.  
  1308. # Disable this on a hub server for example
  1309.  
  1310. # Still processes rewards for offline rewards (just won't give any)
  1311.  
  1312. ProcessRewards: true
  1313.  
  1314.  
  1315.  
  1316. # ---------------------------------------------------------
  1317.  
  1318. # Mysql cache options
  1319.  
  1320. # Clearing cache forces the plugin to pull from database
  1321.  
  1322. # ---------------------------------------------------------
  1323.  
  1324.  
  1325.  
  1326. # Clear cache on update, setting to true reduces update speed
  1327.  
  1328. ClearCacheOnUpdate: false
  1329.  
  1330.  
  1331.  
  1332. # Clear mysql on player join always
  1333.  
  1334. ClearCacheOnJoin: false
  1335.  
  1336.  
  1337.  
  1338. # Clears cache for the player who voted only
  1339.  
  1340. # Only effects if using mysql
  1341.  
  1342. # Would recommend for some bungee setups
  1343.  
  1344. ClearCacheOnVote: false
  1345.  
  1346.  
  1347.  
  1348. # ###############################################################
  1349.  
  1350. # Deprecated options, don't recommend using any of these
  1351.  
  1352.  
  1353.  
  1354. # Whether or not to disable checking names on mojang, disable if you hit the rate limit
  1355.  
  1356. # Shouldn't make a noticeable impact if set to false
  1357.  
  1358. #CheckNameMojang: false
  1359.  
  1360.  
  1361.  
  1362. # Shouldn't need to change this
  1363.  
  1364. #AutoKillInvs: true
  1365.  
  1366.  
  1367.  
  1368. # Used in special cases
  1369.  
  1370. # Much slower, but may work better
  1371.  
  1372. # Not recommended in newer versions
  1373.  
  1374. #AlternateUUIDLookup: false
  1375.  
  1376.  
  1377.  
  1378. # Disable checking on world change
  1379.  
  1380. # May improve performance
  1381.  
  1382. #DisableCheckOnWorldChange: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement