Advertisement
Guest User

vote

a guest
Jun 9th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.58 KB | None | 0 0
  1. #VoteRoulette Config
  2.  
  3. ##################
  4. #General Settings#
  5. ##################
  6.  
  7. # Whether or not to send a message to a player when they vote
  8. messagePlayer: true
  9.  
  10. # Whether or not to broadcast to the server when a player votes
  11. broadcastToServer: true
  12.  
  13. # If broadcastToServer is set to true, should VoteRoulette only broadcast the votes from
  14. # online players? (Helps cut down on spam on bigger servers)
  15. onlyBroadcastOnlinePlayerVotes: true
  16.  
  17. # If broadcastToServer is set to true, this is the cooldown period (in minutes) before a
  18. # players votes can be broadcasted to the server again. Useful if you have
  19. # many voting sites and arent using a vote threshold.
  20. broadcastCooldown: 0
  21.  
  22. # Whether or not to log to console when a player votes
  23. logToConsole: true
  24.  
  25. # Whether or not to have the periodic reminder enabled
  26. # You can change this reminder in the messages.yml file.
  27. usePeriodicReminder: true
  28.  
  29. # How often the reminder is broadcasted (in minutes), if enabled.
  30. periodicReminderInterval: 120
  31.  
  32. # Whether or not to have players notified when 24 hours has passed since their last vote
  33. # You can change this reminder in the messages.yml file.
  34. useTwentyFourHourReminder: true
  35.  
  36. # Whether or not to only consider a players primary group when doing permission group checks for rewards/milestones
  37. # Turning this on helps if you are using inheritance in your permissions plugin.
  38. onlyConsiderPlayersPrimaryGroup: true
  39.  
  40. # Turn this on if you want unclaimed awards to attempt to be autoclaimed when a player joins
  41. # This could be spammy, however.
  42. autoClaimAwards: false
  43.  
  44. # Disable VoteRoulette from saving unclaimed Rewards and Milestones.
  45. # This means that players voting while offline, and
  46. # players in blacklisted worlds will not get awards.
  47. # This also means Inventory Protection will be disabled and VoteRoulette will attempt
  48. # to throw the items out from the player when their inventory is full.
  49. disableUnclaimedAwards: false
  50.  
  51. # Disable VoteRoulettes full inventory protection and instead have items thrown on the ground
  52. # if a players inventory is full
  53. disableInventoryProtection: false
  54.  
  55. # The following edits optional GUI settings
  56. GUI:
  57. awards:
  58. # Turn on or off the visual representation of rewards/milestone.
  59. guiForAwards: true
  60.  
  61.  
  62. # If "guiForAwards" is true, this is
  63. # whether or not to show the commands that will be ran when the player hovers
  64. # their cursor over the command block
  65. showCommands: false
  66.  
  67. vote-command:
  68. # Turn on or off the use of fancy links for the vote command
  69. # This feature requires MC 1.7 or higher!
  70. # Fancy links allow you to set placeholder text for links that players can
  71. # click on, instead of the link itself.
  72. # Go to the messages.yml file to see how to create a fancy link.
  73. useFancyLinks: false
  74.  
  75. stats:
  76. # Turn on or off the use of the Scoreboard when players issue the /vr top command.
  77. useScoreboard: true
  78.  
  79. # Set which command alias you would like to be used
  80. # when VR sends messages about commands to players.
  81. # You cannot create a new alias with this,
  82. # select one of the available options below.
  83. # Available options: vr, vtr, voteroulette
  84. defaultCommandAlias: "vr"
  85.  
  86. # Set the following to false if you do not want VoteRoulette to automatically check
  87. # for updates. (Anyone with "voteroulette.admin" permission will be notified of an
  88. # update on log in)
  89. checkForUpdates: true
  90.  
  91. # Turn on or off a debug mode where VoteRoulette will print various things its doing to
  92. # the console.
  93. debug: false
  94.  
  95. #################
  96. #Rewards Section#
  97. #################
  98.  
  99. ## Rewards List ##
  100. #
  101. # Here you can make multiple rewards.
  102. # Each reward can have:
  103. # - a list of item IDs. Each item can have amount, dataID, enchants, name, and lore sections to further customize item!
  104. # - an amount of money (if Vault is installed)
  105. # - an amount of xp levels that will be given
  106. # - worlds that players can claim the reward in
  107. # - a list of commands to be run by the console. %player% will be replaced by the players name.
  108. # - a list of permission groups the reward will be considered for (if Vault is installed)
  109. # You can leave out any of these options if you do not wish to use them
  110. # and you can use them in any order
  111. #
  112. # REMEMBER: Everything is indented 4 spaces from the next line and you can NOT use tabs
  113. #
  114. #Example reward:
  115. # Awesome Reward: # Name of the reward (Players will see this!)
  116. # items: # This one gives 5 diamonds, a diamond sword (with sharpness 5 enchant,
  117. # # a custom name, and a lore message), 16 steak, and 32 green wool!
  118. # 264:
  119. # amount: 5
  120. # 276:
  121. # amount: 1
  122. # enchants: sharpness(5), looting(3)
  123. # name: Wrath of Herobrine
  124. # lore: A Mighty Sword
  125. # 364:
  126. # amount: 16
  127. # 35:
  128. # dataID: 5
  129. # amount: 32
  130. #
  131. # currency: 100 # Player will receive $100 in-game currency
  132. # xpLevels: 5 # Player will gain 5 xp levels
  133. # commands:
  134. # - gamemode %player% creative # Players gamemode will be set to creative
  135. # permGroups: Members, Donators # Only players in the Members or Donators permission groups are eligible for the reward
  136. # message: "&eCongrats %player%! You have received some awesome stuff and got creative mode!" # This message will display to the player instead of the default one.
  137. # # Dont forget the quotes (" ") for the message section!
  138. # worlds: main_survival, temp_survival, creative_world
  139.  
  140. Rewards:
  141. # Each reward must have a different name
  142.  
  143. Ooh Shiny:
  144. items:
  145. 264:
  146. amount: 1
  147.  
  148. Mystery Prize 17:
  149. items:
  150. 88:
  151. amount: 6
  152. currency: 20
  153. message: "%green%Watch"
  154.  
  155. Mystery Prize 1:
  156. items:
  157. 89:
  158. amount: 8
  159. currency: 25
  160. message: "%green%Glowstone"
  161.  
  162. Mystery Prize 2:
  163. items:
  164. 82:
  165. amount: 6
  166. currency: 20
  167. message: "%green%Clay Block"
  168.  
  169. Mystery Prize 3:
  170. items:
  171. 174:
  172. amount: 3
  173. currency: 25
  174. message: "%green%Packed Ice"
  175.  
  176. Mystery Prize 4:
  177. items:
  178. 173:
  179. amount: 3
  180. currency: 25
  181. message: "%green%Block of Coal"
  182.  
  183. Mystery Prize 5:
  184. items:
  185. 45:
  186. amount: 6
  187. currency: 25
  188. message: "%green%Brick"
  189.  
  190. Mystery Prize 6:
  191. items:
  192. 47:
  193. amount: 3
  194. currency: 25
  195. message: "%green%Bookshelf"
  196.  
  197. Mystery Prize 7:
  198. items:
  199. 48:
  200. amount: 3
  201. currency: 20
  202. message: "%green%Moss Stone"
  203.  
  204. Mystery Prize 8:
  205. items:
  206. 349:
  207. amount: 6
  208. currency: 25
  209. message: "%green%Raw Fish"
  210.  
  211. Mystery Prize 9:
  212. items:
  213. 322:
  214. amount: 1
  215. currency: 25
  216. message: "%green%Golden Apple"
  217.  
  218. Mystery Prize 16:
  219. items:
  220. 389:
  221. amount: 6
  222. currency: 25
  223. message: "%green%Item Frame"
  224.  
  225. Mystery Prize 10:
  226. items:
  227. 397:
  228. amount: 1
  229. currency: 20
  230. message: "%green%Skelly Head"
  231.  
  232. Mystery Prize 11:
  233. items:
  234. 386:
  235. amount: 3
  236. currency: 25
  237. message: "%green%Book and Quill"
  238.  
  239. Mystery Prize 12:
  240. items:
  241. 384:
  242. amount: 10
  243. currency: 25
  244. message: "%green%Bottle of XP"
  245.  
  246. Mystery Prize 13:
  247. items:
  248. 385:
  249. amount: 1
  250. currency: 25
  251. message: "%green%Fire Charge"
  252.  
  253. Mystery Prize 14:
  254. items:
  255. 289:
  256. amount: 6
  257. currency: 20
  258. message: "%green%Gunpowder"
  259.  
  260. Mystery Prize 15:
  261. items:
  262. 345:
  263. amount: 1
  264. currency: 25
  265. message: "%green%Compass"
  266.  
  267. Mystery Prize 19:
  268. items:
  269. 347:
  270. amount: 1
  271. currency: 25
  272. message: "%green%Watch"
  273.  
  274. Poor Uncle Died and left you with:
  275. items:
  276. 4:
  277. amount: 64
  278. currency: 20
  279.  
  280. Rich Uncle Died and left you with:
  281. items:
  282. 347:
  283. amount: 1
  284. 56:
  285. amount: 1
  286. currency: 30
  287.  
  288. Dog Pee on the carpet, time to replace:
  289. items:
  290. 171:
  291. amount: 6
  292. currency: 25
  293.  
  294. Tickets to see the RevelationRockers were sold out, settle for the Record:
  295. items:
  296. 2256:
  297. amount: 1
  298. currency: 20
  299.  
  300. Taste like Chicken:
  301. items:
  302. 366:
  303. amount: 12
  304. currency: 25
  305.  
  306. Special Agent Mystery:
  307. items:
  308. 132:
  309. amount: 6
  310. 131:
  311. amount: 4
  312. currency: 25
  313.  
  314. After the party, You Clean up all the empty bottles:
  315. items:
  316. 374:
  317. amount: 12
  318. currency: 20
  319.  
  320. Do you need some extra sugar for your Tea:
  321. items:
  322. 353:
  323. amount: 6
  324. currency: 25
  325.  
  326. Its a jalapeno on a stick, oh no its a Carrot:
  327. items:
  328. 398:
  329. amount: 1
  330. currency: 25
  331.  
  332. Finally bought a new saddle:
  333. items:
  334. 329:
  335. amount: 1
  336. currency: 20
  337.  
  338. If I was to take a guess, I would say its a WORKBENCH:
  339. items:
  340. 58:
  341. amount: 1
  342. currency: 25
  343.  
  344. Do you want a cookie or Nah?:
  345. items:
  346. 357:
  347. amount: 6
  348. currency: 25
  349.  
  350. Your Feet Are Sore, New Leather Shoes:
  351. items:
  352. 301:
  353. amount: 1
  354. currency: 20
  355.  
  356. XP For Days:
  357. items:
  358. 384:
  359. amount: 10
  360. xpLevels: 5
  361. currency: 20
  362.  
  363. Sand For Days:
  364. items:
  365. 12:
  366. amount: 64
  367. currency: 20
  368.  
  369. Dirt For Days:
  370. items:
  371. 3:
  372. amount: 64
  373. currency: 20
  374.  
  375. Lets Go Fishing, Caught Your Limit:
  376. items:
  377. 346:
  378. amount: 1
  379. 349:
  380. amount: 9
  381. currency: 20
  382.  
  383. Tie-Dye Set:
  384. items:
  385. 298:
  386. armorColor: yellow
  387. amount: 1
  388. 299:
  389. armorColor: blue
  390. amount: 1
  391. 300:
  392. armorColor: 39,49,250
  393. amount: 1
  394. 301:
  395. armorColor: green
  396. amount: 1
  397. currency: 20
  398.  
  399. Its Getting Dark, here are some torches:
  400. items:
  401. 50:
  402. amount: 24
  403. currency: 20
  404.  
  405. You have found a secret stash of golden Apples:
  406. items:
  407. 322:
  408. amount: 2
  409. currency: 20
  410.  
  411. At least its a Diamond Hoe:
  412. items:
  413. 293:
  414. amount: 1
  415. currency: 8
  416.  
  417. Bonus Roll:
  418. currency: 25
  419. reroll: ANY
  420.  
  421. B-I-N-G-O:
  422. items:
  423. 339:
  424. amount: 1
  425. 351:
  426. amount: 1
  427. currency: 30
  428.  
  429. Luck of the Sea:
  430. items:
  431. 346:
  432. amount: 1
  433. enchants: luck of the sea (3)
  434. name: LOTS
  435. lore: Revelations Lucky Pole
  436. currency: 25
  437.  
  438. Your Lucky Day, 1 more Lottery Draw:
  439. currency: 25
  440. reroll: ANY
  441.  
  442. You found a map to a small hidden Treasure:
  443. items:
  444. 371:
  445. amount: 16
  446. currency: 20
  447.  
  448. Prepare for Battle, Revelation Iron I:
  449. items:
  450. 267:
  451. amount: 1
  452. enchants: sharpness(1)
  453. 306:
  454. amount: 1
  455. 307:
  456. amount: 1
  457. 308:
  458. amount: 1
  459. 309:
  460. amount: 1
  461. currency: 20
  462.  
  463. You found the treasure, nope just BONEZ:
  464. items:
  465. 352:
  466. amount: 16
  467. currency: 20
  468.  
  469. Bonus Roll II:
  470. currency: 25
  471. reroll: ANY
  472.  
  473. Bad Bonus:
  474. currency: -10
  475. chance: 0%
  476.  
  477. Christmas Brought Coal:
  478. items:
  479. 263:
  480. amount: 16
  481. reroll: Bad Bonus (100%)
  482.  
  483. Just Robbed A Small Shop:
  484. items:
  485. 41:
  486. amount: 1
  487. currency: 30
  488.  
  489. Congrats, you hit the CraftRevelations Lottery Jackpot:
  490. items:
  491. 41:
  492. amount: 1
  493. 384:
  494. amount: 16
  495. 401:
  496. amount: 5
  497. 264:
  498. amount: 5
  499. currency: 100
  500. chance: 2%
  501. reroll: ANY
  502.  
  503. Superman Mode:
  504. commands:
  505. - fly %player%
  506. - (10) fly %player%
  507. description: "Fly mode for 10 sec"
  508. currency: 25
  509.  
  510. SCREEN SHOT This PRIZE to collect, NEW TOWN WINNER valid 6-1 6-30 only 1 Claim for June:
  511. currency: 25
  512. chance: 2%
  513. reroll: ANY
  514. message: "%red%SCREEN SHOT THIS AND NOTIFY A MOD, or MAKE A POST IN THE FORUM"
  515.  
  516. CraftRevelations Casino, Bet on Black and won double:
  517. currency: 50
  518.  
  519. Christmas Money:
  520. currency: 35
  521.  
  522. 30 Levels of XP, Extra Roll:
  523. items:
  524. 384:
  525. amount: 10
  526. xpLevels: 30
  527. currency: 20
  528. chance: 3%
  529. reroll: ANY
  530.  
  531. Bonus Roll Diamond:
  532. items:
  533. 264:
  534. amount: 1
  535. chance: 0%
  536.  
  537. Robin Hoods Bow:
  538. items:
  539. 261:
  540. amount: 1
  541. enchants: sharpness(1), Infinity, power(1)
  542. name: Robins Hood Bow
  543. Lore: Robin Lottery Bow
  544. 262:
  545. amount: 1
  546. currency: 25
  547.  
  548. Store your items:
  549. items:
  550. 54:
  551. amount: 6
  552. currency: 25
  553.  
  554. Iron Ingots:
  555. items:
  556. 265:
  557. amount: 6
  558. currency: 25
  559.  
  560. Dont Get Lost:
  561. items:
  562. 395:
  563. amount: 3
  564. currency: 20
  565.  
  566. Housewarming Gift:
  567. items:
  568. 355:
  569. amount: 1
  570. 354:
  571. amount: 1
  572. 321:
  573. amount: 1
  574. 390:
  575. amount: 1
  576. 38:
  577. amount: 1
  578. currency: 35
  579.  
  580. Happy Valentines Day:
  581. items:
  582. 38:
  583. amount: 12
  584. 37:
  585. amount: 12
  586. currency: 25
  587.  
  588. Yeh its a Gold Hoe:
  589. items:
  590. 294:
  591. amount: 1
  592. currency: 5
  593.  
  594. All I know is Diamonds & Gold:
  595. items:
  596. 264:
  597. amount: 1
  598. 266:
  599. amount: 1
  600. currency: 25
  601.  
  602. Stoned:
  603. items:
  604. 1:
  605. amount: 32
  606. currency: 20
  607.  
  608. OMG what is that smell, ROTTEN FLESH:
  609. items:
  610. 367:
  611. amount: 24
  612. currency: 20
  613.  
  614. Let your Enemies know, you have TNT:
  615. items:
  616. 46:
  617. amount: 1
  618. currency: 25
  619.  
  620. Let your Enemies know, you have TNT 2:
  621. items:
  622. 46:
  623. amount: 2
  624. currency: 25
  625.  
  626. Oh No:
  627. items:
  628. 46:
  629. amount: 1
  630. currency: 25
  631.  
  632. Training Time:
  633. items:
  634. 268:
  635. amount: 1
  636. currency: 20
  637.  
  638. Training Time Class II:
  639. items:
  640. 283:
  641. amount: 1
  642. currency: 25
  643.  
  644. Training Time Class I:
  645. items:
  646. 267:
  647. amount: 1
  648. currency: 25
  649.  
  650. This 1 Seed Can Feed You Forever:
  651. items:
  652. 295:
  653. amount: 1
  654. currency: 20
  655.  
  656. An Apple a day, keeps the Dr away:
  657. items:
  658. 260:
  659. amount: 1
  660. currency: 20
  661.  
  662. Music for the Soul:
  663. items:
  664. 84:
  665. amount: 1
  666. 2257:
  667. amount: 1
  668. currency: 25
  669.  
  670. Now You Have a Name Tag:
  671. items:
  672. 421:
  673. amount: 1
  674. currency: 25
  675.  
  676. Your Horse will love the New "Iron" Armor:
  677. items:
  678. 417:
  679. amount: 1
  680. currency: 25
  681.  
  682. Midgards Gold Revelation Suit, Helmet:
  683. items:
  684. 314:
  685. amount: 1
  686. enchants: protection(4), respiration(3)
  687. name: MGR Helet BETA
  688. lore: Midgards Gold Revelation Suit
  689. currency: 25
  690. message: "%aqua%Collect The Entire Midgard Gold Revelation Suit"
  691.  
  692. Midgards Gold Revelation Suit, Chestplate:
  693. items:
  694. 315:
  695. amount: 1
  696. enchants: protection(4), thorns(3)
  697. name: MGR Chestplate BETA
  698. lore: Midgards Gold Revelation Suit
  699. currency: 25
  700. message: "%aqua%Collect The Entire Midgard Gold Revelation Suit"
  701.  
  702. Midgards Gold Revelation Suit, Leggings:
  703. items:
  704. 316:
  705. amount: 1
  706. enchants: protection(4)
  707. name: MGR Leggings BETA
  708. lore: Midgards Gold Revelation Suit
  709. currency: 25
  710. message: "%aqua%Collect The Entire Midgard Gold Revelation Suit"
  711.  
  712. Midgards Gold Revelation Suit, Boots:
  713. items:
  714. 317:
  715. amount: 1
  716. enchants: protection(4)
  717. name: MGR Boots BETA
  718. lore: Midgards Gold Revelation Suit
  719. currency: 25
  720. message: "%aqua%Collect The Entire Midgard Gold Revelation Suit"
  721.  
  722. It the Eye of the Tiger, oh wait no:
  723. items:
  724. 381:
  725. amount: 1
  726. currency: 20
  727.  
  728. Why so many Hoes:
  729. items:
  730. 291:
  731. amount: 1
  732. 292:
  733. amount: 1
  734. 293:
  735. amount: 1
  736. 294:
  737. amount: 1
  738. currency: 25
  739. reroll: Might As well have the Wooden Hoe too (100%)
  740.  
  741. Might As well have the Wooden Hoe too:
  742. items:
  743. 290:
  744. amount: 1
  745. currency: 30
  746. chance: 0%
  747.  
  748. Ouch! Dang Cactus:
  749. items:
  750. 81:
  751. amount: 3
  752. currency: 20
  753.  
  754. Stack of Arrows:
  755. items:
  756. 262:
  757. amount: 64
  758. currency: 25
  759.  
  760. Fuel for the furnace:
  761. items:
  762. 263:
  763. amount: 8
  764. currency: 25
  765.  
  766. Hop to it:
  767. items:
  768. 154:
  769. amount: 1
  770. currency: 25
  771.  
  772. Milk does a body Good:
  773. items:
  774. 335:
  775. amount: 2
  776. currency: 25
  777.  
  778. Stuck in the Cobwebs:
  779. items:
  780. 30:
  781. amount: 10
  782. currency: 20
  783.  
  784. Its not your Birthday, but you stole the cake:
  785. items:
  786. 354:
  787. amount: 1
  788. currency: 25
  789.  
  790. Thanks For Your Vote, $25:
  791. currency: 25
  792. chance: 33%
  793.  
  794. $25 For your vote, Sad you have holes in your pocket and Lost $5 of it:
  795. currency: 20
  796. chance: 10%
  797.  
  798. You can always cut the grass:
  799. items:
  800. 2:
  801. amount: 8
  802. currency: 20
  803.  
  804. Hay, Hay, Hay:
  805. items:
  806. 170:
  807. amount: 16
  808. currency: 20
  809.  
  810. Stepping up your Shoe Game:
  811. items:
  812. 317:
  813. amount: 1
  814. currency: 20
  815.  
  816. Stood outside in the Rain overnight, To get the new J;s:
  817. items:
  818. 313:
  819. enchants: protection(4), fire_protection(4), thorns(3), unbreaking(3),
  820. name: June Diamond J's V_1
  821. lore: J's V_1
  822. amount: 1
  823. currency: 20
  824.  
  825. 3M Footwear, The Silverbacks June Edition:
  826. items:
  827. 310:
  828. enchants: protection(2), fire_protection(2), thorns(1), unbreaking(3),
  829. name: 3M FW Silverbacks June
  830. lore: Silverbacks June 2014
  831. amount: 1
  832. currency: 20
  833. chance: 8%
  834.  
  835. # Lame Reward:
  836. # items:
  837. # 3:
  838. # amount: 64
  839.  
  840. # Set the following to true if you want a reward to be chosen at random
  841. giveRandomReward: true
  842.  
  843. # Use to set the default reward. (Only applies if giveRandomRewards is set to false)
  844. defaultReward: Ooh Shiny
  845.  
  846. # Set the following to true if you only want players to get rewarded after they vote so many times
  847. # For example, you want them to vote on all your server lists before getting rewarded
  848. # If this is false, players will receive an award every time they vote
  849. giveRewardsOnThreshold: false
  850.  
  851. # If the above is set to true, this is the number of how many votes till a player will receive a reward
  852. voteThreshold: 5
  853.  
  854. # If you set any required worlds for a specific rewards, the following setting will make VoteRoulette consider the rewards that qualify for the world the player is currently standing in first. For example, if you had rewards set for a Survival world and a PvP world, and the player was in the Survival world when they voted, rewards that qualify for the Survival world will be considered first. If there is no rewards available for the current world, they will receive a reward as normal and will have to claim it in the correct world.
  855.  
  856. considerRewardsForPlayersCurrentWorld: true
  857.  
  858. # The following setting dictates whether or not VoteRoulette will automatically give the player a reward with vote streak settings when they qualify, skipping the other
  859. # non vote streak rewards. When this is set to false and when a player qualifies for a vote streak, it will be put into the list of the other rewards the player qualifies
  860. # for to be chosen randomly. When this is set to true and a player qualifies for multiple vote streak rewards at the same time, one will be chosen at random.
  861.  
  862. prioritizeVoteStreaks: true
  863.  
  864. ## Milestones List ##
  865. #
  866. # Milestones are special rewards that are given after a player has made so many votes
  867. # They are created in the config the same way as regular rewards, however you must include
  868. # a "votes: #" section with how many votes you want the milestone to be! The milestone will otherwise
  869. # be ignored.
  870. #
  871. # You can also include a "recurring: true" section to have the milestone recur upon multiples
  872. # For example, if the votes is set to 50 and recurring is true, players will receive this reward every 50 votes! (50, 100, 150, etc)
  873. #
  874. # If multiple milestones land on the same vote count, you can have one chosen at random (see below) or you can set which milestones have more priority over others using a
  875. # "priority: #" section. It can be any number but 1 is considered highest priority (Think "first priority") and the number cant be less than 1.
  876. # If multiple milestones have the same priority levels, the first
  877. # one will be used. The default priority is 10 if there is none specified.
  878. #
  879. # Example milestone:
  880. #
  881. # Nickel and Dime: # Name of the milestone (Players will see this!)
  882. # votes: 15 # The number of votes required to reach this milestone
  883. # currency: 200 # $200 in-game currency (if vault is installed)
  884. # xpLevels: 5 # Player will gain 5 xp levels
  885. # permGroups: VIP # Only players in the VIP permission group are eligible for the milestone
  886. # recurring: false # This milestone will open happen once, instead of every 15 votes!
  887.  
  888. Milestones:
  889. # Each milestone must have a different name
  890.  
  891. My First Milestone:
  892. votes: 70
  893. recurring: true
  894. xpLevels: 35
  895. currency: 70
  896. priority: 5
  897.  
  898. 500th Vote:
  899. votes: 500
  900. recurring: false
  901. xpLevels: 70
  902. currency: 200
  903. priority: 8
  904.  
  905. 1,000th Vote:
  906. votes: 1000
  907. items:
  908. 57:
  909. amount: 1
  910. recurring: true
  911. xpLevels: 120
  912. currency: 350
  913. priority: 10
  914.  
  915. # Set this to true to if you set multiple milestones with the same vote count and you want a random one to be chosen (if false, the one with the highest priority will be given!)
  916. giveRandomMilestone: false
  917.  
  918. # If multiple milestones happen at the same time and some or all tie for the highest priority, the following setting dictates if VoteRoulette will choose a random one. This is a good way to mix and max the functionality of random milestones but still having the control of priorities.
  919. randomizeTiedHighestPriorityMilestones: false
  920.  
  921. # Set the following to false if you want players to get a regular Reward on top of a Milestone when they reach a Milestone.
  922. onlyRewardMilestoneUponCompletion: true
  923.  
  924. # If you set any required worlds for a specific milestones, the following setting will make VoteRoulette consider the milestones that qualify for the world the player is currently standing in first. For example, if you had milestones set for a Survival world and a PvP world, and the player was in the Survival world when they voted, only milestones that qualify for the Survival world will be considered first. If there is no milestones available for the current world, they will receive a milestone as normal and will have to claim it in the correct world.
  925.  
  926. considerMilestonesForPlayersCurrentWorld: false
  927.  
  928. # Here you can turn off the random firework that shoots off from the player
  929. # when they complete a Milestone
  930. randomFireworkOnMilestone: true
  931.  
  932. #####################
  933. #Blacklisted Players#
  934. #####################
  935.  
  936. # These players will not receive rewards
  937. blacklistedPlayers:
  938. - Steve
  939. - Herobrine
  940.  
  941. # Set the following to true to switch the above blacklist to a whitelist, meaning only the players on that list will get rewards
  942. useBlacklistAsWhitelist: false
  943.  
  944. #####################
  945. #Blacklisted Worlds#
  946. #####################
  947.  
  948. # Players will not receive rewards/milestones in these worlds, ever!
  949. blacklistedWorlds:
  950. - A_World
  951. - Another_World
  952.  
  953. # End of config
  954. #####################
  955. # No need to touch this
  956. configVersion: 1.9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement