Skip to content

Commit

Permalink
Version 2.13.0
Browse files Browse the repository at this point in the history
 * Bukkit API version 1.15.
 * Numerous new features to support the DragonFight plugin.
  • Loading branch information
totemo committed Apr 17, 2020
1 parent af4010f commit a43c4e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ database: true
main: nu.nerd.beastmaster.BeastMaster
softdepend: [ Multiverse-Core ]
depend: [ WorldEdit, BlockStore, EntityMeta, LibsDisguises ]
api-version: 1.13

api-version: 1.15
permissions:
beastmaster.console:
description: Permission to administer the plugin. This permission only makes sense for those with console access.
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>nu.nerd</groupId>
<name>BeastMaster</name>
<artifactId>${project.name}</artifactId>
<version>2.12.2</version>
<version>2.13.0</version>
<packaging>jar</packaging>
<description>Handles custom mob spawning.</description>
<url>https://github.com/NerdNu/${project.name}</url>
Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.14.3-R0.1-SNAPSHOT</version>
<version>1.15.2-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>
Expand All @@ -61,11 +61,11 @@
<dependency>
<groupId>LibsDisguises</groupId>
<artifactId>LibsDisguises</artifactId>
<version>9.8.6</version>
<version>10.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<defaultGoal>clean package</defaultGoal>
<defaultGoal>clean install</defaultGoal>
<sourceDirectory>${basedir}/src</sourceDirectory>
<resources>
<resource>
Expand Down

0 comments on commit a43c4e1

Please sign in to comment.