Initial plugin commit

This commit is contained in:
2025-08-02 18:13:39 -04:00
parent ac503cf466
commit 95fbe18abe
111 changed files with 7337 additions and 0 deletions

16
pom.xml Normal file
View File

@@ -0,0 +1,16 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.hydrogenhosting.serverplugin</groupId>
<artifactId>MyPlugin</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.21.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>