We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3305b commit 976d0b9Copy full SHA for 976d0b9
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>de.c3kay</groupId>
5
<artifactId>no-kaboom</artifactId>
6
- <version>1.0.1</version>
+ <version>1.0.2</version>
7
<name>no-kaboom</name>
8
9
<properties>
@@ -22,7 +22,7 @@
22
<dependency>
23
<groupId>io.papermc.paper</groupId>
24
<artifactId>paper-api</artifactId>
25
- <version>1.21.1-R0.1-SNAPSHOT</version>
+ <version>1.21.4-R0.1-SNAPSHOT</version>
26
<scope>provided</scope>
27
</dependency>
28
</dependencies>
src/main/resources/plugin.yml
@@ -1,6 +1,6 @@
1
name: NoKaboom
2
-version: 1.0.0
+version: 1.0.2
main: de.c3kay.NoKaboom.NoKaboom
description: Disable explosions with using gamerules.
author: c3kay
-api-version: '1.21.1'
+api-version: '1.21.4'
0 commit comments