We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3079b commit 73a432dCopy full SHA for 73a432d
pom.xml
@@ -298,6 +298,13 @@
298
<version>3.2.2</version>
299
<scope>provided</scope>
300
</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>
308
</dependencies>
309
310
<build>
0 commit comments