Skip to content

Commit

Permalink
Added versions from 1.8 to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Elb1to committed Aug 2, 2020
1 parent 1bd2644 commit ad5d167
Showing 1 changed file with 60 additions and 6 deletions.
66 changes: 60 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,76 @@
</properties>

<dependencies>
<!-- PaperSpigot 1.8 -->
<!-- PaperSpigot 1.7 -->
<!--<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.7.10-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>C:/Users/Elb1to/IdeaProjects/libs/PaperSpigot-1.7.10-R0.1-SNAPSHOT.jar</systemPath>
</dependency>-->

<!-- PaperSpigot 1.8 -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-1.8</artifactId>
<version>1.8.8-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>C:/Users/Elb1to/IdeaProjects/libs/PaperSpigot-1.8.8-R0.1-SNAPSHOT.jar</systemPath>
</dependency>-->
</dependency>

<!-- PaperSpigot 1.7 -->
<!-- PaperSpigot 1.9 -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.7.10-R0.1-SNAPSHOT</version>
<artifactId>spigot-1.9</artifactId>
<version>1.9-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>C:/Users/Elb1to/IdeaProjects/libs/PaperSpigot-1.7.10-R0.1-SNAPSHOT.jar</systemPath>
<systemPath>C:/Users/Elb1to/Documents/GitHub/FrozedDevelopment/libs/Spigot-1.9-R0.1-SNAPSHOT.jar</systemPath>
</dependency>

<!-- PaperSpigot 1.9.2 -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-1.9.2</artifactId>
<version>1.9.2-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>C:/Users/Elb1to/Documents/GitHub/FrozedDevelopment/libs/Spigot-1.9.2-R0.1-SNAPSHOT.jar</systemPath>
</dependency>

<!-- PaperSpigot 1.9.4 -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-1.9.4</artifactId>
<version>1.9.4-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>C:/Users/Elb1to/Documents/GitHub/FrozedDevelopment/libs/Spigot-1.9.4-R0.1-SNAPSHOT.jar</systemPath>
</dependency>

<!-- PaperSpigot 1.10 -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-1.10.2</artifactId>
<version>1.10.2-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>C:/Users/Elb1to/Documents/GitHub/FrozedDevelopment/libs/Spigot-1.10.2-R0.1-SNAPSHOT.jar</systemPath>
</dependency>

<!-- PaperSpigot 1.11 -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-1.11</artifactId>
<version>1.11-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>C:/Users/Elb1to/Documents/GitHub/FrozedDevelopment/libs/Spigot-1.11-R0.1-SNAPSHOT.jar</systemPath>
</dependency>

<!-- PaperSpigot 1.12 -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-1.12</artifactId>
<version>1.12-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>C:/Users/Elb1to/Documents/GitHub/FrozedDevelopment/libs/Spigot-1.12-R0.1-SNAPSHOT.jar</systemPath>
</dependency>

<!-- NickAPI -->
Expand Down

0 comments on commit ad5d167

Please sign in to comment.