Merge pull request #36 from MiniWorks18/master

Small fixes
This commit is contained in:
Matthew Monroe 2019-01-15 17:20:53 -08:00 committed by GitHub
commit f91d57434f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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.