This commit is contained in:
LegacyGamerHD
2020-11-19 10:49:02 +01:00
parent 7381ae8793
commit 8fa3e82671

View File

@@ -39,12 +39,14 @@
<version>${api.version}</version>
<scope>compile</scope>
</dependency>
<!--
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper</artifactId>
<version>${minecraft.version}-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
-->
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
@@ -134,7 +136,7 @@
<dependency>
<groupId>io.akarin</groupId>
<artifactId>legacylauncher</artifactId>
<version>1.26</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.spongepowered</groupId>
@@ -175,6 +177,14 @@
<id>tu-darmstadt</id>
<url>https://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-releases/</url>
</repository>
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
<repository>
<id>akarin-repo</id>
<url>https://github.com/LegacyGamerHD/LegacyLauncher/releases/download/1/LegacyLauncher-2.1.jar</url>
</repository>
</repositories>
<pluginRepositories>