Advertisement
Guest User

Untitled

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