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 411aba6 commit 680839cCopy full SHA for 680839c
pom.xml
@@ -99,6 +99,7 @@
99
<groupId>com.comphenix.protocol</groupId>
100
<artifactId>ProtocolLib</artifactId>
101
<version>4.5.0</version>
102
+ <scope>provided</scope>
103
</dependency>
104
</dependencies>
105
</project>
src/main/resources/plugin.yml
@@ -1,6 +1,7 @@
1
name: CommandWhitelist
2
prefix: CommandWhitelist
3
version: ${project.version}
4
+api-version: 1.13
5
main: eu.endermite.commandwhitelist.spigot.CommandWhitelist
6
authors: [YouHaveTrouble]
7
softdepend:
0 commit comments