Note: This is a fork of Lottery by Erbros and KHobbits.
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- Contributors:
- Erbros, KHobbits
There are some changes:
- Most notably: everything has been converted to UUIDs.
- 2 new Events
- LotteryBuyTicketEvent
- LotteryDrawEvent
- Dropped direct support for Economy plugins. Everything now uses Vault. Thus if you want economy functionality you require Vault.
- Removed the rollOver/fixed-tickets in favour of performance improvements. (Should fix any crashes/lag related to buying large amounts of tickets)
FAQ
Q: How do I set the amount of money the jackpot should start with?
A: You need to set extraInPot to whatever amount you want it to start with, and then do clearExtraInPot: false
Features
Permissions
- Users can buy one or more tickets and have the chance to win money in the pot (total tickets bought * price * net payout variable / 100 )
- Configurable price, material (including money/coins), hours between lottery drawings and other configurations.
- Supports Vault.
- Permission nodes using superPerms
- Custom welcome message
These are the superPerm nodes you can use to tweak the default permissions.
- lottery.buy : Gives you all the basic rights /lottery (buy, help, winners).
- Given to all players by default, so you need to remove from the users/groups you don't want to have.
- lottery.admin.draw : Gives the group/user access to the /lottery draw command.
- Given to OP's by default.
- lottery.admin.addtopot : Gives the group/user access to the /lottery addtopot command
- Given to OP's by default.
Commands
- lottery.admin.editconfig : Grant access to edit/reload the lottery config ingame
- Given to OP's by default.
- /lottery : Basic information
- /lottery buy <number> : Buy one or <number> of tickets.
- /lottery help : Help pages
- /lottery winners : List over 10 last winners
- /lottery draw : Force the drawing to happen. Op only if not permission plugin.
- /lottery addtopot : Adds extra money/items to the pot. Op only if not permission plugin.
Configuration
- /lottery config <cost/hours/max/maxTicketsEachUser/reload> : Change/reload the config ingame.
In the configuration that is made when the plugin is run the first time, you don't get comments about the different options. Here you do!
Click here to check out the explanation to the configuration
PS: The /lottery claim command is used when you are using material and you win, since blocks/items can only be given to online players
[Source]

Lottery (Unofficial Update) 1.1.1
An updated fork of Lottery by Erbros and KHobbits
Recent Updates
- bugfix Mar 17, 2016
- Update to 1.9 Mar 2, 2016
- Removed some unnecessary messages from console. Jan 14, 2016