Randude14 / LotteryPlus

Minecraft mod that uses CraftBukkit to host lotteries on servers. Full description can be found on website.
https://dev.bukkit.org/projects/lotteryplus
GNU General Public License v3.0
1 stars 4 forks source link

Tickets given as rewards are deleted before lottery drawing happens. #18

Closed jacksmack101 closed 5 years ago

jacksmack101 commented 11 years ago

I have set up my lottery to work with votes for the server and every day I check it the total players in the lottery is lower than it was previously. for example yesterday we had 8 people entered and today we have 4.

The ability to buy tickets is turned off so the only way people can get tickets is by voting for the server with simplevotelistener.

Any idea why this would happen?

Randude14 commented 10 years ago

After relooking at the code, for someone reason I didn't have the Lotteries save after rewarding a player for voting. Although that still doesn't explain the disappearance, because if even the server restarted, the lotteries save just in case. I've had other reports of people' tickets missing or mysteriously getting deleted as well. Going to look further into this before pushing out an update.