Skip to content

Releases: BlitzOffline/GiveAll

GiveAll v1.0.7

03 Oct 21:05
db3820a

Choose a tag to compare

Added 1.21.5, 1.21.6, 1.21.7 and 1.21.8 support.
Added IP checks. See configuration:

# Select what happens when there are multiple players logged in with the same IP address.
# ALL - gives rewards to all players even if they share an IP address.
# RANDOM - gives rewards to one random player from the players sharing an IP address.
# FIRST - gives rewards to one player from the players sharing an IP address. The player is chosen based on alphabetical order.
# LAST - gives rewards to one player from the players sharing an IP address. The player is chosen based on reversed alphabetical order.
# NONE - do not give rewards at all to players that share an IP address.
ip-mode=ALL

GiveAll v1.0.6

30 Dec 16:38
fbc964d

Choose a tag to compare

  • Added 1.21.2, 1.21.3 and 1.21.4 support.
  • Added missing message for "special-item list" to the help command.

GiveAll v1.0.5

19 Oct 17:44
ec26c70

Choose a tag to compare

  • Added 1.21.1 support

GiveAll v1.0.4

07 Jul 19:04
dd1594b

Choose a tag to compare

  • Added 1.20.3, 1.20.4, 1.20.6 and 1.21 support

GiveAll v1.0.3

15 Oct 17:26
225eeb5

Choose a tag to compare

  • Added 1.20.2 support
  • Fixed 1 message not correctly parsing the <name> placeholder.
  • Fixed help message, missing the <display_name> argument for the /giveall special-item save command

GiveAll v1.0.2

05 Jul 17:14
b84f818

Choose a tag to compare

  • Added 1.20.0 and 1.20.1 support

GiveAll v1.0.1

18 May 18:23
8da7867

Choose a tag to compare

  • Added 1.19.3 and 1.19.4 support
  • Fixed issue where Exp levels were given instead of Exp points.