From a43c4e1a0ba22a1ac950cf69a9579739ee817b9b Mon Sep 17 00:00:00 2001 From: totemo Date: Sat, 18 Apr 2020 00:07:51 +0930 Subject: [PATCH] Version 2.13.0 * Bukkit API version 1.15. * Numerous new features to support the DragonFight plugin. --- plugin.yml | 3 +-- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/plugin.yml b/plugin.yml index 1568413..84d3f7f 100644 --- a/plugin.yml +++ b/plugin.yml @@ -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. diff --git a/pom.xml b/pom.xml index 1e32694..5da4294 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ nu.nerd BeastMaster ${project.name} - 2.12.2 + 2.13.0 jar Handles custom mob spawning. https://github.com/NerdNu/${project.name} @@ -41,7 +41,7 @@ org.spigotmc spigot-api - 1.14.3-R0.1-SNAPSHOT + 1.15.2-R0.1-SNAPSHOT com.sk89q.worldedit @@ -61,11 +61,11 @@ LibsDisguises LibsDisguises - 9.8.6 + 10.0.0-SNAPSHOT - clean package + clean install ${basedir}/src