Advertisement
Guest User

Untitled

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