Advertisement
Guest User

VotingPluginConfig

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