Updates to 1.21.4

Updates Spigot version
Updates API version
Fixes invulnerability ticks not working as intended
Removes missing material tag.
Fixes max health attribute.
This commit is contained in:
2025-02-21 18:11:06 +01:00
parent f09dcbe7ff
commit 430f340fd4
9 changed files with 33 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
<groupId>net.knarcraft</groupId>
<artifactId>MiniGames</artifactId>
<version>1.2</version>
<version>1.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>MiniGames</name>
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.20.6-R0.1-SNAPSHOT</version>
<version>1.21.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>