Skip to content
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.14.0 #317

Closed
wants to merge 117 commits into from
Closed

Release 2.14.0 #317

wants to merge 117 commits into from

Conversation

tastybento
Copy link
Member

No description provided.

tastybento and others added 30 commits July 3, 2021 15:50
* 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
%Level_%gamemode%_top_island_name_%rank% - lists the island name
%Level_%gamemode%_top_island_members_%rank% - a comma separated list of
team members

#224
#211
#132
#107
#105
If chests are scanned, then it will take longer because these have to be
done sync.

#243
* Translate zh-CN.yml via GitLocalize

* Translate zh-CN.yml via GitLocalize

Co-authored-by: mt-gitlocalize <[email protected]>
Co-authored-by: 织梦 <[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]>
tastybento and others added 28 commits November 24, 2023 09:33
Refactored how the top ten maps are structured. In the future, it may be
best to have the key be the island.
Refactored the calculator code for clarity.

Added Jacoco line to prvent issues with the bigger Material class.
* Add more string replacements to output

* Forgot to include the locale change
Fix for occasional errors likely due to the use of the remove() method within a lambda expression inside the thenAccept method. This lambda expression is executed asynchronously, which means that the iterator may not be in a consistent state when remove() is called.
This uses CompleteableFutures instead of a recurring Bukkit task to
check if collections have been removed. This is a much more reliable way
to do it because it will complete when all the tasks are done and not
before.
* Delete src/main/resources/locales/zh-CN.yml

* Update zh-CN.yml

Update language files to adapt to the latest version of Bentobox-Level
@tastybento tastybento closed this Jun 30, 2024
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.