Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.32 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: '&aRemember 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.  
  568. # All vote rewards
  569. # Reward for voting on all sites in one day
  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. Lucky:
  580. '100':
  581. Messages:
  582. Player: 'You were lucky and received an extra $100k!'
  583. broadcast: &5%player% &fwas lucky and won an extra &5$100k!'
  584. Money: 100000
  585.  
  586. Cumulative:
  587. # Number of votes required
  588. # Allows multiple cumulative rewards
  589. # Number be be around ' (E.g. '1')
  590. # Can have multiple listed here
  591. '20':
  592. Enabled: false
  593. # Wether or not votes must be made in same day/week
  594. # Useful if you want to require a certain number of voting sites to be voted on
  595. # for a daily/weekly reward instead of all of them
  596. VotesInSameDay: false
  597. VotesInSameWeek: false
  598. Rewards:
  599. Messages:
  600. Player: '&aYou got %cumulative% cumulative votes!'
  601.  
  602. VoteParty:
  603. # Wether or not vote party is enabled
  604. Enabled: false
  605. # Number of votes required to give rewards
  606. VotesRequired: 25
  607. # If true, players who did not vote to reach the votes required will
  608. # recieve the reward
  609. GiveAllPlayers: false
  610. # If true, the vote count will reset each day
  611. ResetEachDay: false
  612. # Count votes from /av vote?
  613. CountFakeVotes: true
  614. # Number of user votes that apply to vote party total the user needs to get rewards
  615. UserVotesRequired: 0
  616. # Broadcast when vote party reached
  617. Broadcast: '&cReached the vote party amount!'
  618. # Reward files to give
  619. Rewards: [voteparty]
  620.  
  621. # Reset milestons at end of the month
  622. ResetMilestonesMonthly: false
  623.  
  624. MileStones:
  625. # Number of votes required
  626. # Allows multiple milestones
  627. # Number be be around ' (E.g. '1')
  628. # Can have multiple listed here
  629. '20':
  630. Enabled: false
  631. Rewards:
  632. Messages:
  633. Player: '&aYou got %milestone% milestone votes!'
  634.  
  635. VoteStreak:
  636. # Valid options: Day, Week, Month
  637. Day:
  638. # Number of days in a row
  639. # Each day requires one vote
  640. '7':
  641. # Enabled or not
  642. Enabled: true
  643. # Rewards to give
  644. Rewards:
  645. Messages:
  646. Player: '&fYou voted for the server for seven days in sucession!'
  647. Money: 100000
  648. Lucky:
  649. '10':
  650. Messages:
  651. Player: 'You were lucky and received an extra $100k&f!'
  652. broadcast: &5%player% &fwas lucky and won an extra &5$100k&f!'
  653. Money: 100000
  654. Week:
  655. # Number of weeks in a row
  656. # Requires atleast one vote per week
  657. '4':
  658. # Enabled or not
  659. Enabled: false
  660. # Rewards to give
  661. Rewards:
  662. Messages:
  663. Player: '&fYou voted for the server for a whole month in sucession!'
  664. Money: 5000000
  665. Lucky:
  666. '10':
  667. Messages:
  668. Player: 'You were lucky and received an extra $5,000,000$f!'
  669. broadcast: &5%player% &fwas lucky and won an extra &5$5,000,000&f!'
  670. Money: 5000000
  671. Month:
  672. # Number of months in a row
  673. # Requires atleast 1 vote per month
  674. '6':
  675. # Enabled or not
  676. Enabled: false
  677. # Rewards to give
  678. Rewards:
  679. Messages:
  680. Player: '&fYou voted for the server for half a year in sucession!'
  681. Money: 50000000
  682. Lucky:
  683. '10':
  684. Messages:
  685. Player: 'You were lucky and received an extra $50,000,000$f!'
  686. broadcast: &5%player% &fwas lucky and won an extra &5$50,000,000&f!'
  687. Money: 50000000
  688.  
  689.  
  690. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  691. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES
  692. # Any reward files listed here are ran on vote of any site
  693. # It is recommended to add rewards to each site instead of here
  694. AnySiteRewards: []
  695.  
  696.  
  697. # ------------------------------------------------
  698. # Top Voter
  699. # ------------------------------------------------
  700.  
  701. # Top voter blacklist
  702. BlackList:
  703. - 'Notch'
  704.  
  705. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  706. # as if there name was added on the the blacklist above
  707. # This also applies for ops
  708. TopVoterIgnorePermission: false
  709.  
  710. # /vote top default data displayed
  711. # Valid Options: AllTime, Monthly, Weekly, Daily
  712. VoteTopDefault: Monthly
  713.  
  714. # These are required to be enabled in order for top voter awards to work
  715. LoadTopVoter:
  716. AllTime: true
  717. Monthly: true
  718. Weekly: false
  719. Daily: false
  720.  
  721. # When top voter awards are given (even if there are none listed) it will store top voters
  722. # Files will created in TopVoters folder.
  723. StoreTopVoters:
  724. Monthly: true
  725. Weekly: false
  726. Daily: false
  727.  
  728. EnableMonthlyAwards: true
  729. # Rewards to give
  730. MonthlyAwards:
  731. # Position. 1 is first in top voter, 2 is second, etc...
  732. 1:
  733. Rewards:
  734. Messages:
  735. Player: '&aYou came in first place in %TopVoter%!'
  736. 2:
  737. Rewards:
  738. Messages:
  739. Player: '&aYou came in second place in %TopVoter%!'
  740.  
  741. EnableWeeklyAwards: false
  742. # Rewards to give on weekly top voter
  743. WeeklyAwards:
  744. # Position. 1 is first in top voter, 2 is second, etc...
  745. 1:
  746. Rewards:
  747. Messages:
  748. Player: '&aYou came in first place in %TopVoter%!'
  749. 2:
  750. Rewards:
  751. Messages:
  752. Player: '&aYou came in second place in %TopVoter%!'
  753.  
  754. EnableDailyRewards: false
  755. # Rewards to give on daily top voter
  756. DailyAwards:
  757. # Position. 1 is first in top voter, 2 is second, etc...
  758. 1:
  759. # Reward files to give
  760. Rewards:
  761. Messages:
  762. Player: '&aYou came in first place in %TopVoter%!'
  763. 2:
  764. Rewards:
  765. Messages:
  766. Player: '&aYou came in second place in %TopVoter%!'
  767.  
  768. # ------------------------------------------------
  769. # Advanced
  770. # Most of these values can be left untouched
  771. # ------------------------------------------------
  772.  
  773. # Number of points to give on vote
  774. # Set to 0 to give no points
  775. PointsOnVote: 1
  776.  
  777. # Wether or not to check on world change
  778. # Should only be used if you do per world rewards
  779. CheckOnWorldChange: false
  780.  
  781. # Debug
  782. Debug: false
  783.  
  784. # Extra Debug
  785. # Only needed in extreme cases
  786. ExtraDebug: false
  787.  
  788. # Debug info ingame
  789. # Players with permission "VotingPlugin.Debug"
  790. # will see debug info if debug is true
  791. DebugInGame: false
  792.  
  793. # Will log debug messages to VotingPlugin/Log/log.txt
  794. # Requires Debug to be on
  795. LogDebugToFile: false
  796.  
  797. # Options for request api
  798. # Current methods
  799. # ANVIL
  800. # BOOK
  801. # CHAT
  802. # This is mainly used for admin gui's to type in values
  803. RequestAPI:
  804. DefaultMethod: 'Anvil'
  805. DisabledMethods: []
  806.  
  807. # Wether or not to log every vote to a file
  808. # Use this if you wanna track player votes
  809.  
  810. # Not recommended though
  811. LogVotesToFile: false
  812.  
  813. # Delay between background updates like signs and more
  814. # Default: 3 Minutes
  815. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  816. DelayBetweenUpdates: 3
  817.  
  818. # Clear cache on update, setting to true reduces performance
  819. ClearCacheOnUpdate: false
  820.  
  821. # Set to true to disable no service site message on voting
  822. # You should never have to touch this if everything is setup properly
  823. DisableNoServiceSiteMessage: false
  824.  
  825. # Used in special cases
  826. # Much slower, but may work better
  827. AlternateUUIDLookup: false
  828.  
  829. # Shouldn't need to change this
  830. AutoKillInvs: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement