We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef149d commit a421da7Copy full SHA for a421da7
pom.xml
@@ -46,6 +46,13 @@
46
<version>1.8.8-R0.1-SNAPSHOT</version>
47
<scope>system</scope>
48
<systemPath>${project.basedir}/libs/PaperSpigot-1.8.8-R0.1-SNAPSHOT.jar</systemPath>
49
+ </dependency>
50
+ <dependency>
51
+ <groupId>ga.windpvp</groupId>
52
+ <artifactId>windspigot</artifactId>
53
+ <version>2.1.3</version>
54
+ <scope>system</scope>
55
+ <systemPath>${project.basedir}/libs/WindSpigot.jar</systemPath>
56
</dependency>
57
<dependency>
58
<groupId>com.sk89q.worldedit</groupId>
@@ -136,4 +143,4 @@
136
143
</plugins>
137
144
</build>
138
145
139
-</project>
146
+</project>
0 commit comments