Advertisement
Guest User

Untitled

a guest
Jul 10th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.69 KB | None | 0 0
  1. # VotingPlugin by Ben12345rocks
  2. # Main Config
  3. # See wiki for help:
  4. # https://github.com/Ben12345rocks/VotingPlugin/wiki
  5.  
  6. # Valid Options:
  7. # - SQLITE
  8. # - FLAT
  9. # - MYSQL
  10. DataStorage: SQLITE
  11.  
  12. # Information for mysql
  13. MySQL:
  14. Host: ''
  15. # Default port is 3306
  16. Port: 3306
  17. Database: ''
  18. Username: ''
  19. Password: ''
  20. # Max number of connections
  21. MaxConnections: 1
  22. # Maxium size of caching mysql
  23. # -1 for no limit
  24. # Affecting this value may affect performance
  25. MaxSize: -1
  26. # Table name prefix, for use with mutliple servers
  27. Prefix: ''
  28. #UseSSL: true
  29.  
  30. # Let players who never joined before vote
  31. # Recommend: False (Will prevent creating random user data files)
  32. AllowUnjoined: false
  33.  
  34. # If true, plugin will send scoreboards on some commands
  35. SendScoreboards: true
  36.  
  37. # If true, plugin will automaticly generate votesites
  38. # Disable this if you experience issues with sites being created randomly
  39. AutoCreateVoteSites: true
  40.  
  41. # Automaticly download the latest version
  42. # Will require a restart to actually update
  43. # Note that updates take 30-40 minutes to load before they can be downloaded
  44. AutoDownload: false
  45.  
  46. # ------------------------------------------------
  47. # VoteReminding
  48. # ------------------------------------------------
  49.  
  50. # Configuration for VoteReminding
  51. # By default this should be all setup to work
  52. # as long as vote delays are done properly
  53. VoteReminding:
  54. # Enable vote reminding
  55. # This will remind player when he can vote on all sites
  56. # Requires VoteDelay's to be setup properly
  57. # Use /vote next to see when you can be reminded
  58. # Players require the perm "VotingPlugin.Login.RemindVotes" or "VotingPlugin.Player"
  59. Enabled: true
  60.  
  61. # Wether or t to remind only once when the player can vote
  62. # Does not apply to login reminds.
  63. RemindOnlyOnce: true
  64.  
  65. # Will remind player on login if he can vote
  66. # Ignores value above
  67. RemindOnLogin: true
  68.  
  69. # Delay to remind votes in minutes
  70. # Only works if above is false
  71. RemindDelay: 30
  72.  
  73. # Run reward files on remind
  74. # By default, the reward file will be created for you
  75. # and have the default message
  76. # Edit the message at AdvancedCore/Rewards/Remind.yml (or any other reward listed)
  77. # Can add titles and more in the reward file
  78. Rewards:
  79. Messages:
  80. Player: '&aRemember to vote!'
  81. Title:
  82. Enabled: false
  83. Title: '&cRemember to vote!'
  84. SubTitle: '&aType /vote'
  85. FadeIn: 10
  86. ShowTime: 50
  87. FadeOut: 10
  88.  
  89. Commands:
  90. # Wether or not the following commands will open GUIs rather than display text
  91. UseGUI:
  92. Today: true
  93. TopVoter: true
  94. Last: true
  95. Next: true
  96. Total: true
  97. Vote: true
  98. Best: true
  99. Streak: true
  100.  
  101. # ------------------------------------------------
  102. # Format
  103. # ------------------------------------------------
  104.  
  105. # Common PlacesHolders:
  106. # Please Note: Not all are usable in all sections
  107. # Special PlaceHolders will be commented where available
  108. # %player% = player name
  109. # %SiteName% = vote site name
  110. #
  111. # Set Message to '' (2 ') to disable message
  112.  
  113. Format:
  114. # CommandHandler help message
  115. HelpLine: '&3&l%Command% - &3%HelpMessage%'
  116.  
  117. # Broadcast vote message
  118. # Set to an empty message to disable
  119. BroadcastMsg: '&6[&4Broadcast&6] &2Thanks &c%player% &2for voting on %SiteName%'
  120.  
  121. # Broadcast only when player is online
  122. BroadcastWhenOnline: false
  123.  
  124. Commands:
  125. # Format for /vote
  126. # %num% = the number of the site, for a numbered list
  127. # %url% = site URL
  128. Vote:
  129. Text:
  130. - '&4&lVote for our server!'
  131.  
  132. # If you want to want to use the feature below where the plugin will
  133. # automaticly list the sites then set the message in the text above
  134. AutoInputSites: true
  135. # For each VoteSite
  136. # make sure to set VoteURL in your VoteSites
  137. # Requires above to be true
  138. # Text will be sent before this
  139. Sites: '&4%num%: &c&l%SiteName% - &c%url%'
  140.  
  141. # Format for /vote next
  142. Next:
  143. # First line
  144. Title: '&3&l%player% Next Votes:'
  145.  
  146. # How each line is setup for each vote site
  147. # %info% = Info - See Below
  148. # %SiteName% = site name from vote
  149. Layout: '&3%SiteName%: &6%info%'
  150.  
  151. Info:
  152. # Message when player can vote
  153. CanVote: 'Go Vote!'
  154. # Time until vote msg
  155. # %hours% = hours until next vote
  156. # %minutes% = minutes until next vote
  157. TimeUntilVote: '%hours% Hours and %minutes% Minutes'
  158. # If there is an error finding out time until next vote
  159. Error: '&cCould not caculate time until next vote!'
  160. # For sites that have this, requires votedelaydaily to be set to true in the site
  161. VoteDelayDaily: '%hours% Hours and %minutes% Minutes'
  162.  
  163. # Format for /vote last
  164. Last:
  165. # First line
  166. Title: '&3&l%player% Last Vote Times:'
  167. # Lines for each vote site
  168. # %time% = time, using timeformat below
  169. Line: '&3%SiteName%: &6%time%'
  170.  
  171. # Format for /vote total
  172. Total:
  173. - '&3&l%player% Total Votes:'
  174. - '&3&lDaily Total: &6&l%DailyTotal%'
  175. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  176. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  177. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  178.  
  179. # Format for /vote total all
  180. TotalAll:
  181. - '&3&lServer Total Votes:'
  182. - '&3&lDaily Total: &6&l%DailyTotal%'
  183. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  184. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  185. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  186.  
  187. # Format for /vote top
  188. Top:
  189. # First line
  190. # %page% = current page
  191. # %maxpages% = max number of pages
  192. # %Top% = Monthly/Weekly/Daily (depending on command)
  193. Title: '&3Top %Top% Voters %page%/%maxpages%'
  194. # Line for each player in that page
  195. Line: '&c%num%: &6%player%, %votes%'
  196.  
  197. # Format for /vote help
  198. Help:
  199. # Title of /vote help
  200. Title: '&3&lVoting Player Help'
  201. # Format for help message in /v help
  202. Line: '&3&l%Command% - &3%HelpMessage%'
  203. # Require permission to see command in /v help or /av help
  204. RequirePermission: true
  205.  
  206. Best:
  207. Title: '&3&l%player% Best Votes'
  208. Lines:
  209. - '&3Highest Daily Total: &3&l%HighestDailyTotal%'
  210. - '&3Highest Week Total: &3&l%HighestWeeklyTotal%'
  211. - '&3Highest Month Total: &3&l%HighestMonthlyTotal%'
  212.  
  213. Streak:
  214. Title: '&3&l%player% Vote Streak'
  215. Lines:
  216. - '&3Current Daily Streak: &3&l%DailyStreak%'
  217. - '&3Current Week Streak: &3&l%WeeklyStreak%'
  218. - '&3Current Month Streak: &3&l%MonthlyStreak%'
  219. - '&3&lHighest Streaks:'
  220. - '&3Highest Daily Streak: &3&l%BestDailyStreak%'
  221. - '&3Highest Week Streak: &3&l%BestWeeklyStreak%'
  222. - '&3Highest Month Streak: &3&l%BestMonthlyStreak%'
  223.  
  224. # PlaceHolders:
  225. # %VotesRequired% = VotesRequired
  226. # %NeededVotes% = Number of votes needed to reach VotesRequired
  227. # %Votes% = Number of votes
  228. Party:
  229. - '&cCurrently at &6%Votes%&c, &6%NeededVotes% &cmore votes to go to reach &6%VotesRequired%'
  230.  
  231. # %Points% = player points
  232. Points: '&a%Player% currently has &a&l%Points%&a Points!'
  233.  
  234. # Msg on top voter award, will only send message if that place has a reward set
  235. # %place% = place - 1,2,3,etc
  236. TopVoterAwardMsg: '&aYou came in %place% in top voters of the month! Here is an award!'
  237.  
  238. # Time Format
  239. # See https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  240. TimeFormat: 'EEE, d MMM yyyy HH:mm'
  241.  
  242. # Format for signs
  243. # SiteName may be all, depending on sign
  244. # %position% = position of player, set by sign
  245. # %votes% = Number of votes
  246. Signs:
  247. TopVoterSign:
  248. Line1: 'TopVoter: %SiteName%'
  249. Line2: '#%position%'
  250. Line3: '%player%'
  251. Line4: '%votes% Votes'
  252. # Message when right clicking sign, uses same placeholders as above
  253. RightClickMessage: '&c&l%player% &cis &c&l%position% &cwith &c&l%votes% &cvotes in &c&l%SiteName%'
  254.  
  255. # Message when player tries to run command without required permissions
  256. NoPerms: '&cYou do not have enough permission!'
  257.  
  258. # Message when player types a command but does not input a number where needed
  259. NotNumber: '&cError on &6%arg%&c, number expected!'
  260.  
  261. # Shop messages when using the /vote shop
  262. ShopPurchase: '&aYou bought the %Identifier% for %Points% Points!'
  263. ShopFailed: '&cYou do not have %Points% points to purchase this!'
  264.  
  265. # User not exist message, from commands such as /vote next (player)
  266. UserNotExist: '&cUser does not exist: %player%'
  267.  
  268. # Text for page buttons in inventories
  269. PrevPage: '&aPrevious Page'
  270. NextPage: '&aNext Page'
  271.  
  272. InvFull: '&cInventory full, dropping items on ground'
  273.  
  274. # Display text
  275. # Used in /vote top (GUI)
  276. TopVoter:
  277. Daily: 'Daily'
  278. Weekly: 'Weekly'
  279. Monthly: 'Monthly'
  280. AllTime: 'AllTime'
  281.  
  282. # ------------------------------------------------
  283. # GUI Options
  284. # ------------------------------------------------
  285.  
  286. # Configure GUI's here
  287. # Note: Slots start at 0 instead of 1, max slot is 53 (don't go over) (E.g: last slot in first row of inventory is 8)
  288. # Item Material's can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  289. GUI:
  290. # GUI for /vote gui, /vgui, votegui
  291. VoteGUI:
  292. # Items will be orders as it is below
  293. URL:
  294. # Standard item format, lore is automaticly applied
  295. Item:
  296. Material: 'BOW'
  297. Data: 0
  298. Amount: 1
  299. Name: '&4URL'
  300. # You can set skulls of the player using the following
  301. # Remove the # to enable
  302. #Skull: '%Player%'
  303. Slot: 0
  304. Next:
  305. Item:
  306. Material: 'COMPASS'
  307. Data: 0
  308. Amount: 1
  309. Name: '&4Next'
  310. Slot: 1
  311. Last:
  312. Item:
  313. Material: 'WATCH'
  314. Data: 0
  315. Amount: 1
  316. Name: '&4Last'
  317. Slot: 2
  318. Total:
  319. Item:
  320. Material: 'CHEST'
  321. Data: 0
  322. Amount: 1
  323. Name: '&4Total'
  324. Slot: 3
  325. Top:
  326. Item:
  327. Material: 'SIGN'
  328. Data: 0
  329. Amount: 1
  330. Name: '&4Top'
  331. Slot: 4
  332. Today:
  333. Item:
  334. Material: 'BOOK'
  335. Data: 0
  336. Amount: 1
  337. Name: '&4Today'
  338. Slot: 5
  339. Shop:
  340. Item:
  341. Material: 'DIAMOND'
  342. Data: 0
  343. Amount: 1
  344. Name: '&4Vote Shop'
  345. Lore:
  346. - '&aYou currently have %points% points'
  347. Slot: 6
  348.  
  349. # GUI for /vote url
  350. # And /vote if enabled in Config.yml
  351. VoteURL:
  352. # GUI Name
  353. Name: '&cVoteURL'
  354. BackButton: true
  355. SiteName: '&c%Name%'
  356. SeeURL: '&cClick to see URL'
  357. NextVote: '&cCan Vote In: %Info%'
  358. ViewAllUrlsButtonEnabled: true
  359. AllUrlsButton:
  360. AlreadyVotedItem:
  361. Material: 'REDSTONE_BLOCK'
  362. Data: 0
  363. Amount: 1
  364. Name: '&4All Voting Sites'
  365. Lore:
  366. - '&cClick Me'
  367. CanVoteItem:
  368. Material: 'EMERALD_BLOCK'
  369. Data: 0
  370. Amount: 1
  371. Name: '&4All Voting Sites'
  372. Lore:
  373. - '&cClick Me'
  374. AlreadyVotedItem:
  375. Material: 'REDSTONE_BLOCK'
  376. Data: 0
  377. Amount: 1
  378. CanVoteItem:
  379. Material: 'EMERALD_BLOCK'
  380. Data: 0
  381. Amount: 1
  382. URLText: '%VoteUrl%'
  383. # Customize /vote reward
  384. # Show players what you get when you vote on each site
  385. VoteReward:
  386. # Name of votesite
  387. ExampleVoteSite:
  388. # items in /vote reward sitename
  389. Items:
  390. # Item
  391. # This is not the item display name
  392. # Do not have 2 of the same items
  393. Diamond:
  394. # Item ID
  395. Material: 'DIAMOND'
  396. # Item Data (Eg 1:4, data is 4)
  397. Data: 0
  398. # Amount of items
  399. # Should be greater than 0
  400. Amount: 1
  401. # Item name
  402. # Remove this line for no name
  403. Name: '&4Example'
  404. # Lore
  405. # Remove this line for no lore
  406. Lore:
  407. - '&4Line 1'
  408. Slot: 0
  409. VoteLast:
  410. Name: 'VoteLast: %player%'
  411. BackButton: true
  412. VoteNext:
  413. Name: 'VoteNext: %player%'
  414. BackButton: true
  415. VoteToday:
  416. Name: 'VoteToday'
  417. BackButton: true
  418. VoteTop:
  419. Name: 'VoteTop %topvoter%'
  420. BackButton: false
  421. Item:
  422. Name: '&3&l%position%: &3%player%'
  423. Lore: '&3&lVotes: &3%votes%'
  424. SwitchItem:
  425. Name: 'Switch TopVoter'
  426. Lore: 'Currently: %Top%'
  427. Material: 'SIGN'
  428. Amount: 1
  429. # 8 Slots over from the bottom left
  430. Slot: 7
  431. # Number of topvoters to display on page +9
  432. # 9 Slots on the botton are used for page buttons
  433. Size: 27
  434. VoteTotal:
  435. Name: 'VoteTotal: %player%'
  436. BackButton: true
  437. DayTotal:
  438. Item:
  439. Material: 'WATCH'
  440. Name: '&cDaily Total'
  441. Lore: '&c&lTotal: &c%Total%'
  442. Amount: 1
  443. WeekTotal:
  444. Item:
  445. Material: 'WATCH'
  446. Name: '&cWeekly Total'
  447. Lore: '&c&lTotal: &c%Total%'
  448. Amount: 1
  449. MonthTotal:
  450. Item:
  451. Material: 'WATCH'
  452. Name: '&cMonthly Total'
  453. Lore: '&c&lTotal: &c%Total%'
  454. Amount: 1
  455. AllTimeTotal:
  456. Item:
  457. Material: 'WATCH'
  458. Name: '&cAllTime Total'
  459. Lore: '&c&lTotal: &c%Total%'
  460. Amount: 1
  461. VoteBest:
  462. Name: 'VoteBest: %player%'
  463. DayBest:
  464. Item:
  465. Material: 'WATCH'
  466. Name: '&cDaily Best'
  467. Lore: '&c&lBest: &c%Best%'
  468. Amount: 1
  469. WeekBest:
  470. Item:
  471. Material: 'WATCH'
  472. Name: '&cWeekly Best'
  473. Lore: '&c&lBest: &c%Best%'
  474. Amount: 1
  475. MonthBest:
  476. Item:
  477. Material: 'WATCH'
  478. Name: '&cMonthly Best'
  479. Lore: '&c&lBest: &c%Best%'
  480. Amount: 1
  481. VoteStreak:
  482. Name: 'VoteStreak: %player%'
  483. BackButton: false
  484. CurrentDayStreak:
  485. Item:
  486. Material: 'WATCH'
  487. Name: '&cCurrent Daily Streak'
  488. Lore: '&c&lStreak: &c%Streak%'
  489. Amount: 1
  490. CurrentWeekStreak:
  491. Item:
  492. Material: 'WATCH'
  493. Name: '&cCurrent Weekly Streak'
  494. Lore: '&c&lStreak: &c%Streak%'
  495. Amount: 1
  496. CurrentMonthStreak:
  497. Item:
  498. Material: 'WATCH'
  499. Name: '&cCurrent Monthly Streak'
  500. Lore: '&c&lStreak: &c%Streak%'
  501. Amount: 1
  502. HighestDayStreak:
  503. Item:
  504. Material: 'WATCH'
  505. Name: '&cHighest Daily Streak'
  506. Lore: '&c&lStreak: &c%Streak%'
  507. Amount: 1
  508. HighestWeekStreak:
  509. Item:
  510. Material: 'WATCH'
  511. Name: '&cHighest Weekly Streak'
  512. Lore: '&c&lStreak: &c%Streak%'
  513. Amount: 1
  514. HighestMonthStreak:
  515. Item:
  516. Material: 'WATCH'
  517. Name: '&cHighest Monthly Streak'
  518. Lore: '&c&lStreak: &c%Streak%'
  519. Amount: 1
  520. VoteURLSite:
  521. Name: 'VoteSite: %site%'
  522. VoteGUIName: '&cVoteGUI: &c&l%player%'
  523. VoteRewardName: 'VoteReward'
  524. VoteShopName: 'VoteShop'
  525.  
  526. BackButton:
  527. Material: 'PAPER'
  528. Data: 0
  529. Amount: 1
  530. Name: '&8Back to VoteGUI'
  531.  
  532. VoteShopBackButton: true
  533. VoteShopEnabled: true
  534. Shop:
  535. # Identifier
  536. # Used in placeholders for formats
  537. Diamond:
  538. # Item
  539. Material: 'DIAMOND'
  540. Data: 0
  541. Amount: 1
  542. Name: '&4Buy A Diamond'
  543. # You can set skulls of the player using the following
  544. # Remove the # to enable
  545. #Skull: '%Player%'
  546. Lore:
  547. - '&c&lCost: &c3 Voting Points'
  548. # Number of voting points this cost
  549. Cost: 3
  550. # Permission required, leave blank for no permission
  551. Permission: ''
  552. # Rewards to run if player buys succesfully
  553. Rewards:
  554. Items:
  555. Diamond:
  556. Material: 'DIAMOND'
  557. Amount: 1
  558. # Slot
  559. Slot: 0
  560.  
  561. # ------------------------------------------------
  562. # Extra Rewards
  563. # ------------------------------------------------
  564.  
  565. # To disable reward set value to []
  566. # Eg:
  567. # FirstVote: [] (All in one line)
  568. # By default all rewards are disabled
  569.  
  570. # First vote rewards
  571. FirstVote:
  572. Messages:
  573. Player: '&aYou voted for your first time!'
  574. Money: 100
  575.  
  576. # All vote rewards
  577. # Reward for voting on all sites in one day
  578. AllSites:
  579. Messages:
  580. Player: '&aYou voted on all sites in 1 day!'
  581.  
  582. Cumulative:
  583. # Number of votes required
  584. # Allows multiple cumulative rewards
  585. # Number be be around ' (E.g. '1')
  586. # Can have multiple listed here
  587. '20':
  588. Enabled: false
  589. # Wether or not votes must be made in same day/week
  590. # Useful if you want to require a certain number of voting sites to be voted on
  591. # for a daily/weekly reward instead of all of them
  592. VotesInSameDay: false
  593. VotesInSameWeek: false
  594. Rewards:
  595. Messages:
  596. Player: '&aYou got %cumulative% cumulative votes!'
  597.  
  598. VoteParty:
  599. # Wether or not vote party is enabled
  600. Enabled: false
  601. # Number of votes required to give rewards
  602. VotesRequired: 20
  603. # Increase the amount of votes required on each vote party reached
  604. #IncreaseVotesRquired: 10
  605. # If true, players who did not vote to reach the votes required will
  606. # recieve the reward
  607. GiveAllPlayers: false
  608. # If true, the vote count will reset each day
  609. ResetEachDay: false
  610. # Reset at the end of the month
  611. ResetMonthly: false
  612. # Count votes from /av vote?
  613. CountFakeVotes: true
  614. # Number of user votes that apply to vote party total the user needs to get rewards
  615. UserVotesRequired: 0
  616. # Broadcast when vote party reached
  617. Broadcast: '&cReached the vote party amount!'
  618. # List of commands to execute, these only execute once.
  619. Commands: []
  620. # Reward files to give
  621. Rewards: []
  622.  
  623. # Reset milestons at end of the month
  624. ResetMilestonesMonthly: false
  625.  
  626. MileStones:
  627. # Number of votes required
  628. # Allows multiple milestones
  629. # Number be be around ' (E.g. '1')
  630. # Can have multiple listed here
  631. '20':
  632. Enabled: false
  633. Rewards:
  634. Messages:
  635. Player: '&aYou got %milestone% milestone votes!'
  636.  
  637. VoteStreak:
  638. # Valid options: Day, Week, Month
  639. Day:
  640. # Number of days in a row
  641. # Each day requires one vote
  642. # Add a - to give a reward for every multiple (e.g. 2-)
  643. '2':
  644. # Enabled or not
  645. Enabled: false
  646. # Rewards to give
  647. Rewards:
  648. Messages:
  649. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  650. Week:
  651. # Number of weeks in a row
  652. # Requires atleast one vote per week
  653. '2':
  654. # Enabled or not
  655. Enabled: false
  656. # Rewards to give
  657. Rewards:
  658. Messages:
  659. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  660. Month:
  661. # Number of months in a row
  662. # Requires atleast 1 vote per month
  663. '2':
  664. # Enabled or not
  665. Enabled: false
  666. # Rewards to give
  667. Rewards:
  668. Messages:
  669. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  670.  
  671.  
  672. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  673. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES
  674. # Any reward files listed here are ran on vote of any site
  675. # It is recommended to add rewards to each site instead of here
  676. # Using forceoffline won't work here
  677. AnySiteRewards: []
  678.  
  679.  
  680. # ------------------------------------------------
  681. # Top Voter
  682. # ------------------------------------------------
  683.  
  684. # Top voter blacklist
  685. BlackList:
  686. - 'Notch'
  687.  
  688. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  689. # as if there name was added on the the blacklist above
  690. # This also applies for ops
  691. TopVoterIgnorePermission: false
  692.  
  693. # /vote top default data displayed
  694. # Valid Options: AllTime, Monthly, Weekly, Daily
  695. VoteTopDefault: Monthly
  696.  
  697. # Whether or not to have ties on top voter rewards
  698. TopVoterAwardsTies: true
  699.  
  700. # These are required to be enabled in order for top voter awards to work
  701. LoadTopVoter:
  702. AllTime: true
  703. Monthly: true
  704. Weekly: false
  705. Daily: false
  706.  
  707. # When top voter awards are given (even if there are none listed) it will store top voters
  708. # Files will created in TopVoters folder.
  709. StoreTopVoters:
  710. Monthly: true
  711. Weekly: false
  712. Daily: false
  713.  
  714. EnableMonthlyAwards: true
  715. # Rewards to give
  716. MonthlyAwards:
  717. # Position. 1 is first in top voter, 2 is second, etc...
  718. # Using 1-10 will reward players in first to tenth place with the same reward
  719. 1:
  720. Rewards:
  721. Messages:
  722. Player: '&aYou came in first place in %TopVoter%!'
  723. 2:
  724. Rewards:
  725. Messages:
  726. Player: '&aYou came in second place in %TopVoter%!'
  727.  
  728. EnableWeeklyAwards: false
  729. # Rewards to give on weekly top voter
  730. WeeklyAwards:
  731. # Position. 1 is first in top voter, 2 is second, etc...
  732. 1:
  733. Rewards:
  734. Messages:
  735. Player: '&aYou came in first place in %TopVoter%!'
  736. 2:
  737. Rewards:
  738. Messages:
  739. Player: '&aYou came in second place in %TopVoter%!'
  740.  
  741. EnableDailyRewards: false
  742. # Rewards to give on daily top voter
  743. DailyAwards:
  744. # Position. 1 is first in top voter, 2 is second, etc...
  745. 1:
  746. # Reward files to give
  747. Rewards:
  748. Messages:
  749. Player: '&aYou came in first place in %TopVoter%!'
  750. 2:
  751. Rewards:
  752. Messages:
  753. Player: '&aYou came in second place in %TopVoter%!'
  754.  
  755. # ------------------------------------------------
  756. # Advanced
  757. # Most of these values can be left untouched
  758. # ------------------------------------------------
  759.  
  760. # Number of points to give on vote
  761. # Set to 0 to give no points
  762. PointsOnVote: 1
  763.  
  764. # Set this to false to disable the plugin adding totals
  765. # Not really recommended
  766. AddTotals: true
  767.  
  768. # Disable checking on world change
  769. # May improve performance
  770. DisableCheckOnWorldChange: false
  771.  
  772. # Debug
  773. Debug: false
  774.  
  775. # Extra Debug
  776. # Only needed in extreme cases
  777. ExtraDebug: false
  778.  
  779. # Debug info ingame
  780. # Players with permission "VotingPlugin.Debug"
  781. # will see debug info if debug is true
  782. DebugInGame: false
  783.  
  784. # Will log debug messages to VotingPlugin/Log/log.txt
  785. # Requires Debug to be on
  786. LogDebugToFile: false
  787.  
  788. # Options for request api
  789. # Current methods
  790. # ANVIL
  791. # BOOK
  792. # CHAT
  793. # This is mainly used for admin gui's to type in values
  794. RequestAPI:
  795. DefaultMethod: 'Anvil'
  796. DisabledMethods: []
  797.  
  798. # Wether or not to log every vote to a file
  799. # Use this if you wanna track player votes
  800. # Not recommended though
  801. LogVotesToFile: false
  802.  
  803. # Delay between background updates like signs and more
  804. # Default: 3 Minutes
  805. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  806. DelayBetweenUpdates: 3
  807.  
  808. # Clear cache on update, setting to true reduces performance
  809. ClearCacheOnUpdate: false
  810.  
  811. # Clears cache for the player who voted only
  812. # Only effects if using mysql
  813. # Would recommend for some bungee setups
  814. ClearCacheOnVote: false
  815.  
  816. # Set to true to disable no service site message on voting
  817. # You should never have to touch this if everything is setup properly
  818. # Will also disable a few other warnings about vote sites
  819. DisableNoServiceSiteMessage: false
  820.  
  821. # Used in special cases
  822. # Much slower, but may work better
  823. AlternateUUIDLookup: false
  824.  
  825. # Shouldn't need to change this
  826. AutoKillInvs: true
  827.  
  828. # Count fake votes
  829. # If true fake votes will give points and totals
  830. CountFakeVotes: true
  831.  
  832. # Give VotingPlugin.Player by default
  833. # Requires restart to take affect
  834. GiveDefaultPermission: true
  835.  
  836. # Remove old player files
  837. # Happens on startup or /av purge
  838. PurgeOldData: false
  839.  
  840. # Minimum number of days offline in order to purge
  841. PurgeMin: 90
  842.  
  843. # Whether or not to disable checking names on mojang, disable if you hit the rate limit
  844. # Shouldn't make a noticeable impact if set to false
  845. CheckNameMojang: false
  846.  
  847. # Whether or not to create daily backups. (Only the most recent ones get saved)
  848. CreateBackups: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement