Advertisement
Guest User

Untitled

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