mirror of
https://github.com/tomasff/BeesPlus.git
synced 2024-11-22 01:56:28 +01:00
Update Spigot and Java version
This commit is contained in:
parent
e7ae6ae440
commit
9a94cea232
8
pom.xml
8
pom.xml
@ -11,8 +11,8 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>17</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>17</maven.compiler.target>
|
||||||
<junit.jupiter.version>5.6.2</junit.jupiter.version>
|
<junit.jupiter.version>5.6.2</junit.jupiter.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.16.3-R0.1-SNAPSHOT</version>
|
<version>1.18.2-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -65,7 +65,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.2.2</version>
|
<version>3.3.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
|
@ -2,7 +2,7 @@ name: BeesPlus
|
|||||||
author: Attlantiz
|
author: Attlantiz
|
||||||
version: ${project.version}
|
version: ${project.version}
|
||||||
main: com.tomff.beesplus.BeesPlus
|
main: com.tomff.beesplus.BeesPlus
|
||||||
api-version: 1.15
|
api-version: 1.18
|
||||||
permissions:
|
permissions:
|
||||||
beesplus.bee.view:
|
beesplus.bee.view:
|
||||||
default: op
|
default: op
|
||||||
@ -14,4 +14,3 @@ permissions:
|
|||||||
default: op
|
default: op
|
||||||
beesplus.beehive.upgrade:
|
beesplus.beehive.upgrade:
|
||||||
default: op
|
default: op
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user