Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #VoteRoulette Config
- ##################
- #General Settings#
- ##################
- # Whether or not to send a message to a player when they vote
- messagePlayer: true
- # Whether or not to broadcast to the server when a player votes
- broadcastToServer: true
- # If broadcastToServer is set to true, should VoteRoulette only broadcast the votes from
- # online players? (Helps cut down on spam on bigger servers)
- onlyBroadcastOnlinePlayerVotes: true
- # If broadcastToServer is set to true, this is the cooldown period (in minutes) before a
- # players votes can be broadcasted to the server again. Useful if you have
- # many voting sites and arent using a vote threshold.
- broadcastCooldown: 0
- # Whether or not to log to console when a player votes
- logToConsole: true
- # Whether or not to have the periodic reminder enabled
- # You can change this reminder in the messages.yml file.
- usePeriodicReminder: true
- # How often the reminder is broadcasted (in minutes), if enabled.
- periodicReminderInterval: 120
- # Whether or not to have players notified when 24 hours has passed since their last vote
- # You can change this reminder in the messages.yml file.
- useTwentyFourHourReminder: true
- # Whether or not to only consider a players primary group when doing permission group checks for rewards/milestones
- # Turning this on helps if you are using inheritance in your permissions plugin.
- onlyConsiderPlayersPrimaryGroup: true
- # Turn this on if you want unclaimed awards to attempt to be autoclaimed when a player joins
- # This could be spammy, however.
- autoClaimAwards: false
- # Disable VoteRoulette from saving unclaimed Rewards and Milestones.
- # This means that players voting while offline, and
- # players in blacklisted worlds will not get awards.
- # This also means Inventory Protection will be disabled and VoteRoulette will attempt
- # to throw the items out from the player when their inventory is full.
- disableUnclaimedAwards: false
- # Disable VoteRoulettes full inventory protection and instead have items thrown on the ground
- # if a players inventory is full
- disableInventoryProtection: false
- # The following edits optional GUI settings
- GUI:
- awards:
- # Turn on or off the visual representation of rewards/milestone.
- guiForAwards: true
- # If "guiForAwards" is true, this is
- # whether or not to show the commands that will be ran when the player hovers
- # their cursor over the command block
- showCommands: false
- vote-command:
- # Turn on or off the use of fancy links for the vote command
- # This feature requires MC 1.7 or higher!
- # Fancy links allow you to set placeholder text for links that players can
- # click on, instead of the link itself.
- # Go to the messages.yml file to see how to create a fancy link.
- useFancyLinks: false
- stats:
- # Turn on or off the use of the Scoreboard when players issue the /vr top command.
- useScoreboard: true
- # Set which command alias you would like to be used
- # when VR sends messages about commands to players.
- # You cannot create a new alias with this,
- # select one of the available options below.
- # Available options: vr, vtr, voteroulette
- defaultCommandAlias: "vr"
- # Set the following to false if you do not want VoteRoulette to automatically check
- # for updates. (Anyone with "voteroulette.admin" permission will be notified of an
- # update on log in)
- checkForUpdates: true
- # Turn on or off a debug mode where VoteRoulette will print various things its doing to
- # the console.
- debug: false
- #################
- #Rewards Section#
- #################
- ## Rewards List ##
- #
- # Here you can make multiple rewards.
- # Each reward can have:
- # - a list of item IDs. Each item can have amount, dataID, enchants, name, and lore sections to further customize item!
- # - an amount of money (if Vault is installed)
- # - an amount of xp levels that will be given
- # - worlds that players can claim the reward in
- # - a list of commands to be run by the console. %player% will be replaced by the players name.
- # - a list of permission groups the reward will be considered for (if Vault is installed)
- # You can leave out any of these options if you do not wish to use them
- # and you can use them in any order
- #
- # REMEMBER: Everything is indented 4 spaces from the next line and you can NOT use tabs
- #
- #Example reward:
- # Awesome Reward: # Name of the reward (Players will see this!)
- # items: # This one gives 5 diamonds, a diamond sword (with sharpness 5 enchant,
- # # a custom name, and a lore message), 16 steak, and 32 green wool!
- # 264:
- # amount: 5
- # 276:
- # amount: 1
- # enchants: sharpness(5), looting(3)
- # name: Wrath of Herobrine
- # lore: A Mighty Sword
- # 364:
- # amount: 16
- # 35:
- # dataID: 5
- # amount: 32
- #
- # currency: 100 # Player will receive $100 in-game currency
- # xpLevels: 5 # Player will gain 5 xp levels
- # commands:
- # - gamemode %player% creative # Players gamemode will be set to creative
- # permGroups: Members, Donators # Only players in the Members or Donators permission groups are eligible for the reward
- # 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.
- # # Dont forget the quotes (" ") for the message section!
- # worlds: main_survival, temp_survival, creative_world
- Rewards:
- # Each reward must have a different name
- Ooh Shiny:
- items:
- 264:
- amount: 1
- Mystery Prize 17:
- items:
- 88:
- amount: 6
- currency: 20
- message: "%green%Watch"
- Mystery Prize 1:
- items:
- 89:
- amount: 8
- currency: 25
- message: "%green%Glowstone"
- Mystery Prize 2:
- items:
- 82:
- amount: 6
- currency: 20
- message: "%green%Clay Block"
- Mystery Prize 3:
- items:
- 174:
- amount: 3
- currency: 25
- message: "%green%Packed Ice"
- Mystery Prize 4:
- items:
- 173:
- amount: 3
- currency: 25
- message: "%green%Block of Coal"
- Mystery Prize 5:
- items:
- 45:
- amount: 6
- currency: 25
- message: "%green%Brick"
- Mystery Prize 6:
- items:
- 47:
- amount: 3
- currency: 25
- message: "%green%Bookshelf"
- Mystery Prize 7:
- items:
- 48:
- amount: 3
- currency: 20
- message: "%green%Moss Stone"
- Mystery Prize 8:
- items:
- 349:
- amount: 6
- currency: 25
- message: "%green%Raw Fish"
- Mystery Prize 9:
- items:
- 322:
- amount: 1
- currency: 25
- message: "%green%Golden Apple"
- Mystery Prize 16:
- items:
- 389:
- amount: 6
- currency: 25
- message: "%green%Item Frame"
- Mystery Prize 10:
- items:
- 397:
- amount: 1
- currency: 20
- message: "%green%Skelly Head"
- Mystery Prize 11:
- items:
- 386:
- amount: 3
- currency: 25
- message: "%green%Book and Quill"
- Mystery Prize 12:
- items:
- 384:
- amount: 10
- currency: 25
- message: "%green%Bottle of XP"
- Mystery Prize 13:
- items:
- 385:
- amount: 1
- currency: 25
- message: "%green%Fire Charge"
- Mystery Prize 14:
- items:
- 289:
- amount: 6
- currency: 20
- message: "%green%Gunpowder"
- Mystery Prize 15:
- items:
- 345:
- amount: 1
- currency: 25
- message: "%green%Compass"
- Mystery Prize 19:
- items:
- 347:
- amount: 1
- currency: 25
- message: "%green%Watch"
- Poor Uncle Died and left you with:
- items:
- 4:
- amount: 64
- currency: 20
- Rich Uncle Died and left you with:
- items:
- 347:
- amount: 1
- 56:
- amount: 1
- currency: 30
- Dog Pee on the carpet, time to replace:
- items:
- 171:
- amount: 6
- currency: 25
- Tickets to see the RevelationRockers were sold out, settle for the Record:
- items:
- 2256:
- amount: 1
- currency: 20
- Taste like Chicken:
- items:
- 366:
- amount: 12
- currency: 25
- Special Agent Mystery:
- items:
- 132:
- amount: 6
- 131:
- amount: 4
- currency: 25
- After the party, You Clean up all the empty bottles:
- items:
- 374:
- amount: 12
- currency: 20
- Do you need some extra sugar for your Tea:
- items:
- 353:
- amount: 6
- currency: 25
- Its a jalapeno on a stick, oh no its a Carrot:
- items:
- 398:
- amount: 1
- currency: 25
- Finally bought a new saddle:
- items:
- 329:
- amount: 1
- currency: 20
- If I was to take a guess, I would say its a WORKBENCH:
- items:
- 58:
- amount: 1
- currency: 25
- Do you want a cookie or Nah?:
- items:
- 357:
- amount: 6
- currency: 25
- Your Feet Are Sore, New Leather Shoes:
- items:
- 301:
- amount: 1
- currency: 20
- XP For Days:
- items:
- 384:
- amount: 10
- xpLevels: 5
- currency: 20
- Sand For Days:
- items:
- 12:
- amount: 64
- currency: 20
- Dirt For Days:
- items:
- 3:
- amount: 64
- currency: 20
- Lets Go Fishing, Caught Your Limit:
- items:
- 346:
- amount: 1
- 349:
- amount: 9
- currency: 20
- Tie-Dye Set:
- items:
- 298:
- armorColor: yellow
- amount: 1
- 299:
- armorColor: blue
- amount: 1
- 300:
- armorColor: 39,49,250
- amount: 1
- 301:
- armorColor: green
- amount: 1
- currency: 20
- Its Getting Dark, here are some torches:
- items:
- 50:
- amount: 24
- currency: 20
- You have found a secret stash of golden Apples:
- items:
- 322:
- amount: 2
- currency: 20
- At least its a Diamond Hoe:
- items:
- 293:
- amount: 1
- currency: 8
- Bonus Roll:
- currency: 25
- reroll: ANY
- B-I-N-G-O:
- items:
- 339:
- amount: 1
- 351:
- amount: 1
- currency: 30
- Luck of the Sea:
- items:
- 346:
- amount: 1
- enchants: luck of the sea (3)
- name: LOTS
- lore: Revelations Lucky Pole
- currency: 25
- Your Lucky Day, 1 more Lottery Draw:
- currency: 25
- reroll: ANY
- You found a map to a small hidden Treasure:
- items:
- 371:
- amount: 16
- currency: 20
- Prepare for Battle, Revelation Iron I:
- items:
- 267:
- amount: 1
- enchants: sharpness(1)
- 306:
- amount: 1
- 307:
- amount: 1
- 308:
- amount: 1
- 309:
- amount: 1
- currency: 20
- You found the treasure, nope just BONEZ:
- items:
- 352:
- amount: 16
- currency: 20
- Bonus Roll II:
- currency: 25
- reroll: ANY
- Bad Bonus:
- currency: -10
- chance: 0%
- Christmas Brought Coal:
- items:
- 263:
- amount: 16
- reroll: Bad Bonus (100%)
- Just Robbed A Small Shop:
- items:
- 41:
- amount: 1
- currency: 30
- Congrats, you hit the CraftRevelations Lottery Jackpot:
- items:
- 41:
- amount: 1
- 384:
- amount: 16
- 401:
- amount: 5
- 264:
- amount: 5
- currency: 100
- chance: 2%
- reroll: ANY
- Superman Mode:
- commands:
- - fly %player%
- - (10) fly %player%
- description: "Fly mode for 10 sec"
- currency: 25
- SCREEN SHOT This PRIZE to collect, NEW TOWN WINNER valid 6-1 6-30 only 1 Claim for June:
- currency: 25
- chance: 2%
- reroll: ANY
- message: "%red%SCREEN SHOT THIS AND NOTIFY A MOD, or MAKE A POST IN THE FORUM"
- CraftRevelations Casino, Bet on Black and won double:
- currency: 50
- Christmas Money:
- currency: 35
- 30 Levels of XP, Extra Roll:
- items:
- 384:
- amount: 10
- xpLevels: 30
- currency: 20
- chance: 3%
- reroll: ANY
- Bonus Roll Diamond:
- items:
- 264:
- amount: 1
- chance: 0%
- Robin Hoods Bow:
- items:
- 261:
- amount: 1
- enchants: sharpness(1), Infinity, power(1)
- name: Robins Hood Bow
- Lore: Robin Lottery Bow
- 262:
- amount: 1
- currency: 25
- Store your items:
- items:
- 54:
- amount: 6
- currency: 25
- Iron Ingots:
- items:
- 265:
- amount: 6
- currency: 25
- Dont Get Lost:
- items:
- 395:
- amount: 3
- currency: 20
- Housewarming Gift:
- items:
- 355:
- amount: 1
- 354:
- amount: 1
- 321:
- amount: 1
- 390:
- amount: 1
- 38:
- amount: 1
- currency: 35
- Happy Valentines Day:
- items:
- 38:
- amount: 12
- 37:
- amount: 12
- currency: 25
- Yeh its a Gold Hoe:
- items:
- 294:
- amount: 1
- currency: 5
- All I know is Diamonds & Gold:
- items:
- 264:
- amount: 1
- 266:
- amount: 1
- currency: 25
- Stoned:
- items:
- 1:
- amount: 32
- currency: 20
- OMG what is that smell, ROTTEN FLESH:
- items:
- 367:
- amount: 24
- currency: 20
- Let your Enemies know, you have TNT:
- items:
- 46:
- amount: 1
- currency: 25
- Let your Enemies know, you have TNT 2:
- items:
- 46:
- amount: 2
- currency: 25
- Oh No:
- items:
- 46:
- amount: 1
- currency: 25
- Training Time:
- items:
- 268:
- amount: 1
- currency: 20
- Training Time Class II:
- items:
- 283:
- amount: 1
- currency: 25
- Training Time Class I:
- items:
- 267:
- amount: 1
- currency: 25
- This 1 Seed Can Feed You Forever:
- items:
- 295:
- amount: 1
- currency: 20
- An Apple a day, keeps the Dr away:
- items:
- 260:
- amount: 1
- currency: 20
- Music for the Soul:
- items:
- 84:
- amount: 1
- 2257:
- amount: 1
- currency: 25
- Now You Have a Name Tag:
- items:
- 421:
- amount: 1
- currency: 25
- Your Horse will love the New "Iron" Armor:
- items:
- 417:
- amount: 1
- currency: 25
- Midgards Gold Revelation Suit, Helmet:
- items:
- 314:
- amount: 1
- enchants: protection(4), respiration(3)
- name: MGR Helet BETA
- lore: Midgards Gold Revelation Suit
- currency: 25
- message: "%aqua%Collect The Entire Midgard Gold Revelation Suit"
- Midgards Gold Revelation Suit, Chestplate:
- items:
- 315:
- amount: 1
- enchants: protection(4), thorns(3)
- name: MGR Chestplate BETA
- lore: Midgards Gold Revelation Suit
- currency: 25
- message: "%aqua%Collect The Entire Midgard Gold Revelation Suit"
- Midgards Gold Revelation Suit, Leggings:
- items:
- 316:
- amount: 1
- enchants: protection(4)
- name: MGR Leggings BETA
- lore: Midgards Gold Revelation Suit
- currency: 25
- message: "%aqua%Collect The Entire Midgard Gold Revelation Suit"
- Midgards Gold Revelation Suit, Boots:
- items:
- 317:
- amount: 1
- enchants: protection(4)
- name: MGR Boots BETA
- lore: Midgards Gold Revelation Suit
- currency: 25
- message: "%aqua%Collect The Entire Midgard Gold Revelation Suit"
- It the Eye of the Tiger, oh wait no:
- items:
- 381:
- amount: 1
- currency: 20
- Why so many Hoes:
- items:
- 291:
- amount: 1
- 292:
- amount: 1
- 293:
- amount: 1
- 294:
- amount: 1
- currency: 25
- reroll: Might As well have the Wooden Hoe too (100%)
- Might As well have the Wooden Hoe too:
- items:
- 290:
- amount: 1
- currency: 30
- chance: 0%
- Ouch! Dang Cactus:
- items:
- 81:
- amount: 3
- currency: 20
- Stack of Arrows:
- items:
- 262:
- amount: 64
- currency: 25
- Fuel for the furnace:
- items:
- 263:
- amount: 8
- currency: 25
- Hop to it:
- items:
- 154:
- amount: 1
- currency: 25
- Milk does a body Good:
- items:
- 335:
- amount: 2
- currency: 25
- Stuck in the Cobwebs:
- items:
- 30:
- amount: 10
- currency: 20
- Its not your Birthday, but you stole the cake:
- items:
- 354:
- amount: 1
- currency: 25
- Thanks For Your Vote, $25:
- currency: 25
- chance: 33%
- $25 For your vote, Sad you have holes in your pocket and Lost $5 of it:
- currency: 20
- chance: 10%
- You can always cut the grass:
- items:
- 2:
- amount: 8
- currency: 20
- Hay, Hay, Hay:
- items:
- 170:
- amount: 16
- currency: 20
- Stepping up your Shoe Game:
- items:
- 317:
- amount: 1
- currency: 20
- Stood outside in the Rain overnight, To get the new J;s:
- items:
- 313:
- enchants: protection(4), fire_protection(4), thorns(3), unbreaking(3),
- name: June Diamond J's V_1
- lore: J's V_1
- amount: 1
- currency: 20
- 3M Footwear, The Silverbacks June Edition:
- items:
- 310:
- enchants: protection(2), fire_protection(2), thorns(1), unbreaking(3),
- name: 3M FW Silverbacks June
- lore: Silverbacks June 2014
- amount: 1
- currency: 20
- chance: 8%
- # Lame Reward:
- # items:
- # 3:
- # amount: 64
- # Set the following to true if you want a reward to be chosen at random
- giveRandomReward: true
- # Use to set the default reward. (Only applies if giveRandomRewards is set to false)
- defaultReward: Ooh Shiny
- # Set the following to true if you only want players to get rewarded after they vote so many times
- # For example, you want them to vote on all your server lists before getting rewarded
- # If this is false, players will receive an award every time they vote
- giveRewardsOnThreshold: false
- # If the above is set to true, this is the number of how many votes till a player will receive a reward
- voteThreshold: 5
- # 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.
- considerRewardsForPlayersCurrentWorld: true
- # 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
- # 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
- # 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.
- prioritizeVoteStreaks: true
- ## Milestones List ##
- #
- # Milestones are special rewards that are given after a player has made so many votes
- # They are created in the config the same way as regular rewards, however you must include
- # a "votes: #" section with how many votes you want the milestone to be! The milestone will otherwise
- # be ignored.
- #
- # You can also include a "recurring: true" section to have the milestone recur upon multiples
- # 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)
- #
- # 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
- # "priority: #" section. It can be any number but 1 is considered highest priority (Think "first priority") and the number cant be less than 1.
- # If multiple milestones have the same priority levels, the first
- # one will be used. The default priority is 10 if there is none specified.
- #
- # Example milestone:
- #
- # Nickel and Dime: # Name of the milestone (Players will see this!)
- # votes: 15 # The number of votes required to reach this milestone
- # currency: 200 # $200 in-game currency (if vault is installed)
- # xpLevels: 5 # Player will gain 5 xp levels
- # permGroups: VIP # Only players in the VIP permission group are eligible for the milestone
- # recurring: false # This milestone will open happen once, instead of every 15 votes!
- Milestones:
- # Each milestone must have a different name
- My First Milestone:
- votes: 70
- recurring: true
- xpLevels: 35
- currency: 70
- priority: 5
- 500th Vote:
- votes: 500
- recurring: false
- xpLevels: 70
- currency: 200
- priority: 8
- 1,000th Vote:
- votes: 1000
- items:
- 57:
- amount: 1
- recurring: true
- xpLevels: 120
- currency: 350
- priority: 10
- # 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!)
- giveRandomMilestone: false
- # 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.
- randomizeTiedHighestPriorityMilestones: false
- # Set the following to false if you want players to get a regular Reward on top of a Milestone when they reach a Milestone.
- onlyRewardMilestoneUponCompletion: true
- # 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.
- considerMilestonesForPlayersCurrentWorld: false
- # Here you can turn off the random firework that shoots off from the player
- # when they complete a Milestone
- randomFireworkOnMilestone: true
- #####################
- #Blacklisted Players#
- #####################
- # These players will not receive rewards
- blacklistedPlayers:
- - Steve
- - Herobrine
- # Set the following to true to switch the above blacklist to a whitelist, meaning only the players on that list will get rewards
- useBlacklistAsWhitelist: false
- #####################
- #Blacklisted Worlds#
- #####################
- # Players will not receive rewards/milestones in these worlds, ever!
- blacklistedWorlds:
- - A_World
- - Another_World
- # End of config
- #####################
- # No need to touch this
- configVersion: 1.9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement