Advertisement
Guest User

Untitled

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