Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.07 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: 51.68.244.225
  15. # Default port is 3306
  16. Port: 3306
  17. Database: mc7288
  18. Username: mc7288
  19. Password: 624e82c02c
  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: false
  29.  
  30. # If true, plugin will automaticly generate votesites
  31. # Disable this if you experience issues with sites being created randomly
  32. AutoCreateVoteSites: false
  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: false
  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: false
  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: '&aRemeber 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: '&b%player% &3röstade och fick en &e&lMagisk Nyckel'
  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. - '&7&m '
  129. - '&3&l Våra röstlänkar'
  130. - '&7 Genom att rösta på oss så ökar våra chanser att synas'
  131. - '&7 mer på olika vote-sajter. Vi belönar därför er spelare'
  132. - '&7 med att ge er en &e&lMagisk Nyckel&7 + &e250kr&7.'
  133. - '&7 Använd sedan dina nyckler i &e/warp Crate&7.'
  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: ' &b%num% &8» &3%SiteName% - &f%url%'
  142.  
  143. # Format for /vote next
  144. Next:
  145. # First line
  146. Title: '&6När kan jag rösta igen?'
  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: '&eDu kan nu rösta igen!'
  156. # Time until vote msg
  157. # %hours% = hours until next vote
  158. # %minutes% = minutes until next vote
  159. TimeUntilVote: '%hours% timmar och %minutes% minuter'
  160. # If there is an error finding out time until next vote
  161. Error: '&cKunde inte räkna ut tiden till nästa röstning!'
  162.  
  163. # Format for /vote last
  164. Last:
  165. # First line
  166. Title: '&6&lDu &6röstade senast:'
  167. # Lines for each vote site
  168. # %time% = time, using timeformat below
  169. Line: '&3%SiteName%: &6%time%'
  170.  
  171. # Format for /vote total
  172. Total:
  173. - '&3&l%player% Totala Röster:'
  174. - '&3&lTotal Daglig: &6&l%DailyTotal%'
  175. - '&3&lTotal Vecka: &6&l%WeeklyTotal%'
  176. - '&3&lTotal Månad: &6&l%MonthlyTotal%'
  177. - '&3&lTotal All: &6&l%AllTimeTotal%'
  178.  
  179. # Format for /vote total all
  180. TotalAll:
  181. - '&3&lTotala Röster på Servern:'
  182. - '&3&lTotal Daglig: &6&l%DailyTotal%'
  183. - '&3&lTotal Vecka: &6&l%WeeklyTotal%'
  184. - '&3&lTotal Månad: &6&l%MonthlyTotal%'
  185. - '&3&lTotal All: &6&l%AllTimeTotal%'
  186.  
  187. # Format for /vote top
  188. Top:
  189. # First line
  190. # %page% = current page
  191. # %maxpages% = max number of pages
  192. # %Top% = Monthly/Weekly/Daily (depending on command)
  193. Title: '&3Top %Top% Röstare %page%/%maxpages%'
  194. # Line for each player in that page
  195. Line: '&c%num%: &6%player%, %votes%'
  196.  
  197. # Format for /vote help
  198. Help:
  199. # Title of /vote help
  200. Title: '&3&lVoting Player Help'
  201. # Format for help message in /v help
  202. Line: '&3&l%Command% - &3%HelpMessage%'
  203. # Require permission to see command in /v help or /av help
  204. RequirePermission: true
  205.  
  206. Best:
  207. Title: '&3&l%player% Best Votes'
  208. Lines:
  209. - '&3Highest Daily Total: &3&l%HighestDailyTotal%'
  210. - '&3Highest Week Total: &3&l%HighestWeeklyTotal%'
  211. - '&3Highest Month Total: &3&l%HighestMonthlyTotal%'
  212.  
  213. Streak:
  214. Title: '&3&l%player% Vote Streak'
  215. Lines:
  216. - '&3Current Daily Streak: &3&l%DailyStreak%'
  217. - '&3Current Week Streak: &3&l%WeeklyStreak%'
  218. - '&3Current Month Streak: &3&l%MonthlyStreak%'
  219. - '&3&lHighest Streaks:'
  220. - '&3Highest Daily Streak: &3&l%BestDailyStreak%'
  221. - '&3Highest Week Streak: &3&l%BestWeeklyStreak%'
  222. - '&3Highest Month Streak: &3&l%BestMonthlyStreak%'
  223.  
  224. # PlaceHolders:
  225. # %VotesRequired% = VotesRequired
  226. # %NeededVotes% = Number of votes needed to reach VotesRequired
  227. # %Votes% = Number of votes
  228. Party:
  229. - '&cAntal röster just nu är &6%Votes%&c, behöver &6%NeededVotes% &cröster till för att komma upp till &6%VotesRequired%'
  230.  
  231. # %Points% = player points
  232. Points: '&a%Player% currently has &a&l%Points%&a Points!'
  233.  
  234. # Login message if player can vote on all sites
  235. # Must be enabled in config.yml
  236. LoginMsg: '&b&lGlöm inte att rösta på oss!'
  237.  
  238. # Msg on top voter award, will only send message if that place has a reward set
  239. # %place% = place - 1,2,3,etc
  240. TopVoterAwardMsg: '&aYou came in %place% in top voters of the month! Here is an award!'
  241.  
  242. # Time Format
  243. # See https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  244. TimeFormat: 'EEE, d MMM yyyy HH:mm'
  245.  
  246. # Format for signs
  247. # SiteName may be all, depending on sign
  248. # %position% = position of player, set by sign
  249. # %votes% = Number of votes
  250. Signs:
  251. TopVoterSign:
  252. Line1: 'TopVoter: %SiteName%'
  253. Line2: '#%position%'
  254. Line3: '%player%'
  255. Line4: '%votes% Votes'
  256. # Message when right clicking sign, uses same placeholders as above
  257. RightClickMessage: '&c&l%player% &cis &c&l%position% &cwith &c&l%votes% &cvotes in &c&l%SiteName%'
  258.  
  259. # Message when player tries to run command without required permissions
  260. NoPerms: '&cYou do not have enough permission!'
  261.  
  262. # Message when player types a command but does not input a number where needed
  263. NotNumber: '&cError on &6%arg%&c, number expected!'
  264.  
  265. # Shop messages when using the /vote shop
  266. ShopPurchase: '&aYou bought the %Identifier% for %Points% Points!'
  267. ShopFailed: '&cYou do not have %Points% points to purhcase this!'
  268.  
  269. # ------------------------------------------------
  270. # GUI Options
  271. # ------------------------------------------------
  272.  
  273. # Configure GUI's here
  274. # 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)
  275. # Item Material's can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  276. GUI:
  277. # GUI for /vote gui, /vgui, votegui
  278. VoteGUI:
  279. # Items will be orders as it is below
  280. URL:
  281. # Standard item format, lore is automaticly applied
  282. Item:
  283. Material: 'BOW'
  284. Data: 0
  285. Amount: 1
  286. Name: '&6&lVote Länkar:'
  287. # You can set skulls of the player using the following
  288. # Remove the # to enable
  289. #Skull: '%Player%'
  290. Slot: 0
  291. Next:
  292. Item:
  293. Material: 'COMPASS'
  294. Data: 0
  295. Amount: 1
  296. Name: '&6&lRösta igen:'
  297. Slot: 1
  298. Last:
  299. Item:
  300. Material: 'CLOCK'
  301. Data: 0
  302. Amount: 1
  303. Name: '&6&lRösta senast:'
  304. Slot: 2
  305. Total:
  306. Item:
  307. Material: 'CHEST'
  308. Data: 0
  309. Amount: 1
  310. Name: '&6&lTotala Röster:'
  311. Slot: 3
  312. Top:
  313. Item:
  314. Material: 'OAK_SIGN'
  315. Data: 0
  316. Amount: 1
  317. Name: '&6&lVote Toppen:'
  318. Slot: 4
  319. Today:
  320. Item:
  321. Material: 'WRITABLE_BOOK'
  322. Data: 0
  323. Amount: 1
  324. Name: '&6&lDagens Röstare:'
  325. Slot: 5
  326. # Rewards:
  327. # Item:
  328. # Material: 'DIAMOND'
  329. # Data: 0
  330. # Amount: 1
  331. # Name: '&6&lBelöningar:'
  332. # Slot: 6
  333. #
  334. # GUI for /vote url
  335. # And /vote if enabled in Config.yml
  336. VoteURL:
  337. # GUI Name
  338. Name: '&3&lRösta på oss!'
  339. SiteName: '&b%Name%'
  340. SeeURL: '&eKlicka för att se URL'
  341. NextVote: '&eNästa röstning: &6%Info%'
  342. ViewAllUrlsButtonEnabled: true
  343. AllUrlsButton:
  344. AlreadyVotedItem:
  345. Material: 'RED_WOOL'
  346. Data: 0
  347. Amount: 1
  348. CanVoteItem:
  349. Material: 'GREEN_WOOL'
  350. Data: 0
  351. Amount: 1
  352. AlreadyVotedItem:
  353. Material: 'RED_WOOL'
  354. Data: 0
  355. Amount: 1
  356. CanVoteItem:
  357. Material: 'GREEN_WOOL'
  358. Data: 0
  359. Amount: 1
  360. # Customize /vote reward
  361. # Show players what you get when you vote on each site
  362. VoteReward:
  363. ExampleVoteSite:
  364. Items:
  365. Diamond:
  366. Material: 'DIAMOND'
  367. Data: 5:1
  368. Amount: 1
  369. Name: '&4Example'
  370. Lore:
  371. - '&4Line 1'
  372. Slot: 0
  373. VoteLast:
  374. Name: 'VoteLast: %player%'
  375. VoteNext:
  376. Name: 'VoteNext: %player%'
  377. VoteToday:
  378. Name: 'VoteToday'
  379. VoteTop:
  380. Name: 'VoteTop %topvoter%'
  381. Item:
  382. Name: '&3&l%position%: &3%player%'
  383. Lore: '&3&lVotes: &3%votes%'
  384. SwitchItem:
  385. Name: 'Switch TopVoter'
  386. Lore: 'Currently: %Top%'
  387. Material: 'SIGN'
  388. Amount: 1
  389. # 8 Slots over from the bottom left
  390. Slot: 7
  391. # Number of topvoters to display on page +9
  392. # 9 Slots on the botton are used for page buttons
  393. Size: 27
  394. VoteTotal:
  395. Name: 'VoteTotal: %player%'
  396. DayTotal:
  397. Item:
  398. Material: 'CLOCK'
  399. Name: '&cDaily Total'
  400. Lore: '&c&lTotal: &c%Total%'
  401. Amount: 1
  402. WeekTotal:
  403. Item:
  404. Material: 'CLOCK'
  405. Name: '&cWeekly Total'
  406. Lore: '&c&lTotal: &c%Total%'
  407. Amount: 1
  408. MonthTotal:
  409. Item:
  410. Material: 'CLOCK'
  411. Name: '&cMonthly Total'
  412. Lore: '&c&lTotal: &c%Total%'
  413. Amount: 1
  414. AllTimeTotal:
  415. Item:
  416. Material: 'CLOCK'
  417. Name: '&cAllTime Total'
  418. Lore: '&c&lTotal: &c%Total%'
  419. Amount: 1
  420. VoteBest:
  421. Name: 'VoteBest: %player%'
  422. DayBest:
  423. Item:
  424. Material: 'CLOCK'
  425. Name: '&cDaily Best'
  426. Lore: '&c&lBest: &c%Best%'
  427. Amount: 1
  428. WeekBest:
  429. Item:
  430. Material: 'CLOCK'
  431. Name: '&cWeekly Best'
  432. Lore: '&c&lBest: &c%Best%'
  433. Amount: 1
  434. MonthBest:
  435. Item:
  436. Material: 'CLOCK'
  437. Name: '&cMonthly Best'
  438. Lore: '&c&lBest: &c%Best%'
  439. Amount: 1
  440. VoteStreak:
  441. Name: 'VoteBest: %player%'
  442. CurrentDayStreak:
  443. Item:
  444. Material: 'CLOCK'
  445. Name: '&cCurrent Daily Streak'
  446. Lore: '&c&lStreak: &c%Streak%'
  447. Amount: 1
  448. CurrentWeekStreak:
  449. Item:
  450. Material: 'CLOCK'
  451. Name: '&cCurrent Weekly Streak'
  452. Lore: '&c&lStreak: &c%Streak%'
  453. Amount: 1
  454. CurrentMonthStreak:
  455. Item:
  456. Material: 'CLOCK'
  457. Name: '&cCurrent Monthly Streak'
  458. Lore: '&c&lStreak: &c%Streak%'
  459. Amount: 1
  460. HighestDayStreak:
  461. Item:
  462. Material: 'CLOCK'
  463. Name: '&cHighest Daily Streak'
  464. Lore: '&c&lStreak: &c%Streak%'
  465. Amount: 1
  466. HighestWeekStreak:
  467. Item:
  468. Material: 'CLOCK'
  469. Name: '&cHighest Weekly Streak'
  470. Lore: '&c&lStreak: &c%Streak%'
  471. Amount: 1
  472. HighestMonthStreak:
  473. Item:
  474. Material: 'CLOCK'
  475. Name: '&cHighest Monthly Streak'
  476. Lore: '&c&lStreak: &c%Streak%'
  477. Amount: 1
  478. VoteURLSite:
  479. Name: 'VoteSite: %site%'
  480. VoteGUIName: '&3&lVote Meny: &3%player%'
  481. VoteRewardName: 'VoteReward'
  482. VoteShopName: 'VoteShop'
  483.  
  484. Shop:
  485. # Identifier
  486. # Used in placeholders for formats
  487. Diamond:
  488. # Item
  489. Material: 'DIAMOND'
  490. Data: 0
  491. Amount: 1
  492. Name: '&4Buy A Diamond'
  493. # You can set skulls of the player using the following
  494. # Remove the # to enable
  495. #Skull: '%Player%'
  496. Lore:
  497. - '&c&lCost: &c3 Voting Points'
  498. # Number of voting points this cost
  499. Cost: 3
  500. # Rewards to run if player buys succesfully
  501. Rewards:
  502. Items:
  503. Diamond:
  504. Material: 'DIAMOND'
  505. Amount: 1
  506. # Slot
  507. Slot: 0
  508.  
  509. # ------------------------------------------------
  510. # Extra Rewards
  511. # ------------------------------------------------
  512.  
  513. # To disable reward set value to []
  514. # Eg:
  515. # FirstVote: [] (All in one line)
  516. # By default all rewards are disabled
  517.  
  518. # First vote rewards
  519. FirstVote:
  520. Messages:
  521. Player: []
  522. Money: []
  523.  
  524. # All vote rewards
  525. # Reward for voting on all sites in one day
  526. AllSites:
  527. Messages:
  528. Player: ''
  529.  
  530. Cumulative:
  531. # Number of votes required
  532. # Allows multiple cumulative rewards
  533. # Number be be around ' (E.g. '1')
  534. # Can have multiple listed here
  535. '5':
  536. Enabled: false
  537. # Wether or not votes must be made in same day/week
  538. # Useful if you want to require a certain number of voting sites to be voted on
  539. # for a daily/weekly reward instead of all of them
  540. VotesInSameDay: false
  541. VotesInSameWeek: false
  542. Rewards: 'fem'
  543. '25':
  544. Enabled: false
  545. VotesInSameDay: false
  546. VotesInSameWeek: false
  547. Rewards: 'tjugofem'
  548. '50':
  549. Enabled: false
  550. VotesInSameDay: false
  551. VotesInSameWeek: false
  552. Rewards: 'femtio'
  553. '75':
  554. Enabled: false
  555. VotesInSameDay: false
  556. VotesInSameWeek: false
  557. Rewards: 'sjuttiofem'
  558. '100':
  559. Enabled: false
  560. VotesInSameDay: false
  561. VotesInSameWeek: false
  562. Rewards: 'hundra'
  563. '150':
  564. Enabled: false
  565. VotesInSameDay: false
  566. VotesInSameWeek: false
  567. Rewards: 'hundrafemtio'
  568. '200':
  569. Enabled: false
  570. VotesInSameDay: false
  571. VotesInSameWeek: false
  572. Rewards: 'tvahundra'
  573. '250':
  574. Enabled: false
  575. VotesInSameDay: false
  576. VotesInSameWeek: false
  577. Rewards: 'tvahundrafemtio'
  578. '300':
  579. Enabled: false
  580. VotesInSameDay: false
  581. VotesInSameWeek: false
  582. Rewards: 'trehundra'
  583. '350':
  584. Enabled: false
  585. VotesInSameDay: false
  586. VotesInSameWeek: false
  587. Rewards: 'trehundrafemtio'
  588. '400':
  589. Enabled: false
  590. VotesInSameDay: false
  591. VotesInSameWeek: false
  592. Rewards: 'fyrahundra'
  593. '450':
  594. Enabled: false
  595. VotesInSameDay: false
  596. VotesInSameWeek: false
  597. Rewards: 'fyrahundrafemtio'
  598. '500':
  599. Enabled: false
  600. VotesInSameDay: false
  601. VotesInSameWeek: false
  602. Rewards: 'femhundra'
  603. '1000':
  604. Enabled: false
  605. VotesInSameDay: false
  606. VotesInSameWeek: false
  607. Rewards: 'tusen'
  608. VoteParty:
  609. # Wether or not vote party is enabled
  610. Enabled: true
  611. # Number of votes required to give rewards
  612. VotesRequired: 75
  613. # If true, players who did not vote to reach the votes required will
  614. # recieve the reward
  615. GiveAllPlayers: false
  616. # If true, the vote count will reset each day
  617. ResetEachDay: true
  618. # Number of user votes that apply to vote party total the user needs to get rewards
  619. UserVotesRequired: 0
  620. # Reward files to give
  621. Rewards:
  622. - Party
  623. MileStones:
  624. # Number of votes required
  625. # Allows multiple milestones
  626. # Number be be around ' (E.g. '1')
  627. # Can have multiple listed here
  628. '30':
  629. Enabled: false
  630. Rewards:
  631. Messages:
  632. Player: '&aYou got %milestone% milestone votes!'
  633. ResetMonthly: false
  634.  
  635. VoteStreak:
  636. # Valid options: Day, Week, Month
  637. Day:
  638. # Number of days in a row
  639. '10':
  640. # Enabled or not
  641. Enabled: false
  642. # Rewards to give
  643. Rewards:
  644. Messages:
  645. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  646. Week:
  647. # Number of days in a row
  648. '2':
  649. # Enabled or not
  650. Enabled: false
  651. # Rewards to give
  652. Rewards:
  653. Messages:
  654. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  655. Month:
  656. # Number of days in a row
  657. '2':
  658. # Enabled or not
  659. Enabled: false
  660. # Rewards to give
  661. Rewards:
  662. Messages:
  663. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  664.  
  665.  
  666. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  667. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES
  668. # Any reward files listed here are ran on vote of any site
  669. # It is recommended to add rewards to each site instead of here
  670. AnySiteRewards: []
  671.  
  672.  
  673. # ------------------------------------------------
  674. # Top Voter
  675. # ------------------------------------------------
  676.  
  677. # Top voter blacklist
  678. BlackList:
  679. - 'Notch'
  680.  
  681. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  682. # as if there name was added on the the blacklist above
  683. # This also applies for ops
  684. TopVoterIgnorePermission: false
  685.  
  686. # /vote top default data displayed
  687. # Valid Options: AllTime, Monthly, Weekly, Daily
  688. VoteTopDefault: Monthly
  689.  
  690. # These are required to be enabled in order for top voter awards to work
  691. LoadTopVoter:
  692. AllTime: true
  693. Monthly: true
  694. Weekly: false
  695. Daily: false
  696.  
  697. # When top voter awards are given (even if there are none listed) it will store top voters
  698. # Files will created in TopVoters folder.
  699. StoreTopVoters:
  700. Monthly: true
  701. Weekly: false
  702. Daily: false
  703.  
  704. EnableMonthlyAwards: false
  705. # Rewards to give
  706. MonthlyAwards:
  707. # Position. 1 is first in top voter, 2 is second, etc...
  708. 1:
  709. Rewards:
  710. Messages:
  711. Player: '&aYou came in first place in %TopVoter%!'
  712. 2:
  713. Rewards:
  714. Messages:
  715. Player: '&aYou came in second place in %TopVoter%!'
  716.  
  717. EnableWeeklyAwards: false
  718. # Rewards to give on weekly top voter
  719. WeeklyAwards:
  720. # Position. 1 is first in top voter, 2 is second, etc...
  721. 1:
  722. Rewards:
  723. Messages:
  724. Player: '&aYou came in first place in %TopVoter%!'
  725. 2:
  726. Rewards:
  727. Messages:
  728. Player: '&aYou came in second place in %TopVoter%!'
  729.  
  730. EnableDailyRewards: false
  731. # Rewards to give on daily top voter
  732. DailyAwards:
  733. # Position. 1 is first in top voter, 2 is second, etc...
  734. 1:
  735. # Reward files to give
  736. Rewards:
  737. Messages:
  738. Player: '&aYou came in first place in %TopVoter%!'
  739. 2:
  740. Rewards:
  741. Messages:
  742. Player: '&aYou came in second place in %TopVoter%!'
  743.  
  744. # ------------------------------------------------
  745. # Advanced
  746. # Most of these values can be left untouched
  747. # ------------------------------------------------
  748.  
  749. # Wether or not to check on world change
  750. # Should only be used if you do per world rewards
  751. CheckOnWorldChange: false
  752.  
  753. # Debug
  754. Debug: false
  755.  
  756. # Extra Debug
  757. # Only needed in extreme cases
  758. ExtraDebug: false
  759.  
  760. # Debug info ingame
  761. # Players with permission "VotingPlugin.Debug"
  762. # will see debug info if debug is true
  763. DebugInGame: false
  764.  
  765. # Will log debug messages to VotingPlugin/Log/log.txt
  766. # Requires Debug to be on
  767. LogDebugToFile: false
  768.  
  769. # Options for request api
  770. # Current methods
  771. # ANVIL
  772. # BOOK
  773. # CHAT
  774. # This is mainly used for admin gui's to type in values
  775. RequestAPI:
  776. DefaultMethod: 'Anvil'
  777. DisabledMethods: []
  778.  
  779. # Wether or not to log every vote to a file
  780. # Use this if you wanna track player votes
  781. # Not recommended though
  782. LogVotesToFile: false
  783.  
  784. # Delay between background updates like signs and more
  785. # Default: 3 Minutes
  786. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  787. DelayBetweenUpdates: 3
  788.  
  789. # Set to true to disable no service site message on voting
  790. # You should never have to touch this if everything is setup properly
  791. DisableNoServiceSiteMessage: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement