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>
|
<groupId>me.night</groupId>
|
||||||
<artifactId>NullValkyrie</artifactId>
|
<artifactId>NullValkyrie</artifactId>
|
||||||
<version>1.1.01</version>
|
<version>1.1.02</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>NullValkyrie</name>
|
<name>NullValkyrie</name>
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
<url>https://github.com/night0721/nullvalkyrie</url>
|
<url>https://github.com/night0721/nullvalkyrie</url>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>${project.name}-${project.version}</finalName>
|
<finalName>${project.name}</finalName>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
@ -51,6 +51,7 @@
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>2.4</version>
|
<version>2.4</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<finalName>${project.name}</finalName>
|
||||||
<outputDirectory>E:\Files\SB\plugins</outputDirectory>
|
<outputDirectory>E:\Files\SB\plugins</outputDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
@ -135,16 +136,5 @@
|
||||||
<version>3.12.11</version>
|
<version>3.12.11</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</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>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -1,15 +1,12 @@
|
||||||
name: NullValkyrie
|
name: NullValkyrie
|
||||||
version: '${project.version}'
|
version: '${project.version}'
|
||||||
main: me.night.nullvalkyrie.Main
|
main: me.night.nullvalkyrie.NullValkyrie
|
||||||
api-version: 1.19
|
api-version: 1.19
|
||||||
authors: [ NightKaly, Leocthl ]
|
authors: [ NightKaly, Leocthl ]
|
||||||
description: Null Valkyrie
|
description: Null Valkyrie
|
||||||
website: https://github.com/night0721/nullvalkyrie
|
website: https://github.com/night0721/nullvalkyrie
|
||||||
depend: [ ProtocolLib ]
|
|
||||||
permissions:
|
permissions:
|
||||||
nv.command.use:
|
nv.command.use:
|
||||||
default: true
|
default: true
|
||||||
nv.rank.add:
|
nv.rank.add:
|
||||||
default: op
|
default: op
|
||||||
libraries:
|
|
||||||
- "io.github.cdimascio:dotenv-java:2.3.1"
|
|
||||||
|
|
Loading…
Reference in a new issue