Advertisement
Guest User

Untitled

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