Advertisement
Guest User

Untitled

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