Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.37 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. MySQL:
  14. Host: ''
  15. # Default port is 3306
  16. Port: 3306
  17. Database: ''
  18. Username: ''
  19. Password: ''
  20. # Max number of connections
  21. MaxConnections: 1
  22. # Maxium size of caching mysql
  23. # -1 for no limit
  24. # Affecting this value may affect performance
  25. MaxSize: -1
  26.  
  27. # Let players who never joined before vote
  28. # Recommend: False (Will prevent creating random user data files)
  29. AllowUnjoined: false
  30.  
  31. # If true, plugin will send scoreboards on some commands
  32. SendScoreboards: true
  33.  
  34. # If true, plugin will automaticly generate votesites
  35. # Disable this if you experience issues with sites being created randomly
  36. AutoCreateVoteSites: true
  37.  
  38. # Automaticly download the latest version
  39. # Will require a restart to actually update
  40. # Note that updates take 30-40 minutes to load before they can be downloaded
  41. AutoDownload: false
  42.  
  43. # ------------------------------------------------
  44. # VoteReminding
  45. # ------------------------------------------------
  46.  
  47. # Configuration for VoteReminding
  48. # By default this should be all setup to work
  49. # as long as vote delays are done properly
  50. VoteReminding:
  51. # Enable vote reminding
  52. # This will remind player when he can vote on all sites
  53. # Requires VoteDelay's to be setup properly
  54. # Use /vote next to see when you can be reminded
  55. # Players require the perm "VotingPlugin.Login.RemindVotes" or "VotingPlugin.Player"
  56. Enabled: true
  57.  
  58. # Wether or t to remind only once when the player can vote
  59. # Does not apply to login reminds.
  60. RemindOnlyOnce: true
  61.  
  62. # Will remind player on login if he can vote
  63. # Ignores value above
  64. RemindOnLogin: true
  65.  
  66. # Delay to remind votes in minutes
  67. # Only works if above is false
  68. RemindDelay: 30
  69.  
  70. # Run reward files on remind
  71. # By default, the reward file will be created for you
  72. # and have the default message
  73. # Edit the message at AdvancedCore/Rewards/Remind.yml (or any other reward listed)
  74. # Can add titles and more in the reward file
  75. Rewards:
  76. Messages:
  77. Player: '&e[&c&l!&r&e]&f Remember to vote!'
  78. Title:
  79. Enabled: false
  80. Title: '&cRemember to vote!'
  81. SubTitle: '&aType /vote'
  82. FadeIn: 10
  83. ShowTime: 50
  84. FadeOut: 10
  85.  
  86. Commands:
  87. # Wether or not the following commands will open GUIs rather than display text
  88. UseGUI:
  89. Today: true
  90. TopVoter: true
  91. Last: true
  92. Next: true
  93. Total: true
  94. Vote: true
  95. Best: true
  96. Streak: true
  97.  
  98. # ------------------------------------------------
  99. # Format
  100. # ------------------------------------------------
  101.  
  102. # Common PlacesHolders:
  103. # Please Note: Not all are usable in all sections
  104. # Special PlaceHolders will be commented where available
  105. # %player% = player name
  106. # %SiteName% = vote site name
  107. #
  108. # Set Message to '' (2 ') to disable message
  109.  
  110. Format:
  111. # CommandHandler help message
  112. HelpLine: '&3&l%Command% - &3%HelpMessage%'
  113.  
  114. # Broadcast vote message
  115. BroadcastMsg: '&6[&4Broadcast&6] &2Thanks &c%player% &2for voting on %SiteName%'
  116.  
  117. # Broadcast only when player is online
  118. BroadcastWhenOnline: false
  119.  
  120. Commands:
  121. # Format for /vote
  122. # %num% = the number of the site, for a numbered list
  123. # %url% = site URL
  124. Vote:
  125. Text:
  126. - '&4&lVote for our server!'
  127.  
  128. # If you want to want to use the feature below where the plugin will
  129. # automaticly list the sites then set the message in the text above
  130. AutoInputSites: true
  131. # For each VoteSite
  132. # make sure to set VoteURL in your VoteSites
  133. # Requires above to be true
  134. # Text will be sent before this
  135. Sites: '&4%num%: &c&l%SiteName% - &c%url%'
  136.  
  137. # Format for /vote next
  138. Next:
  139. # First line
  140. Title: '&3&l%player% Next Votes:'
  141.  
  142. # How each line is setup for each vote site
  143. # %info% = Info - See Below
  144. # %SiteName% = site name from vote
  145. Layout: '&3%SiteName%: &6%info%'
  146.  
  147. Info:
  148. # Message when player can vote
  149. CanVote: 'Go Vote!'
  150. # Time until vote msg
  151. # %hours% = hours until next vote
  152. # %minutes% = minutes until next vote
  153. TimeUntilVote: '%hours% Hours and %minutes% Minutes'
  154. # If there is an error finding out time until next vote
  155. Error: '&cCould not caculate time until next vote!'
  156. # For sites that have this, requires votedelaydaily to be set to true in the site
  157. VoteDelayDaily: '%hours% Hours and %minutes% Minutes'
  158.  
  159. # Format for /vote last
  160. Last:
  161. # First line
  162. Title: '&3&l%player% Last Vote Times:'
  163. # Lines for each vote site
  164. # %time% = time, using timeformat below
  165. Line: '&3%SiteName%: &6%time%'
  166.  
  167. # Format for /vote total
  168. Total:
  169. - '&3&l%player% Total Votes:'
  170. - '&3&lDaily Total: &6&l%DailyTotal%'
  171. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  172. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  173. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  174.  
  175. # Format for /vote total all
  176. TotalAll:
  177. - '&3&lServer Total Votes:'
  178. - '&3&lDaily Total: &6&l%DailyTotal%'
  179. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  180. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  181. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  182.  
  183. # Format for /vote top
  184. Top:
  185. # First line
  186. # %page% = current page
  187. # %maxpages% = max number of pages
  188. # %Top% = Monthly/Weekly/Daily (depending on command)
  189. Title: '&3Top %Top% Voters %page%/%maxpages%'
  190. # Line for each player in that page
  191. Line: '&c%num%: &6%player%, %votes%'
  192.  
  193. # Format for /vote help
  194. Help:
  195. # Title of /vote help
  196. Title: '&3&lVoting Player Help'
  197. # Format for help message in /v help
  198. Line: '&3&l%Command% - &3%HelpMessage%'
  199. # Require permission to see command in /v help or /av help
  200. RequirePermission: true
  201.  
  202. Best:
  203. Title: '&3&l%player% Best Votes'
  204. Lines:
  205. - '&3Highest Daily Total: &3&l%HighestDailyTotal%'
  206. - '&3Highest Week Total: &3&l%HighestWeeklyTotal%'
  207. - '&3Highest Month Total: &3&l%HighestMonthlyTotal%'
  208.  
  209. Streak:
  210. Title: '&3&l%player% Vote Streak'
  211. Lines:
  212. - '&3Current Daily Streak: &3&l%DailyStreak%'
  213. - '&3Current Week Streak: &3&l%WeeklyStreak%'
  214. - '&3Current Month Streak: &3&l%MonthlyStreak%'
  215. - '&3&lHighest Streaks:'
  216. - '&3Highest Daily Streak: &3&l%BestDailyStreak%'
  217. - '&3Highest Week Streak: &3&l%BestWeeklyStreak%'
  218. - '&3Highest Month Streak: &3&l%BestMonthlyStreak%'
  219.  
  220. # PlaceHolders:
  221. # %VotesRequired% = VotesRequired
  222. # %NeededVotes% = Number of votes needed to reach VotesRequired
  223. # %Votes% = Number of votes
  224. Party:
  225. - '&cCurrently at &6%Votes%&c, &6%NeededVotes% &cmore votes to go to reach &6%VotesRequired%'
  226.  
  227. # %Points% = player points
  228. Points: '&a%Player% currently has &a&l%Points%&a Points!'
  229.  
  230. # Login message if player can vote on all sites
  231. # Must be enabled in config.yml
  232. LoginMsg: '&e[&c&l!&r&e]&f Remember to vote!'
  233.  
  234. # Msg on top voter award, will only send message if that place has a reward set
  235. # %place% = place - 1,2,3,etc
  236. TopVoterAwardMsg: '&aYou came in %place% in top voters of the month! Here is an award!'
  237.  
  238. # Time Format
  239. # See https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  240. TimeFormat: 'EEE, d MMM yyyy HH:mm'
  241.  
  242. # Format for signs
  243. # SiteName may be all, depending on sign
  244. # %position% = position of player, set by sign
  245. # %votes% = Number of votes
  246. Signs:
  247. TopVoterSign:
  248. Line1: 'TopVoter: %SiteName%'
  249. Line2: '#%position%'
  250. Line3: '%player%'
  251. Line4: '%votes% Votes'
  252. # Message when right clicking sign, uses same placeholders as above
  253. RightClickMessage: '&c&l%player% &cis &c&l%position% &cwith &c&l%votes% &cvotes in &c&l%SiteName%'
  254.  
  255. # Message when player tries to run command without required permissions
  256. NoPerms: '&cYou do not have enough permission!'
  257.  
  258. # Message when player types a command but does not input a number where needed
  259. NotNumber: '&cError on &6%arg%&c, number expected!'
  260.  
  261. # Shop messages when using the /vote shop
  262. ShopPurchase: '&aYou bought the %Identifier% for %Points% Points!'
  263. ShopFailed: '&cYou do not have %Points% points to purhcase this!'
  264.  
  265. # ------------------------------------------------
  266. # GUI Options
  267. # ------------------------------------------------
  268.  
  269. # Configure GUI's here
  270. # 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)
  271. # Item Material's can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  272. GUI:
  273. # GUI for /vote gui, /vgui, votegui
  274. VoteGUI:
  275. # Items will be orders as it is below
  276. URL:
  277. # Standard item format, lore is automaticly applied
  278. Item:
  279. Material: 'BOW'
  280. Data: 0
  281. Amount: 1
  282. Name: '&4URL'
  283. # You can set skulls of the player using the following
  284. # Remove the # to enable
  285. #Skull: '%Player%'
  286. Slot: 0
  287. Next:
  288. Item:
  289. Material: 'COMPASS'
  290. Data: 0
  291. Amount: 1
  292. Name: '&4Next'
  293. Slot: 1
  294. Last:
  295. Item:
  296. Material: 'WATCH'
  297. Data: 0
  298. Amount: 1
  299. Name: '&4Last'
  300. Slot: 2
  301. Total:
  302. Item:
  303. Material: 'CHEST'
  304. Data: 0
  305. Amount: 1
  306. Name: '&4Total'
  307. Slot: 3
  308. Top:
  309. Item:
  310. Material: 'SIGN'
  311. Data: 0
  312. Amount: 1
  313. Name: '&4Top'
  314. Slot: 4
  315. Today:
  316. Item:
  317. Material: 'BOOK'
  318. Data: 0
  319. Amount: 1
  320. Name: '&4Today'
  321. Slot: 5
  322. Shop:
  323. Item:
  324. Material: 'DIAMOND'
  325. Data: 0
  326. Amount: 1
  327. Name: '&4Vote Shop'
  328. Slot: 6
  329. # /vote Reward gui item
  330. # Uncomment to use, most likely will be unused
  331. #Rewards:
  332. # Item:
  333. # Material: 'DIAMOND'
  334. # Data: 0
  335. # Amount: 1
  336. # Name: '&4Voting Rewards'
  337. # Slot: 7
  338.  
  339. # GUI for /vote url
  340. # And /vote if enabled in Config.yml
  341. VoteURL:
  342. # GUI Name
  343. Name: '&cVoteURL'
  344. BackButton: true
  345. SiteName: '&c%Name%'
  346. SeeURL: '&cClick to see URL'
  347. NextVote: '&cCan Vote In: %Info%'
  348. ViewAllUrlsButtonEnabled: true
  349. AllUrlsButton:
  350. AlreadyVotedItem:
  351. Material: 'REDSTONE_BLOCK'
  352. Data: 0
  353. Amount: 1
  354. Name: '&4All Voting Sites'
  355. Lore:
  356. - '&cClick Me'
  357. CanVoteItem:
  358. Material: 'EMERALD_BLOCK'
  359. Data: 0
  360. Amount: 1
  361. Name: '&4All Voting Sites'
  362. Lore:
  363. - '&cClick Me'
  364. AlreadyVotedItem:
  365. Material: 'REDSTONE_BLOCK'
  366. Data: 0
  367. Amount: 1
  368. CanVoteItem:
  369. Material: 'EMERALD_BLOCK'
  370. Data: 0
  371. Amount: 1
  372. # Customize /vote reward
  373. # Show players what you get when you vote on each site
  374. VoteReward:
  375. # Name of votesite
  376. ExampleVoteSite:
  377. # items in /vote reward sitename
  378. Items:
  379. # Item
  380. # This is not the item display name
  381. # Do not have 2 of the same items
  382. Diamond:
  383. # Item ID
  384. Material: 'DIAMOND'
  385. # Item Data (Eg 1:4, data is 4)
  386. Data: 0
  387. # Amount of items
  388. # Should be greater than 0
  389. Amount: 1
  390. # Item name
  391. # Remove this line for no name
  392. Name: '&4Example'
  393. # Lore
  394. # Remove this line for no lore
  395. Lore:
  396. - '&4Line 1'
  397. Slot: 0
  398. VoteLast:
  399. Name: 'VoteLast: %player%'
  400. BackButton: true
  401. VoteNext:
  402. Name: 'VoteNext: %player%'
  403. BackButton: true
  404. VoteToday:
  405. Name: 'VoteToday'
  406. BackButton: true
  407. VoteTop:
  408. Name: 'VoteTop %topvoter%'
  409. BackButton: false
  410. Item:
  411. Name: '&3&l%position%: &3%player%'
  412. Lore: '&3&lVotes: &3%votes%'
  413. SwitchItem:
  414. Name: 'Switch TopVoter'
  415. Lore: 'Currently: %Top%'
  416. Material: 'SIGN'
  417. Amount: 1
  418. # 8 Slots over from the bottom left
  419. Slot: 7
  420. # Number of topvoters to display on page +9
  421. # 9 Slots on the botton are used for page buttons
  422. Size: 27
  423. VoteTotal:
  424. Name: 'VoteTotal: %player%'
  425. BackButton: true
  426. DayTotal:
  427. Item:
  428. Material: 'WATCH'
  429. Name: '&cDaily Total'
  430. Lore: '&c&lTotal: &c%Total%'
  431. Amount: 1
  432. WeekTotal:
  433. Item:
  434. Material: 'WATCH'
  435. Name: '&cWeekly Total'
  436. Lore: '&c&lTotal: &c%Total%'
  437. Amount: 1
  438. MonthTotal:
  439. Item:
  440. Material: 'WATCH'
  441. Name: '&cMonthly Total'
  442. Lore: '&c&lTotal: &c%Total%'
  443. Amount: 1
  444. AllTimeTotal:
  445. Item:
  446. Material: 'WATCH'
  447. Name: '&cAllTime Total'
  448. Lore: '&c&lTotal: &c%Total%'
  449. Amount: 1
  450. VoteBest:
  451. Name: 'VoteBest: %player%'
  452. DayBest:
  453. Item:
  454. Material: 'WATCH'
  455. Name: '&cDaily Best'
  456. Lore: '&c&lBest: &c%Best%'
  457. Amount: 1
  458. WeekBest:
  459. Item:
  460. Material: 'WATCH'
  461. Name: '&cWeekly Best'
  462. Lore: '&c&lBest: &c%Best%'
  463. Amount: 1
  464. MonthBest:
  465. Item:
  466. Material: 'WATCH'
  467. Name: '&cMonthly Best'
  468. Lore: '&c&lBest: &c%Best%'
  469. Amount: 1
  470. VoteStreak:
  471. Name: 'VoteBest: %player%'
  472. BackButton: false
  473. CurrentDayStreak:
  474. Item:
  475. Material: 'WATCH'
  476. Name: '&cCurrent Daily Streak'
  477. Lore: '&c&lStreak: &c%Streak%'
  478. Amount: 1
  479. CurrentWeekStreak:
  480. Item:
  481. Material: 'WATCH'
  482. Name: '&cCurrent Weekly Streak'
  483. Lore: '&c&lStreak: &c%Streak%'
  484. Amount: 1
  485. CurrentMonthStreak:
  486. Item:
  487. Material: 'WATCH'
  488. Name: '&cCurrent Monthly Streak'
  489. Lore: '&c&lStreak: &c%Streak%'
  490. Amount: 1
  491. HighestDayStreak:
  492. Item:
  493. Material: 'WATCH'
  494. Name: '&cHighest Daily Streak'
  495. Lore: '&c&lStreak: &c%Streak%'
  496. Amount: 1
  497. HighestWeekStreak:
  498. Item:
  499. Material: 'WATCH'
  500. Name: '&cHighest Weekly Streak'
  501. Lore: '&c&lStreak: &c%Streak%'
  502. Amount: 1
  503. HighestMonthStreak:
  504. Item:
  505. Material: 'WATCH'
  506. Name: '&cHighest Monthly Streak'
  507. Lore: '&c&lStreak: &c%Streak%'
  508. Amount: 1
  509. VoteURLSite:
  510. Name: 'VoteSite: %site%'
  511. VoteGUIName: '&cVoteGUI: &c&l%player%'
  512. VoteRewardName: 'VoteReward'
  513. VoteShopName: 'VoteShop'
  514.  
  515. BackButton:
  516. Material: 'PAPER'
  517. Data: 0
  518. Amount: 1
  519. Name: '&8Back to VoteGUI'
  520.  
  521. VoteShopBackButton: true
  522. Shop:
  523. # Identifier
  524. # Used in placeholders for formats
  525. Diamond:
  526. # Item
  527. Material: 'DIAMOND'
  528. Data: 0
  529. Amount: 1
  530. Name: '&4Buy A Diamond'
  531. # You can set skulls of the player using the following
  532. # Remove the # to enable
  533. #Skull: '%Player%'
  534. Lore:
  535. - '&c&lCost: &c3 Voting Points'
  536. # Number of voting points this cost
  537. Cost: 3
  538. # Rewards to run if player buys succesfully
  539. Rewards:
  540. Items:
  541. Diamond:
  542. Material: 'DIAMOND'
  543. Amount: 1
  544. # Slot
  545. Slot: 0
  546.  
  547. # ------------------------------------------------
  548. # Extra Rewards
  549. # ------------------------------------------------
  550.  
  551. # To disable reward set value to []
  552. # Eg:
  553. # FirstVote: [] (All in one line)
  554. # By default all rewards are disabled
  555.  
  556. # First vote rewards
  557. FirstVote:
  558. Messages:
  559. Player: '&fYou voted for your first time!'
  560. Money: 10000
  561. Lucky:
  562. '10':
  563. Messages:
  564. Player: 'You were lucky and received an extra $10k!'
  565. broadcast: '&5%player% &fwas lucky and won an extra &5$10k!'
  566. Money: 10000
  567. # All vote rewards
  568. # Reward for voting on all sites in one day
  569. AllSites:
  570. Messages:
  571. Player: '&fYou voted on all sites in 1 day!'
  572. Money: 10000
  573. Lucky:
  574. '10':
  575. Messages:
  576. Player: 'You were lucky and received an extra $10k!'
  577. broadcast: '&5%player% &fwas lucky and won an extra &5$10k!'
  578. Money: 10000
  579. '100':
  580. Messages:
  581. Player: 'You were lucky and received an extra $100k!'
  582. broadcast: '&5%player% &fwas lucky and won an extra &5$100k!'
  583. Money: 100000
  584.  
  585. Cumulative:
  586. # Number of votes required
  587. # Allows multiple cumulative rewards
  588. # Number be be around ' (E.g. '1')
  589. # Can have multiple listed here
  590. '20':
  591. Enabled: false
  592. # Wether or not votes must be made in same day/week
  593. # Useful if you want to require a certain number of voting sites to be voted on
  594. # for a daily/weekly reward instead of all of them
  595. VotesInSameDay: false
  596. VotesInSameWeek: false
  597. Rewards:
  598. Messages:
  599. Player: '&aYou got %cumulative% cumulative votes!'
  600.  
  601. VoteParty:
  602. # Wether or not vote party is enabled
  603. Enabled: false
  604. # Number of votes required to give rewards
  605. VotesRequired: 25
  606. # If true, players who did not vote to reach the votes required will
  607. # recieve the reward
  608. GiveAllPlayers: false
  609. # If true, the vote count will reset each day
  610. ResetEachDay: false
  611. # Count votes from /av vote?
  612. CountFakeVotes: true
  613. # Number of user votes that apply to vote party total the user needs to get rewards
  614. UserVotesRequired: 0
  615. # Broadcast when vote party reached
  616. Broadcast: '&cReached the vote party amount!'
  617. # Reward files to give
  618. Rewards: [voteparty]
  619.  
  620. # Reset milestons at end of the month
  621. ResetMilestonesMonthly: false
  622.  
  623. MileStones:
  624. # Number of votes required
  625. # Allows multiple milestones
  626. # Number be be around ' (E.g. '1')
  627. # Can have multiple listed here
  628. '20':
  629. Enabled: false
  630. Rewards:
  631. Messages:
  632. Player: '&aYou got %milestone% milestone votes!'
  633.  
  634. VoteStreak:
  635. # Valid options: Day, Week, Month
  636. Day:
  637. # Number of days in a row
  638. # Each day requires one vote
  639. '7':
  640. # Enabled or not
  641. Enabled: true
  642. # Rewards to give
  643. Rewards:
  644. Messages:
  645. Player: '&fYou voted for the server for seven days in sucession!'
  646. Money: 100000
  647. Lucky:
  648. '10':
  649. Messages:
  650. Player: 'You were lucky and received an extra $100k&f!'
  651. broadcast: &5%player% &fwas lucky and won an extra &5$100k&f!'
  652. Money: 100000
  653. Week:
  654. # Number of weeks in a row
  655. # Requires atleast one vote per week
  656. '4':
  657. # Enabled or not
  658. Enabled: false
  659. # Rewards to give
  660. Rewards:
  661. Messages:
  662. Player: '&fYou voted for the server for a whole month in sucession!'
  663. Money: 5000000
  664. Lucky:
  665. '10':
  666. Messages:
  667. Player: 'You were lucky and received an extra $5,000,000$f!'
  668. broadcast: &5%player% &fwas lucky and won an extra &5$5,000,000&f!'
  669. Money: 5000000
  670. Month:
  671. # Number of months in a row
  672. # Requires atleast 1 vote per month
  673. '6':
  674. # Enabled or not
  675. Enabled: false
  676. # Rewards to give
  677. Rewards:
  678. Messages:
  679. Player: '&fYou voted for the server for half a year in sucession!'
  680. Money: 50000000
  681. Lucky:
  682. '10':
  683. Messages:
  684. Player: 'You were lucky and received an extra $50,000,000$f!'
  685. broadcast: &5%player% &fwas lucky and won an extra &5$50,000,000&f!'
  686. Money: 50000000
  687.  
  688.  
  689. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  690. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES
  691. # Any reward files listed here are ran on vote of any site
  692. # It is recommended to add rewards to each site instead of here
  693. AnySiteRewards: []
  694.  
  695.  
  696. # ------------------------------------------------
  697. # Top Voter
  698. # ------------------------------------------------
  699.  
  700. # Top voter blacklist
  701. BlackList:
  702. - 'Notch'
  703.  
  704. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  705. # as if there name was added on the the blacklist above
  706. # This also applies for ops
  707. TopVoterIgnorePermission: false
  708.  
  709. # /vote top default data displayed
  710. # Valid Options: AllTime, Monthly, Weekly, Daily
  711. VoteTopDefault: Monthly
  712.  
  713. # These are required to be enabled in order for top voter awards to work
  714. LoadTopVoter:
  715. AllTime: true
  716. Monthly: true
  717. Weekly: false
  718. Daily: false
  719.  
  720. # When top voter awards are given (even if there are none listed) it will store top voters
  721. # Files will created in TopVoters folder.
  722. StoreTopVoters:
  723. Monthly: true
  724. Weekly: false
  725. Daily: false
  726.  
  727. EnableMonthlyAwards: true
  728. # Rewards to give
  729. MonthlyAwards:
  730. # Position. 1 is first in top voter, 2 is second, etc...
  731. 1:
  732. Rewards:
  733. Messages:
  734. Player: '&aYou came in first place in %TopVoter%!'
  735. 2:
  736. Rewards:
  737. Messages:
  738. Player: '&aYou came in second place in %TopVoter%!'
  739.  
  740. EnableWeeklyAwards: false
  741. # Rewards to give on weekly top voter
  742. WeeklyAwards:
  743. # Position. 1 is first in top voter, 2 is second, etc...
  744. 1:
  745. Rewards:
  746. Messages:
  747. Player: '&aYou came in first place in %TopVoter%!'
  748. 2:
  749. Rewards:
  750. Messages:
  751. Player: '&aYou came in second place in %TopVoter%!'
  752.  
  753. EnableDailyRewards: false
  754. # Rewards to give on daily top voter
  755. DailyAwards:
  756. # Position. 1 is first in top voter, 2 is second, etc...
  757. 1:
  758. # Reward files to give
  759. Rewards:
  760. Messages:
  761. Player: '&aYou came in first place in %TopVoter%!'
  762. 2:
  763. Rewards:
  764. Messages:
  765. Player: '&aYou came in second place in %TopVoter%!'
  766.  
  767. # ------------------------------------------------
  768. # Advanced
  769. # Most of these values can be left untouched
  770. # ------------------------------------------------
  771.  
  772. # Number of points to give on vote
  773. # Set to 0 to give no points
  774. PointsOnVote: 1
  775.  
  776. # Wether or not to check on world change
  777. # Should only be used if you do per world rewards
  778. CheckOnWorldChange: false
  779.  
  780. # Debug
  781. Debug: false
  782.  
  783. # Extra Debug
  784. # Only needed in extreme cases
  785. ExtraDebug: false
  786.  
  787. # Debug info ingame
  788. # Players with permission "VotingPlugin.Debug"
  789. # will see debug info if debug is true
  790. DebugInGame: false
  791.  
  792. # Will log debug messages to VotingPlugin/Log/log.txt
  793. # Requires Debug to be on
  794. LogDebugToFile: false
  795.  
  796. # Options for request api
  797. # Current methods
  798. # ANVIL
  799. # BOOK
  800. # CHAT
  801. # This is mainly used for admin gui's to type in values
  802. RequestAPI:
  803. DefaultMethod: 'Anvil'
  804. DisabledMethods: []
  805.  
  806. # Wether or not to log every vote to a file
  807. # Use this if you wanna track player votes
  808.  
  809. # Not recommended though
  810. LogVotesToFile: false
  811.  
  812. # Delay between background updates like signs and more
  813. # Default: 3 Minutes
  814. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  815. DelayBetweenUpdates: 3
  816.  
  817. # Clear cache on update, setting to true reduces performance
  818. ClearCacheOnUpdate: false
  819.  
  820. # Set to true to disable no service site message on voting
  821. # You should never have to touch this if everything is setup properly
  822. DisableNoServiceSiteMessage: false
  823.  
  824. # Used in special cases
  825. # Much slower, but may work better
  826. AlternateUUIDLookup: false
  827.  
  828. # Shouldn't need to change this
  829. AutoKillInvs: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement