Guest User

VotingPlugin Config

a guest
Jun 28th, 2017
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.45 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: FLAT
  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. # Whether 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: false
  29.  
  30. # Debug info in-game
  31. # Players with permission "VotingPlugin.Debug"
  32. # will see debug info if debug is true
  33. DebugInGame: false
  34.  
  35. # Will log debug messages to Advanced/Log/log.txt
  36. # Requires Debug to be on
  37. LogDebugToFile: false
  38.  
  39. # Options for request api
  40. # Current methods
  41. # ANVIL
  42. # BOOK
  43. # CHAT
  44. # This is mainly used for admin gui's to type in values
  45. RequestAPI:
  46. DefaultMethod: 'Anvil'
  47. DisabledMethods: []
  48.  
  49. # Broadcast votes
  50. BroadcastVote: true
  51.  
  52. # Let players who never joined before vote
  53. # Recommend: False (Will prevent creating random user data files)
  54. AllowUnjoined: false
  55.  
  56. # If true, plugin will send scoreboards on some commands
  57. SendScoreboards: true
  58.  
  59. # If true, plugin will automaticly generate votesites
  60. # Disable this if you experience issues with sites being created randomly
  61. AutoCreateVoteSites: true
  62.  
  63. # Whether or not to log every vote to a file
  64. # Use this if you wanna track player votes
  65. # Not recommended though
  66. LogVotesToFile: false
  67.  
  68. # Setting this to true will improve performance at a cost of RAM
  69. # Only use if you don't have many players on your server
  70. PreLoadUsers: false
  71.  
  72. # Delay between background updates like signs and more
  73. # Default: 3 Minutes
  74. # Longer times result in longer wait in stuff updating after a vote
  75. # REQUIRES A RESTART TO TAKE EFFECT
  76. DelayBetweenUpdates: 3
  77.  
  78. # Set to true to disable no service site message on voting
  79. # You should never have to touch this if everything is setup properly
  80. DisableNoServiceSiteMessage: false
  81.  
  82. # ------------------------------------------------
  83. # VoteReminding
  84. # ------------------------------------------------
  85.  
  86. # Configuration for VoteReminding
  87. # By default this should be all setup to work
  88. # as long as vote delays are done properly
  89. VoteReminding:
  90. # Enable vote reminding
  91. # This will remind player when he can vote on all sites
  92. # Requires VoteDelay's to be setup properly
  93. # Use /vote next to see when you can be reminded
  94. # Players require the perm "VotingPlugin.Login.RemindVotes" or "VotingPlugin.Player"
  95. Enabled: true
  96.  
  97. # Whether or not to remind only once when the player can vote
  98. # Does not apply to login reminds.
  99. RemindOnlyOnce: true
  100.  
  101. # Will remind player on login if he can vote
  102. # Ignores value above
  103. RemindOnLogin: false
  104.  
  105. # Delay to remind votes in minutes
  106. # Only works if above is false
  107. RemindDelay: 1440
  108.  
  109. # Run reward files on remind
  110. # By default, the reward file will be created for you
  111. # and have the default message
  112. # Edit the message at AdvancedCore/Rewards/Remind.yml (or any other reward listed)
  113. # Can add titles and more in the reward file
  114. Rewards:
  115. Messages:
  116. Player: '&aRemember to vote for in-game rewards!'
  117. Title:
  118. Enabled: false
  119. Title: '&cRemember to vote!'
  120. SubTitle: '&aType /vote'
  121. FadeIn: 10
  122. ShowTime: 50
  123. FadeOut: 10
  124.  
  125. Commands:
  126. # Whether or not the following commands will open GUIs rather than display text
  127. UseGUI:
  128. Today: true
  129. TopVoter: true
  130. Last: true
  131. Next: true
  132. Total: true
  133. Vote: false
  134.  
  135. # ------------------------------------------------
  136. # Format
  137. # ------------------------------------------------
  138.  
  139. # Common PlacesHolders:
  140. # Please Note: Not all are usable in all sections
  141. # Special PlaceHolders will be commented where available
  142. # %player% = player name
  143. # %SiteName% = vote site name
  144. #
  145. # Set Message to '' (2 ') to disable message
  146.  
  147. Format:
  148. # Message when player tries to run command without required permissions
  149. NoPerms: '&cYou do not have permission!'
  150.  
  151. # Message when player types a command but does not input a number where needed
  152. NotNumber: '&cError on &6%arg%&c, number expected!'
  153.  
  154. # CommandHandler help message
  155. HelpLine: '&3&l%Command% - &3%HelpMessage%'
  156.  
  157. # Broadcast vote message
  158. BroadcastMsg: ''
  159.  
  160. # Broadcast only when player is online
  161. BroadcastWhenOnline: true
  162.  
  163. Commands:
  164. # Format for /vote
  165. # %num% = the number of the site, for a numbered list
  166. # %url% = site URL
  167. Vote:
  168. Text:
  169. - '&6Voting Links'
  170. - '&6-----------------------------------------------------'
  171. - '&21. &a http://tinyurl.com/has4lbk'
  172. - '&22. &a http://tinyurl.com/zy4gfqv'
  173. - '&23. &a http://tinyurl.com/z4824sf'
  174. - '&24. &a http://tinyurl.com/hn6u8ed'
  175. - '&25. &a http://tinyurl.com/hqjan97'
  176. - '&9Vote for us every day for &bin-game rewards&9, &bExp Boosts&9, and &bmore set homes&9!'
  177. - '&6-----------------------------------------------------'
  178. - '&3Type /VoteGUI to see your total number of votes.'
  179. - '&6-----------------------------------------------------'
  180.  
  181. # If you want to want to use the feature below where the plugin will
  182. # automaticly list the sites then set the message in the text above
  183. AutoInputSites: false
  184. # For each VoteSite
  185. # make sure to set VoteURL in your VoteSites
  186. # Requires above to be true
  187. # Text will be sent before this
  188. Sites: '&4%num%: &c&l%SiteName% - &c%url%'
  189.  
  190. # Format for /vote next
  191. Next:
  192. # First line
  193. Title: '&3&l%player% Next Votes:'
  194.  
  195. # How each line is setup for each vote site
  196. # %info% = Info - See Below
  197. # %SiteName% = site name from vote
  198. Layout: '&3%SiteName%: &6%info%'
  199.  
  200. Info:
  201. # Message when player can vote
  202. CanVote: 'Go Vote!'
  203. # Time until vote msg
  204. # %hours% = hours until next vote
  205. # %minutes% = minutes until next vote
  206. TimeUntilVote: '%hours% Hours and %minutes% Minutes'
  207. # If there is an error finding out time until next vote
  208. Error: '&cCould not caculate time until next vote!'
  209.  
  210. # Format for /vote last
  211. Last:
  212. # First line
  213. Title: '&3&l%player% Last Vote Times:'
  214. # Lines for each vote site
  215. # %time% = time, using timeformat below
  216. Line: '&3%SiteName%: &6%time%'
  217.  
  218. # Format for /vote total
  219. Total:
  220. - '&3&l%player% Total Votes:'
  221. - '&3&lDaily Total: &6&l%DailyTotal%'
  222. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  223. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  224. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  225.  
  226. # Format for /vote total all
  227. TotalAll:
  228. - '&3&lServer Total Votes:'
  229. - '&3&lDaily Total: &6&l%DailyTotal%'
  230. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  231. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  232. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  233.  
  234. # Format for /vote top
  235. Top:
  236. # First line
  237. # %page% = current page
  238. # %maxpages% = max number of pages
  239. # %Top% = Monthly/Weekly/Daily (depending on command)
  240. Title: '&3Top %Top% Voters %page%/%maxpages%'
  241. # Line for each player in that page
  242. Line: '&c%num%: &6%player%, %votes%'
  243.  
  244. # Format for /vote help
  245. Help:
  246. # Title of /vote help
  247. Title: '&3&lVoting Player Help'
  248. # Format for help message in /v help
  249. Line: '&3&l%Command% - &3%HelpMessage%'
  250. # Require permission to see command in /v help or /av help
  251. RequirePermission: true
  252.  
  253. # PlaceHolders:
  254. # %VotesRequired% = VotesRequired
  255. # %NeededVotes% = Number of votes needed to reach VotesRequired
  256. # %Votes% = Number of votes
  257. Party:
  258. - '&cCurrently at &6%Votes%&c, &6%NeededVotes% &cmore votes to go to reach &6%VotesRequired%'
  259.  
  260. # %Points% = player points
  261. Points: '&a%Player% currently has &a&l%Points%&a Points!'
  262.  
  263. # Login message if player can vote on all sites
  264. # Must be enabled in config.yml
  265. LoginMsg: '&cRemember to vote!'
  266.  
  267. # Msg on top voter award, will only send message if that place has a reward set
  268. # %place% = place - 1,2,3,etc
  269. TopVoterAwardMsg: '&aYou came in %place% in top voters of the month! Here is an award!'
  270.  
  271. # Time Format
  272. # See https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  273. TimeFormat: 'EEE, d MMM yyyy HH:mm'
  274.  
  275. # Format for signs
  276. # SiteName may be all, depending on sign
  277. # %position% = position of player, set by sign
  278. # %votes% = Number of votes
  279. Signs:
  280. TopVoterSign:
  281. Line1: 'TopVoter: %SiteName%'
  282. Line2: '#%position%'
  283. Line3: '%player%'
  284. Line4: '%votes% Votes'
  285. # Message when right clicking sign, uses same placeholders as above
  286. RightClickMessage: '&c&l%player% &cis &c&l%position% &cwith &c&l%votes% &cvotes in &c&l%SiteName%'
  287.  
  288. # Message when player tries to run command without required permissions
  289. NoPerms: '&cYou do not have permission!'
  290.  
  291. # Message when player types a command but does not input a number where needed
  292. NotNumber: '&cError on &6%arg%&c, number expected!'
  293.  
  294. # Shop messages when using the /vote shop
  295. ShopPurchase: '&aYou bought the %Identifier% for %Points% Points!'
  296. ShopFailed: '&cYou do not have %Points% points to purchase this!'
  297.  
  298. # ------------------------------------------------
  299. # GUI Options
  300. # ------------------------------------------------
  301.  
  302. # Configure GUI's here
  303. # 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)
  304. # Item Material's can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  305. GUI:
  306. # GUI for /vote gui, /vgui, votegui
  307. VoteGUI:
  308. # Items will be orders as it is below
  309. URL:
  310. # Standard item format, lore is automatically applied
  311. Item:
  312. Material: 'BOW'
  313. Data: 0
  314. Amount: 1
  315. Name: '&4Websites'
  316. # You can set skulls of the player using the following
  317. # Remove the # to enable
  318. #Skull: '%Player%'
  319. Slot: 0
  320. Next:
  321. Item:
  322. Material: 'COMPASS'
  323. Data: 0
  324. Amount: 1
  325. Name: '&4Next'
  326. Slot: 1
  327. Last:
  328. Item:
  329. Material: 'WATCH'
  330. Data: 0
  331. Amount: 1
  332. Name: '&4Last'
  333. Slot: 2
  334. Total:
  335. Item:
  336. Material: 'CHEST'
  337. Data: 0
  338. Amount: 1
  339. Name: '&4Total'
  340. Slot: 3
  341. Top:
  342. Item:
  343. Material: 'SIGN'
  344. Data: 0
  345. Amount: 1
  346. Name: '&4Top'
  347. Slot: 4
  348. Today:
  349. Item:
  350. Material: 'BOOK'
  351. Data: 0
  352. Amount: 1
  353. Name: '&4Today'
  354. Slot: 5
  355. Help:
  356. Item:
  357. Material: 'WRITTEN_BOOK'
  358. Data: 0
  359. Amount: 1
  360. Name: '&4Help'
  361. Slot: 6
  362. Rewards:
  363. Item:
  364. Material: 'DIAMOND'
  365. Data: 0
  366. Amount: 1
  367. Name: '&4Voting Rewards'
  368. Slot: 7
  369.  
  370. # GUI for /vote url
  371. # And /vote if enabled in Config.yml
  372. VoteURL:
  373. # GUI Name
  374. Name: '&cVoting Websites'
  375. SiteName: '&c%Name%'
  376. SeeURL: '&cClick to see URL'
  377. NextVote: '&cCan Vote In: %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: 'IRON_INGOT'
  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. VoteURLSite:
  477. Name: 'VoteSite: %site%'
  478. VoteGUIName: '&cVoteGUI: &c&l%player%'
  479. VoteRewardName: 'VoteReward'
  480. # VoteShopName: 'VoteShop'
  481.  
  482. #Shop:
  483. ## Identifier
  484. ## Used in placeholders for formats
  485. Dirt:
  486. ## Item
  487. Material: 'DIRT'
  488. Data: 0
  489. Amount: 1
  490. Name: '&4Buy A Piece Of Dirt'
  491. ## You can set skulls of the player using the following
  492. ## Remove the # to enable
  493. ##Skull: '%Player%'
  494. Lore:
  495. - '&c&lCost: &c3 Voting Points'
  496. ## Number of voting points this cost
  497. Cost: 10
  498. ## Rewards to run if player buys succesfully
  499. Rewards:
  500. Items:
  501. Material: 'DIRT'
  502. Amount: 1
  503. ## Slot
  504. Slot: 0
  505.  
  506. # ------------------------------------------------
  507. # Extra Rewards
  508. # ------------------------------------------------
  509.  
  510. # To disable reward set value to []
  511. # Eg:
  512. # FirstVote: [] (All in one line)
  513. # By default all rewards are disabled
  514.  
  515. # First vote rewards
  516. FirstVote:
  517. Messages:
  518. Player: '&aYou voted for your first time!'
  519. Money: 100
  520.  
  521. # All vote rewards
  522. # Reward for voting on all sites in one day
  523. AllSites:
  524. Messages:
  525. Player: ''
  526.  
  527. Cumulative:
  528. '1':
  529. Enabled: true
  530. VotesInSameDay: false
  531. VotesInSameWeek: false
  532. Rewards:
  533. Commands:
  534. Console:
  535. - /give {username} 384 15
  536. - /give {username} 265 1
  537. - /give {username} 320 1
  538. '3':
  539. Enabled: false
  540. VotesInSameDay: false
  541. VotesInSameWeek: false
  542. Rewards:
  543. Commands:
  544. Console:
  545. - 'cc give physical vote 1%player%'
  546. '5':
  547. Enabled: true
  548. VotesInSameDay: false
  549. VotesInSameWeek: false
  550. Rewards:
  551. Commands:
  552. Console:
  553. - 'xpb enable vanilla 1.5x m10 player %player%'
  554. - 'bc &a%player% has voted 5 times and received a 1.5x experience boost for 10 minutes!'
  555. '30':
  556. Enabled: false
  557. VotesInSameDay: false
  558. VotesInSameWeek: false
  559. Rewards:
  560. Commands:
  561. Console:
  562. - 'cc give physical mystical 1 %player%'
  563. '60':
  564. Enabled: false
  565. VotesInSameDay: false
  566. VotesInSameWeek: false
  567. Rewards:
  568. Commands:
  569. Console:
  570. - 'cc give physical fantasy 1 %player%'
  571. '90':
  572. Enabled: false
  573. VotesInSameDay: false
  574. VotesInSameWeek: false
  575. Rewards:
  576. Commands:
  577. Console:
  578. - 'cc give physical mythic 1 %player%'
  579.  
  580. VoteParty:
  581. # Whether or not vote party is enabled
  582. Enabled: false
  583. # Number of votes required to give rewards
  584. VotesRequired: 20
  585. # If true, players who did not vote to reach the votes required will
  586. # receive the reward
  587. GiveAllPlayers: false
  588. # If true, the vote count will reset each day
  589. ResetEachDay: false
  590. # Number of user votes that apply to vote party total the user needs to get rewards
  591. UserVotesRequired: 0
  592. # Reward files to give
  593. Rewards: []
  594.  
  595. MileStones:
  596. # Number of votes required
  597. # Allows multiple milestones
  598. # Number be be around ' (E.g. '1')
  599. # Can have multiple listed here
  600. '10':
  601. Enabled: true
  602. Rewards:
  603. Commands:
  604. Console:
  605. - 'pex group votingrank1 user add %player%'
  606. - '%player% has voted 10 times and received a voting rank if the player did not already have one!'
  607. '20':
  608. Enabled: true
  609. Rewards:
  610. Commands:
  611. Console:
  612. - 'pex promote %player% votingranks'
  613. - '%player% has voted an additional 10 times and received another set home!'
  614. '30':
  615. Enabled: true
  616. Rewards:
  617. Commands:
  618. Console:
  619. - 'pex promote %player% votingranks'
  620. - '%player% has voted an additional 10 times and received another set home!'
  621. '40':
  622. Enabled: true
  623. Rewards:
  624. Commands:
  625. Console:
  626. - 'pex promote %player% votingranks'
  627. - '%player% has voted an additional 10 times and received another set home!'
  628. '50':
  629. Enabled: true
  630. Rewards:
  631. Commands:
  632. Console:
  633. - 'pex promote %player% votingranks'
  634. - '%player% has voted an additional 10 times and received another set home!'
  635. '60':
  636. Enabled: true
  637. Rewards:
  638. Commands:
  639. Console:
  640. - 'pex promote %player% votingranks'
  641. - '%player% has voted an additional 10 times and received another set home!'
  642. '70':
  643. Enabled: true
  644. Rewards:
  645. Commands:
  646. Console:
  647. - 'pex promote %player% votingranks'
  648. - '%player% has voted an additional 10 times and received another set home!'
  649. '80':
  650. Enabled: true
  651. Rewards:
  652. Commands:
  653. Console:
  654. - 'pex promote %player% votingranks'
  655. - '%player% has voted an additional 10 times and received another set home!'
  656. '90':
  657. Enabled: true
  658. Rewards:
  659. Commands:
  660. Console:
  661. - 'pex promote %player% votingranks'
  662. - '%player% has voted an additional 10 times and received another set home!'
  663. '100':
  664. Enabled: true
  665. Rewards:
  666. Commands:
  667. Console:
  668. - 'pex promote %player% votingranks'
  669. - '%player% has voted an additional 10 times and received another set home!'
  670. ResetMonthly: false
  671. '500':
  672. Enabled: true
  673. Rewards:
  674. Commands:
  675. Console:
  676. - 'pex promote %player% votingranks'
  677. - '%player% has voted a total of 500 times and received color chat and the ability to create Porkchop armor!'
  678. ResetMonthly: false
  679.  
  680. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  681. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES
  682. # Any reward files listed here are ran on vote of any site
  683. # It is recommended to add rewards to each site instead of here
  684. AnySiteRewards: []
  685.  
  686.  
  687. # ------------------------------------------------
  688. # Top Voter
  689. # ------------------------------------------------
  690.  
  691. # Top voter blacklist
  692. BlackList:
  693. - 'Notch'
  694.  
  695. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  696. # as if there name was added on the the blacklist above
  697. # This also applies for ops
  698. TopVoterIgnorePermission: false
  699.  
  700. # /vote top default data displayed
  701. # Valid Options: AllTime, Monthly, Weekly, Daily
  702. VoteTopDefault: Monthly
  703.  
  704. # These are required to be enabled in order for top voter awards to work
  705. LoadTopVoter:
  706. AllTime: true
  707. Monthly: true
  708. Weekly: false
  709. Daily: false
  710.  
  711. # When top voter awards are given (even if there are none listed) it will store top voters
  712. # Files will created in TopVoters folder.
  713. StoreTopVoters:
  714. Monthly: true
  715. Weekly: false
  716. Daily: false
  717.  
  718. EnableMonthlyAwards: true
  719. # Rewards to give
  720. ##################
  721. MonthlyAwards:
  722. # Position. 1 is first in top voter, 2 is second, etc...
  723. 1:
  724. # Reward files to give
  725. Rewards:
  726. - 'TopVoter1'
  727. 2:
  728. Rewards:
  729. - 'TopVoter2'
  730. 3:
  731. Rewards:
  732. - 'TopVoter3'
  733. ####################
  734. EnableWeeklyAwards: false
  735. # Rewards to give on weekly top voter
  736. WeeklyAwards:
  737. # Position. 1 is first in top voter, 2 is second, etc...
  738. 1:
  739. # Reward files to give
  740. Rewards:
  741. - 'WeeklyTopVoter1'
  742. 2:
  743. Rewards:
  744. - 'WeeklyTopVoter2'
  745.  
  746. EnableDailyRewards: false
  747. # Rewards to give on daily top voter
  748. DailyAwards:
  749. # Position. 1 is first in top voter, 2 is second, etc...
  750. 1:
  751. # Reward files to give
  752. Rewards:
  753. - 'DailyTopVoter1'
  754. 2:
  755. Rewards:
  756. - 'DailyTopVoter2'
  757. # ------------------------------------------------
  758. # Advanced
  759. # Most of these values can be left untouched
  760. # ------------------------------------------------
  761.  
  762. # Number of points to give on vote
  763. # Set to 0 to give no points
  764. PointsOnVote: 1
  765.  
  766. # Wether or not to check on world change
  767. # Should only be used if you do per world rewards
  768. CheckOnWorldChange: false
  769.  
  770. # Debug
  771. Debug: false
  772.  
  773. # Extra Debug
  774. # Only needed in extreme cases
  775. ExtraDebug: false
  776.  
  777. # Debug info ingame
  778. # Players with permission "VotingPlugin.Debug"
  779. # will see debug info if debug is true
  780. DebugInGame: false
  781.  
  782. # Will log debug messages to VotingPlugin/Log/log.txt
  783. # Requires Debug to be on
  784. LogDebugToFile: false
  785.  
  786. # Options for request api
  787. # Current methods
  788. # ANVIL
  789. # BOOK
  790. # CHAT
  791. # This is mainly used for admin gui's to type in values
  792. RequestAPI:
  793. DefaultMethod: 'Anvil'
  794. DisabledMethods: []
  795.  
  796. # Wether or not to log every vote to a file
  797. # Use this if you wanna track player votes
  798. # Not recommended though
  799. LogVotesToFile: false
  800.  
  801. # Delay between background updates like signs and more
  802. # Default: 3 Minutes
  803. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  804. DelayBetweenUpdates: 3
  805.  
  806. # Set to true to disable no service site message on voting
  807. # You should never have to touch this if everything is setup properly
  808. DisableNoServiceSiteMessage: false
Add Comment
Please, Sign In to add comment