2024-08-09 09:55:06 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.ef3d0c3e.sheepwars</groupId>
|
|
|
|
<artifactId>SheepWars</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>SheepWars-core</artifactId>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>false</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot</artifactId>
|
|
|
|
<version>1.21.1-R0.1-SNAPSHOT</version>
|
|
|
|
<classifier>remapped-mojang</classifier>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-api</artifactId>
|
|
|
|
<version>1.21.1-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2024-08-09 13:50:57 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
|
|
|
<version>1.21.1-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2024-08-10 18:12:41 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.papermc.paper</groupId>
|
|
|
|
<artifactId>paper-api</artifactId>
|
|
|
|
<version>1.21.1-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2024-08-09 09:55:06 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.comphenix.protocol</groupId>
|
|
|
|
<artifactId>ProtocolLib</artifactId>
|
|
|
|
<version>5.2.0-SNAPSHOT-726</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${pom.basedir}/../libs/ProtocolLib.jar</systemPath>
|
|
|
|
</dependency>
|
2024-08-10 12:42:30 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.retrooper</groupId>
|
|
|
|
<artifactId>packetevents-spigot</artifactId>
|
|
|
|
<version>2.4.0</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2024-08-09 09:55:06 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
|
|
<artifactId>worldedit-bukkit</artifactId>
|
2024-08-10 12:42:30 +02:00
|
|
|
<version>7.3.6</version>
|
2024-08-09 09:55:06 +02:00
|
|
|
<scope>system</scope>
|
2024-08-10 12:42:30 +02:00
|
|
|
<systemPath>${pom.basedir}/../libs/worldedit-bukkit-7.3.6-SNAPSHOT-dist.jar</systemPath>
|
2024-08-09 09:55:06 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>fr.mrmicky</groupId>
|
|
|
|
<artifactId>fastboard</artifactId>
|
|
|
|
<version>2.1.3</version>
|
|
|
|
</dependency>
|
2024-08-10 18:12:41 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.kyori</groupId>
|
|
|
|
<artifactId>adventure-api</artifactId>
|
|
|
|
<version>4.17.0</version>
|
|
|
|
</dependency>
|
2024-08-09 09:55:06 +02:00
|
|
|
<dependency>
|
2024-08-10 12:42:30 +02:00
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>33.1.0-jre</version>
|
2024-08-09 09:55:06 +02:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2024-08-11 13:50:17 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
|
|
|
<version>1.21.1-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
|
|
|
<version>1.21.1-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2024-08-09 09:55:06 +02:00
|
|
|
</dependencies>
|
|
|
|
</project>
|