randombyte-developer / lottery

A Sponge plugin
https://ore.spongepowered.org/RandomByte/Lottery
GNU General Public License v2.0
0 stars 1 forks source link

Allow users/console to add to the pot. #7

Closed HDR closed 7 years ago

HDR commented 7 years ago

Users with the "lottery.addpot" permission will be able to add to the pot from their own balance, using /lottery addpot

Console can add to pot using the same command.

HDR commented 7 years ago

Added a Config option and a permission

The config option allows you to set a max amount a player can deposit (does not prevent multiple smaller deposits), anyone with the permission node "lottery.admin" will bypass the max amount set in the config.

randombyte-developer commented 7 years ago

Thanks for the PR!

I don't quite get why somebody would add money to the pot without increasing the chance to win. But I will merge anyway. Is it ready to be merged?

HDR commented 7 years ago

Yep it's ready to merge. the original intent was so admins could add to the pot, both ingame and from console, but i decided to add it so normal players can use it, if they desire to do so.

randombyte-developer commented 7 years ago

Ok cool.