Small fixes
Added api-version: to plugin.yml And changed LibsDisguises version.
This commit is contained in:
parent
edbe0c06d3
commit
ddf8af1a8d
5
pom.xml
5
pom.xml
@ -8,7 +8,8 @@
|
|||||||
<plugin.version>${project.version}-${buildnumber}</plugin.version>
|
<plugin.version>${project.version}-${buildnumber}</plugin.version>
|
||||||
<buildnumber />
|
<buildnumber />
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<spigot.version>1.13.1-R0.1-SNAPSHOT</spigot.version>
|
<spigot.api.version>1.13</spigot.api.version>
|
||||||
|
<spigot.version>${spigot.api.version}.2-R0.1-SNAPSHOT</spigot.version>
|
||||||
</properties>
|
</properties>
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@github.com:AddstarMC/Blockhunt.git</connection>
|
<connection>scm:git:git@github.com:AddstarMC/Blockhunt.git</connection>
|
||||||
@ -72,7 +73,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>LibsDisguises</groupId>
|
<groupId>LibsDisguises</groupId>
|
||||||
<artifactId>LibsDisguises</artifactId>
|
<artifactId>LibsDisguises</artifactId>
|
||||||
<version>9.6.0-SNAPSHOT</version>
|
<version>9.7.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
name: BlockHunt
|
name: BlockHunt
|
||||||
main: nl.Steffion.BlockHunt.BlockHunt
|
main: nl.Steffion.BlockHunt.BlockHunt
|
||||||
version: ${plugin.version}
|
version: ${plugin.version}
|
||||||
|
api-version: ${spigot.api.version}
|
||||||
authors:
|
authors:
|
||||||
- Steffion
|
- Steffion
|
||||||
description: An easy to set up, Hide and seek plugin. Hide as blocks from the killer seekers.
|
description: An easy to set up, Hide and seek plugin. Hide as blocks from the killer seekers.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user