PlayerPoints
- 150.2K
- Bukkit Plugins
This allows players with permissons, to give other players points
- 150.2K
- July 4, 2016
PlayerPoints
- 150.2K
- Bukkit Plugins
This allows players with permissons, to give other players points
- 150.2K
- July 4, 2016
This plugin is a lottery plugin based off the idea from an old h_Mod plugin. The old plugin, you would pay a certain amount of items and it would randomly generate a prize. While there are some good lottery plugins, I haven't seen anything as simple or one that isn't competition-based (fighting other players for the prize). And so, this plugin was requested by FrontierCraft to be made.
This plugin depends on Vault in order to interface with your economy.
This guide can be found using /lotto help.
Line 1: Anything you want
Line 2: [KarmicLotto]
Line 3: name of the lottery
Line 4: price to pay to use
To interact with the lottery sign, just left click it. Right click is disabled currently because the player inventory doesn't seem to want to update.
<param> - necessary parameter
[param] - optional paramter
| Command | Permission Node | Description |
|---|---|---|
| - | KarmicLotto.use | Allows user to use KarmicLotto signs |
| - | KarmicLotto.create | Allows user to create KarmicLotto signs |
| - | KarmicLotto.admin | Allows user to administrate the plugin |
| /lotto reload | KarmicLotto.admin | Reloads config |
| /lotto help | - | Shows help. Describes how to make a sign |
| /lotto version | - | Shows plugin version info, the current config options, and a list of known and enabled lotteries. |
Supernode: KarmicLotto.*
Gives all possible nodes for the plugin
The config.yml file needs to be configured in order for the plugin to work.
defaultAmount- global amount of items to give. This applies to all lotteries. (Default: 1)
defaultPercentage - global default percentage for items, if a percentage is not specified. Applies to all lotteries (Default: 1)
effects - whether or not to use effects on usage. (Default: true)
list - the list of lotteries. Note, even if you have made a lottery, if it is not in this list it will not be seen by the plugin.
lotteries are made following the format:
name:
Example config:
(Note, bullets are only there to help with spacing. They should not be replicated in a real config file)
defaultAmount: 1
defaultPercent: 1
list:
- lotto
- random
lotto:
random:
Visit the Trello board to see the current todo list for all projects.
You can comment and vote on any of the topics there.
All changes on the Trello board are in real-time.
If you've found this plugin useful, please consider donating.
This allows players with permissons, to give other players points
This allows players with permissons, to give other players points