Skip to content

Commit

Permalink
Put NMS dependency back in to POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Feb 19, 2022
1 parent 4e3079b commit 73a432d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,13 @@
<version>3.2.2</version>
<scope>provided</scope>
</dependency>
<!-- Spigot NMS. Used for chunk deletion and pasting. -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>${spigot.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 73a432d

Please sign in to comment.