Skip to content

Commit

Permalink
Official 1.14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Trikolon committed Apr 26, 2019
1 parent 241cea5 commit 0ffd6d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.tallcraft</groupId>
<artifactId>NerfPhantoms</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>NerfPhantoms</name>
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.13.2-R0.1-SNAPSHOT</version>
<version>1.14-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ prefix: NerfPhantoms
authors: [Tallcraft]
description: Nerf Phantom monsters
website: https://tallcraft.com
api-version: 1.13
api-version: 1.14
commands:
nerfphantoms:
usage: /nerfphantoms <kill|reload>
Expand All @@ -26,4 +26,4 @@ permissions:
default: false
nerfphantoms.kill:
description: Kill all phantoms in current world
default: false
default: false

0 comments on commit 0ffd6d3

Please sign in to comment.