2020-04-11 02:39:02 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.plotsquared</groupId>
|
|
|
|
<artifactId>PlotSquared-Bukkit</artifactId>
|
|
|
|
<version>latest</version>
|
|
|
|
<dependencies>
|
2020-04-11 17:58:08 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.json</groupId>
|
|
|
|
<artifactId>json</artifactId>
|
2020-05-27 22:20:13 +02:00
|
|
|
<version>20200518</version>
|
2020-04-11 17:58:08 +02:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2020-07-14 18:49:40 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
|
|
<version>1.3.2</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2020-04-11 19:52:45 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bstats</groupId>
|
|
|
|
<artifactId>bstats-bukkit</artifactId>
|
|
|
|
<version>1.7</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2020-04-11 02:39:02 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.plotsquared</groupId>
|
2020-05-14 15:45:27 +02:00
|
|
|
<artifactId>PlotSquared-Core</artifactId>
|
2020-07-09 23:33:01 +02:00
|
|
|
<version>5.12.5</version>
|
2020-04-11 02:39:02 +02:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.destroystokyo.paper</groupId>
|
|
|
|
<artifactId>paper-api</artifactId>
|
2020-06-30 04:05:32 +02:00
|
|
|
<version>1.16.1-R0.1-SNAPSHOT</version>
|
2020-04-11 02:39:02 +02:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
|
|
<artifactId>worldedit-bukkit</artifactId>
|
2020-06-30 04:05:32 +02:00
|
|
|
<version>7.1.0</version>
|
2020-04-11 02:39:02 +02:00
|
|
|
<scope>compile</scope>
|
2020-06-30 04:05:32 +02:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>bukkit</artifactId>
|
|
|
|
<groupId>*</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2020-04-11 02:39:02 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.papermc</groupId>
|
|
|
|
<artifactId>paperlib</artifactId>
|
|
|
|
<version>1.0.2</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.MilkBowl</groupId>
|
|
|
|
<artifactId>VaultAPI</artifactId>
|
|
|
|
<version>1.7</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>bukkit</artifactId>
|
|
|
|
<groupId>*</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2020-05-15 18:41:57 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>se.hyperver.hyperverse</groupId>
|
|
|
|
<artifactId>Core</artifactId>
|
|
|
|
<version>0.6.0-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
2020-05-17 17:26:48 +02:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>*</artifactId>
|
|
|
|
<groupId>*</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2020-05-15 18:41:57 +02:00
|
|
|
</dependency>
|
2020-05-20 00:31:59 +02:00
|
|
|
<dependency>
|
2020-05-25 15:13:31 +02:00
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>squirrelid</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
2020-05-20 00:31:59 +02:00
|
|
|
<scope>compile</scope>
|
2020-05-25 15:13:31 +02:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>*</artifactId>
|
|
|
|
<groupId>*</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2020-05-20 00:31:59 +02:00
|
|
|
</dependency>
|
2020-04-11 02:39:02 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
|
|
<artifactId>worldedit-core</artifactId>
|
|
|
|
<version>7.0.0</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>dummypermscompat</artifactId>
|
|
|
|
<groupId>*</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>bukkit-classloader-check</artifactId>
|
|
|
|
<groupId>*</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<groupId>*</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.kyori</groupId>
|
|
|
|
<artifactId>text-api</artifactId>
|
|
|
|
<version>3.0.2</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.kyori</groupId>
|
|
|
|
<artifactId>text-serializer-gson</artifactId>
|
|
|
|
<version>3.0.2</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.kyori</groupId>
|
|
|
|
<artifactId>text-serializer-legacy</artifactId>
|
|
|
|
<version>3.0.2</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.kyori</groupId>
|
|
|
|
<artifactId>text-serializer-plain</artifactId>
|
|
|
|
<version>3.0.2</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>21.0</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-api</artifactId>
|
2020-06-30 04:05:32 +02:00
|
|
|
<version>1.16.1-R0.1-SNAPSHOT</version>
|
2020-04-11 02:39:02 +02:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.kyori</groupId>
|
|
|
|
<artifactId>text-adapter-bukkit</artifactId>
|
|
|
|
<version>3.0.3</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>me.clip</groupId>
|
|
|
|
<artifactId>placeholderapi</artifactId>
|
2020-05-25 15:13:31 +02:00
|
|
|
<version>2.10.6</version>
|
2020-04-11 02:39:02 +02:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2020-05-24 04:27:20 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.luckperms</groupId>
|
|
|
|
<artifactId>api</artifactId>
|
2020-05-25 15:13:31 +02:00
|
|
|
<version>5.1</version>
|
2020-05-24 04:27:20 +02:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
|
|
|
<artifactId>EssentialsX</artifactId>
|
2020-05-25 15:13:31 +02:00
|
|
|
<version>2.17.2</version>
|
2020-05-24 04:27:20 +02:00
|
|
|
<scope>runtime</scope>
|
2020-07-08 12:21:31 +02:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>paperlib</artifactId>
|
|
|
|
<groupId>io.papermc</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2020-05-24 04:27:20 +02:00
|
|
|
</dependency>
|
2020-05-24 14:32:34 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.alpenblock</groupId>
|
|
|
|
<artifactId>BungeePerms</artifactId>
|
|
|
|
<version>4.0-dev-106</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2020-07-13 20:45:04 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
2020-07-13 22:51:57 +02:00
|
|
|
<version>2.8.1</version>
|
2020-07-13 20:45:04 +02:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2020-04-11 02:39:02 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.13</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|