Skip to content

Releases: randombyte-developer/lottery

v2.0.2

25 Feb 14:13

Choose a tag to compare

Changes:

  • Fixed bug which was introduced by fixing another bug

v2.0.1

24 Feb 21:44

Choose a tag to compare

Changes:

  • Fixed bug

v2.0

27 Jan 16:02

Choose a tag to compare

Changes:

  • Updated to Sponge API v7

Thanks to @PixelmonPRO!

v1.4

08 Jul 21:27

Choose a tag to compare

Changes:

  • Added command lottery addPot <amount> to add some amount of money to the pot without buying a ticket. This could be essentially done by just editing the config file. The permission is lottery.addpot. A command node to limit the amount of adding money is available(max-deposit). The command is most likely useful when executed from console, e.g. a small giveaway of ingame money. Thanks @MrHDR!
  • Added command alias lot
  • Added config node messages.not-enough-money
  • Added parameter ticketCosts to messages.info-message-player and messages.info-message-console. Delete these both nodes and let them regenerate with /sponge plugins reload force-update the comments of the config nodes. This will just add ticketCosts to the list of available parameters, that is just a hint; you can use this new parameter without updating the comment.

v1.3.1

04 Feb 15:46

Choose a tag to compare

Changes:

  • Little fix for config file comments

v1.3

04 Feb 13:16

Choose a tag to compare

Please backup and delete the old config file!

Changes:

  • Added DrawEvent for other plugins to hook into; depend on this project via jitpack
  • Almost all messages are now completely configurable!
  • Fixed bugs

v1.2

06 Nov 16:21

Choose a tag to compare

Changelog:

  • Updated to API v5 release
  • Fixed a message

v1.1

15 Oct 22:57

Choose a tag to compare

Changes:

  • Fixed bug

v1.0

10 Oct 20:58

Choose a tag to compare

Changelog:

  • Fixed bug

v0.2.2

31 Aug 11:11

Choose a tag to compare

v0.2.2 Pre-release
Pre-release

Changes:

  • Added timed broadcast(see config)