-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version 1.11.1 * Remove unused location setting * Clean up code. * Fixed test. * Build against BentoBox 1.18 API * Not allow null. * Remove useless eq invocation * Fixes major bug in InvSwitcher addon (#22) There was a huge bug that always cleared a separated value, even if that is disabled in the config file. The most important bug: if `inventory` or `ender-chest` separation is disabled, player inventories and ender chests would still be cleared without the ability to restore them. * Remove unused method * Version up Switch to Java 17 * Added InventoryStorage test class. * Update github script * Added PlayerListener test class * Added InvSwitcher test * Clean up test class * Chnaged package name and fixed onDisable() test * Minor refactor to reduce complexity. * Refactored to reduce complexity * Remove unneeded default * Code clean up from IntelliJ * Remove unused default * Remove nesting. * Even less complexity! * Redid Store test class * Completed cache test. * Updated dependencies * Update Github Action build script * Added distribution required for Github Action * Update Jacoco * Update pom.xml * Update to BentoBox 2.0.0 * Update to 1.20.3 Also fixes test issue with Material being too big. --------- Co-authored-by: BONNe <[email protected]>
- Loading branch information
1 parent
934c063
commit c15c2e5
Showing
11 changed files
with
1,084 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.