Guest User

Untitled

a guest
Jun 19th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.46 KB | None | 0 0
  1. -CONFIG-
  2. # VotingPlugin by Ben12345rocks
  3. # Main Config
  4. # See wiki for help:
  5. # https://github.com/Ben12345rocks/VotingPlugin/wiki
  6. # Config is sorted in sections
  7. # Use Control + F to search with Notepad++
  8. #
  9. # Valid Options:
  10. # - SQLITE
  11. # - FLAT
  12. # - MYSQL
  13. DataStorage: SQLITE
  14.  
  15. # Information for mysql
  16. # See the end of the config for cache options
  17. MySQL:
  18. Host: ''
  19. # Default port is 3306
  20. Port: 3306
  21. Database: ''
  22. Username: ''
  23. Password: ''
  24. # Max number of connections
  25. MaxConnections: 1
  26. # Maxium size of caching mysql
  27. # -1 for no limit
  28. # Affecting this value may affect performance
  29. MaxSize: -1
  30. # Table name prefix, for use with mutliple servers
  31. Prefix: ''
  32. #UseSSL: true
  33.  
  34. # Let players who never joined before vote
  35. # Recommend: False (Will prevent creating random user data)
  36. AllowUnjoined: false
  37.  
  38. # Use server lookup for when allowunjoined is set to false
  39. # Recommend leaving enabled unless you face issues
  40. AllowUnJoinedCheckServer: true
  41.  
  42. # ------------------------------------------------
  43. # VoteReminding
  44. # ------------------------------------------------
  45.  
  46. # Configuration for VoteReminding
  47. # By default this should be all setup to work
  48. # as long as vote delays are done properly
  49. VoteReminding:
  50. # Enable vote reminding
  51. # This will remind player when he can vote on all sites
  52. # Requires VoteDelays to be setup properly
  53. # Use /vote next to see when you can be reminded
  54. # Players require the perm "VotingPlugin.Login.RemindVotes" or "VotingPlugin.Player"
  55. Enabled: true
  56.  
  57. # Whether or not to remind only once when the player can vote
  58. # Does not apply to login reminds.
  59. RemindOnlyOnce: true
  60.  
  61. # Will remind player on login if he can vote
  62. # Ignores value above
  63. RemindOnLogin: true
  64.  
  65. # Delay to remind votes in minutes
  66. # Only works if above is false
  67. RemindDelay: 30
  68.  
  69. # Run reward files on remind
  70. # By default, the reward file will be created for you
  71. # and have the default message
  72. # Edit the message at AdvancedCore/Rewards/Remind.yml (or any other reward listed)
  73. # Can add titles and more in the reward file
  74. Rewards:
  75. Messages:
  76. Player: '&aRemember to vote!'
  77. Title:
  78. Enabled: false
  79. Title: '&cRemember to vote!'
  80. SubTitle: '&aType /vote'
  81. FadeIn: 10
  82. ShowTime: 50
  83. FadeOut: 10
  84. ActionBar:
  85. Message: '&cRemember to vote'
  86. Delay: 30
  87.  
  88. # ------------------------------------------------
  89. # Format
  90. # ------------------------------------------------
  91.  
  92. # Common PlacesHolders:
  93. # Please Note: Not all are usable in all sections
  94. # Special PlaceHolders will be commented where available
  95. # %player% = player name
  96. # %SiteName% = vote site name
  97. #
  98. # Set Message to '' (2 ') to disable message
  99.  
  100. Commands:
  101. # Whether or not the following commands will open GUIs rather than display text
  102. UseGUI:
  103. Today: true
  104. TopVoter: true
  105. Last: true
  106. Next: true
  107. Total: true
  108. Vote: true
  109. Best: true
  110. Streak: true
  111. # If true, you can right click a votesite from /vote (gui version) and open the vote reward gui for that site
  112. # Can be used to display rewards for that site
  113. VoteRewardFromVoteURL: false
  114. # disable /vote reward commands
  115. # Effective after restart
  116. DisableVoteRewardGUIs: false
  117.  
  118. Format:
  119. # CommandHandler help message
  120. HelpLine: '&3&l%Command% - &3%HelpMessage%'
  121.  
  122. # Broadcast vote message
  123. # Set to an empty message to disable
  124. BroadcastMsg: '&4[&cBroadcast&4] &7Děkujeme &6%player% &7za hlasování na &6%SiteName%'
  125.  
  126. # Broadcast only when player is online
  127. BroadcastWhenOnline: false
  128.  
  129. Commands:
  130. # Format for /vote
  131. # %num% = the number of the site, for a numbered list
  132. # %url% = site URL
  133. Vote:
  134. Text:
  135. - '&4&lVote for our server!'
  136.  
  137. # If you want to want to use the feature below where the plugin will
  138. # automaticly list the sites then set the message in the text above
  139. AutoInputSites: true
  140. # For each VoteSite
  141. # make sure to set VoteURL in your VoteSites
  142. # Requires above to be true
  143. # Text will be sent before this
  144. Sites: '&4%num%: &c&l%SiteName% - &c%url%'
  145.  
  146. # If true, links will always be forced as urls
  147. ForceLinks: true
  148.  
  149. # Format for /vote next
  150. Next:
  151. # First line
  152. Title: '&3&l%player% Next Votes:'
  153.  
  154. # How each line is setup for each vote site
  155. # %info% = Info - See Below
  156. # %SiteName% = site name from vote
  157. Layout: '&3%SiteName%: &6%info%'
  158.  
  159. Info:
  160. # Message when player can vote
  161. CanVote: 'Go Vote!'
  162. # Time until vote msg
  163. # %hours% = hours until next vote
  164. # %minutes% = minutes until next vote
  165. TimeUntilVote: '%hours% Hours and %minutes% Minutes'
  166. # If there is an error finding out time until next vote
  167. Error: '&cCould not caculate time until next vote!'
  168. # For sites that have this, requires votedelaydaily to be set to true in the site
  169. VoteDelayDaily: '%hours% Hours and %minutes% Minutes'
  170.  
  171. # Format for /vote last
  172. Last:
  173. # First line
  174. Title: '&3&l%player% Last Vote Times:'
  175. # Lines for each vote site
  176. # %time% = time, using timeformat below
  177. # %timesince% = time since vote
  178. Line: '&3%SiteName%: &6%timeSince%'
  179. # Spelling of TimeType can be changed under Format.Commands.TimeFormats
  180. TimeFormat: '%amount% %TimeType%'
  181. LastVoted: '%times% ago'
  182. NeverVoted: 'Never voted'
  183.  
  184. # Format for /vote total
  185. Total:
  186. - '&3&l%player% Total Votes:'
  187. - '&3&lDaily Total: &6&l%DailyTotal%'
  188. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  189. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  190. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  191.  
  192. # Format for /vote total all
  193. TotalAll:
  194. - '&3&lServer Total Votes:'
  195. - '&3&lDaily Total: &6&l%DailyTotal%'
  196. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  197. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  198. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  199.  
  200. # Format for /vote top
  201. Top:
  202. # First line
  203. # %page% = current page
  204. # %maxpages% = max number of pages
  205. # %Top% = Monthly/Weekly/Daily (depending on command)
  206. Title: '&3Top %Top% Voters %page%/%maxpages%'
  207. # Line for each player in that page
  208. Line: '&c%num%: &6%player%, %votes%'
  209.  
  210. # Format for /vote help
  211. Help:
  212. # Title of /vote help
  213. Title: '&3&lVoting Player Help'
  214. # Format for help message in /v help
  215. Line: '&3&l%Command% - &3%HelpMessage%'
  216. # Require permission to see command in /v help or /av help
  217. RequirePermission: true
  218.  
  219. Best:
  220. Title: '&3&l%player% Best Votes'
  221. Lines:
  222. - '&3Highest Daily Total: &3&l%HighestDailyTotal%'
  223. - '&3Highest Week Total: &3&l%HighestWeeklyTotal%'
  224. - '&3Highest Month Total: &3&l%HighestMonthlyTotal%'
  225.  
  226. Streak:
  227. Title: '&3&l%player% Vote Streak'
  228. Lines:
  229. - '&3Current Daily Streak: &3&l%DailyStreak%'
  230. - '&3Current Week Streak: &3&l%WeeklyStreak%'
  231. - '&3Current Month Streak: &3&l%MonthlyStreak%'
  232. - '&3&lHighest Streaks:'
  233. - '&3Highest Daily Streak: &3&l%BestDailyStreak%'
  234. - '&3Highest Week Streak: &3&l%BestWeeklyStreak%'
  235. - '&3Highest Month Streak: &3&l%BestMonthlyStreak%'
  236.  
  237. Today:
  238. Line: '&6%player% : %VoteSite% : %Time%'
  239.  
  240. # PlaceHolders:
  241. # %VotesRequired% = VotesRequired
  242. # %NeededVotes% = Number of votes needed to reach VotesRequired
  243. # %Votes% = Number of votes
  244. Party:
  245. - '&cCurrently at &6%Votes%&c, &6%NeededVotes% &cmore votes to go to reach &6%VotesRequired%'
  246.  
  247. # %Points% = player points
  248. Points: '&a%Player% currently has &a&l%Points%&a Points!'
  249.  
  250. ToggleBroadcasts:
  251. Enabled: '&cYou will now see vote broadcasts'
  252. Disabled: '&cYou will no longer see vote broadcasts'
  253.  
  254. # Msg on top voter award, will only send message if that place has a reward set
  255. # %place% = place - 1,2,3,etc
  256. TopVoterAwardMsg: '&aYou came in %place% in top voters of the month! Here is an award!'
  257.  
  258. # Time Format
  259. # See https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  260. TimeFormat: 'EEE, d MMM yyyy HH:mm'
  261.  
  262. TimeFormats:
  263. Day: 'Day'
  264. Days: 'Days'
  265. Hour: 'Hour'
  266. Hours: 'Hours'
  267. Minute: 'Minute'
  268. Minutes: 'Minutes'
  269. Second: 'Second'
  270. Seconds: 'Seconds'
  271.  
  272. # Format for signs
  273. # SiteName may be all, depending on sign
  274. # %position% = position of player, set by sign
  275. # %votes% = Number of votes
  276. Signs:
  277. TopVoterSign:
  278. Line1: 'TopVoter: %SiteName%'
  279. Line2: '#%position%'
  280. Line3: '%player%'
  281. Line4: '%votes% Votes'
  282. # Message when right clicking sign, uses same placeholders as above
  283. RightClickMessage: '&c&l%player% &cis &c&l%position% &cwith &c&l%votes% &cvotes in &c&l%SiteName%'
  284.  
  285. # Message when player tries to run command without required permissions
  286. NoPerms: '&cYou do not have enough permission!'
  287.  
  288. # Message when player types a command but does not input a number where needed
  289. NotNumber: '&cError on &6%arg%&c, number expected!'
  290.  
  291. # Shop messages when using the /vote shop
  292. ShopPurchase: '&aYou bought the %Identifier% for %Points% Points!'
  293. ShopFailed: '&cYou do not have %Points% points to purchase this!'
  294.  
  295. # User not exist message, from commands such as /vote next (player)
  296. UserNotExist: '&cUser does not exist: %player%'
  297.  
  298. # Prev/Next page tems in GUIs
  299. PrevItem:
  300. Material: 'BLACK_STAINED_GLASS_PANE'
  301. Amount: 1
  302. Name: '&aPrevious Page'
  303.  
  304. NextItem:
  305. Material: 'BLACK_STAINED_GLASS_PANE'
  306. Amount: 1
  307. Name: '&aNext Page'
  308.  
  309. InvFull: '&cInventory full, dropping items on ground'
  310.  
  311. # Display text
  312. # Used in /vote top (GUI)
  313. TopVoter:
  314. Daily: 'Daily'
  315. Weekly: 'Weekly'
  316. Monthly: 'Monthly'
  317. AllTime: 'AllTime'
  318.  
  319. # ------------------------------------------------
  320. # GUI Options
  321. # ------------------------------------------------
  322.  
  323. # Enable command for last month gui
  324. # Requires restart to take effect
  325. LastMonthGUI: false
  326.  
  327. # Configure GUI's here
  328. # 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)
  329. # Item Material's can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  330. GUI:
  331. # GUI for /vote gui, /vgui, votegui
  332. VoteGUI:
  333. # Items will be orders as it is below
  334. URL:
  335. # Standard item format, lore is automaticly applied
  336. Item:
  337. Material: 'BOW'
  338. Data: 0
  339. Amount: 1
  340. Name: '&4URL'
  341. # You can set skulls of the player using the following
  342. # Remove the # to enable
  343. #Skull: '%Player%'
  344. Next:
  345. Item:
  346. Material: 'COMPASS'
  347. Data: 0
  348. Amount: 1
  349. Name: '&4Next'
  350. Last:
  351. Item:
  352. Material: 'CLOCK'
  353. Data: 0
  354. Amount: 1
  355. Name: '&4Last'
  356. Total:
  357. Item:
  358. Material: 'CHEST'
  359. Data: 0
  360. Amount: 1
  361. Name: '&4Total'
  362. Top:
  363. Item:
  364. Material: 'SIGN'
  365. Data: 0
  366. Amount: 1
  367. Name: '&4Top'
  368. Today:
  369. Item:
  370. Material: 'BOOK'
  371. Data: 0
  372. Amount: 1
  373. Name: '&4Today'
  374. Shop:
  375. Item:
  376. Material: 'DIAMOND'
  377. Data: 0
  378. Amount: 1
  379. Name: '&4Vote Shop'
  380. Lore:
  381. - '&aYou currently have %points% points'
  382.  
  383. # GUI for /vote url
  384. # And /vote if enabled in Config.yml
  385. VoteURL:
  386. # GUI Name
  387. Name: '&cVoteURL'
  388. BackButton: true
  389. SiteName: '&c%Name%'
  390. SeeURL: '&cClick to see URL'
  391. NextVote: '&cCan Vote In: %Info%'
  392. ViewAllUrlsButtonEnabled: true
  393. AllUrlsButton:
  394. RequireAllSitesVoted: true
  395. AlreadyVotedItem:
  396. Material: 'REDSTONE_BLOCK'
  397. Data: 0
  398. Amount: 1
  399. Name: '&4All Voting Sites'
  400. Lore:
  401. - '&cClick Me'
  402. CanVoteItem:
  403. Material: 'EMERALD_BLOCK'
  404. Data: 0
  405. Amount: 1
  406. Name: '&4All Voting Sites'
  407. Lore:
  408. - '&cClick Me'
  409. AlreadyVotedItem:
  410. Material: 'REDSTONE_BLOCK'
  411. Data: 0
  412. Amount: 1
  413. CanVoteItem:
  414. Material: 'EMERALD_BLOCK'
  415. Data: 0
  416. Amount: 1
  417. URLText: '%VoteUrl%'
  418.  
  419. VoteRewardBackButton: false
  420. # Customize /vote reward
  421. # Show players what you get when you vote on each site
  422. VoteReward:
  423. # Name of votesite
  424. ExampleVoteSite:
  425. # items in /vote reward sitename
  426. Items:
  427. # Item
  428. # This is not the item display name
  429. # Do not have 2 of the same items
  430. Diamond:
  431. # Item ID
  432. Material: 'DIAMOND'
  433. # Item Data (Eg 1:4, data is 4)
  434. Data: 0
  435. # Amount of items
  436. # Should be greater than 0
  437. Amount: 1
  438. # Item name
  439. # Remove this line for no name
  440. Name: '&4Example'
  441. # Lore
  442. # Remove this line for no lore
  443. Lore:
  444. - '&4Line 1'
  445. VoteLast:
  446. Name: 'VoteLast: %player%'
  447. BackButton: true
  448. VoteNext:
  449. Name: 'VoteNext: %player%'
  450. BackButton: true
  451. VoteToday:
  452. Name: 'VoteToday'
  453. Line: '&6%VoteSite% : %Time%'
  454. IconTitle: '%player%'
  455. BackButton: true
  456. VoteTop:
  457. Name: 'VoteTop %topvoter%'
  458. BackButton: false
  459. Item:
  460. Name: '&3&l%position%: &3%player%'
  461. Lore: '&3&lVotes: &3%votes%'
  462. SwitchItem:
  463. Name: '&3Switch TopVoter'
  464. Lore: '&bCurrently: %Top%'
  465. Material: 'SIGN'
  466. Amount: 1
  467. # 8 Slots over from the bottom left
  468. Slot: 7
  469. # Number of topvoters to display on page +9
  470. # 9 Slots on the botton are used for page buttons
  471. Size: 27
  472. # If true, /vote top will show player heads
  473. UseSkull: true
  474. # Item for player in GUI if use skull is false
  475. PlayerItem:
  476. Material: 'PAPER'
  477. VoteTotal:
  478. Name: 'VoteTotal: %player%'
  479. BackButton: true
  480. DayTotal:
  481. Item:
  482. Material: 'CLOCK'
  483. Name: '&cDaily Total'
  484. Lore: '&c&lTotal: &c%Total%'
  485. Amount: 1
  486. WeekTotal:
  487. Item:
  488. Material: 'CLOCK'
  489. Name: '&cWeekly Total'
  490. Lore: '&c&lTotal: &c%Total%'
  491. Amount: 1
  492. MonthTotal:
  493. Item:
  494. Material: 'CLOCK'
  495. Name: '&cMonthly Total'
  496. Lore: '&c&lTotal: &c%Total%'
  497. Amount: 1
  498. AllTimeTotal:
  499. Item:
  500. Material: 'CLOCK'
  501. Name: '&cAllTime Total'
  502. Lore: '&c&lTotal: &c%Total%'
  503. Amount: 1
  504. VoteBest:
  505. Name: 'VoteBest: %player%'
  506. DayBest:
  507. Item:
  508. Material: 'CLOCK'
  509. Name: '&cDaily Best'
  510. Lore: '&c&lBest: &c%Best%'
  511. Amount: 1
  512. WeekBest:
  513. Item:
  514. Material: 'CLOCK'
  515. Name: '&cWeekly Best'
  516. Lore: '&c&lBest: &c%Best%'
  517. Amount: 1
  518. MonthBest:
  519. Item:
  520. Material: 'CLOCK'
  521. Name: '&cMonthly Best'
  522. Lore: '&c&lBest: &c%Best%'
  523. Amount: 1
  524. VoteStreak:
  525. Name: 'VoteStreak: %player%'
  526. BackButton: false
  527. CurrentDayStreak:
  528. Item:
  529. Material: 'CLOCK'
  530. Name: '&cCurrent Daily Streak'
  531. Lore: '&c&lStreak: &c%Streak%'
  532. Amount: 1
  533. CurrentWeekStreak:
  534. Item:
  535. Material: 'CLOCK'
  536. Name: '&cCurrent Weekly Streak'
  537. Lore: '&c&lStreak: &c%Streak%'
  538. Amount: 1
  539. CurrentMonthStreak:
  540. Item:
  541. Material: 'CLOCK'
  542. Name: '&cCurrent Monthly Streak'
  543. Lore: '&c&lStreak: &c%Streak%'
  544. Amount: 1
  545. HighestDayStreak:
  546. Item:
  547. Material: 'CLOCK'
  548. Name: '&cHighest Daily Streak'
  549. Lore: '&c&lStreak: &c%Streak%'
  550. Amount: 1
  551. HighestWeekStreak:
  552. Item:
  553. Material: 'CLOCK'
  554. Name: '&cHighest Weekly Streak'
  555. Lore: '&c&lStreak: &c%Streak%'
  556. Amount: 1
  557. HighestMonthStreak:
  558. Item:
  559. Material: 'CLOCK'
  560. Name: '&cHighest Monthly Streak'
  561. Lore: '&c&lStreak: &c%Streak%'
  562. Amount: 1
  563. VoteURLSite:
  564. Name: 'VoteSite: %site%'
  565. VoteGUIName: '&cVoteGUI: &c&l%player%'
  566. VoteRewardName: 'VoteReward'
  567. VoteShopName: 'VoteShop'
  568.  
  569. BackButton:
  570. Material: 'BARRIER'
  571. Data: 0
  572. Amount: 1
  573. Name: '&8Back to VoteGUI'
  574.  
  575. VoteShopBackButton: true
  576. VoteShopEnabled: true
  577. # Hide items in vote shop which user can not buy
  578. VoteShopHideLimitedReached: true
  579. # Requires above to be false
  580. VoteShopLimitReached: '&aYou reached your limit'
  581. VoteShopRequireConfirmation: false
  582. Shop:
  583. # Identifier
  584. # Used in placeholders for formats
  585. # Do not have spaces in the identifier
  586. Diamond:
  587. # Item
  588. Material: 'DIAMOND'
  589. Data: 0
  590. Amount: 1
  591. Name: '&4Buy A Diamond'
  592. # You can set skulls of the player using the following
  593. # Remove the # to enable
  594. #Skull: '%Player%'
  595. Lore:
  596. - '&c&lCost: &c3 Voting Points'
  597. # Number of voting points this cost
  598. Cost: 3
  599. # Permission required, leave blank for no permission
  600. Permission: ''
  601. # Limit how many times you can buy this
  602. #Limit: 3
  603. # Reset limit daily/weekly/monthly
  604. #Reset:
  605. #Daily: false
  606. #Weekly: false
  607. #Monthly: false
  608. # If true, item is not buyable
  609. #NotBuyable: false
  610. # Rewards to run if player buys successfully
  611. Rewards:
  612. Items:
  613. Diamond:
  614. Material: 'DIAMOND'
  615. Amount: 1
  616.  
  617. # ------------------------------------------------
  618. # Extra Rewards
  619. # ------------------------------------------------
  620.  
  621. # To disable reward set value to []
  622. # Eg:
  623. # FirstVote: [] (All in one line)
  624. # Rewards will be given if there is a reward to give
  625.  
  626. # First vote rewards
  627. FirstVote:
  628. Messages:
  629. Player: '&aYou voted for your first time!'
  630.  
  631. # All vote rewards
  632. # Reward for voting on all sites in one day
  633. AllSites:
  634. Messages:
  635. Player: '&aYou voted on all sites in 1 day!'
  636.  
  637. Cumulative:
  638. # Number of votes required
  639. # Allows multiple cumulative rewards
  640. # Number be be around ' (E.g. '1')
  641. # Can have multiple listed here
  642. '20':
  643. Enabled: false
  644. # Wether or not votes must be made in same day/week
  645. # Useful if you want to require a certain number of voting sites to be voted on
  646. # for a daily/weekly reward instead of all of them
  647. VotesInSameDay: false
  648. VotesInSameWeek: false
  649. Rewards:
  650. Messages:
  651. Player: '&aYou got %cumulative% cumulative votes!'
  652.  
  653. VoteParty:
  654. # Wether or not vote party is enabled
  655. Enabled: false
  656. # Number of votes required to give rewards
  657. VotesRequired: 20
  658. # Increase the amount of votes required on each vote party reached
  659. #IncreaseVotesRquired: 10
  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. # Reset extra votes
  668. ResetExtraVotesMonthly: false
  669. # Count votes from /av vote?
  670. CountFakeVotes: true
  671. # Number of user votes that apply to vote party total the user needs to get rewards
  672. UserVotesRequired: 0
  673. # Broadcast when vote party reached
  674. Broadcast: '&cReached the vote party amount!'
  675. # List of commands to execute, these only execute once.
  676. # %player% does not work here
  677. Commands: []
  678. # Rewards to give per player
  679. Rewards:
  680. Commands:
  681. - say %player% voted
  682. Items:
  683. DIAMOND:
  684. Material: 'DIAMOND'
  685. Amount: 1
  686.  
  687. # Reset milestones at end of the month
  688. ResetMilestonesMonthly: false
  689.  
  690. MileStones:
  691. # Number of votes required
  692. # Allows multiple milestones
  693. # Number be around ' (E.g. '1')
  694. # Can have multiple listed here
  695. '20':
  696. Enabled: false
  697. Rewards:
  698. Messages:
  699. Player: '&aYou got %milestone% milestone votes!'
  700.  
  701. VoteStreak:
  702. # Valid options: Day, Week, Month
  703. Day:
  704. # Number of days in a row
  705. # Each day requires one vote
  706. # Add a - to give a reward for every multiple (e.g. 2- = 2,4,6,8, and so on)
  707. '2':
  708. # Enabled or not
  709. Enabled: false
  710. # Rewards to give
  711. Rewards:
  712. Messages:
  713. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  714. Week:
  715. # Number of weeks in a row
  716. # Requires atleast one vote per week
  717. '2':
  718. # Enabled or not
  719. Enabled: false
  720. # Rewards to give
  721. Rewards:
  722. Messages:
  723. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  724. Month:
  725. # Number of months in a row
  726. # Requires atleast 1 vote per month
  727. '2':
  728. # Enabled or not
  729. Enabled: false
  730. # Rewards to give
  731. Rewards:
  732. Messages:
  733. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  734. Requirement:
  735. # Require certain percentage of votes
  736. UsePercentage: false
  737. # Percentage requirements of votes
  738. # 50 = %50
  739. Day: 50
  740. Week: 50
  741. Month: 50
  742.  
  743. # Reward given when vote cooldown ended
  744. VoteCoolDownEndedReward: []
  745.  
  746.  
  747. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  748. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES (3 offline votes = 1 AnySiteReward)
  749. # Any reward files listed here are ran on vote of any site
  750. # It is recommended to add rewards to each site instead of here
  751. # Using forceoffline won't work here
  752. # Use EverySiteReward in VoteSites.yml for a global reward for each site
  753. AnySiteRewards: []
  754.  
  755.  
  756. # ------------------------------------------------
  757. # Top Voter
  758. # ------------------------------------------------
  759.  
  760. # Top voter blacklist
  761. # Hide these names from top voter lists
  762. BlackList:
  763. - 'Notch'
  764.  
  765. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  766. # as if there name was added on the the blacklist above
  767. # This also applies for players with op
  768. TopVoterIgnorePermission: false
  769.  
  770. # /vote top default data displayed
  771. # Valid Options: AllTime, Monthly, Weekly, Daily
  772. VoteTopDefault: Monthly
  773.  
  774. # Whether or not to have ties on top voter rewards
  775. TopVoterAwardsTies: true
  776.  
  777. # These are required to be enabled in order for top voter awards to work
  778. LoadTopVoter:
  779. AllTime: true
  780. Monthly: true
  781. Weekly: false
  782. Daily: false
  783.  
  784. # When top voter awards are given (even if there are none listed) it will store top voters
  785. # Files will created in TopVoters folder.
  786. StoreTopVoters:
  787. Monthly: true
  788. Weekly: false
  789. Daily: false
  790.  
  791. EnableMonthlyAwards: true
  792. # Rewards to give
  793. MonthlyAwards:
  794. # Position. 1 is first in top voter, 2 is second, etc...
  795. # Using 1-10 will reward players in first to tenth place with the same reward
  796. 1:
  797. Rewards:
  798. Messages:
  799. Player: '&aYou came in first place in %TopVoter%!'
  800. 2:
  801. Rewards:
  802. Messages:
  803. Player: '&aYou came in second place in %TopVoter%!'
  804.  
  805. EnableWeeklyAwards: false
  806. # Rewards to give on weekly top voter
  807. WeeklyAwards:
  808. # Position. 1 is first in top voter, 2 is second, etc...
  809. 1:
  810. Rewards:
  811. Messages:
  812. Player: '&aYou came in first place in %TopVoter%!'
  813. 2:
  814. Rewards:
  815. Messages:
  816. Player: '&aYou came in second place in %TopVoter%!'
  817.  
  818. EnableDailyRewards: false
  819. # Rewards to give on daily top voter
  820. DailyAwards:
  821. # Position. 1 is first in top voter, 2 is second, etc...
  822. 1:
  823. # Reward files to give
  824. Rewards:
  825. Messages:
  826. Player: '&aYou came in first place in %TopVoter%!'
  827. 2:
  828. Rewards:
  829. Messages:
  830. Player: '&aYou came in second place in %TopVoter%!'
  831.  
  832. # ------------------------------------------------
  833. # Advanced
  834. # Most of these values can be left untouched for most setups
  835. # ------------------------------------------------
  836.  
  837. # Number of points to give on vote
  838. # Set to 0 to give no points
  839. PointsOnVote: 1
  840.  
  841. # Set this to false to disable the plugin adding totals
  842. # Not really recommended
  843. AddTotals: true
  844.  
  845. # Click sound when using gui
  846. # Set to none for no sound
  847. ClickSound:
  848. Sound: 'UI_BUTTON_CLICK'
  849. Volume: 1.0
  850. Pitch: 1.0
  851.  
  852. # Playernames to not be broadcasted when voting
  853. # case sensitive
  854. VotingBroadcastBlacklist: []
  855.  
  856. # Set to false to prevent javascript
  857. # parsing on placeholderapi placeholders
  858. UseJavascriptPlaceholders: true
  859.  
  860. # Limit monthly votes to number of days of a month multipled by the number of sites
  861. LimitMonthlyVotes: false
  862.  
  863. ######################
  864. # Debug
  865. ######################
  866.  
  867. # Debug levels:
  868. # NONE
  869. # INFO
  870. # EXTRA
  871. DebugLevel: NONE
  872.  
  873. # Debug info ingame
  874. # Players with permission "VotingPlugin.Debug"
  875. # will see debug info if debug is true
  876. DebugInGame: false
  877.  
  878. # Will log debug messages to VotingPlugin/Log/log.txt
  879. # Only needed for extreme cases
  880. #LogDebugToFile: false
  881.  
  882. # Whether or not to log every vote to a file
  883. # Use this if you wanna track player votes
  884. # Not recommended though
  885. LogVotesToFile: false
  886.  
  887. # Only update in the background when needed when set to false
  888. AlwaysUpdate: false
  889.  
  890. # Update in the background only if players are online
  891. UpdateWithPlayersOnlineOnly: false
  892.  
  893. # Delay between background updates like signs and more
  894. # Default: 3 Minutes
  895. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  896. DelayBetweenUpdates: 3
  897.  
  898. # Set to true to disable no service site message on voting
  899. # You should never have to touch this if everything is setup properly
  900. # Will also disable a few other warnings about vote sites
  901. DisableNoServiceSiteMessage: false
  902.  
  903. # Count fake votes
  904. # If true fake votes will give points and totals
  905. CountFakeVotes: true
  906.  
  907. # Give VotingPlugin.Player by default
  908. # Requires restart to take affect
  909. GiveDefaultPermission: true
  910.  
  911. # Permissions given by VotingPlugin.Player by default
  912. # Permissions listed here will no be accessible with the default permission
  913. DisabledDefaultPermissions: []
  914.  
  915. # Remove old player files
  916. # Happens on startup or /av purge
  917. PurgeOldData: false
  918.  
  919. # Minimum number of days offline in order to purge
  920. PurgeMin: 90
  921.  
  922. # Whether or not to create daily backups. (Only the most recent ones get kept)
  923. CreateBackups: true
  924.  
  925. # If true, plugin will send scoreboards on some commands
  926. SendScoreboards: true
  927.  
  928. # If true, plugin will automaticly generate votesites
  929. # Disable this if you experience issues with sites being created randomly
  930. # Most cases this will work all the time
  931. AutoCreateVoteSites: true
  932.  
  933. # Automaticly download the latest version
  934. # Will require a restart to actually update
  935. # Note: It takes 30-40 minutes before being able to download the latest build
  936. # You can also use /av download
  937. AutoDownload: false
  938.  
  939. # Whether or not to disable update checks
  940. DisableUpdateChecking: false
  941.  
  942. # Allow transfer of vote points between players
  943. AllowVotePointTransfers: false
  944.  
  945. # Disable this on a hub server for example
  946. # Still processes rewards for offline rewards (just won't give any)
  947. ProcessRewards: true
  948.  
  949. # Disable checking permissions on tab complete
  950. DisableAdvancedTab: false
  951.  
  952. # Load command aliases, such as /avgui
  953. # Requires restart to take effect
  954. LoadCommandAliases: true
  955.  
  956. # Wait until user is logged in with AuthMe
  957. # Requires AuthMe
  958. WaitUntilLoggedIn: true
  959.  
  960. # Preload skulls to improve performance
  961. # If false, skulls will be cached as they are used
  962. PreloadSkulls: false
  963.  
  964. # Setting to false disables saving skulls in a cache to improve speeds
  965. # Will reduce ram usage if disabled
  966. LoadSkulls: true
  967.  
  968. # Use vault for permission checks
  969. # May not work on some plugins
  970. UseVaultPermissions: false
  971.  
  972. # List of disabled commands from /vote
  973. # List the specific permission
  974. # E.g:
  975. # - PERMISSION
  976. DisabledCommands: []
  977.  
  978. # Enable to true for extra player checks
  979. ExtraBackgroundUpdate: false
  980.  
  981. # --------------------------
  982. # Bungee Setup
  983. # Only if using votingplugin bungee to send votes
  984. # REQUIRES RESTART FOR CHANGES TO TAKE EFFECT
  985. # --------------------------
  986.  
  987. # Plugin using bungee, requires plugin on bungee server
  988. UseBungeecoord: false
  989.  
  990. # Get the plugin to broadcast to all servers
  991. BungeeBroadcast: false
  992.  
  993. # What server this is in bungee (must match)
  994. # Also can be applied to rewards
  995. Server: PleaseSet
  996.  
  997. # Bungee communication, add bungee host/port here
  998. BungeeServer:
  999. Host: '127.0.0.1'
  1000. Port: 1297
  1001.  
  1002. # Bungee communication, add this to bungee server
  1003. SpigotServer:
  1004. Host: '127.0.0.1'
  1005. Port: 1298
  1006.  
  1007. # ---------------------------------------------------------
  1008. # Mysql cache options
  1009. # Clearing cache forces the plugin to pull from database
  1010. # Not needed unless you are using multiple servers
  1011. # ---------------------------------------------------------
  1012.  
  1013. # Clear cache on update, setting to true reduces update speed
  1014. # Also may require AlwaysUpdate set to true
  1015. ClearCacheOnUpdate: false
  1016.  
  1017. # Clear mysql on player join always
  1018. ClearCacheOnJoin: false
  1019.  
  1020. # Clears cache for the player who voted only
  1021. # Only effects if using mysql
  1022. # Would recommend for some bungee setups
  1023. ClearCacheOnVote: false
  1024.  
  1025. # ###############################################################
  1026. # Deprecated options, don't recommend using any of these
  1027.  
  1028. # Will force GUI's to close on every click
  1029. AlwaysCloseInventory: false
  1030.  
  1031. # Options for request api
  1032. # Current methods:
  1033. # ANVIL
  1034. # BOOK
  1035. # CHAT
  1036. # This is mainly used for admin gui's to type in values
  1037. RequestAPI:
  1038. DefaultMethod: 'Anvil'
  1039. DisabledMethods: []
  1040.  
  1041. # Shouldn't need to change this
  1042. #AutoKillInvs: true
  1043.  
  1044. # Disable checking on world change
  1045. # May improve performance
  1046. #DisableCheckOnWorldChange: false
  1047.  
  1048.  
  1049. -----------REWARDS---------
Add Comment
Please, Sign In to add comment