Advertisement
Guest User

Config

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