Advertisement
Guest User

Untitled

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