We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55c8aa commit 7e376c5Copy full SHA for 7e376c5
pom.xml
@@ -79,6 +79,7 @@
79
<groupId>com.destroystokyo.paper</groupId>
80
<artifactId>paper</artifactId>
81
<version>1.16.5-R0.1-SNAPSHOT</version>
82
+ <scope>provided</scope>
83
</dependency>
84
<dependency>
85
<groupId>LibsDisguises</groupId>
src/main/resources/plugin.yml
@@ -4,7 +4,7 @@ main: parallelmc.parallelutils.Parallelutils
4
api-version: 1.16
5
authors: [Jake, Evelyn]
6
description: A plugin containing miscellaneous features and changes for play.parallel.ga
7
-depend: [LibsDisguises]
+depend: []
8
commands:
9
parallelutils:
10
description: Get information about the plugin
0 commit comments