Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.16 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: false
  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 VoteDelays 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: false
  49.  
  50. # Whether or not to remind only once when the player can vote
  51. # Does not apply to login reminds.
  52. RemindOnlyOnce: false
  53.  
  54. # Will remind player on login if he can vote
  55. # Ignores value above
  56. RemindOnLogin: false
  57.  
  58. # Delay to remind votes in minutes
  59. # Only works if above is false
  60. RemindDelay: 60
  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 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. # Whether or not the following commands will open GUIs rather than display text
  95. UseGUI:
  96. Today: false
  97. TopVoter: false
  98. Last: false
  99. Next: false
  100. Total: false
  101. Vote: false
  102. Best: false
  103. Streak: false
  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: '&aVote &8&l> &r%player% &fhat für uns gevotet! &8/vote'
  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. - '&aVote &8&l> &rcoming soon!'
  129.  
  130. # If you want to want to use the feature below where the plugin will
  131. # automaticly list the sites then set the message in the text above
  132. AutoInputSites: false
  133. # For each VoteSite
  134. # make sure to set VoteURL in your VoteSites
  135. # Requires above to be true
  136. # Text will be sent before this
  137. Sites: '&a%num%: &a&l%SiteName% - &a%url%'
  138.  
  139. # Format for /vote next
  140. Next:
  141. # First line
  142. Title: '&a&l%player% nächster Vote:'
  143.  
  144. # How each line is setup for each vote site
  145. # %info% = Info - See Below
  146. # %SiteName% = site name from vote
  147. Layout: '&a%SiteName%: &6%info%'
  148.  
  149. Info:
  150. # Message when player can vote
  151. CanVote: '&aVote &8&l> &rDu kannst jetzt wieder voten!'
  152. # Time until vote msg
  153. # %hours% = hours until next vote
  154. # %minutes% = minutes until next vote
  155. TimeUntilVote: '%hours% Stunden und %minutes% Minuten'
  156. # If there is an error finding out time until next vote
  157. Error: '&aVote &8&l> &r&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. Today:
  228. Line: '&6%player% : %VoteSite% : %Time%'
  229.  
  230. # PlaceHolders:
  231. # %VotesRequired% = VotesRequired
  232. # %NeededVotes% = Number of votes needed to reach VotesRequired
  233. # %Votes% = Number of votes
  234. Party:
  235. - '&cCurrently at &6%Votes%&c, &6%NeededVotes% &cmore votes to go to reach &6%VotesRequired%'
  236.  
  237. # %Points% = player points
  238. Points: '&a%Player% currently has &a&l%Points%&a Points!'
  239.  
  240. ToggleBroadcast:
  241. Enabled: '&cYou will now see vote broadcasts'
  242. Disabled: '&cYou will no longer see vote broadcasts'
  243.  
  244. # Msg on top voter award, will only send message if that place has a reward set
  245. # %place% = place - 1,2,3,etc
  246. TopVoterAwardMsg: '&aYou came in %place% in top voters of the month! Here is an award!'
  247.  
  248. # Time Format
  249. # See https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  250. TimeFormat: 'EEE, d MMM yyyy HH:mm'
  251.  
  252. TimeFormats:
  253. Day: 'Day'
  254. Days: 'Days'
  255. Hour: 'Hour'
  256. Hours: 'Hours'
  257. Minute: 'Minute'
  258. Minutes: 'Minutes'
  259. Second: 'Second'
  260. Seconds: 'Seconds'
  261.  
  262. # Format for signs
  263. # SiteName may be all, depending on sign
  264. # %position% = position of player, set by sign
  265. # %votes% = Number of votes
  266. Signs:
  267. TopVoterSign:
  268. Line1: 'TopVoter: %SiteName%'
  269. Line2: '#%position%'
  270. Line3: '%player%'
  271. Line4: '%votes% Votes'
  272. # Message when right clicking sign, uses same placeholders as above
  273. RightClickMessage: '&c&l%player% &cis &c&l%position% &cwith &c&l%votes% &cvotes in &c&l%SiteName%'
  274.  
  275. # Message when player tries to run command without required permissions
  276. NoPerms: '&aVote &8&l> &r&cDu hast kein Zugriff auf diesen Befehl.'
  277.  
  278. # Message when player types a command but does not input a number where needed
  279. NotNumber: '&cError on &6%arg%&c, number expected!'
  280.  
  281. # Shop messages when using the /vote shop
  282. ShopPurchase: '&aVote Shop &8&l> &rDu hast %Identifier% für %Points% Vote Punkte eingelöst.'
  283. ShopFailed: '&aVote &8&l> &rDu benötigst &c%Points% &rVote Punkte!'
  284.  
  285. # User not exist message, from commands such as /vote next (player)
  286. UserNotExist: '&aVote &8&l> &r&fDieser Spieler existiert nicht: &c%player%'
  287.  
  288. # Prev/Next page tems in GUIs
  289. PrevItem:
  290. Material: 'BLACK_STAINED_GLASS_PANE'
  291. Amount: 1
  292. Name: '&aPrevious Page'
  293.  
  294. NextItem:
  295. Material: 'BLACK_STAINED_GLASS_PANE'
  296. Amount: 1
  297. Name: '&aNext Page'
  298.  
  299. InvFull: '&cInventory full, dropping items on ground'
  300.  
  301. # Display text
  302. # Used in /vote top (GUI)
  303. TopVoter:
  304. Daily: 'Daily'
  305. Weekly: 'Weekly'
  306. Monthly: 'Monthly'
  307. AllTime: 'AllTime'
  308.  
  309. # ------------------------------------------------
  310. # GUI Options
  311. # ------------------------------------------------
  312.  
  313. # Enable command for last month gui
  314. # Requires restart to take effect
  315. LastMonthGUI: false
  316.  
  317. # Configure GUI's here
  318. # 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)
  319. # Item Material's can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  320. GUI:
  321. # GUI for /vote gui, /vgui, votegui
  322. VoteGUI:
  323. # Items will be orders as it is below
  324. URL:
  325. # Standard item format, lore is automaticly applied
  326. Item:
  327. Material: 'BOW'
  328. Data: 0
  329. Amount: 1
  330. Name: '&fURL'
  331. # You can set skulls of the player using the following
  332. # Remove the # to enable
  333. #Skull: '%Player%'
  334. Next:
  335. Item:
  336. Material: 'COMPASS'
  337. Data: 0
  338. Amount: 1
  339. Name: '&fNext'
  340. Last:
  341. Item:
  342. Material: 'CLOCK'
  343. Data: 0
  344. Amount: 1
  345. Name: '&fLast'
  346. Total:
  347. Item:
  348. Material: 'CHEST'
  349. Data: 0
  350. Amount: 1
  351. Name: '&fTotal'
  352. Top:
  353. Item:
  354. Material: 'SIGN'
  355. Data: 0
  356. Amount: 1
  357. Name: '&fTop'
  358. Today:
  359. Item:
  360. Material: 'BOOK'
  361. Data: 0
  362. Amount: 1
  363. Name: '&fToday'
  364. Shop:
  365. Item:
  366. Material: 'DIAMOND'
  367. Data: 0
  368. Amount: 1
  369. Name: '&fVote Shop'
  370. Lore:
  371. - '&fDu hast &a%points% &fVote Punkte.'
  372.  
  373. # GUI for /vote url
  374. # And /vote if enabled in Config.yml
  375. VoteURL:
  376. # GUI Name
  377. Name: '&cVoteURL'
  378. BackButton: false
  379. SiteName: '&c%Name%'
  380. SeeURL: '&cVoten'
  381. NextVote: '&cCan Vote In: %Info%'
  382. ViewAllUrlsButtonEnabled: true
  383. AllUrlsButton:
  384. AlreadyVotedItem:
  385. Material: 'REDSTONE_BLOCK'
  386. Data: 0
  387. Amount: 1
  388. Name: '&4All Voting Sites'
  389. Lore:
  390. - '&cClick Me'
  391. CanVoteItem:
  392. Material: 'EMERALD_BLOCK'
  393. Data: 0
  394. Amount: 1
  395. Name: '&4All Voting Sites'
  396. Lore:
  397. - '&cClick Me'
  398. AlreadyVotedItem:
  399. Material: 'REDSTONE_BLOCK'
  400. Data: 0
  401. Amount: 1
  402. CanVoteItem:
  403. Material: 'EMERALD_BLOCK'
  404. Data: 0
  405. Amount: 1
  406. URLText: '%VoteUrl%'
  407.  
  408. VoteRewardBackButton: false
  409. # Customize /vote reward
  410. # Show players what you get when you vote on each site
  411. VoteReward:
  412. # Name of votesite
  413. ExampleVoteSite:
  414. # items in /vote reward sitename
  415. Items:
  416. # Item
  417. # This is not the item display name
  418. # Do not have 2 of the same items
  419. Diamond:
  420. # Item ID
  421. Material: 'DIAMOND'
  422. # Item Data (Eg 1:4, data is 4)
  423. Data: 0
  424. # Amount of items
  425. # Should be greater than 0
  426. Amount: 1
  427. # Item name
  428. # Remove this line for no name
  429. Name: '&4Example'
  430. # Lore
  431. # Remove this line for no lore
  432. Lore:
  433. - '&4Line 1'
  434. VoteLast:
  435. Name: 'VoteLast: %player%'
  436. BackButton: false
  437. VoteNext:
  438. Name: 'VoteNext: %player%'
  439. BackButton: false
  440. VoteToday:
  441. Name: 'VoteToday'
  442. BackButton: false
  443. VoteTop:
  444. Name: 'VoteTop %topvoter%'
  445. BackButton: false
  446. Item:
  447. Name: '&3&l%position%: &3%player%'
  448. Lore: '&3&lVotes: &3%votes%'
  449. SwitchItem:
  450. Name: 'Switch TopVoter'
  451. Lore: 'Currently: %Top%'
  452. Material: 'SIGN'
  453. Amount: 1
  454. # 8 Slots over from the bottom left
  455. Slot: 7
  456. # Number of topvoters to display on page +9
  457. # 9 Slots on the botton are used for page buttons
  458. Size: 27
  459. # If true, /vote top will show player heads
  460. UseSkull: true
  461. # Item for player in GUI if use skull is false
  462. PlayerItem:
  463. Material: 'PAPER'
  464. VoteTotal:
  465. Name: 'VoteTotal: %player%'
  466. BackButton: false
  467. DayTotal:
  468. Item:
  469. Material: 'CLOCK'
  470. Name: '&cDaily Total'
  471. Lore: '&c&lTotal: &c%Total%'
  472. Amount: 1
  473. WeekTotal:
  474. Item:
  475. Material: 'CLOCK'
  476. Name: '&cWeekly Total'
  477. Lore: '&c&lTotal: &c%Total%'
  478. Amount: 1
  479. MonthTotal:
  480. Item:
  481. Material: 'CLOCK'
  482. Name: '&cMonthly Total'
  483. Lore: '&c&lTotal: &c%Total%'
  484. Amount: 1
  485. AllTimeTotal:
  486. Item:
  487. Material: 'CLOCK'
  488. Name: '&cAllTime Total'
  489. Lore: '&c&lTotal: &c%Total%'
  490. Amount: 1
  491. VoteBest:
  492. Name: 'VoteBest: %player%'
  493. DayBest:
  494. Item:
  495. Material: 'CLOCK'
  496. Name: '&cDaily Best'
  497. Lore: '&c&lBest: &c%Best%'
  498. Amount: 1
  499. WeekBest:
  500. Item:
  501. Material: 'CLOCK'
  502. Name: '&cWeekly Best'
  503. Lore: '&c&lBest: &c%Best%'
  504. Amount: 1
  505. MonthBest:
  506. Item:
  507. Material: 'CLOCK'
  508. Name: '&cMonthly Best'
  509. Lore: '&c&lBest: &c%Best%'
  510. Amount: 1
  511. VoteStreak:
  512. Name: 'VoteStreak: %player%'
  513. BackButton: false
  514. CurrentDayStreak:
  515. Item:
  516. Material: 'CLOCK'
  517. Name: '&cCurrent Daily Streak'
  518. Lore: '&c&lStreak: &c%Streak%'
  519. Amount: 1
  520. CurrentWeekStreak:
  521. Item:
  522. Material: 'CLOCK'
  523. Name: '&cCurrent Weekly Streak'
  524. Lore: '&c&lStreak: &c%Streak%'
  525. Amount: 1
  526. CurrentMonthStreak:
  527. Item:
  528. Material: 'CLOCK'
  529. Name: '&cCurrent Monthly Streak'
  530. Lore: '&c&lStreak: &c%Streak%'
  531. Amount: 1
  532. HighestDayStreak:
  533. Item:
  534. Material: 'CLOCK'
  535. Name: '&cHighest Daily Streak'
  536. Lore: '&c&lStreak: &c%Streak%'
  537. Amount: 1
  538. HighestWeekStreak:
  539. Item:
  540. Material: 'CLOCK'
  541. Name: '&cHighest Weekly Streak'
  542. Lore: '&c&lStreak: &c%Streak%'
  543. Amount: 1
  544. HighestMonthStreak:
  545. Item:
  546. Material: 'CLOCK'
  547. Name: '&cHighest Monthly Streak'
  548. Lore: '&c&lStreak: &c%Streak%'
  549. Amount: 1
  550. VoteURLSite:
  551. Name: 'VoteSite: %site%'
  552. VoteGUIName: '&cVoteGUI: &c&l%player%'
  553. VoteRewardName: 'VoteReward'
  554. VoteShopName: 'VoteShop'
  555.  
  556. BackButton:
  557. Material: 'PAPER'
  558. Data: 0
  559. Amount: 1
  560. Name: '&8Back to VoteGUI'
  561.  
  562. VoteShopBackButton: false
  563. VoteShopEnabled: true
  564. # Hide items in vote shop which user can not buy
  565. VoteShopHideLimitedReached: true
  566. # Requires above to be false
  567. VoteShopLimitReached: '&aYou reached your limit'
  568. Shop:
  569. # Identifier
  570. # Used in placeholders for formats
  571. Diamond:
  572. # Item
  573. Material: 'TRIPWIRE_HOOK'
  574. Data: 2
  575. Amount: 1
  576. Name: '&8&lUngewöhnlicher &r&fSchlüssel'
  577. # You can set skulls of the player using the following
  578. # Remove the # to enable
  579. #Skull: '%Player%'
  580. Lore:
  581. - '&7Ein Schlüssel für eine Lootbox.'
  582. - '&7Löse den Schüssel am Spawn ein.'
  583. - ''
  584. - '&8&lUngewöhnlich'
  585. - ''
  586. - '&a2 &fVote Punkte'
  587. # Number of voting points this cost
  588. Cost: 2
  589. # Permission required, leave blank for no permission
  590. Permission: ''
  591. # Limit how many times you can buy this
  592. #Limit: 3
  593. # If true, item is not buyable
  594. #NotBuyable: false
  595. # Rewards to run if player buys successfully
  596. Rewards:
  597. Items:
  598. UngewöhnlicherSchlüssel:
  599. Material: 'TRIPWIRE_HOOK'
  600. Amount: 1
  601. Commands:
  602. - cc give p Ungewöhnlich 1 %player%
  603. Name: '&8&lUngewöhnlicher &r&fSchlüssel'
  604. Lore:
  605. - '&7Ein Schlüssel für eine Lootbox.'
  606. - '&7Löse den Schüssel am Spawn ein.'
  607. - ''
  608. - '&8&lUngewöhnlich'
  609.  
  610. # ------------------------------------------------
  611. # Extra Rewards
  612. # ------------------------------------------------
  613.  
  614. # To disable reward set value to []
  615. # Eg:
  616. # FirstVote: [] (All in one line)
  617. # By default all rewards are disabled
  618.  
  619. # First vote rewards
  620. FirstVote:
  621. Messages:
  622. Player: '&aYou voted for your first time!'
  623. Money: 100
  624.  
  625. # All vote rewards
  626. # Reward for voting on all sites in one day
  627. AllSites:
  628. Messages:
  629. Player: '&aYou voted on all sites in 1 day!'
  630.  
  631. Cumulative:
  632. # Number of votes required
  633. # Allows multiple cumulative rewards
  634. # Number be be around ' (E.g. '1')
  635. # Can have multiple listed here
  636. '20':
  637. Enabled: false
  638. # Wether or not votes must be made in same day/week
  639. # Useful if you want to require a certain number of voting sites to be voted on
  640. # for a daily/weekly reward instead of all of them
  641. VotesInSameDay: false
  642. VotesInSameWeek: false
  643. Rewards:
  644. Messages:
  645. Player: '&aYou got %cumulative% cumulative votes!'
  646.  
  647. VoteParty:
  648. # Wether or not vote party is enabled
  649. Enabled: false
  650. # Number of votes required to give rewards
  651. VotesRequired: 20
  652. # Increase the amount of votes required on each vote party reached
  653. #IncreaseVotesRquired: 10
  654. # If true, players who did not vote to reach the votes required will
  655. # recieve the reward
  656. GiveAllPlayers: false
  657. # If true, the vote count will reset each day
  658. ResetEachDay: false
  659. # Reset at the end of the month
  660. ResetMonthly: false
  661. # Count votes from /av vote?
  662. CountFakeVotes: true
  663. # Number of user votes that apply to vote party total the user needs to get rewards
  664. UserVotesRequired: 0
  665. # Broadcast when vote party reached
  666. Broadcast: '&cReached the vote party amount!'
  667. # List of commands to execute, these only execute once.
  668. # %player% does not work here
  669. Commands: []
  670. # Rewards to give per player
  671. Rewards:
  672. Commands:
  673. - say %player%
  674. Items:
  675. DIAMOND:
  676. Material: 'DIAMOND'
  677. Amount: 1
  678.  
  679. # Reset milestones at end of the month
  680. ResetMilestonesMonthly: false
  681.  
  682. MileStones:
  683. # Number of votes required
  684. # Allows multiple milestones
  685. # Number be around ' (E.g. '1')
  686. # Can have multiple listed here
  687. '20':
  688. Enabled: false
  689. Rewards:
  690. Messages:
  691. Player: '&aYou got %milestone% milestone votes!'
  692.  
  693. VoteStreak:
  694. # Valid options: Day, Week, Month
  695. Day:
  696. # Number of days in a row
  697. # Each day requires one vote
  698. # Add a - to give a reward for every multiple (e.g. 2- = 2,4,6,8, and so on)
  699. '2':
  700. # Enabled or not
  701. Enabled: false
  702. # Rewards to give
  703. Rewards:
  704. Messages:
  705. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  706. Week:
  707. # Number of weeks in a row
  708. # Requires atleast one vote per week
  709. '2':
  710. # Enabled or not
  711. Enabled: false
  712. # Rewards to give
  713. Rewards:
  714. Messages:
  715. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  716. Month:
  717. # Number of months in a row
  718. # Requires atleast 1 vote per month
  719. '2':
  720. # Enabled or not
  721. Enabled: false
  722. # Rewards to give
  723. Rewards:
  724. Messages:
  725. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  726. Requirement:
  727. # Require certain percentage of votes
  728. UsePercentage: false
  729. # Percentage requirements of votes
  730. # 50 = %50
  731. Day: 50
  732. Week: 50
  733. Month: 50
  734.  
  735. # Reward given when vote cooldown ended
  736. VoteCoolDownEndedReward: []
  737.  
  738.  
  739. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  740. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES (3 offline votes = 1 AnySiteReward)
  741. # Any reward files listed here are ran on vote of any site
  742. # It is recommended to add rewards to each site instead of here
  743. # Using forceoffline won't work here
  744. # Use EverySiteReward in VoteSites.yml for a global reward for each site
  745. AnySiteRewards: []
  746.  
  747.  
  748. # ------------------------------------------------
  749. # Top Voter
  750. # ------------------------------------------------
  751.  
  752. # Top voter blacklist
  753. # Hide these names from top voter lists
  754. BlackList:
  755. - 'Notch'
  756.  
  757. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  758. # as if there name was added on the the blacklist above
  759. # This also applies for players with op
  760. TopVoterIgnorePermission: false
  761.  
  762. # /vote top default data displayed
  763. # Valid Options: AllTime, Monthly, Weekly, Daily
  764. VoteTopDefault: Monthly
  765.  
  766. # Whether or not to have ties on top voter rewards
  767. TopVoterAwardsTies: true
  768.  
  769. # These are required to be enabled in order for top voter awards to work
  770. LoadTopVoter:
  771. AllTime: true
  772. Monthly: true
  773. Weekly: false
  774. Daily: false
  775.  
  776. # When top voter awards are given (even if there are none listed) it will store top voters
  777. # Files will created in TopVoters folder.
  778. StoreTopVoters:
  779. Monthly: true
  780. Weekly: false
  781. Daily: false
  782.  
  783. EnableMonthlyAwards: true
  784. # Rewards to give
  785. MonthlyAwards:
  786. # Position. 1 is first in top voter, 2 is second, etc...
  787. # Using 1-10 will reward players in first to tenth place with the same reward
  788. 1:
  789. Rewards:
  790. Messages:
  791. Player: '&aYou came in first place in %TopVoter%!'
  792. 2:
  793. Rewards:
  794. Messages:
  795. Player: '&aYou came in second place in %TopVoter%!'
  796.  
  797. EnableWeeklyAwards: false
  798. # Rewards to give on weekly top voter
  799. WeeklyAwards:
  800. # Position. 1 is first in top voter, 2 is second, etc...
  801. 1:
  802. Rewards:
  803. Messages:
  804. Player: '&aYou came in first place in %TopVoter%!'
  805. 2:
  806. Rewards:
  807. Messages:
  808. Player: '&aYou came in second place in %TopVoter%!'
  809.  
  810. EnableDailyRewards: false
  811. # Rewards to give on daily top voter
  812. DailyAwards:
  813. # Position. 1 is first in top voter, 2 is second, etc...
  814. 1:
  815. # Reward files to give
  816. Rewards:
  817. Messages:
  818. Player: '&aYou came in first place in %TopVoter%!'
  819. 2:
  820. Rewards:
  821. Messages:
  822. Player: '&aYou came in second place in %TopVoter%!'
  823.  
  824. # ------------------------------------------------
  825. # Advanced
  826. # Most of these values can be left untouched for most setups
  827. # ------------------------------------------------
  828.  
  829. # Number of points to give on vote
  830. # Set to 0 to give no points
  831. PointsOnVote: 1
  832.  
  833. AlwaysCloseInventory: false
  834.  
  835. # Set this to false to disable the plugin adding totals
  836. # Not really recommended
  837. AddTotals: true
  838.  
  839. # Click sound when using gui
  840. # Set to none for no sound
  841. ClickSound:
  842. Sound: 'UI_BUTTON_CLICK'
  843. Volume: 1.0
  844. Pitch: 1.0
  845.  
  846. # Limit monthly votes to number of days of a month multipled by the number of sites
  847. LimitMonthlyVotes: false
  848.  
  849. # Debug
  850. Debug: false
  851.  
  852. # Extra Debug
  853. # Only needed in extreme cases
  854. ExtraDebug: false
  855.  
  856. # Debug info ingame
  857. # Players with permission "VotingPlugin.Debug"
  858. # will see debug info if debug is true
  859. DebugInGame: false
  860.  
  861. # Will log debug messages to VotingPlugin/Log/log.txt
  862. # Requires Debug to be on
  863. # Only needed for extra cases
  864. #LogDebugToFile: false
  865.  
  866. # Options for request api
  867. # Current methods
  868. # ANVIL
  869. # BOOK
  870. # CHAT
  871. # This is mainly used for admin gui's to type in values
  872. RequestAPI:
  873. DefaultMethod: 'Anvil'
  874. DisabledMethods: []
  875.  
  876. # Whether or not to log every vote to a file
  877. # Use this if you wanna track player votes
  878. # Not recommended though
  879. LogVotesToFile: false
  880.  
  881. # Only update in the background when needed when set to false
  882. AlwaysUpdate: false
  883.  
  884. # Update in the background only if players are online
  885. UpdateWithPlayersOnlineOnly: false
  886.  
  887. # Delay between background updates like signs and more
  888. # Default: 3 Minutes
  889. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  890. DelayBetweenUpdates: 3
  891.  
  892. # Set to true to disable no service site message on voting
  893. # You should never have to touch this if everything is setup properly
  894. # Will also disable a few other warnings about vote sites
  895. DisableNoServiceSiteMessage: false
  896.  
  897. # Count fake votes
  898. # If true fake votes will give points and totals
  899. CountFakeVotes: true
  900.  
  901. # Give VotingPlugin.Player by default
  902. # Requires restart to take affect
  903. GiveDefaultPermission: true
  904.  
  905. # Remove old player files
  906. # Happens on startup or /av purge
  907. PurgeOldData: false
  908.  
  909. # Minimum number of days offline in order to purge
  910. PurgeMin: 90
  911.  
  912. # Whether or not to create daily backups. (Only the most recent ones get kept)
  913. CreateBackups: true
  914.  
  915. # If true, plugin will send scoreboards on some commands
  916. SendScoreboards: true
  917.  
  918. # If true, plugin will automaticly generate votesites
  919. # Disable this if you experience issues with sites being created randomly
  920. # Most cases this will work all the time
  921. AutoCreateVoteSites: true
  922.  
  923. # Automaticly download the latest version
  924. # Will require a restart to actually update
  925. # Note: It takes 30-40 minutes before being able to download the latest build
  926. # You can also use /av download
  927. AutoDownload: false
  928.  
  929. # Whether or not to disable update checks
  930. DisableUpdateChecking: false
  931.  
  932. # Allow transfer of vote points
  933. AllowVotePointTransfers: false
  934.  
  935. # Disable this on a hub server for example
  936. # Still processes rewards for offline rewards (just won't give any)
  937. ProcessRewards: true
  938.  
  939. # Disable checking permissions on tab complete
  940. DisableAdvancedTab: false
  941.  
  942. # Load command aliases, such as /avgui
  943. # Requires restart to take effect
  944. LoadCommandAliases: true
  945.  
  946. # Wait until user is logged in with AuthMe
  947. # Requires AuthMe
  948. WaitUntilLoggedIn: true
  949.  
  950. # Preload skulls to improve performance
  951. # If false, skulls will be cached as they are used
  952. PreloadSkulls: false
  953.  
  954. # ---------------------------------------------------------
  955. # Mysql cache options
  956. # Clearing cache forces the plugin to pull from database
  957. # ---------------------------------------------------------
  958.  
  959. # Clear cache on update, setting to true reduces update speed
  960. ClearCacheOnUpdate: false
  961.  
  962. # Clear mysql on player join always
  963. ClearCacheOnJoin: false
  964.  
  965. # Clears cache for the player who voted only
  966. # Only effects if using mysql
  967. # Would recommend for some bungee setups
  968. ClearCacheOnVote: false
  969.  
  970. # Use vault for permission checks
  971. # May not work on some plugins
  972. UseVaultPermissions: false
  973.  
  974. # ###############################################################
  975. # Deprecated options, don't recommend using any of these
  976.  
  977. # Whether or not to disable checking names on mojang, disable if you hit the rate limit
  978. # Shouldn't make a noticeable impact if set to false
  979. #CheckNameMojang: false
  980.  
  981. # Shouldn't need to change this
  982. #AutoKillInvs: true
  983.  
  984. # Used in special cases
  985. # Much slower, but may work better
  986. # Not recommended in newer versions
  987. #AlternateUUIDLookup: false
  988.  
  989. # Disable checking on world change
  990. # May improve performance
  991. #DisableCheckOnWorldChange: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement