diff --git a/pom.xml b/pom.xml
index d702c0e..cc809b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,20 +6,22 @@
de.serverpulse
ServerPulse
- 1.0.1
+ 1.0.2
jar
ServerPulse
Monitoring & Analytics Suite – Spigot + Paper + BungeeCord (unified JAR)
- 17
- 17
+
+ 17
UTF-8
-
+
papermc
https://repo.papermc.io/repository/maven-public/
@@ -35,16 +37,25 @@
+
io.papermc.paper
paper-api
- 1.21.4-R0.1-SNAPSHOT
+ [26.2.build,)
provided
+
net.md-5
bungeecord-api
@@ -148,11 +159,32 @@
maven-compiler-plugin
3.13.0
- 17
- 17
+ ${maven.compiler.release}
+
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+ 3.5.0
+
+
+ enforce-jdk-25
+ enforce
+
+
+
+ [25,26)
+ Dieses Projekt braucht JDK 25 zum Bauen (paper-api 26.2 Class-File-Version 69). JAVA_HOME auf JDK 25 setzen und erneut versuchen.
+
+
+
+
+
+
+
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 6e93902..28c60d9 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -1,5 +1,5 @@
# ╔══════════════════════════════════════════╗
-# ║ ServerPulse v1.0.1 Configuration ║
+# ║ ServerPulse v1.0.2 Configuration ║
# ║ Unified JAR – Spigot / Paper / Bungee ║
# ╚══════════════════════════════════════════╝
#
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 6127c62..b779708 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,7 +1,8 @@
name: ServerPulse
-version: '1.0.1'
+version: '1.0.2'
main: de.serverpulse.spigot.SpigotPlugin
-api-version: '1.21'
+api-version: '1.21' # bewusst niedrig gehalten (gültiger Bereich 1.13-26.2) -> Plugin lädt
+ # auf 1.21.x GENAUSO wie auf 26.1/26.2-Servern, kein separater Build nötig
description: Monitoring & Analytics Suite (Spigot/Paper/BungeeCord unified)
authors: [ M_Viper ]
prefix: ServerPulse