Advertisement
Guest User

Config

a guest
Jan 6th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.92 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: true
  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: true
  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: 30
  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: '&aRemember to vote!'
  80. Title:
  81. Enabled: false
  82. Title: '&cRemember to vote!'
  83. SubTitle: '&aType /vote'
  84. FadeIn: 10
  85. ShowTime: 50
  86. FadeOut: 10
  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: '&6[&4Broadcast&6] &2Thanks &c%player% &2for voting on %SiteName%'
  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: true
  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 to earn daily rewards! Use /vote to get started.'
  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.  
  347. # GUI for /vote url
  348. # And /vote if enabled in Config.yml
  349. VoteURL:
  350. # GUI Name
  351. Name: '&cVoteURL'
  352. BackButton: true
  353. SiteName: '&c%Name%'
  354. SeeURL: '&cClick to see URL'
  355. NextVote: '&cCan Vote In: %Info%'
  356. ViewAllUrlsButtonEnabled: true
  357. AllUrlsButton:
  358. AlreadyVotedItem:
  359. Material: 'REDSTONE_BLOCK'
  360. Data: 0
  361. Amount: 1
  362. Name: '&4All Voting Sites'
  363. Lore:
  364. - '&cClick Me'
  365. CanVoteItem:
  366. Material: 'EMERALD_BLOCK'
  367. Data: 0
  368. Amount: 1
  369. Name: '&4All Voting Sites'
  370. Lore:
  371. - '&cClick Me'
  372. AlreadyVotedItem:
  373. Material: 'REDSTONE_BLOCK'
  374. Data: 0
  375. Amount: 1
  376. CanVoteItem:
  377. Material: 'EMERALD_BLOCK'
  378. Data: 0
  379. Amount: 1
  380. URLText: '%VoteUrl%'
  381. # Customize /vote reward
  382. # Show players what you get when you vote on each site
  383. VoteReward:
  384. # Name of votesite
  385. ExampleVoteSite:
  386. # items in /vote reward sitename
  387. Items:
  388. # Item
  389. # This is not the item display name
  390. # Do not have 2 of the same items
  391. Diamond:
  392. # Item ID
  393. Material: 'DIAMOND'
  394. # Item Data (Eg 1:4, data is 4)
  395. Data: 0
  396. # Amount of items
  397. # Should be greater than 0
  398. Amount: 1
  399. # Item name
  400. # Remove this line for no name
  401. Name: '&4Example'
  402. # Lore
  403. # Remove this line for no lore
  404. Lore:
  405. - '&4Line 1'
  406. Slot: 0
  407. VoteLast:
  408. Name: 'VoteLast: %player%'
  409. BackButton: true
  410. VoteNext:
  411. Name: 'VoteNext: %player%'
  412. BackButton: true
  413. VoteToday:
  414. Name: 'VoteToday'
  415. BackButton: true
  416. VoteTop:
  417. Name: 'VoteTop %topvoter%'
  418. BackButton: false
  419. Item:
  420. Name: '&3&l%position%: &3%player%'
  421. Lore: '&3&lVotes: &3%votes%'
  422. SwitchItem:
  423. Name: 'Switch TopVoter'
  424. Lore: 'Currently: %Top%'
  425. Material: 'SIGN'
  426. Amount: 1
  427. # 8 Slots over from the bottom left
  428. Slot: 7
  429. # Number of topvoters to display on page +9
  430. # 9 Slots on the botton are used for page buttons
  431. Size: 27
  432. VoteTotal:
  433. Name: 'VoteTotal: %player%'
  434. BackButton: true
  435. DayTotal:
  436. Item:
  437. Material: 'WATCH'
  438. Name: '&cDaily Total'
  439. Lore: '&c&lTotal: &c%Total%'
  440. Amount: 1
  441. WeekTotal:
  442. Item:
  443. Material: 'WATCH'
  444. Name: '&cWeekly Total'
  445. Lore: '&c&lTotal: &c%Total%'
  446. Amount: 1
  447. MonthTotal:
  448. Item:
  449. Material: 'WATCH'
  450. Name: '&cMonthly Total'
  451. Lore: '&c&lTotal: &c%Total%'
  452. Amount: 1
  453. AllTimeTotal:
  454. Item:
  455. Material: 'WATCH'
  456. Name: '&cAllTime Total'
  457. Lore: '&c&lTotal: &c%Total%'
  458. Amount: 1
  459. VoteBest:
  460. Name: 'VoteBest: %player%'
  461. DayBest:
  462. Item:
  463. Material: 'WATCH'
  464. Name: '&cDaily Best'
  465. Lore: '&c&lBest: &c%Best%'
  466. Amount: 1
  467. WeekBest:
  468. Item:
  469. Material: 'WATCH'
  470. Name: '&cWeekly Best'
  471. Lore: '&c&lBest: &c%Best%'
  472. Amount: 1
  473. MonthBest:
  474. Item:
  475. Material: 'WATCH'
  476. Name: '&cMonthly Best'
  477. Lore: '&c&lBest: &c%Best%'
  478. Amount: 1
  479. VoteStreak:
  480. Name: 'VoteStreak: %player%'
  481. BackButton: false
  482. CurrentDayStreak:
  483. Item:
  484. Material: 'WATCH'
  485. Name: '&cCurrent Daily Streak'
  486. Lore: '&c&lStreak: &c%Streak%'
  487. Amount: 1
  488. CurrentWeekStreak:
  489. Item:
  490. Material: 'WATCH'
  491. Name: '&cCurrent Weekly Streak'
  492. Lore: '&c&lStreak: &c%Streak%'
  493. Amount: 1
  494. CurrentMonthStreak:
  495. Item:
  496. Material: 'WATCH'
  497. Name: '&cCurrent Monthly Streak'
  498. Lore: '&c&lStreak: &c%Streak%'
  499. Amount: 1
  500. HighestDayStreak:
  501. Item:
  502. Material: 'WATCH'
  503. Name: '&cHighest Daily Streak'
  504. Lore: '&c&lStreak: &c%Streak%'
  505. Amount: 1
  506. HighestWeekStreak:
  507. Item:
  508. Material: 'WATCH'
  509. Name: '&cHighest Weekly Streak'
  510. Lore: '&c&lStreak: &c%Streak%'
  511. Amount: 1
  512. HighestMonthStreak:
  513. Item:
  514. Material: 'WATCH'
  515. Name: '&cHighest Monthly Streak'
  516. Lore: '&c&lStreak: &c%Streak%'
  517. Amount: 1
  518. VoteURLSite:
  519. Name: 'VoteSite: %site%'
  520. VoteGUIName: '&cVoteGUI: &c&l%player%'
  521. VoteRewardName: 'VoteReward'
  522. VoteShopName: 'VoteShop'
  523.  
  524. BackButton:
  525. Material: 'PAPER'
  526. Data: 0
  527. Amount: 1
  528. Name: '&8Back to VoteGUI'
  529.  
  530. VoteShopBackButton: true
  531. Shop:
  532. # Identifier
  533. # Used in placeholders for formats
  534. Diamond:
  535. # Item
  536. Material: 'DIAMOND'
  537. Data: 0
  538. Amount: 1
  539. Name: '&4Buy A Diamond'
  540. # You can set skulls of the player using the following
  541. # Remove the # to enable
  542. #Skull: '%Player%'
  543. Lore:
  544. - '&c&lCost: &c3 Voting Points'
  545. # Number of voting points this cost
  546. Cost: 3
  547. # Rewards to run if player buys succesfully
  548. Rewards:
  549. Items:
  550. Diamond:
  551. Material: 'DIAMOND'
  552. Amount: 1
  553. # Slot
  554. Slot: 0
  555.  
  556. # ------------------------------------------------
  557. # Extra Rewards
  558. # ------------------------------------------------
  559.  
  560. # To disable reward set value to []
  561. # Eg:
  562. # FirstVote: [] (All in one line)
  563. # By default all rewards are disabled
  564.  
  565. # First vote rewards
  566. FirstVote:
  567. Messages:
  568. Player: '&aYou voted for your first time!'
  569. Money: 100
  570.  
  571. # All vote rewards
  572. # Reward for voting on all sites in one day
  573. AllSites:
  574. Messages:
  575. Player: '&aYou voted on all sites in 1 day!'
  576.  
  577. Cumulative:
  578. # Number of votes required
  579. # Allows multiple cumulative rewards
  580. # Number be be around ' (E.g. '1')
  581. # Can have multiple listed here
  582. '20':
  583. Enabled: false
  584. # Wether or not votes must be made in same day/week
  585. # Useful if you want to require a certain number of voting sites to be voted on
  586. # for a daily/weekly reward instead of all of them
  587. VotesInSameDay: false
  588. VotesInSameWeek: false
  589. Rewards:
  590. Messages:
  591. Player: '&aYou got %cumulative% cumulative votes!'
  592.  
  593. VoteParty:
  594. # Wether or not vote party is enabled
  595. Enabled: false
  596. # Number of votes required to give rewards
  597. VotesRequired: 20
  598. # If true, players who did not vote to reach the votes required will
  599. # recieve the reward
  600. GiveAllPlayers: false
  601. # If true, the vote count will reset each day
  602. ResetEachDay: false
  603. # Reset at the end of the month
  604. ResetMonthly: false
  605. # Count votes from /av vote?
  606. CountFakeVotes: true
  607. # Number of user votes that apply to vote party total the user needs to get rewards
  608. UserVotesRequired: 0
  609. # Broadcast when vote party reached
  610. Broadcast: '&cReached the vote party amount!'
  611. # List of commands to execute, these only execute once.
  612. Commands: []
  613. # Reward files to give
  614. Rewards: []
  615.  
  616. # Reset milestons at end of the month
  617. ResetMilestonesMonthly: false
  618.  
  619. MileStones:
  620. # Number of votes required
  621. # Allows multiple milestones
  622. # Number be be around ' (E.g. '1')
  623. # Can have multiple listed here
  624. '20':
  625. Enabled: false
  626. Rewards:
  627. Messages:
  628. Player: '&aYou got %milestone% milestone votes!'
  629.  
  630. VoteStreak:
  631. # Valid options: Day, Week, Month
  632. Day:
  633. # Number of days in a row
  634. # Each day requires one vote
  635. # Add a - to give a reward for every multiple (e.g. 2-)
  636. '2':
  637. # Enabled or not
  638. Enabled: false
  639. # Rewards to give
  640. Rewards:
  641. Messages:
  642. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  643. Week:
  644. # Number of weeks in a row
  645. # Requires atleast one vote per week
  646. '2':
  647. # Enabled or not
  648. Enabled: false
  649. # Rewards to give
  650. Rewards:
  651. Messages:
  652. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  653. Month:
  654. # Number of months in a row
  655. # Requires atleast 1 vote per month
  656. '2':
  657. # Enabled or not
  658. Enabled: false
  659. # Rewards to give
  660. Rewards:
  661. Messages:
  662. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  663.  
  664.  
  665. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  666. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES
  667. # Any reward files listed here are ran on vote of any site
  668. # It is recommended to add rewards to each site instead of here
  669. # Using forceoffline won't work here
  670. AnySiteRewards: []
  671.  
  672.  
  673. # ------------------------------------------------
  674. # Top Voter
  675. # ------------------------------------------------
  676.  
  677. # Top voter blacklist
  678. BlackList:
  679. - 'Notch'
  680.  
  681. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  682. # as if there name was added on the the blacklist above
  683. # This also applies for ops
  684. TopVoterIgnorePermission: false
  685.  
  686. # /vote top default data displayed
  687. # Valid Options: AllTime, Monthly, Weekly, Daily
  688. VoteTopDefault: Monthly
  689.  
  690. # These are required to be enabled in order for top voter awards to work
  691. LoadTopVoter:
  692. AllTime: true
  693. Monthly: true
  694. Weekly: false
  695. Daily: false
  696.  
  697. # When top voter awards are given (even if there are none listed) it will store top voters
  698. # Files will created in TopVoters folder.
  699. StoreTopVoters:
  700. Monthly: true
  701. Weekly: false
  702. Daily: false
  703.  
  704. EnableMonthlyAwards: true
  705. # Rewards to give
  706. MonthlyAwards:
  707. # Position. 1 is first in top voter, 2 is second, etc...
  708. 1:
  709. Rewards:
  710. Messages:
  711. Player: '&aYou came in first place in %TopVoter%!'
  712. 2:
  713. Rewards:
  714. Messages:
  715. Player: '&aYou came in second place in %TopVoter%!'
  716.  
  717. EnableWeeklyAwards: false
  718. # Rewards to give on weekly top voter
  719. WeeklyAwards:
  720. # Position. 1 is first in top voter, 2 is second, etc...
  721. 1:
  722. Rewards:
  723. Messages:
  724. Player: '&aYou came in first place in %TopVoter%!'
  725. 2:
  726. Rewards:
  727. Messages:
  728. Player: '&aYou came in second place in %TopVoter%!'
  729.  
  730. EnableDailyRewards: false
  731. # Rewards to give on daily top voter
  732. DailyAwards:
  733. # Position. 1 is first in top voter, 2 is second, etc...
  734. 1:
  735. # Reward files to give
  736. Rewards:
  737. Messages:
  738. Player: '&aYou came in first place in %TopVoter%!'
  739. 2:
  740. Rewards:
  741. Messages:
  742. Player: '&aYou came in second place in %TopVoter%!'
  743.  
  744. # ------------------------------------------------
  745. # Advanced
  746. # Most of these values can be left untouched
  747. # ------------------------------------------------
  748.  
  749. # Number of points to give on vote
  750. # Set to 0 to give no points
  751. PointsOnVote: 1
  752.  
  753. # Set this to false to disable the plugin adding totals
  754. # Not really recommended
  755. AddTotals: true
  756.  
  757. # Disable checking on world change
  758. # May improve performance
  759. DisableCheckOnWorldChange: 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