Advertisement
Guest User

voting config

a guest
Jan 1st, 2018
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.21 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: true
  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: '&aThanks for voting %player% was rewarded $5,000!'
  118.  
  119. # Broadcast only when player is online
  120. BroadcastWhenOnline: true
  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! Use /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.  
  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. Money:
  408. # Item ID
  409. Material: 'Grass'
  410. # Item Data (Eg 1:4, data is 4)
  411. Data: /eco give {name} 1000
  412. # Amount of items
  413. # Should be greater than 0
  414. Amount: 1000
  415. # Item name
  416. # Remove this line for no name
  417. Name: '&4Moneh'
  418. # Lore
  419. # Remove this line for no lore
  420. Lore:
  421. - '&4Line 1'
  422. Slot: 2
  423. VoteLast:
  424. Name: 'VoteLast: %player%'
  425. BackButton: true
  426. VoteNext:
  427. Name: 'VoteNext: %player%'
  428. BackButton: true
  429. VoteToday:
  430. Name: 'VoteToday'
  431. BackButton: true
  432. VoteTop:
  433. Name: 'VoteTop %topvoter%'
  434. BackButton: false
  435. Item:
  436. Name: '&3&l%position%: &3%player%'
  437. Lore: '&3&lVotes: &3%votes%'
  438. SwitchItem:
  439. Name: 'Switch TopVoter'
  440. Lore: 'Currently: %Top%'
  441. Material: 'SIGN'
  442. Amount: 1
  443. # 8 Slots over from the bottom left
  444. Slot: 7
  445. # Number of topvoters to display on page +9
  446. # 9 Slots on the botton are used for page buttons
  447. Size: 27
  448. VoteTotal:
  449. Name: 'VoteTotal: %player%'
  450. BackButton: true
  451. DayTotal:
  452. Item:
  453. Material: 'WATCH'
  454. Name: '&cDaily Total'
  455. Lore: '&c&lTotal: &c%Total%'
  456. Amount: 1
  457. WeekTotal:
  458. Item:
  459. Material: 'WATCH'
  460. Name: '&cWeekly Total'
  461. Lore: '&c&lTotal: &c%Total%'
  462. Amount: 1
  463. MonthTotal:
  464. Item:
  465. Material: 'WATCH'
  466. Name: '&cMonthly Total'
  467. Lore: '&c&lTotal: &c%Total%'
  468. Amount: 1
  469. AllTimeTotal:
  470. Item:
  471. Material: 'WATCH'
  472. Name: '&cAllTime Total'
  473. Lore: '&c&lTotal: &c%Total%'
  474. Amount: 1
  475. VoteBest:
  476. Name: 'VoteBest: %player%'
  477. DayBest:
  478. Item:
  479. Material: 'WATCH'
  480. Name: '&cDaily Best'
  481. Lore: '&c&lBest: &c%Best%'
  482. Amount: 1
  483. WeekBest:
  484. Item:
  485. Material: 'WATCH'
  486. Name: '&cWeekly Best'
  487. Lore: '&c&lBest: &c%Best%'
  488. Amount: 1
  489. MonthBest:
  490. Item:
  491. Material: 'WATCH'
  492. Name: '&cMonthly Best'
  493. Lore: '&c&lBest: &c%Best%'
  494. Amount: 1
  495. VoteStreak:
  496. Name: 'VoteStreak: %player%'
  497. BackButton: false
  498. CurrentDayStreak:
  499. Item:
  500. Material: 'WATCH'
  501. Name: '&cCurrent Daily Streak'
  502. Lore: '&c&lStreak: &c%Streak%'
  503. Amount: 1
  504. CurrentWeekStreak:
  505. Item:
  506. Material: 'WATCH'
  507. Name: '&cCurrent Weekly Streak'
  508. Lore: '&c&lStreak: &c%Streak%'
  509. Amount: 1
  510. CurrentMonthStreak:
  511. Item:
  512. Material: 'WATCH'
  513. Name: '&cCurrent Monthly Streak'
  514. Lore: '&c&lStreak: &c%Streak%'
  515. Amount: 1
  516. HighestDayStreak:
  517. Item:
  518. Material: 'WATCH'
  519. Name: '&cHighest Daily Streak'
  520. Lore: '&c&lStreak: &c%Streak%'
  521. Amount: 1
  522. HighestWeekStreak:
  523. Item:
  524. Material: 'WATCH'
  525. Name: '&cHighest Weekly Streak'
  526. Lore: '&c&lStreak: &c%Streak%'
  527. Amount: 1
  528. HighestMonthStreak:
  529. Item:
  530. Material: 'WATCH'
  531. Name: '&cHighest Monthly Streak'
  532. Lore: '&c&lStreak: &c%Streak%'
  533. Amount: 1
  534. VoteURLSite:
  535. Name: 'VoteSite: %site%'
  536. VoteGUIName: '&cVoteGUI: &c&l%player%'
  537. VoteRewardName: 'VoteReward'
  538. VoteShopName: 'VoteShop'
  539.  
  540. BackButton:
  541. Material: 'PAPER'
  542. Data: 0
  543. Amount: 1
  544. Name: '&8Back to VoteGUI'
  545.  
  546. VoteShopBackButton: true
  547. Shop:
  548. # Identifier
  549. # Used in placeholders for formats
  550. Sellwand:
  551. # Item
  552. Material: 'DIAMOND_HOE'
  553. Data: 0
  554. Amount: 1
  555. Name: '&4Buy A 3 Use Sell Wand'
  556. # You can set skulls of the player using the following
  557. # Remove the # to enable
  558. #Skull: '%Player%'
  559. Lore:
  560. - '&c&lCost: &c4 Voting Points'
  561. # Number of voting points this cost
  562. Cost: 4
  563. # Rewards to run if player buys succesfully
  564. Rewards:
  565. Commands:
  566. - 'sellwands give %player% 3'
  567. # Slot
  568. Slot: 0
  569. Banknote25:
  570. Material: 'PAPER'
  571. Data: 0
  572. Amount: 1
  573. Name: '&4Buy $25,000 BankNote'
  574. Lore:
  575. - '&c&lCost: &c20 Voting Points'
  576. Cost: 20
  577. Rewards:
  578. Commands:
  579. - 'banknotes give %player% 25000'
  580. Slot: 1
  581. Banknote50:
  582. Material: 'PAPER'
  583. Data: 0
  584. Amount: 1
  585. Name: '&4Buy $50,000 BankNote'
  586. Lore:
  587. - '&c&lCost: &c40 Voting Points'
  588. Cost: 40
  589. Rewards:
  590. Commands:
  591. - 'banknotes give %player% 50000'
  592. Slot: 2
  593. Blaze:
  594. Material: 'MOB_SPAWNER'
  595. Data: 0
  596. Amount: 1
  597. Name: '&4Buy Blaze Spawner'
  598. Lore:
  599. - '&c&lCost: &c120 Voting Points'
  600. Cost: 120
  601. Rewards:
  602. Commands:
  603. - 'give %player% 52:61 1'
  604. Slot: 3
  605. Golem:
  606. Material: 'MOB_SPAWNER'
  607. Data: 0
  608. Amount: 1
  609. Name: '&4Buy Iron Golem Spawner'
  610. Lore:
  611. - '&c&lCost: &c180 Voting Points'
  612. Cost: 180
  613. Rewards:
  614. Commands:
  615. - 'give %player% 52:99 1'
  616. Slot: 4
  617.  
  618. # ------------------------------------------------
  619. # Extra Rewards
  620. # ------------------------------------------------
  621.  
  622. # To disable reward set value to []
  623. # Eg:
  624. # FirstVote: [] (All in one line)
  625. # By default all rewards are disabled
  626.  
  627. # First vote rewards
  628. FirstVote:
  629. Messages:
  630. Player: '&aYou voted for your first time!'
  631. Money: 5000
  632.  
  633. # All vote rewards
  634. # Reward for voting on all sites in one day
  635. AllSites:
  636. Messages:
  637. Player: '&aYou voted on all sites in 1 day!'
  638.  
  639. Cumulative:
  640. # Number of votes required
  641. # Allows multiple cumulative rewards
  642. # Number be be around ' (E.g. '1')
  643. # Can have multiple listed here
  644. '20':
  645. Enabled: false
  646. # Wether or not votes must be made in same day/week
  647. # Useful if you want to require a certain number of voting sites to be voted on
  648. # for a daily/weekly reward instead of all of them
  649. VotesInSameDay: false
  650. VotesInSameWeek: false
  651. Rewards:
  652. Messages:
  653. Player: '&aYou got %cumulative% cumulative votes!'
  654.  
  655. VoteParty:
  656. # Wether or not vote party is enabled
  657. Enabled: false
  658. # Number of votes required to give rewards
  659. VotesRequired: 20
  660. # If true, players who did not vote to reach the votes required will
  661. # recieve the reward
  662. GiveAllPlayers: false
  663. # If true, the vote count will reset each day
  664. ResetEachDay: false
  665. # Reset at the end of the month
  666. ResetMonthly: false
  667. # Count votes from /av vote?
  668. CountFakeVotes: true
  669. # Number of user votes that apply to vote party total the user needs to get rewards
  670. UserVotesRequired: 0
  671. # Broadcast when vote party reached
  672. Broadcast: '&cReached the vote party amount!'
  673. # List of commands to execute, these only execute once.
  674. Commands: []
  675. # Reward files to give
  676. Rewards: []
  677.  
  678. # Reset milestons at end of the month
  679. ResetMilestonesMonthly: false
  680.  
  681. MileStones:
  682. # Number of votes required
  683. # Allows multiple milestones
  684. # Number be be around ' (E.g. '1')
  685. # Can have multiple listed here
  686. '20':
  687. Enabled: false
  688. Rewards:
  689. Messages:
  690. Player: '&aYou got %milestone% milestone votes!'
  691.  
  692. VoteStreak:
  693. # Valid options: Day, Week, Month
  694. Day:
  695. # Number of days in a row
  696. # Each day requires one vote
  697. # Add a - to give a reward for every multiple (e.g. 2-)
  698. '2':
  699. # Enabled or not
  700. Enabled: false
  701. # Rewards to give
  702. Rewards:
  703. Messages:
  704. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  705. Week:
  706. # Number of weeks in a row
  707. # Requires atleast one vote per week
  708. '2':
  709. # Enabled or not
  710. Enabled: false
  711. # Rewards to give
  712. Rewards:
  713. Messages:
  714. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  715. Month:
  716. # Number of months in a row
  717. # Requires atleast 1 vote per month
  718. '2':
  719. # Enabled or not
  720. Enabled: false
  721. # Rewards to give
  722. Rewards:
  723. Messages:
  724. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  725.  
  726.  
  727. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  728. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES
  729. # Any reward files listed here are ran on vote of any site
  730. # It is recommended to add rewards to each site instead of here
  731. # Using forceoffline won't work here
  732. AnySiteRewards: []
  733.  
  734.  
  735. # ------------------------------------------------
  736. # Top Voter
  737. # ------------------------------------------------
  738.  
  739. # Top voter blacklist
  740. BlackList:
  741. - 'Notch'
  742.  
  743. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  744. # as if there name was added on the the blacklist above
  745. # This also applies for ops
  746. TopVoterIgnorePermission: false
  747.  
  748. # /vote top default data displayed
  749. # Valid Options: AllTime, Monthly, Weekly, Daily
  750. VoteTopDefault: Monthly
  751.  
  752. # These are required to be enabled in order for top voter awards to work
  753. LoadTopVoter:
  754. AllTime: true
  755. Monthly: true
  756. Weekly: false
  757. Daily: false
  758.  
  759. # When top voter awards are given (even if there are none listed) it will store top voters
  760. # Files will created in TopVoters folder.
  761. StoreTopVoters:
  762. Monthly: true
  763. Weekly: false
  764. Daily: false
  765.  
  766. EnableMonthlyAwards: true
  767. # Rewards to give
  768. MonthlyAwards:
  769. # Position. 1 is first in top voter, 2 is second, etc...
  770. 1:
  771. Rewards:
  772. Messages:
  773. Player: '&aYou came in first place in %TopVoter%!'
  774. 2:
  775. Rewards:
  776. Messages:
  777. Player: '&aYou came in second place in %TopVoter%!'
  778.  
  779. EnableWeeklyAwards: false
  780. # Rewards to give on weekly top voter
  781. WeeklyAwards:
  782. # Position. 1 is first in top voter, 2 is second, etc...
  783. 1:
  784. Rewards:
  785. Messages:
  786. Player: '&aYou came in first place in %TopVoter%!'
  787. 2:
  788. Rewards:
  789. Messages:
  790. Player: '&aYou came in second place in %TopVoter%!'
  791.  
  792. EnableDailyRewards: false
  793. # Rewards to give on daily top voter
  794. DailyAwards:
  795. # Position. 1 is first in top voter, 2 is second, etc...
  796. 1:
  797. # Reward files to give
  798. Rewards:
  799. Messages:
  800. Player: '&aYou came in first place in %TopVoter%!'
  801. 2:
  802. Rewards:
  803. Messages:
  804. Player: '&aYou came in second place in %TopVoter%!'
  805.  
  806. # ------------------------------------------------
  807. # Advanced
  808. # Most of these values can be left untouched
  809. # ------------------------------------------------
  810.  
  811. # Number of points to give on vote
  812. # Set to 0 to give no points
  813. PointsOnVote: 1
  814.  
  815. # Set this to false to disable the plugin adding totals
  816. # Not really recommended
  817. AddTotals: true
  818.  
  819. # Disable checking on world change
  820. # May improve performance
  821. DisableCheckOnWorldChange: false
  822.  
  823. # Debug
  824. Debug: false
  825.  
  826. # Extra Debug
  827. # Only needed in extreme cases
  828. ExtraDebug: false
  829.  
  830. # Debug info ingame
  831. # Players with permission "VotingPlugin.Debug"
  832. # will see debug info if debug is true
  833. DebugInGame: false
  834.  
  835. # Will log debug messages to VotingPlugin/Log/log.txt
  836. # Requires Debug to be on
  837. LogDebugToFile: false
  838.  
  839. # Options for request api
  840. # Current methods
  841. # ANVIL
  842. # BOOK
  843. # CHAT
  844. # This is mainly used for admin gui's to type in values
  845. RequestAPI:
  846. DefaultMethod: 'Anvil'
  847. DisabledMethods: []
  848.  
  849. # Wether or not to log every vote to a file
  850. # Use this if you wanna track player votes
  851. # Not recommended though
  852. LogVotesToFile: false
  853.  
  854. # Delay between background updates like signs and more
  855. # Default: 3 Minutes
  856. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  857. DelayBetweenUpdates: 3
  858.  
  859. # Clear cache on update, setting to true reduces performance
  860. ClearCacheOnUpdate: false
  861.  
  862. # Set to true to disable no service site message on voting
  863. # You should never have to touch this if everything is setup properly
  864. # Will also disable a few other warnings about vote sites
  865. DisableNoServiceSiteMessage: false
  866.  
  867. # Used in special cases
  868. # Much slower, but may work better
  869. AlternateUUIDLookup: false
  870.  
  871. # Shouldn't need to change this
  872. AutoKillInvs: true
  873.  
  874. # Count fake votes
  875. # If true fake votes will give points and totals
  876. CountFakeVotes: true
  877.  
  878. # Give VotingPlugin.Player by default
  879. # Requires restart to take affect
  880. GiveDefaultPermission: true
  881.  
  882. # Remove old player files
  883. # Happens on startup or /av purge
  884. PurgeOldData: false
  885.  
  886. # Minimum number of days offline in order to purge
  887. PurgeMin: 90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement