-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.11.0 #290
Merged
Merged
Release 2.11.0 #290
Conversation
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
* Release 2.6.4 * Remove saving to database on disable. #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
* Add support for RoseStacker 1.3.0
If chests are scanned, then it will take longer because these have to be done sync. #243
…ve blocks height support since 1.18. (#246)
* Translate zh-CN.yml via GitLocalize * Translate zh-CN.yml via GitLocalize Co-authored-by: mt-gitlocalize <[email protected]> Co-authored-by: 织梦 <[email protected]>
Co-authored-by: Nathan Adhitya <[email protected]>
Co-authored-by: organizatsiya <[email protected]>
* Translate ko.yml via GitLocalize * Translate ko.yml via GitLocalize Co-authored-by: chickiyeah <[email protected]> Co-authored-by: mt-gitlocalize <[email protected]>
* Translate de.yml via GitLocalize * Update de.yml Co-authored-by: Rikamo045 <[email protected]> Co-authored-by: tastybento <[email protected]>
Co-authored-by: András Marczinkó <[email protected]>
Level addon crashed at the startup if Visit or Warps addon were not installed. It happened because Level addon main class were implementing Listener interface. To avoid it and fix the crash, I moved migration listener to a separate class. Fixes #2012
Co-authored-by: wiktorm12 <[email protected]>
Co-authored-by: organizatsiya <[email protected]>
This records the lifetime maximum level the island has ever had. Addresses #271
* feat: add island total points + placeholder * Update IslandLevels.java
Co-authored-by: dawnTak <[email protected]>
Co-authored-by: DevSolaris <[email protected]>
* Update ReadMe * Fix Jacoco * Remove unused imports * Remove placeholders from main class Created a separate class for cleaner code and added a test class.
* Create plugin.yml The annotations do not provide the option to define the version dynamically from maven. This should fix that. * Remove Spigot Plugin Annotations * Remove plugin-annotation repo
on the ocean floor. #284
* Translate zh-CN.yml via GitLocalize * Translate zh-CN.yml via GitLocalize --------- Co-authored-by: Jeansou <[email protected]> Co-authored-by: dawnTak <[email protected]>
Co-authored-by: Dusty <[email protected]>
* Translate fr.yml via GitLocalize * Translate fr.yml via GitLocalize * Translate fr.yml via GitLocalize --------- Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> Co-authored-by: organizatsiya <[email protected]> Co-authored-by: Florian CUNY <[email protected]>
* Translate es.yml via GitLocalize * Translate es.yml via GitLocalize --------- Co-authored-by: ChrissTM03 <[email protected]> Co-authored-by: Espan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.