Changelog
Bug Fixes
- Fixed the commands that need lookup username/uuid stuck on the users who migrated Reremake. (thanks Lunar (dr.lunar))
Changes
- Rewrite PlayerFinder
- We've done a major rewrite of PlayerFinder to solve problems and improve performance.
- Now when the plugin performs a correlation query for a specific username or UUID, if any other part is requesting a correlation query for the same username or UUID, the two query requests will be merged into a single task, which helps to remove duplicated query tasks and minimize the number of unnecessary queries, which helps to alleviate the pressure on the database and reduce the consumption of Mojang API request quota.
- The maximum execution time for username-to-UUID queries is now reduced from 1 day to 30 seconds to avoid unlimited query task stacking.
- If the query fails, the username is used to generate a UUID via the Bukkit standard offline player UUID algorithm.
- By default, the results of successful query requests are now cached in QuickShop-Hikari's database to be optimized for the next query.
- It is now possible to correctly preheat the PlayerFinder cache from usercache.json, which helps optimize queries and improve cache hit rates.
- Primary and secondary task executors were introduced, primarily for tasks that are short, small, but require a quick response - such as commands. Secondary task executors are used primarily for long, large numbers of tasks that do not require a fast response - such as cache baking. The cache baking task should now no longer block commands.
- Added a new debug subcommand to PlayerFinder, which now allows you to query the primary and secondary ExecuteService's in-queue task stacking and output its specific information. By attaching the reset parameter, you can force the interruption of all outstanding queries and reset the queue.
- Added new metrics to Paste, you can now view UUID/username cache hits rate via Paste.
Dependencies
Files
QuickShop-Hikari-5.1.1.1.jar(2.14 MiB) Primary
Addon-BlueMap-5.1.1.1.jar(8.22 KiB)
Addon-DiscordSRV-5.1.1.1.jar(58.32 KiB)
Addon-Discount-5.1.1.1.jar(38.74 KiB)
Addon-DisplayControl-5.1.1.1.jar(20.08 KiB)
Addon-Dynmap-5.1.1.1.jar(7.96 KiB)
Addon-Limited-5.1.1.1.jar(10.79 KiB)
Addon-List-5.1.1.1.jar(8.74 KiB)
Addon-Plan-5.1.1.1.jar(22.33 KiB)
Addon-Reremake-Migrator-5.1.1.1.jar(21.59 KiB)
Addon-ShopItemOnly-5.1.1.1.jar(5.65 KiB)
Compat-AdvancedRegionMarket-5.1.1.1.jar(9 KiB)
Compat-AngelChest-5.1.1.1.jar(8.12 KiB)
Compat-BentoBox-5.1.1.1.jar(10.06 KiB)
Compat-BungeeCord-5.1.1.1.jar(5.63 KiB)
Compat-BungeeCord-Geyser-5.1.1.1.jar(5.86 KiB)
Compat-ChestProtect-5.1.1.1.jar(8.53 KiB)
Compat-Clearlag-5.1.1.1.jar(7.94 KiB)
Compat-EcoEnchants-5.1.1.1.jar(8.87 KiB)
Compat-EliteMobs-5.1.1.1.jar(8.35 KiB)
Compat-GriefPrevention-5.1.1.1.jar(17.91 KiB)
Compat-Lands-5.1.1.1.jar(11.12 KiB)
Compat-OpenInv-5.1.1.1.jar(13.62 KiB)
Compat-PlotSquared-5.1.1.1.jar(14.71 KiB)
Compat-Reforges-5.1.1.1.jar(7.97 KiB)
Compat-Residence-5.1.1.1.jar(10.58 KiB)
Compat-SuperiorSkyblock-5.1.1.1.jar(12.43 KiB)
Compat-Towny-5.1.1.1.jar(34.6 KiB)
Compat-Velocity-5.1.1.1.jar(6.9 KiB)
Compat-WorldEdit-5.1.1.1.jar(11.16 KiB)
Compat-WorldGuard-5.1.1.1.jar(10.93 KiB)
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
5.1.2.0Loaders
PaperPurpurSpigot
Game versions
1.18.2–1.20.1Downloads
422Publication date
September 20, 2023 at 2:19 PMPublisher
Ghost_chu
Owner