Advertisement
Guest User

Untitled

a guest
Feb 1st, 2019
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.82 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. # See the end of the config for cache options
  14. MySQL:
  15. Host: ''
  16. # Default port is 3306
  17. Port: 3306
  18. Database: ''
  19. Username: ''
  20. Password: ''
  21. # Max number of connections
  22. MaxConnections: 1
  23. # Maxium size of caching mysql
  24. # -1 for no limit
  25. # Affecting this value may affect performance
  26. MaxSize: -1
  27. # Table name prefix, for use with mutliple servers
  28. Prefix: ''
  29. #UseSSL: true
  30.  
  31. # Let players who never joined before vote
  32. # Recommend: False (Will prevent creating random user data)
  33. AllowUnjoined: true
  34.  
  35. # ------------------------------------------------
  36. # VoteReminding
  37. # ------------------------------------------------
  38.  
  39. # Configuration for VoteReminding
  40. # By default this should be all setup to work
  41. # as long as vote delays are done properly
  42. VoteReminding:
  43. # Enable vote reminding
  44. # This will remind player when he can vote on all sites
  45. # Requires VoteDelay's to be setup properly
  46. # Use /vote next to see when you can be reminded
  47. # Players require the perm "VotingPlugin.Login.RemindVotes" or "VotingPlugin.Player"
  48. Enabled: true
  49.  
  50. # Wether or t to remind only once when the player can vote
  51. # Does not apply to login reminds.
  52. RemindOnlyOnce: true
  53.  
  54. # Will remind player on login if he can vote
  55. # Ignores value above
  56. RemindOnLogin: true
  57.  
  58. # Delay to remind votes in minutes
  59. # Only works if above is false
  60. RemindDelay: 30
  61.  
  62. # Run reward files on remind
  63. # By default, the reward file will be created for you
  64. # and have the default message
  65. # Edit the message at AdvancedCore/Rewards/Remind.yml (or any other reward listed)
  66. # Can add titles and more in the reward file
  67. Rewards:
  68. Messages:
  69. Player: '&aRemember to &c/vote'
  70. Title:
  71. Enabled: false
  72. Title: '&cRemember to vote!'
  73. SubTitle: '&aType /vote'
  74. FadeIn: 10
  75. ShowTime: 50
  76. FadeOut: 10
  77. ActionBar:
  78. Message: '&cRemember to vote'
  79. Delay: 30
  80.  
  81. # ------------------------------------------------
  82. # Format
  83. # ------------------------------------------------
  84.  
  85. # Common PlacesHolders:
  86. # Please Note: Not all are usable in all sections
  87. # Special PlaceHolders will be commented where available
  88. # %player% = player name
  89. # %SiteName% = vote site name
  90. #
  91. # Set Message to '' (2 ') to disable message
  92.  
  93. Commands:
  94. # Wether or not the following commands will open GUIs rather than display text
  95. UseGUI:
  96. Today: true
  97. TopVoter: true
  98. Last: true
  99. Next: true
  100. Total: true
  101. Vote: true
  102. Best: true
  103. Streak: true
  104. # If true, you can right click a votesite from /vote (gui version) and open the vote reward gui for that site
  105. # Can be used to display rewards for that site
  106. VoteRewardFromVoteURL: false
  107. # disable /vote reward commands
  108. # Effective after restart
  109. DisableVoteRewardGUIs: false
  110.  
  111. Format:
  112. # CommandHandler help message
  113. HelpLine: '&3&l%Command% - &3%HelpMessage%'
  114.  
  115. # Broadcast vote message
  116. # Set to an empty message to disable
  117. BroadcastMsg: ''
  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. # %timesince% = time since vote
  168. Line: '&3%SiteName%: &6%timeSince%'
  169. # Spelling of TimeType can be changed under Format.Commands.TimeFormats
  170. TimeFormat: '%amount% %TimeType%'
  171. LastVoted: '%times% ago'
  172. NeverVoted: 'Never voted'
  173.  
  174. # Format for /vote total
  175. Total:
  176. - '&3&l%player% Total Votes:'
  177. - '&3&lDaily Total: &6&l%DailyTotal%'
  178. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  179. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  180. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  181.  
  182. # Format for /vote total all
  183. TotalAll:
  184. - '&3&lServer Total Votes:'
  185. - '&3&lDaily Total: &6&l%DailyTotal%'
  186. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  187. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  188. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  189.  
  190. # Format for /vote top
  191. Top:
  192. # First line
  193. # %page% = current page
  194. # %maxpages% = max number of pages
  195. # %Top% = Monthly/Weekly/Daily (depending on command)
  196. Title: '&3Top %Top% Voters %page%/%maxpages%'
  197. # Line for each player in that page
  198. Line: '&c%num%: &6%player%, %votes%'
  199.  
  200. # Format for /vote help
  201. Help:
  202. # Title of /vote help
  203. Title: '&3&lVoting Player Help'
  204. # Format for help message in /v help
  205. Line: '&3&l%Command% - &3%HelpMessage%'
  206. # Require permission to see command in /v help or /av help
  207. RequirePermission: true
  208.  
  209. Best:
  210. Title: '&3&l%player% Best Votes'
  211. Lines:
  212. - '&3Highest Daily Total: &3&l%HighestDailyTotal%'
  213. - '&3Highest Week Total: &3&l%HighestWeeklyTotal%'
  214. - '&3Highest Month Total: &3&l%HighestMonthlyTotal%'
  215.  
  216. Streak:
  217. Title: '&3&l%player% Vote Streak'
  218. Lines:
  219. - '&3Current Daily Streak: &3&l%DailyStreak%'
  220. - '&3Current Week Streak: &3&l%WeeklyStreak%'
  221. - '&3Current Month Streak: &3&l%MonthlyStreak%'
  222. - '&3&lHighest Streaks:'
  223. - '&3Highest Daily Streak: &3&l%BestDailyStreak%'
  224. - '&3Highest Week Streak: &3&l%BestWeeklyStreak%'
  225. - '&3Highest Month Streak: &3&l%BestMonthlyStreak%'
  226.  
  227. # PlaceHolders:
  228. # %VotesRequired% = VotesRequired
  229. # %NeededVotes% = Number of votes needed to reach VotesRequired
  230. # %Votes% = Number of votes
  231. Party:
  232. - '&cCurrently at &6%Votes%&c, &6%NeededVotes% &cmore votes to go to reach &6%VotesRequired%'
  233.  
  234. # %Points% = player points
  235. Points: '&a%Player% currently has &a&l%Points%&a Points!'
  236.  
  237. ToggleBroadcast:
  238. Enabled: '&cYou will now see vote broadcasts'
  239. Disabled: '&cYou will no longer see vote broadcasts'
  240.  
  241. # Msg on top voter award, will only send message if that place has a reward set
  242. # %place% = place - 1,2,3,etc
  243. TopVoterAwardMsg: '&aYou came in %place% in top voters of the month! Here is an award!'
  244.  
  245. # Time Format
  246. # See https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  247. TimeFormat: 'EEE, d MMM yyyy HH:mm'
  248.  
  249. TimeFormats:
  250. Day: 'Day'
  251. Days: 'Days'
  252. Hour: 'Hour'
  253. Hours: 'Hours'
  254. Minute: 'Minute'
  255. Minutes: 'Minutes'
  256. Second: 'Second'
  257. Seconds: 'Seconds'
  258.  
  259. # Format for signs
  260. # SiteName may be all, depending on sign
  261. # %position% = position of player, set by sign
  262. # %votes% = Number of votes
  263. Signs:
  264. TopVoterSign:
  265. Line1: 'TopVoter: %SiteName%'
  266. Line2: '#%position%'
  267. Line3: '%player%'
  268. Line4: '%votes% Votes'
  269. # Message when right clicking sign, uses same placeholders as above
  270. RightClickMessage: '&c&l%player% &cis &c&l%position% &cwith &c&l%votes% &cvotes in &c&l%SiteName%'
  271.  
  272. # Message when player tries to run command without required permissions
  273. NoPerms: '&cYou do not have enough permission!'
  274.  
  275. # Message when player types a command but does not input a number where needed
  276. NotNumber: '&cError on &6%arg%&c, number expected!'
  277.  
  278. # Shop messages when using the /vote shop
  279. ShopPurchase: '&aYou bought the %Identifier% for %Points% Points!'
  280. ShopFailed: '&cYou do not have %Points% points to purchase this!'
  281.  
  282. # User not exist message, from commands such as /vote next (player)
  283. UserNotExist: '&cUser does not exist: %player%'
  284.  
  285. # Text for page buttons in inventories
  286. PrevPage: '&aPrevious Page'
  287. NextPage: '&aNext Page'
  288.  
  289. InvFull: '&cInventory full, dropping items on ground'
  290.  
  291. # Display text
  292. # Used in /vote top (GUI)
  293. TopVoter:
  294. Daily: 'Daily'
  295. Weekly: 'Weekly'
  296. Monthly: 'Monthly'
  297. AllTime: 'AllTime'
  298.  
  299. # ------------------------------------------------
  300. # GUI Options
  301. # ------------------------------------------------
  302.  
  303. # Configure GUI's here
  304. # 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)
  305. # Item Material's can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  306. GUI:
  307. # GUI for /vote gui, /vgui, votegui
  308. VoteGUI:
  309. # Items will be orders as it is below
  310. URL:
  311. # Standard item format, lore is automaticly applied
  312. Item:
  313. Material: 'BOW'
  314. Data: 0
  315. Amount: 1
  316. Name: '&4URL'
  317. # You can set skulls of the player using the following
  318. # Remove the # to enable
  319. #Skull: '%Player%'
  320. Next:
  321. Item:
  322. Material: 'COMPASS'
  323. Data: 0
  324. Amount: 1
  325. Name: '&4Next'
  326. Last:
  327. Item:
  328. Material: 'CLOCK'
  329. Data: 0
  330. Amount: 1
  331. Name: '&4Last'
  332. Total:
  333. Item:
  334. Material: 'CHEST'
  335. Data: 0
  336. Amount: 1
  337. Name: '&4Total'
  338. Top:
  339. Item:
  340. Material: 'SIGN'
  341. Data: 0
  342. Amount: 1
  343. Name: '&4Top'
  344. Today:
  345. Item:
  346. Material: 'BOOK'
  347. Data: 0
  348. Amount: 1
  349. Name: '&4Today'
  350. Shop:
  351. Item:
  352. Material: 'DIAMOND'
  353. Data: 0
  354. Amount: 1
  355. Name: '&4Vote Shop'
  356. Lore:
  357. - '&aYou currently have %points% points'
  358. # GUI for /vote url
  359. # And /vote if enabled in Config.yml
  360. VoteURL:
  361. # GUI Name
  362. Name: '&cVoteURL, &92 Diamonds PER vote!'
  363. BackButton: true
  364. SiteName: '&c%Name%'
  365. SeeURL: '&cClick to see URL'
  366. NextVote: '&cCan Vote In: %Info%'
  367. ViewAllUrlsButtonEnabled: true
  368. AllUrlsButton:
  369. AlreadyVotedItem:
  370. Material: 'REDSTONE_BLOCK'
  371. Data: 0
  372. Amount: 1
  373. Name: '&4All Voting Sites'
  374. Lore:
  375. - '&cClick Me'
  376. CanVoteItem:
  377. Material: 'EMERALD_BLOCK'
  378. Data: 0
  379. Amount: 1
  380. Name: '&4All Voting Sites'
  381. Lore:
  382. - '&cClick Me'
  383. AlreadyVotedItem:
  384. Material: 'REDSTONE_BLOCK'
  385. Data: 0
  386. Amount: 1
  387. CanVoteItem:
  388. Material: 'EMERALD_BLOCK'
  389. Data: 0
  390. Amount: 1
  391. URLText: '%VoteUrl%'
  392.  
  393. VoteRewardBackButton: false
  394. # Customize /vote reward
  395. # Show players what you get when you vote on each site
  396. VoteReward:
  397. # Name of votesite
  398. ExampleVoteSite:
  399. # items in /vote reward sitename
  400. Items:
  401. # Item
  402. # This is not the item display name
  403. # Do not have 2 of the same items
  404. Diamond:
  405. # Item ID
  406. Material: 'DIAMOND'
  407. # Item Data (Eg 1:4, data is 4)
  408. Data: 0
  409. # Amount of items
  410. # Should be greater than 0
  411. Amount: 1
  412. # Item name
  413. # Remove this line for no name
  414. Name: '&4Example'
  415. # Lore
  416. # Remove this line for no lore
  417. Lore:
  418. - '&4Line 1'
  419. VoteLast:
  420. Name: 'VoteLast: %player%'
  421. BackButton: true
  422. VoteNext:
  423. Name: 'VoteNext: %player%'
  424. BackButton: true
  425. VoteToday:
  426. Name: 'VoteToday'
  427. BackButton: true
  428. VoteTop:
  429. Name: 'VoteTop %topvoter%'
  430. BackButton: false
  431. Item:
  432. Name: '&3&l%position%: &3%player%'
  433. Lore: '&3&lVotes: &3%votes%'
  434. SwitchItem:
  435. Name: 'Switch TopVoter'
  436. Lore: 'Currently: %Top%'
  437. Material: 'SIGN'
  438. Amount: 1
  439. # 8 Slots over from the bottom left
  440. Slot: 7
  441. # Number of topvoters to display on page +9
  442. # 9 Slots on the botton are used for page buttons
  443. Size: 27
  444. # If true, /vote top will show player heads
  445. UseSkull: true
  446. # Item for player in GUI if use skull is false
  447. PlayerItem:
  448. Material: 'PAPER'
  449. VoteTotal:
  450. Name: 'VoteTotal: %player%'
  451. BackButton: true
  452. DayTotal:
  453. Item:
  454. Material: 'CLOCK'
  455. Name: '&cDaily Total'
  456. Lore: '&c&lTotal: &c%Total%'
  457. Amount: 1
  458. WeekTotal:
  459. Item:
  460. Material: 'CLOCK'
  461. Name: '&cWeekly Total'
  462. Lore: '&c&lTotal: &c%Total%'
  463. Amount: 1
  464. MonthTotal:
  465. Item:
  466. Material: 'CLOCK'
  467. Name: '&cMonthly Total'
  468. Lore: '&c&lTotal: &c%Total%'
  469. Amount: 1
  470. AllTimeTotal:
  471. Item:
  472. Material: 'CLOCK'
  473. Name: '&cAllTime Total'
  474. Lore: '&c&lTotal: &c%Total%'
  475. Amount: 1
  476. VoteBest:
  477. Name: 'VoteBest: %player%'
  478. DayBest:
  479. Item:
  480. Material: 'CLOCK'
  481. Name: '&cDaily Best'
  482. Lore: '&c&lBest: &c%Best%'
  483. Amount: 1
  484. WeekBest:
  485. Item:
  486. Material: 'CLOCK'
  487. Name: '&cWeekly Best'
  488. Lore: '&c&lBest: &c%Best%'
  489. Amount: 1
  490. MonthBest:
  491. Item:
  492. Material: 'CLOCK'
  493. Name: '&cMonthly Best'
  494. Lore: '&c&lBest: &c%Best%'
  495. Amount: 1
  496. VoteStreak:
  497. Name: 'VoteStreak: %player%'
  498. BackButton: false
  499. CurrentDayStreak:
  500. Item:
  501. Material: 'CLOCK'
  502. Name: '&cCurrent Daily Streak'
  503. Lore: '&c&lStreak: &c%Streak%'
  504. Amount: 1
  505. CurrentWeekStreak:
  506. Item:
  507. Material: 'CLOCK'
  508. Name: '&cCurrent Weekly Streak'
  509. Lore: '&c&lStreak: &c%Streak%'
  510. Amount: 1
  511. CurrentMonthStreak:
  512. Item:
  513. Material: 'CLOCK'
  514. Name: '&cCurrent Monthly Streak'
  515. Lore: '&c&lStreak: &c%Streak%'
  516. Amount: 1
  517. HighestDayStreak:
  518. Item:
  519. Material: 'CLOCK'
  520. Name: '&cHighest Daily Streak'
  521. Lore: '&c&lStreak: &c%Streak%'
  522. Amount: 1
  523. HighestWeekStreak:
  524. Item:
  525. Material: 'CLOCK'
  526. Name: '&cHighest Weekly Streak'
  527. Lore: '&c&lStreak: &c%Streak%'
  528. Amount: 1
  529. HighestMonthStreak:
  530. Item:
  531. Material: 'CLOCK'
  532. Name: '&cHighest Monthly Streak'
  533. Lore: '&c&lStreak: &c%Streak%'
  534. Amount: 1
  535. VoteURLSite:
  536. Name: 'VoteSite: %site%'
  537. VoteGUIName: '&cVoteGUI: &c&l%player%'
  538. VoteRewardName: 'VoteReward'
  539. VoteShopName: 'VoteShop'
  540.  
  541. BackButton:
  542. Material: 'PAPER'
  543. Data: 0
  544. Amount: 1
  545. Name: '&8Back to VoteGUI'
  546.  
  547. VoteShopBackButton: true
  548. VoteShopEnabled: true
  549. Shop:
  550. # Identifier
  551. # Used in placeholders for formats
  552. Diamond:
  553. # Item
  554. Material: 'DIAMOND'
  555. Data: 0
  556. Amount: 1
  557. Name: '&4Buy A Diamond'
  558. # You can set skulls of the player using the following
  559. # Remove the # to enable
  560. #Skull: '%Player%'
  561. Lore:
  562. - '&c&lCost: &c3 Voting Points'
  563. # Number of voting points this cost
  564. Cost: 3
  565. # Permission required, leave blank for no permission
  566. Permission: ''
  567. # Limit how many times you can buy this
  568. #Limit: 3
  569. # Rewards to run if player buys succesfully
  570. Rewards:
  571. Items:
  572. Diamond:
  573. Material: 'DIAMOND'
  574. Amount: 1
  575. Shop:
  576. Tripwire:
  577. Material: 'TRIPWIRE_HOOK'
  578. Amount: 1
  579. # other item info
  580. # Number of voting points this cost
  581. Cost: 5
  582. Rewards:
  583. Items:
  584. Tripwire Hook:
  585. Material: 'TRIPWIRE HOOK'
  586. Amount: 1
  587. Name: 'Chest Crate Key'
  588. Enchants: unbreaking 1
  589. Lore: 'Right-click on a "Chest" crate to win an item!'
  590. Commands:
  591. - give crate key command # in order for it to work
  592. # ------------------------------------------------
  593. # Extra Rewards
  594. # ------------------------------------------------
  595.  
  596. # To disable reward set value to []
  597. # Eg:
  598. # FirstVote: [] (All in one line)
  599. # By default all rewards are disabled
  600.  
  601. # First vote rewards
  602. FirstVote:
  603. Messages:
  604. Player: '&aYou voted for your first time!'
  605. Money: 100
  606.  
  607. # All vote rewards
  608. # Reward for voting on all sites in one day
  609. AllSites:
  610. Messages:
  611. Player: '&aYou voted on all sites in 1 day!'
  612.  
  613. Cumulative:
  614. # Number of votes required
  615. # Allows multiple cumulative rewards
  616. # Number be be around ' (E.g. '1')
  617. # Can have multiple listed here
  618. '20':
  619. Enabled: false
  620. # Wether or not votes must be made in same day/week
  621. # Useful if you want to require a certain number of voting sites to be voted on
  622. # for a daily/weekly reward instead of all of them
  623. VotesInSameDay: false
  624. VotesInSameWeek: false
  625. Rewards:
  626. Messages:
  627. Player: '&aYou got %cumulative% cumulative votes!'
  628.  
  629. VoteParty:
  630. # Wether or not vote party is enabled
  631. Enabled: false
  632. # Number of votes required to give rewards
  633. VotesRequired: 20
  634. # Increase the amount of votes required on each vote party reached
  635. #IncreaseVotesRquired: 10
  636. # If true, players who did not vote to reach the votes required will
  637. # recieve the reward
  638. GiveAllPlayers: false
  639. # If true, the vote count will reset each day
  640. ResetEachDay: false
  641. # Reset at the end of the month
  642. ResetMonthly: false
  643. # Count votes from /av vote?
  644. CountFakeVotes: true
  645. # Number of user votes that apply to vote party total the user needs to get rewards
  646. UserVotesRequired: 0
  647. # Broadcast when vote party reached
  648. Broadcast: '&cReached the vote party amount!'
  649. # List of commands to execute, these only execute once.
  650. # %player% does not work here
  651. Commands: []
  652. # Rewards to give
  653. Rewards:
  654. Commands:
  655. - say %player%
  656. Items:
  657. DIAMOND:
  658. Material: 'DIAMOND'
  659. Amount: 1
  660.  
  661. # Reset milestones at end of the month
  662. ResetMilestonesMonthly: false
  663.  
  664. MileStones:
  665. # Number of votes required
  666. # Allows multiple milestones
  667. # Number be be around ' (E.g. '1')
  668. # Can have multiple listed here
  669. '20':
  670. Enabled: false
  671. Rewards:
  672. Messages:
  673. Player: '&aYou got %milestone% milestone votes!'
  674.  
  675. VoteStreak:
  676. # Valid options: Day, Week, Month
  677. Day:
  678. # Number of days in a row
  679. # Each day requires one vote
  680. # Add a - to give a reward for every multiple (e.g. 2- = 2,4,6,8, and so on)
  681. '2':
  682. # Enabled or not
  683. Enabled: false
  684. # Rewards to give
  685. Rewards:
  686. Messages:
  687. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  688. Week:
  689. # Number of weeks in a row
  690. # Requires atleast one vote per week
  691. '2':
  692. # Enabled or not
  693. Enabled: false
  694. # Rewards to give
  695. Rewards:
  696. Messages:
  697. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  698. Month:
  699. # Number of months in a row
  700. # Requires atleast 1 vote per month
  701. '2':
  702. # Enabled or not
  703. Enabled: false
  704. # Rewards to give
  705. Rewards:
  706. Messages:
  707. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  708. Requirement:
  709. # Require certain percentage of votes
  710. UsePercentage: false
  711. # Percentage requirements of votes
  712. # 50 = %50
  713. Day: 50
  714. Week: 50
  715. Month: 50
  716.  
  717.  
  718. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  719. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES (3 offline votes = 1 AnySiteReward)
  720. # Any reward files listed here are ran on vote of any site
  721. # It is recommended to add rewards to each site instead of here
  722. # Using forceoffline won't work here
  723. # Use EverySiteReward in VoteSites.yml for a global reward for each site
  724. AnySiteRewards: []
  725.  
  726.  
  727. # ------------------------------------------------
  728. # Top Voter
  729. # ------------------------------------------------
  730.  
  731. # Top voter blacklist
  732. # Hide these names from top voter lists
  733. BlackList:
  734. - 'Notch'
  735.  
  736. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  737. # as if there name was added on the the blacklist above
  738. # This also applies for players with op
  739. TopVoterIgnorePermission: false
  740.  
  741. # /vote top default data displayed
  742. # Valid Options: AllTime, Monthly, Weekly, Daily
  743. VoteTopDefault: Monthly
  744.  
  745. # Whether or not to have ties on top voter rewards
  746. TopVoterAwardsTies: true
  747.  
  748. # These are required to be enabled in order for top voter awards to work
  749. LoadTopVoter:
  750. AllTime: true
  751. Monthly: true
  752. Weekly: false
  753. Daily: false
  754.  
  755. # When top voter awards are given (even if there are none listed) it will store top voters
  756. # Files will created in TopVoters folder.
  757. StoreTopVoters:
  758. Monthly: true
  759. Weekly: false
  760. Daily: false
  761.  
  762. EnableMonthlyAwards: true
  763. # Rewards to give
  764. MonthlyAwards:
  765. # Position. 1 is first in top voter, 2 is second, etc...
  766. # Using 1-10 will reward players in first to tenth place with the same reward
  767. 1:
  768. Rewards:
  769. Messages:
  770. Player: '&aYou came in first place in %TopVoter%!'
  771. 2:
  772. Rewards:
  773. Messages:
  774. Player: '&aYou came in second place in %TopVoter%!'
  775.  
  776. EnableWeeklyAwards: false
  777. # Rewards to give on weekly top voter
  778. WeeklyAwards:
  779. # Position. 1 is first in top voter, 2 is second, etc...
  780. 1:
  781. Rewards:
  782. Messages:
  783. Player: '&aYou came in first place in %TopVoter%!'
  784. 2:
  785. Rewards:
  786. Messages:
  787. Player: '&aYou came in second place in %TopVoter%!'
  788.  
  789. EnableDailyRewards: false
  790. # Rewards to give on daily top voter
  791. DailyAwards:
  792. # Position. 1 is first in top voter, 2 is second, etc...
  793. 1:
  794. # Reward files to give
  795. Rewards:
  796. Messages:
  797. Player: '&aYou came in first place in %TopVoter%!'
  798. 2:
  799. Rewards:
  800. Messages:
  801. Player: '&aYou came in second place in %TopVoter%!'
  802.  
  803. # ------------------------------------------------
  804. # Advanced
  805. # Most of these values can be left untouched for most setups
  806. # ------------------------------------------------
  807.  
  808. # Number of points to give on vote
  809. # Set to 0 to give no points
  810. PointsOnVote: 1
  811.  
  812. # Set this to false to disable the plugin adding totals
  813. # Not really recommended
  814. AddTotals: true
  815.  
  816. # Click sound when using gui
  817. # Set to none for no sound
  818. ClickSound:
  819. Sound: 'UI_BUTTON_CLICK'
  820. Volume: 1.0
  821. Pitch: 1.0
  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. # Only update in the background when needed when set to false
  855. AlwaysUpdate: false
  856.  
  857. # Update in the background only if players are online
  858. UpdateWithPlayersOnlineOnly: false
  859.  
  860. # Delay between background updates like signs and more
  861. # Default: 3 Minutes
  862. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  863. DelayBetweenUpdates: 3
  864.  
  865. # Set to true to disable no service site message on voting
  866. # You should never have to touch this if everything is setup properly
  867. # Will also disable a few other warnings about vote sites
  868. DisableNoServiceSiteMessage: false
  869.  
  870. # Count fake votes
  871. # If true fake votes will give points and totals
  872. CountFakeVotes: true
  873.  
  874. # Give VotingPlugin.Player by default
  875. # Requires restart to take affect
  876. GiveDefaultPermission: true
  877.  
  878. # Remove old player files
  879. # Happens on startup or /av purge
  880. PurgeOldData: false
  881.  
  882. # Minimum number of days offline in order to purge
  883. PurgeMin: 90
  884.  
  885. # Whether or not to create daily backups. (Only the most recent ones get kept)
  886. CreateBackups: true
  887.  
  888. # If true, plugin will send scoreboards on some commands
  889. SendScoreboards: true
  890.  
  891. # If true, plugin will automaticly generate votesites
  892. # Disable this if you experience issues with sites being created randomly
  893. # Most cases this will work all the time
  894. AutoCreateVoteSites: true
  895.  
  896. # Automaticly download the latest version
  897. # Will require a restart to actually update
  898. # Note: It takes 30-40 minutes before being able to download the latest build
  899. # You can also use /av download
  900. AutoDownload: false
  901.  
  902. # Whether or not to disable update checks
  903. DisableUpdateChecking: false
  904.  
  905. # Disable this on a hub server for example
  906. # Still processes rewards for offline rewards (just won't give any)
  907. ProcessRewards: true
  908.  
  909. # Disable checking permissions on tab complete
  910. DisableAdvancedTab: false
  911.  
  912. # Load command aliases, such as /avgui
  913. # Requires restart to take effect
  914. LoadCommandAliases: true
  915.  
  916. # ---------------------------------------------------------
  917. # Mysql cache options
  918. # Clearing cache forces the plugin to pull from database
  919. # ---------------------------------------------------------
  920.  
  921. # Clear cache on update, setting to true reduces update speed
  922. ClearCacheOnUpdate: false
  923.  
  924. # Clear mysql on player join always
  925. ClearCacheOnJoin: false
  926.  
  927. # Clears cache for the player who voted only
  928. # Only effects if using mysql
  929. # Would recommend for some bungee setups
  930. ClearCacheOnVote: false
  931.  
  932. # ###############################################################
  933. # Deprecated options, don't recommend using any of these
  934.  
  935. # Whether or not to disable checking names on mojang, disable if you hit the rate limit
  936. # Shouldn't make a noticeable impact if set to false
  937. #CheckNameMojang: false
  938.  
  939. # Shouldn't need to change this
  940. #AutoKillInvs: true
  941.  
  942. # Used in special cases
  943. # Much slower, but may work better
  944. # Not recommended in newer versions
  945. #AlternateUUIDLookup: false
  946.  
  947. # Disable checking on world change
  948. # May improve performance
  949. #DisableCheckOnWorldChange: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement