-
-
Notifications
You must be signed in to change notification settings - Fork 140
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.4.0 #2414
Merged
Merged
Release 2.4.0 #2414
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
Won't run on 1.20.4 yet without stopping due to enum incompatibility
Write the Blueprint bundle meta data to admin info
1.20.6 compatibility
* Switch to use database for team invites. * WIP multipaper * Fixes teams. Test still need to be fixed. * Islands are now updated correctly across servers. This build has a lot of debug in it! * Fix tests * Remove debug * Remove primary island listing * Version id * Fix team management and ranks * Removed debug * Handle island deletion better * Island deletion across servers. * Fix bug with MythicMobs changes #2340 * 2.4.0 * Load of debug - trying to solve the settings slowness * Debug debug * Bug found - addPlayer being called instead of getPlayer * Uncomment code after debug * Fix tests
* Purges based on team members all being offline for too long * Fix to riff off real team members not trusts and banned as well
* Fix 1.20.4 backwards compatibility * Improve deletion speed and memory usage
Tech debt - need to reword tests for 1.20.6
* Enables tp'ing to specific islands of a player * Admin delete command. Fixes to admin tp command.
* WIP for debug only * Allow attacks from NPC's
* Uses Bukkit version method instead of class names See https://forums.papermc.io/threads/important-dev-psa-future-removal-of-cb-package-relocation.1106/ * Fix tests * Fix server compatibility reporting issue with Paper * Remove unused import
This is preparation for potentially making the cache smaller and pulling from the database instead when required. However, there are issues with this because some calls can result in loading the whole database anyway.
* Fixes a bunch of items related to making the cache smaller * Fix test
Requires Paper
Was sending to visitors and all players so visitors saw it twice.
Sometimes, there is a need to get an island once but not cache it. For example, when loading addons they may need to scan all the islands, but not have them cached.
Fix the size check and the new island creation.
* Delete src/main/resources/locales/zh-CN.yml delete old language file(zh-CN) * Readd language zh-CN.yml Corrected translation errors
Sometimes, these calls are made async, but as they now update the cache, there could be concurrency issues. This fixes that.
Need to use another approach if concurrency is required.
* Add command to teleport users. * Fix bugs
Quality Gate passedIssues Measures |
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.
Release 2.4.0