Guest User

Config

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