Advertisement
Zippers

config.yml

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