From 4a4794f7719ce40f6b724176c8ec92b4f092478c Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 15 Aug 2021 08:56:21 -0700 Subject: [PATCH] Release 2.7.2 (#233) * Version 2.7.2 * Use Java 9's takeWhile * Added placeholder %Level_[gamemode]_rank_value Fixes https://github.com/BentoBoxWorld/Level/issues/228 * No save on disable (#231) * Release 2.6.4 * Remove saving to database on disable. https://github.com/BentoBoxWorld/Level/issues/229 First, the top ten tables are never actually used or loaded. They are created in memory by loading the island levels. So there is no reason to keep saving them. Second, the island level data is saved every time it is changed, so there is no need to save all of the cache on exit. * Fixes tests * Rosestacker (#232) * Add support for RoseStacker 1.3.0 * Made plugin a Pladdon. --- pom.xml | 39 ++++------ .../bentobox/level/CustomSpliterator.java | 38 --------- src/main/java/world/bentobox/level/Level.java | 41 ++++++++-- .../world/bentobox/level/LevelsManager.java | 43 +---------- .../calculators/IslandLevelCalculator.java | 77 ++++++++++++------- src/main/resources/plugin.yml | 4 +- .../bentobox/level/LevelsManagerTest.java | 12 +-- 7 files changed, 103 insertions(+), 151 deletions(-) delete mode 100644 src/main/java/world/bentobox/level/CustomSpliterator.java diff --git a/pom.xml b/pom.xml index b51afd5..c276d63 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ -LOCAL - 2.7.0 + 2.7.2 BentoBoxWorld_Level bentobox-world https://sonarcloud.io @@ -111,30 +111,6 @@ - - sonar - - https://sonarcloud.io - bentobox-world - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.6.0.1398 - - - verify - - sonar - - - - - - - @@ -155,6 +131,11 @@ jitpack.io https://jitpack.io + + + rosewood-repo + https://repo.rosewooddev.io/repository/public/ + @@ -195,6 +176,7 @@ com.github.OmerBenGera WildStackerAPI b18 + provided