remove protocol lib as it is not needed
This commit is contained in:
parent
993db89f09
commit
ddd2786606
2 changed files with 4 additions and 17 deletions
16
pom.xml
16
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>me.night</groupId>
|
||||
<artifactId>NullValkyrie</artifactId>
|
||||
<version>1.1.01</version>
|
||||
<version>1.1.02</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>NullValkyrie</name>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<url>https://github.com/night0721/nullvalkyrie</url>
|
||||
|
||||
<build>
|
||||
<finalName>${project.name}-${project.version}</finalName>
|
||||
<finalName>${project.name}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
@ -51,6 +51,7 @@
|
|||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<configuration>
|
||||
<finalName>${project.name}</finalName>
|
||||
<outputDirectory>E:\Files\SB\plugins</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@ -135,16 +136,5 @@
|
|||
<version>3.12.11</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.comphenix.protocol</groupId>
|
||||
<artifactId>ProtocolLib</artifactId>
|
||||
<version>4.7.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.github.cdimascio</groupId>
|
||||
<artifactId>dotenv-java</artifactId>
|
||||
<version>2.3.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -1,15 +1,12 @@
|
|||
name: NullValkyrie
|
||||
version: '${project.version}'
|
||||
main: me.night.nullvalkyrie.Main
|
||||
main: me.night.nullvalkyrie.NullValkyrie
|
||||
api-version: 1.19
|
||||
authors: [ NightKaly, Leocthl ]
|
||||
description: Null Valkyrie
|
||||
website: https://github.com/night0721/nullvalkyrie
|
||||
depend: [ ProtocolLib ]
|
||||
permissions:
|
||||
nv.command.use:
|
||||
default: true
|
||||
nv.rank.add:
|
||||
default: op
|
||||
libraries:
|
||||
- "io.github.cdimascio:dotenv-java:2.3.1"
|
||||
|
|
Loading…
Reference in a new issue