Guest User

Skyblock config

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