From a79889a4c655b8b1f31dd090c314f04d7d198124 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 20 Jan 2024 07:48:29 -0800 Subject: [PATCH] Release 1.7.5 (#110) * Version 1.7.3 * Add ${argLine} to get jacoco coverage * Updated Jacoco POM entry * Address bugs reported by SonarCloud * Updated ReadMe * Add max mobs option #99 * Use updated Bucket event * Added tests to cover #99 * Fixes help text for user command. Fixes #105 * Fixed maxmobs typo instead of maxmob * Remove unused imports * Update to new Bukkit Loader * Remove debug * Create plugin.yml (#106) * Create plugin.yml * Update pom.xml * Update GreenhousesPladdon.java * Removed static getInstance usage * Version 1.7.4 * Refactored to reduce complexity * Update surefire plugin * Refactored to reduce complexity * Minor typos and grammar fixes * Reduced complexity * Refactor to reduce complexity * Refactor to reduce complexity * Update Github Action build script * Added distribution required for Github Action * Update pom.xml * Fixes mob spawning when no maxmob value given. Found while doing #108 * Code clean up. * BentoBox 2.0.0 * Update pom.xml 1.7.5 * Update to latest Spigot API --------- Co-authored-by: BONNe --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7eb7b4b..c7eaf1a 100644 --- a/pom.xml +++ b/pom.xml @@ -46,12 +46,12 @@ 17 2.0.9 - 1.19.3-R0.1-SNAPSHOT - 1.21.0 + 1.20.4-R0.1-SNAPSHOT + 2.0.0-SNAPSHOT ${build.version}-SNAPSHOT - 1.7.4 + 1.7.5 -LOCAL BentoBoxWorld_Greenhouses bentobox-world @@ -259,6 +259,8 @@ **/*Names* + + org/bukkit/Material*