Advertisement
PhameCraft

Untitled

Jan 22nd, 2020
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.08 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] &2Thanks &c%player% &2for voting on %SiteName%'
  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: false
  570. VoteShopEnabled: false
  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.  
  576. # ------------------------------------------------
  577. # Extra Rewards
  578. # ------------------------------------------------
  579.  
  580. # To disable reward set value to []
  581. # Eg:
  582. # FirstVote: [] (All in one line)
  583. # By default all rewards are disabled
  584.  
  585. # First vote rewards
  586. FirstVote:
  587. Commands:
  588. -'lp user %player% promote free'
  589. -'say %player% recieved &6&lSquire Rank &cfor Voting!'
  590. -'acb %player% 1000'
  591. # All vote rewards
  592. # Reward for voting on all sites in one day
  593. AllSites:
  594. Messages:
  595. Player: '&aYou voted on all sites in 1 day!'
  596.  
  597. Cumulative:
  598. # Number of votes required
  599. # Allows multiple cumulative rewards
  600. # Number be be around ' (E.g. '1')
  601. # Can have multiple listed here
  602. '40':
  603. Enabled: true
  604. # Wether or not votes must be made in same day/week
  605. # Useful if you want to require a certain number of voting sites to be voted on
  606. # for a daily/weekly reward instead of all of them
  607. VotesInSameDay: false
  608. VotesInSameWeek: false
  609. Rewards:
  610. Commands:
  611. - 'lp user %player% promote free'
  612. - 'say %player% recieved &6&lHero Rank &c for Voting!'
  613. # Number of votes required
  614. # Allows multiple cumulative rewards
  615. # Number be be around ' (E.g. '1')
  616. # Can have multiple listed here
  617. '120':
  618. Enabled: true
  619. # Wether or not votes must be made in same day/week
  620. # Useful if you want to require a certain number of voting sites to be voted on
  621. # for a daily/weekly reward instead of all of them
  622. VotesInSameDay: false
  623. VotesInSameWeek: false
  624. Rewards:
  625. Commands:
  626. - 'lp user %player% promote free'
  627. - 'say %player% recieved &6&lElite Rank&c for Voting!'
  628. # Number of votes required
  629. # Allows multiple cumulative rewards
  630. # Number be be around ' (E.g. '1')
  631. # Can have multiple listed here
  632. '320':
  633. Enabled: true
  634. # Wether or not votes must be made in same day/week
  635. # Useful if you want to require a certain number of voting sites to be voted on
  636. # for a daily/weekly reward instead of all of them
  637. VotesInSameDay: false
  638. VotesInSameWeek: false
  639. Rewards:
  640. Commands:
  641. - 'lp user %player% promote free'
  642. - 'say %player% recieved &6&lVIP Rank&c for Voting!'
  643.  
  644. VoteParty:
  645. # Wether or not vote party is enabled
  646. Enabled: false
  647. # Number of votes required to give rewards
  648. VotesRequired: 20
  649. # Increase the amount of votes required on each vote party reached
  650. #IncreaseVotesRquired: 10
  651. # If true, players who did not vote to reach the votes required will
  652. # recieve the reward
  653. GiveAllPlayers: false
  654. # If true, the vote count will reset each day
  655. ResetEachDay: false
  656. # Reset at the end of the month
  657. ResetMonthly: false
  658. # Reset extra votes
  659. ResetExtraVotesMonthly: false
  660. # Count votes from /av vote?
  661. CountFakeVotes: true
  662. # Number of user votes that apply to vote party total the user needs to get rewards
  663. UserVotesRequired: 0
  664. # Broadcast when vote party reached
  665. Broadcast: '&cReached the vote party amount!'
  666. # List of commands to execute, these only execute once.
  667. # %player% does not work here
  668. Commands: []
  669. # Rewards to give per player
  670. Rewards:
  671. Commands:
  672. - say %player%
  673. Items:
  674. DIAMOND:
  675. Material: 'DIAMOND'
  676. Amount: 1
  677.  
  678. # Reset milestones at end of the month
  679. ResetMilestonesMonthly: false
  680.  
  681. MileStones:
  682. # Number of votes required
  683. # Allows multiple milestones
  684. # Number be around ' (E.g. '1')
  685. # Can have multiple listed here
  686. '20':
  687. Enabled: false
  688. Rewards:
  689. Messages:
  690. Player: '&aYou got %milestone% milestone votes!'
  691.  
  692. VoteStreak:
  693. # Valid options: Day, Week, Month
  694. Day:
  695. # Number of days in a row
  696. # Each day requires one vote
  697. # Add a - to give a reward for every multiple (e.g. 2- = 2,4,6,8, and so on)
  698. '2':
  699. # Enabled or not
  700. Enabled: false
  701. # Rewards to give
  702. Rewards:
  703. Messages:
  704. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  705. Week:
  706. # Number of weeks in a row
  707. # Requires atleast one vote per week
  708. '2':
  709. # Enabled or not
  710. Enabled: false
  711. # Rewards to give
  712. Rewards:
  713. Messages:
  714. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  715. Month:
  716. # Number of months in a row
  717. # Requires atleast 1 vote per month
  718. '2':
  719. # Enabled or not
  720. Enabled: false
  721. # Rewards to give
  722. Rewards:
  723. Messages:
  724. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  725. Requirement:
  726. # Require certain percentage of votes
  727. UsePercentage: false
  728. # Percentage requirements of votes
  729. # 50 = %50
  730. Day: 50
  731. Week: 50
  732. Month: 50
  733.  
  734. # Reward given when vote cooldown ended
  735. VoteCoolDownEndedReward: []
  736.  
  737.  
  738. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  739. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES (3 offline votes = 1 AnySiteReward)
  740. # Any reward files listed here are ran on vote of any site
  741. # It is recommended to add rewards to each site instead of here
  742. # Using forceoffline won't work here
  743. # Use EverySiteReward in VoteSites.yml for a global reward for each site
  744. AnySiteRewards: []
  745.  
  746.  
  747. # ------------------------------------------------
  748. # Top Voter
  749. # ------------------------------------------------
  750.  
  751. # Top voter blacklist
  752. # Hide these names from top voter lists
  753. BlackList:
  754. - 'Notch'
  755.  
  756. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  757. # as if there name was added on the the blacklist above
  758. # This also applies for players with op
  759. TopVoterIgnorePermission: false
  760.  
  761. # /vote top default data displayed
  762. # Valid Options: AllTime, Monthly, Weekly, Daily
  763. VoteTopDefault: Monthly
  764.  
  765. # Whether or not to have ties on top voter rewards
  766. TopVoterAwardsTies: true
  767.  
  768. # These are required to be enabled in order for top voter awards to work
  769. LoadTopVoter:
  770. AllTime: true
  771. Monthly: true
  772. Weekly: false
  773. Daily: false
  774.  
  775. # When top voter awards are given (even if there are none listed) it will store top voters
  776. # Files will created in TopVoters folder.
  777. StoreTopVoters:
  778. Monthly: true
  779. Weekly: false
  780. Daily: false
  781.  
  782. EnableMonthlyAwards: true
  783. # Rewards to give
  784. MonthlyAwards:
  785. # Position. 1 is first in top voter, 2 is second, etc...
  786. # Using 1-10 will reward players in first to tenth place with the same reward
  787. 1:
  788. Rewards:
  789. Messages:
  790. Player: '&aYou came in first place in %TopVoter%!'
  791. 2:
  792. Rewards:
  793. Messages:
  794. Player: '&aYou came in second place in %TopVoter%!'
  795.  
  796. EnableWeeklyAwards: false
  797. # Rewards to give on weekly top voter
  798. WeeklyAwards:
  799. # Position. 1 is first in top voter, 2 is second, etc...
  800. 1:
  801. Rewards:
  802. Messages:
  803. Player: '&aYou came in first place in %TopVoter%!'
  804. 2:
  805. Rewards:
  806. Messages:
  807. Player: '&aYou came in second place in %TopVoter%!'
  808.  
  809. EnableDailyRewards: false
  810. # Rewards to give on daily top voter
  811. DailyAwards:
  812. # Position. 1 is first in top voter, 2 is second, etc...
  813. 1:
  814. # Reward files to give
  815. Rewards:
  816. Messages:
  817. Player: '&aYou came in first place in %TopVoter%!'
  818. 2:
  819. Rewards:
  820. Messages:
  821. Player: '&aYou came in second place in %TopVoter%!'
  822.  
  823. # ------------------------------------------------
  824. # Advanced
  825. # Most of these values can be left untouched for most setups
  826. # ------------------------------------------------
  827.  
  828. # Number of points to give on vote
  829. # Set to 0 to give no points
  830. PointsOnVote: 1
  831.  
  832. # Set this to false to disable the plugin adding totals
  833. # Not really recommended
  834. AddTotals: true
  835.  
  836. # Click sound when using gui
  837. # Set to none for no sound
  838. ClickSound:
  839. Sound: 'UI_BUTTON_CLICK'
  840. Volume: 1.0
  841. Pitch: 1.0
  842.  
  843. # Limit monthly votes to number of days of a month multipled by the number of sites
  844. LimitMonthlyVotes: false
  845.  
  846. ######################
  847. # Debug
  848. ######################
  849.  
  850. # Debug levels:
  851. # NONE
  852. # INFO
  853. # EXTRA
  854. DebugLevel: NONE
  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. # Only needed for extreme cases
  863. #LogDebugToFile: false
  864.  
  865. # Whether or not to log every vote to a file
  866. # Use this if you wanna track player votes
  867. # Not recommended though
  868. LogVotesToFile: false
  869.  
  870. # Only update in the background when needed when set to false
  871. AlwaysUpdate: false
  872.  
  873. # Update in the background only if players are online
  874. UpdateWithPlayersOnlineOnly: false
  875.  
  876. # Delay between background updates like signs and more
  877. # Default: 3 Minutes
  878. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  879. DelayBetweenUpdates: 3
  880.  
  881. # Set to true to disable no service site message on voting
  882. # You should never have to touch this if everything is setup properly
  883. # Will also disable a few other warnings about vote sites
  884. DisableNoServiceSiteMessage: false
  885.  
  886. # Count fake votes
  887. # If true fake votes will give points and totals
  888. CountFakeVotes: true
  889.  
  890. # Give VotingPlugin.Player by default
  891. # Requires restart to take affect
  892. GiveDefaultPermission: true
  893.  
  894. # Permissions given by VotingPlugin.Player by default
  895. # Permissions listed here will no be accessible with the default permission
  896. DisabledDefaultPermissions: []
  897.  
  898. # Remove old player files
  899. # Happens on startup or /av purge
  900. PurgeOldData: false
  901.  
  902. # Minimum number of days offline in order to purge
  903. PurgeMin: 90
  904.  
  905. # Whether or not to create daily backups. (Only the most recent ones get kept)
  906. CreateBackups: true
  907.  
  908. # If true, plugin will send scoreboards on some commands
  909. SendScoreboards: true
  910.  
  911. # If true, plugin will automaticly generate votesites
  912. # Disable this if you experience issues with sites being created randomly
  913. # Most cases this will work all the time
  914. AutoCreateVoteSites: true
  915.  
  916. # Automaticly download the latest version
  917. # Will require a restart to actually update
  918. # Note: It takes 30-40 minutes before being able to download the latest build
  919. # You can also use /av download
  920. AutoDownload: false
  921.  
  922. # Whether or not to disable update checks
  923. DisableUpdateChecking: false
  924.  
  925. # Allow transfer of vote points between players
  926. AllowVotePointTransfers: false
  927.  
  928. # Disable this on a hub server for example
  929. # Still processes rewards for offline rewards (just won't give any)
  930. ProcessRewards: true
  931.  
  932. # Disable checking permissions on tab complete
  933. DisableAdvancedTab: false
  934.  
  935. # Load command aliases, such as /avgui
  936. # Requires restart to take effect
  937. LoadCommandAliases: true
  938.  
  939. # Wait until user is logged in with AuthMe
  940. # Requires AuthMe
  941. WaitUntilLoggedIn: true
  942.  
  943. # Preload skulls to improve performance
  944. # If false, skulls will be cached as they are used
  945. PreloadSkulls: false
  946.  
  947. # Setting to false disables saving skulls in a cache to improve speeds
  948. # Will reduce ram usage if disabled
  949. LoadSkulls: true
  950.  
  951. # Use vault for permission checks
  952. # May not work on some plugins
  953. UseVaultPermissions: false
  954.  
  955. # Plugin using bungee, requires plugin on bungee server
  956. UseBungeecoord: false
  957.  
  958. # What server this is in bungee (must match)
  959. # Also can be applied to rewards
  960. Server: PleaseSet
  961.  
  962. # Bungee communication, add bungee host/port here
  963. BungeeServer:
  964. Host: '127.0.0.1'
  965. Port: 1297
  966.  
  967. # Bungee communication, add this to bungee server
  968. SpigotServer:
  969. Host: '127.0.0.1'
  970. POrt: 1298
  971.  
  972. # Get the plugin to broadcast to all servers
  973. BungeeBroadcast: false
  974.  
  975. # List of disabled commands from /vote
  976. # List the specific permission
  977. # E.g:
  978. # - PERMISSION
  979. DisabledCommands: []
  980.  
  981. # ---------------------------------------------------------
  982. # Mysql cache options
  983. # Clearing cache forces the plugin to pull from database
  984. # Not needed unless you are using multiple servers
  985. # ---------------------------------------------------------
  986.  
  987. # Clear cache on update, setting to true reduces update speed
  988. # Also may require AlwaysUpdate set to true
  989. ClearCacheOnUpdate: false
  990.  
  991. # Clear mysql on player join always
  992. ClearCacheOnJoin: false
  993.  
  994. # Clears cache for the player who voted only
  995. # Only effects if using mysql
  996. # Would recommend for some bungee setups
  997. ClearCacheOnVote: false
  998.  
  999. # ###############################################################
  1000. # Deprecated options, don't recommend using any of these
  1001.  
  1002. # Will force GUI's to close on every click
  1003. AlwaysCloseInventory: false
  1004.  
  1005. # Options for request api
  1006. # Current methods:
  1007. # ANVIL
  1008. # BOOK
  1009. # CHAT
  1010. # This is mainly used for admin gui's to type in values
  1011. RequestAPI:
  1012. DefaultMethod: 'Anvil'
  1013. DisabledMethods: []
  1014.  
  1015. # Shouldn't need to change this
  1016. #AutoKillInvs: true
  1017.  
  1018. # Disable checking on world change
  1019. # May improve performance
  1020. #DisableCheckOnWorldChange: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement