Skip to content

Commit 73a432d

Browse files
committed
Put NMS dependency back in to POM.
1 parent 4e3079b commit 73a432d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,13 @@
298298
<version>3.2.2</version>
299299
<scope>provided</scope>
300300
</dependency>
301+
<!-- Spigot NMS. Used for chunk deletion and pasting. -->
302+
<dependency>
303+
<groupId>org.spigotmc</groupId>
304+
<artifactId>spigot</artifactId>
305+
<version>${spigot.version}</version>
306+
<scope>provided</scope>
307+
</dependency>
301308
</dependencies>
302309

303310
<build>

0 commit comments

Comments
 (0)