
Minecraft 服务端插件
QuickShop-Hikari
A shop plugin that allows players to easily sell/buy any items from a chest without any commands.
- 版本范围
- 1.18.2–26.1.2
- 下载量
- 21.7 万
插件介绍

对于不方便使用 Discord 或 Github Issue Tracker 的用户,也可在 QQ 社区群内 966701484 内寻求热心社区人员的帮助
Features
- Easy to use, simply click and type price to create the shops.
- NBT Data, Enchantment, Tool Damage, Potion, and Mob Egg supports.
- Dynamically switch the display language according to the client language, internationalization friendly.
- Unlimited store support.
- Blacklist support & bypass permissions.
- Shops that buy and sell items in a double-chest.
- UUID support (of course)
- A cool item preview both in chat and GUI.
- Chat Control Panel to change the settings of your shop. Just click to modify everything.
- World/region protection plugins support, and lots of compatibility modules can be downloaded.
- ProtocolLib/PacketEvents based Virtual DisplayItem (better for performance) support.
- Multi-currency support: Use different currencies in shops from any economy that supports VaultUnlocked. We also support Vault by default!
- Tax and ongoing fee support!
- Hide commands from help if the player had no permission.
- Sign header color and clear description on the info sign for different shops status.
- MiniMessage support, create fancy messages as you want.
- H2 (local) or MySQL (remote) support.
- Advanced transaction mechanism, rollback any Inventory/Economy operation when it failed to execute to prevent player dupes.
- InventoryWrapper API offers custom inventory ability for developers.
- Advanced Event Bus to allow user block protection check event transfer to a specific plugin.
- Fast cache layer, handle more than 1k+ shops without any lag! (Require ProtocolLib installed)
- Per-shop permission management.
- Shop benefits between shop owner and other players!
- Much much more! Cannot put them all in there!
Or with addons to add more features
- Discount code
- Plan metrics
- DiscordSRV notifications
How to Install
QuickShop requires Minecraft 1.20+ to be run. Any versions below 1.20 were unsupported.
- Install Vault and an economy plugin supported by Vault.
- If you are using multi-currency, you will need an economy plugin that supports VaultUnlocked.
- Install optional ProtocolLib or PacketEvents which can greatly improve QuickShop performance.
- Spigot is no longer supported in recent updates. We recommend switching to Paper or its forks to ensure optimal performance.
- Download QuickShop jar and put it in your plugins folder.
- Download other compatibility modules or add-ons if you need them.
- Only install compatibility modules that you need, they're not open box to use, you need configure them.
- Most cases, Hikari can handle region protections by itself, you don't need them.
- Turn on the server and here we go!
Commands
Note: Most features can be accessed by control panel or interaction with the shop, in most cases, you don't need those commands.
- /quickshop unlimited
Makes your Shop buy/sell Items in unlimited quantity or limited - /quickshop setowner
Change the Shop Owner. - /quickshop buy
Change the shop to buying items. - /quickshop sell
Change the shop to selling items. - /quickshop price
Change the buy/sell price of the item. - /quickshop clean
Removes any loaded shop that doesn't have any items in stock. - /quickshop find
Find the nearest shop that sells items that start with the provided text. E.g. /quickshop find dia will find the nearest shop that buys/sells diamonds. - /quickshop fetchmessage
Fetch shop message manually from the database. - /quickshop info
Show QuickShop information. - /quickshop debug
Enable/Disable Debug Mode. - /quickshop create [item]
Command to create the shop with the item in hand or specified. - /quickshop currency
Command to specified the currency the shop using.
The Economy plugin must support the Multi-Currency feature and be supported by QuickShop. - /quickshop supercreate
Create a shop while bypassing any protection checks. - /quickshop paste
Collects useful information and pastes it on Pastebin. - /quickshop staff
Manage staff in your shop. - /quickshop staff add
Add a player as staff to your shop. - /quickshop staff del
Remove a player as staff from your shop. - /quickshop staff clear
Remove all staff members from your shop. - /quickshop staff list
Show all current staff members of your shop. - /quickshop cleanghost
Remove all broken shops. - /quickshop export
Export all shop data to a zip.
This command is CONSOLE ONLY! - /quickshop recovery
Recover all shops from a TXT file or Paste.
This command is CONSOLE ONLY and may remove/override any existing shop on your Server! Make a backup first and try it with a clean database! - /quickshop size
Change the bulk size.
Requires the "allow-stacks" option in the config to be enabled for the command to work. - /quickshop purge
Purge the old shops, for more information please check the purge option in config.yml
Requires the "purge" option in the config to be enabled for the command to work. - /quickshop transfer
Transfer ALL shops from one player to another. - /quickshop item
Change the item of the shop.
Requires the "allow-stacks" option in the config to be enabled for the command to work. - /quickshop removeworld
Remove all shops in a specific world. - /quickshop name
Naming or un-naming a shop with a specific name. - /quickshop permission
Tweaking the per-shop permissions, or add/remove player into/from specific groups. - /quickshop database
View and manage QuickShop-Hikari status. - /quickshop benefit
View and manage yout shop benefits.
Aliases:
- /shop
- /qs
- /chestshop
- /cshop (customize the aliases in config.yml)
Permissions
If you're a lazy owner, simply give the player quickshop.player permission node which contains all needs to let the player create and use quick shops.
But if you're a pro owner, there is also a detailed list to allow control of everything:
Player Permissions:
- quickshop.use
Required for any QuickShop Actions. - quickshop.create.sell
Required to make a shop (Sell-Mode) - quickshop.create.buy
Required to make a shop (Buy-Mode) or to switch from Sell to Buy-Mode. - quickshop.create.stacks
Required to allow selling items in stacks. - quickshop.create.changeitem
Allows a player to change a shop's item. - quickshop.create.changeamount
Allows a player to change the item amount per buy/sell. - quickshop.create.changeprice
Allows a player to change the buy/sell price of their shops. - quickshop.create.double
Allows a player to create a double chest shop. - quickshop.create.cmd
Required to have access to the/quickshop createcommand.
This command may bypass certain protections of not-supported protection plugins! - quickshop.transfer
Required to transfer all owned shops to another player. - quickshop.find
Required to use/quickshop find <item> - quickshop.fetchmessage
Required to use/quickshop fetchmessage - quickshop.staff
Required to use/quickshop staffand all its subcommands. - quickshop.preview
Required to use the GUI Item Preview. - quickshop.currency
Required to use the/quickshop currency <currency> - quickshop.shopnaming
Required to use the/quickshop name <name> - quickshop.permission
Required to use the/quickshop permission - quickshop.benefit
Required to use the/quickshop benefit
Admin Permissions:
- quickshop.unlimited
Required to use/quickshop unlimited - quickshop.alwayscounting
Required to use/quickshop alwayscounting - quickshop.setowner
Required to use /quickshop setowner - quickshop.other.destroy
Allows the player to remove/destroy the shops of others. - quickshop.other.open
Allows the player to open chests of other shops and take/put items from/into it. - quickshop.other.price
Allows the player to change the price of someone's shop. - quickshop.transfer.other
Required to transfer ALL shops of someone to another player. - quickshop.refill
Allows the player to refill their shops using a command, essentially making the shop having unlimited items. - quickshop.empty
Allows the player to clear the shop's inventory. - quickshop.clean
Allows the purging/removal of any Shops that have no items in stock. - quickshop.bypass.
Required to sell blacklisted items (E.g. bedrock). - quickshop.price.restriction.bypass.
Required to bypass a specific price limit rule. - quickshop.alerts
Required to receive notifications about possible cheating, plugin warnings and updates. - quickshop.info
Required to use/quickshop info - quickshop.debug
Required to use/quickshop debug - quickshop.paste
Required to use/quickshop paste - quickshop.purge
Required to use/quickshop purge - quickshop.create.admin
Required to bypass any protection-checks while creating a shop using /quickshop supercreate - quickshop.tax
Permission to bypass the tax fee. - quickshop.tax.bypassunlimited
Permission to bypass the tax fee but only in the unlimited shop. - quickshop.cleanghost
Permission to remove any broken shop using/quickshop cleanghost - quickshop.export
Permission to use /quickshop export
This permission is pointless since the command is console only. - quickshop.recovery
Permission to use /quickshop recovery This permission is pointless since the command is console only. - quickshop.removeworld
Permission to remove all shops in a world using /quickshop removeworld - quickshop.other.changeitem
Allows the player to change the item of someone's shop. - quickshop.other.changeamount
Allows the player to change the bulk amount of someone's shop. - quickshop.other.shopnaming
Allows the player to change the name of someone's shop. - quickshop.bypass.namefee
Allows the player to bypass the fee of shop naming. - quickshop.database
Permission to use/quickshop database
How to create a shop
To create a shop, place down a chest and left-click it with the number of items you want to sell. For example: If I want to sell 16 diamonds will I need to hold 16 diamonds in my hand and left-click the chest with it. (Need allow-stacks: true and permission).

You will then be prompted to type in the chat, how much you would like to sell this item for.
Note: You may encounter issues with the chat system if you're on a BungeeCord network that utilizes a global chat plugin like BungeeChat. In such a case will you need to use commands to create a shop!
After you completed those steps should an item be displayed on top (Can be toggled off in the configuration) and a sign with info be placed on the side of the chest. A Shop may not be created if there is no space around the chest to place down a sign.
How to buy/sell Items
To buy or sell an Item from/to a Shop will you need to left-click the sign. You will then be prompted to write the amount you want to buy/sell in chat.
Whether a shop sells or buys items depends on the displayed info on the sign.

Advanced Features
Item Preview GUI
Preview the item you will purchase before actual purchase to avoid scam!

Shop Control Panel
Shop Control Panel allows tweaks to your shop with one click, no command needs!

Shop Staff
Shop owner can able to managing shop staff by using the command /quickshop staff <add/del/list> <player>, which allow shop staff to access your shop to manage the stock.
Ender Chest Inventory Linkage
Install OpenInv and openinv compatibility module and you will be able to use /quickshop echest to link your quick shop to your ender chest inventory! So all your echest shops can share with your ender chest inventory!
Rules-Based Price Limiter
Create rules to limit shops' prices with specific materials!
Translation OTA & Override system
Unlike other plugins, QuickShop uses CrowdinOTA technology to update our translation over the air. You can always enjoy the latest translations. All translations will keep updated with the cloud. If you need to customize the translation, you can follow our guide to use the override customize system!
Shop Purger
Purge shops that owner no longer active or banned! Our compatibility modules also offer purge player shops while it leave teams/islands/lands.
Interaction Controller & Direct Trade
Custom the click behavior through interaction.yml! You can sell or buy 1 or all things directly by sneaking clicking (or any behavior you configured).
Item Stacking
Enable the allow-stack option in config.yml, then you can create a stacking shop by holding more than one item in hand. So players must buy items that are multiples of their holding.

Per shop permission management
Have you ever considered putting another player in full charge of your shop? Or just ban a player to avoid him purchase your shop? You can do this now with per shop permission management.

Compatibility Modules
QuickShop-Hikari officially provides some plugins compatibility modules to make them work more closely with QuickShop, here is a list that we currently support:
- AdvancedRegionMarket (Remove shops when region reset)
- BentoBox (Remove shops while the member was kicked out of the team)
- Clearlag (Prevent clear the QuickShop displays if you hadn't installed ProtocolLib)
- GriefPrevention (Remove shops on untrusted, unclaimed, expired, resized, etc.)
- Lands (Remove shops while member leaves)
- NoCheatPlus (anti-cheat compatibility)
- OpenInv (Offers a command
/quickshop echestto link with your EnderChest) - PlotSquared (Remove shops when a player is untrusted)
- Towny (Remove shops while resident left or plot clear/destroyed; Taxes go town bank account etc.)
- Residence (Region creation/purchase control.)
- WorldEdit (Remove shops while blocks removed by WorldEdit)
- WorldGuard (Register flags to control creates and trades in allowed regions, you usually don't need this)
- SuperiorSkyblock (Remove shops when a player kicked, un co-op, island reset etc.)
- EcoEnchants (Show EcoEnchants's enchantments)
- Reforges (Show Reforges stuff in preview item GUI)
Enhanced Addons
ShopSearch by Ronsane
Adds a /finditem command in game for searching through all the shops on the server.
[Download]
DiscordSRV
Forward in-game notifactions to Discord EmbedMessage and DM players.
Plan
Showcase your server recent QuickShop-Hikari activities like purchases and shops list.
Discount
Add discount codes to your QuickShop-Hikari server with custom name, rate, range, expired time and price threshold.
Known Incompatible Plugins
Some plugins may not work together with QuickShop and there is little we can do on our side to fix this.
- Pretty much any BungeeCord Chat plugin.
To solve the BungeeCord Chat conflicting, download and install Compat-BungeeCord compatibility module under versions. - Plugins handling BlockBreakEvents
If you are a server administrator (withquickshop.alert privileges), you will receive an admin-only message instructing you how to configure the filter.
Or you can directly disable the protection-checks, but it will allow players to create shops everywhere! - ChatControl Pro/Red
You can use
/quickshop amount <amount>to set the price instead.
Help us translate QuickShop!
You can help us to translate QuickShop into as many languages as possible!
You can find the currently worked on translations over at Crowdin:
https://crowdin.com/project/qs-hikari
Can't find your language? Open an issue on Issue Tracker!
FAQ
Q: Can I create a shop that sells AND buys items?
A: No. Each shop can only sell or buy but not both at once. You can however use a double-chest to have two shops. One buying and one selling the item.
Q: Can I use item currency like diamonds?
A: No. We won't add it. But you can choose some economy plugins that allows you to use item currency.
Q: The plugin doesn't respond when creating a shop. Is it broken?
A: Some plugins may cancel the Shop-creation. Most commonly is this the case with protection plugins. You can disable the shop.protection-checking in the config to bypass this.
Q: How can I create a Shop selling stacks?
A: To create such a shop, follow these steps:
- Set "allow-stacks" to true in the config.yml and reload the plugin.
- Give the player (Yourself) the permission quickshop.create.stacks
- Hold the number of items to buy/sell and create the shop as normal.
Q: Can I create a shop that bypasses the default vanilla stack-size?
A: Yes. Enable the custom-item-stacksize option in the config.yml and reload the plugin. Afterward, can you use /quickshop stack
Q: My shop was broken/denied by XXX non-protection plugin. Why?
A: QuickShop creates a fake BlockBreakEvent to check if you can build in that area. Some plugins may interfere with this event by canceling it. Try Use protection listener filter to fix it.
Q: How can I migrate from H2 to MySQL, MariaDB (or vice-versa)?
A: See Docs
Q: The plugin is giving a NoDefClassFound/NoMethodFound error in the console, why?
A: This may be caused either by odd plugins that QuickShop does (not) support or by having a damaged/corrupted jar of QuickShop. Try to update the plugin and also test it with ONLY QuickShop installed. If the issue persists, report it to us on GitHub!
Q: How can I change or delete some messages?
A: Edit the messages in your message.json file. To remove a message, just change its content to an empty String ("").
Q: Can you add support for plugin X?
A: Maybe. Please open an issue on our GitHub for this.
Q: It cannot load on 1.7/1.8/1.9/1.10/1.11/1.12/1.13/1.14/1.15/1.16/1.17/1.18/1.19.
A: See "Tested Minecraft Versions", latest version only supports 1.20 and above.
Migrate from QuickShop-Reremake
QuickShop-Hikari is different from Reremake and data are not compatible with each other. Hikari offers a converter that allows you to convert the data from Reremake to Hikari.
https://quickshop-community.github.io/QuickShop-Hikari-Documents/docs/addon/reremake-migrator
Bug Reports
Supports
User Documentation
Developer API
- Maven repository & QuickShopAPI
- Code Fragment -> Shop Lookup
- Code Fragment -> Register QuickShop Command
- Code Fragment -> InventoryWrapper API (Hook shop inventory to another block, entity, and plugin virtual inventory)
- Overview -> API Package
- Code Fragment -> Customize display item implement with ServiceInjector (TODO)
Javadoc can be download use Maven or checked there.
Can I repost/reprint this plugin to xxx like mcbbs etc?
We allow you to repost this plugin for free in other places as long as you follow two basic rules:
- Keep the link to the original resource (This one) and the source code link.
- Don't remove the author's name or claim that are the original authors.
- For MineBBS reposters: This resource is currently on hold pending a decision, please do not repost without authorization at MineBBS.
Metrics
展示图集



































版本与下载
推荐下载
QuickShop-Hikari-6.2.0.7.jar版本 6.2.0.7 · 3.6 MBSHA-1 81b3178533961066242f5848adc29c2de84bd2e9下载 QuickShop-Hikari-6.2.0.7.jar6.2.0.11
正式版- 加载器
- folia · paper · purpur
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
SHA-1 8401eec4e179e9176a7f0c3cd41b619ca5f6305a获取文件 QuickShop-Hikari-6.2.0.11.jarSHA-1 373e57c2a258620c30f87b0c8253e9a2788060ea获取文件 Addon-BlueMap-6.2.0.11.jarSHA-1 6e3c18481ab57dbeebac29eac8e1ae93ceab95eb获取文件 Addon-DiscordSRV-6.2.0.11.jarSHA-1 b31a5f886003ebbba5312c9da18ccf057d8969ad获取文件 Addon-Discount-6.2.0.11.jarSHA-1 849f3244de5089648e60e0ce98d01a77e68dd956获取文件 Addon-DisplayControl-6.2.0.11.jarSHA-1 f01b0dbcd2bc6378b1eed66e452eb38de555b755获取文件 Addon-Dynmap-6.2.0.11.jarSHA-1 10c680147962581e9364e0d6eb403f8655b75619获取文件 Addon-Limited-6.2.0.11.jarSHA-1 6a564337a6d49e87cf5846f6dd88892fd2edf908获取文件 Addon-List-6.2.0.11.jarSHA-1 653192d77ddac9b66666bb4f0962d1d5727f31db获取文件 Addon-Pl3xMap-6.2.0.11.jarSHA-1 cd6f5cbfbebd8895ee97d1fb9d1c60b17234d046获取文件 Addon-Plan-6.2.0.11.jarSHA-1 c09978e5684981ce9e80120e2cd0ddac3062fe8f获取文件 Addon-Quests-6.2.0.11.jarSHA-1 6bb735d5f4b40a5ace888b357838c5c4d3e38e6d获取文件 Addon-Reremake-Migrator-6.2.0.11.jarSHA-1 1c3b4b57269c4b712a8bd9e15f3055b8a8102245获取文件 Addon-ShopItemOnly-6.2.0.11.jarSHA-1 545154e78382b301850141ed30b39c0b3e9491b9获取文件 Addon-Squaremap-6.2.0.11.jarSHA-1 8ef9728f69e2400ea748f51083bedf9ea422d074获取文件 Compat-AdvancedRegionMarket-6.2.0.11.jarSHA-1 4a7f3b5c478f6f58bad999d81fa7030bebd1c8c1获取文件 Compat-BentoBox-6.2.0.11.jarSHA-1 d9b71e615942f786397cbb7b9dc21ed017c2bac7获取文件 Compat-BungeeCord-6.2.0.11.jarSHA-1 2e8a5ef2d78594c584a29748b7ba7f613e25fe7e获取文件 Compat-BungeeCord-Geyser-6.2.0.11.jarSHA-1 b65dd41b56ab18ac10a55d9f70077525bf5ac7eb获取文件 Compat-ChestProtect-6.2.0.11.jarSHA-1 4dba644260237590c025e17c6d4cd239f25eefb9获取文件 Compat-Clearlag-6.2.0.11.jarSHA-1 22a28f5546c4a79cbcbf0e747f6b685b7b3e3c0c获取文件 Compat-Dominion-6.2.0.11.jarSHA-1 03261e813b15cde4830af8ee0bae53010c274e1d获取文件 Compat-EcoEnchants-6.2.0.11.jarSHA-1 ea232039a8e7776824820c1e72628c36d556c340获取文件 Compat-EliteMobs-6.2.0.11.jarSHA-1 8cea55f29c03182202faedf02678f504ce990830获取文件 Compat-FabledSkyBlock-6.2.0.11.jarSHA-1 2f24bee2e4b705e4a86417f71427d86d5ac0518a获取文件 Compat-GriefPrevention-6.2.0.11.jarSHA-1 756a797499a98ce8bd0f8aecb3510e668574f943获取文件 Compat-HuskTowns-6.2.0.11.jarSHA-1 cb77f39feb1bf63724e3d55530bdc3db3031be63获取文件 Compat-IridiumSkyblock-6.2.0.11.jarSHA-1 2a1934c33adfe906d388e8a85dac5200991a8c16获取文件 Compat-ItemsAdder-6.2.0.11.jarSHA-1 4ea34d3ed3310c81677e7ff10840ae06d43bafa4获取文件 Compat-Lands-6.2.0.11.jarSHA-1 a1de9acd07021b3fe2adf5a13f41d363e3b28ead获取文件 Compat-MatcherPlus-6.2.0.11.jarSHA-1 af924e3f74865645edc267e26c8b12d2d173ddb2获取文件 Compat-OpenInv-6.2.0.11.jarSHA-1 967aa4c3b35320b827472938c5ca0e639388afd2获取文件 Compat-PlotSquared-6.2.0.11.jarSHA-1 c4dc382f45d350e216917c58f1c4f9eb7af50551获取文件 Compat-Reforges-6.2.0.11.jarSHA-1 12c14d0ab725b1541ba0f9a01cbc3af6c60e11ff获取文件 Compat-Residence-6.2.0.11.jarSHA-1 a02aa38c0f129d0abca29e9938a54363b7fe1069获取文件 Compat-SimpleClaimSystem-6.2.0.11.jarSHA-1 60382831bbef79596f3b90b2c24174f8f3e0d2ab获取文件 Compat-Slimefun-6.2.0.11.jarSHA-1 bd07505af8cc4e4eff7f1738e90552d4da9f75e3获取文件 Compat-SuperiorSkyblock-6.2.0.11.jarSHA-1 7fdbb249ef29680c09f8c960b47f257c7496095a获取文件 Compat-Towny-6.2.0.11.jarSHA-1 ce32c98b347f1660c7fd5590590e63c86d9e7f6b获取文件 Compat-UltimateClaims-6.2.0.11.jarSHA-1 5ef416ce918b4828709ebb3a7755bf14ce22e370获取文件 Compat-Velocity-6.2.0.11.jarSHA-1 bde045eb4c4ecae1d90a8bbbeebb2a173bfaf274获取文件 Compat-VoidChest-6.2.0.11.jarSHA-1 bd9b80e8c2b82407b4f1838d8b09f85100d58571获取文件 Compat-WorldGuard-6.2.0.11.jar展开更新日志
Major Changes
- Removed Spigot Platform Modules, and stopped loading QS if Spigot is detected. This will mean that unless the protocol changes that we use for display items, QS won't need updated for each version.
- Revamped Economy Code Completely
- New classes for all economy-related systems
- Any economy-related or benefits-related events are incompatible with previous versions.
- Added sign layout customizations per-type allowing you to change how lines are configured, an empty string('') will leave an empty line for that line of the sign.
#The layout of signs for shops.
layout:
#The layout of BUYING shops.
BUYING:
line1: "header"
line2: "trading"
line3: "item"
line4: "price"
#The layout of FROZEN shops.
FROZEN:
line1: "header"
line2: "trading"
line3: "item"
line4: "price"
#The layout of SELLING shops.
SELLING:
line1: "header"
line2: "trading"
line3: "item"
line4: "price"
- Add wildcard support for item blacklist patterns(thanks to bennycallanan)
-
Added support for wildcard patterns in the item blacklist configuration, allowing users to block entire categories of items with simple patterns.
-
Features
- Wildcard patterns like *_AXE and *_SPAWN_EGG now work in blacklist configuration
- Supports * for any characters and ? for single character matching
- Case-insensitive pattern matching
-
- Overhauled GUI system(thanks to Yusakidev)
- Implemented gui.yml configuration file for customizing the GUI.
- Implemented better filtering for qs browse
- Implement GUI system to be more stable, and less error prone.
- Added gui.yml for fully configurable GUI layouts and text
- Browse menu: search, sort (price/name/stock), and filter (all/buying/selling/in-stock)
- Staff menu: search functionality for player/staff selection
- Grouped item pages for better shop browsing
- Refactored all menu pages to use configurable display/lore
- Added worldedit compat to QS internally as it's widely used.
- Revamped the taxation system to be more flexible and easier to configure.
- introduced a new progressive tax system that allows you to tax based on the balance of players.(suggested by YuanYuanOwO)
- introduced the ability to tax the player interacting with the shop, the owner, or both
- all tax-related configurations have been moved under the shop-tax section of the config. this may require reconfiguration of your tax settings.
- added a new ShopEnhancedTaxEvent, deprecated the old ShopTaxEvent.
- Added a new TaxManager, and TaxProvider interfaces, this allows for custom tax providers to be added by addons/third-party developers.
Addons/Compats Changes
- Added UltimateClaims compat
- Added SimpleClaimSystem compat
- Added Quests by Pika addon
- Added BetonQuest addon
- Added Pl3xMap addon
- MatcherPlus Compat Improvements
- Added support for CrazyCrates
- Added support for ExcellentCrates
- Added support for SilkSpawners.
- WorldGuard Compat Improvements(Thanks to golovin12)
- Added clear permission handling:
- Region owners and members automatically have permission to create and trade in their own regions.
- Other players must have the appropriate WorldGuard flags enabled (quickshophikari-create, quickshophikari-trade) to interact with shops.
- If a shop is located outside any region, default QuickShop behavior applies (no extra restrictions)
- Added clear permission handling:
- Added colored markers based on shop state for bluemap(thanks to YusakiDev)
- Updated dynmap/towny addons to use the new ShopTypeEnhancedEvent instead of ShopTypeEvent.
- Removed worldedit compat, it's now included in the main plugin.
- Added support for global flags to the worldguard compat.
Internals/Developer APIs
- Removed several deprecated methods and classes.
- Revamped the interaction manager. It is now more flexible and allows external additions
- This involves two classes InteractionBehavior and InteractionType.
- InteractionType details the type of interaction such as: STANDING_LEFT_CLICK_SIGN, STANDING_LEFT_CLICK_SHOP
- InteractionBehavior outlines a behavior for an InteractionType such as CONTROL_PANEL and TRADE_UI
- Added UserLimitCalculationEvent, which allows for custom limits to be applied to users.
- This is useful for limiting the number of shops a user can have, or adding on to the existing limits provided by the ranks system without needing to implement a new RankLimiter.
- Added a new ShopLayoutProvider interface, and default implementation.
- This allows for custom layouts to be used for shops, allowing for more customization.
- This also allows for developers to override the default layout provider and create their own implementation.
- How to make your own?
- Implement the classes you would like to then register with the InteractionManager:
-
InteractionManager manager = QuickShop.getInstance().getInteractionManager(); manager.interaction(new MyTradeInteraction()); manager.behavior(new MyTradeBehavior());
- Replaced some Apache Commons calls that could be easily replaced with built-in java methods, reduces some calls by ~ 1100ms/method call
- Deprecated the ShopType enum, and the ShopTypeEvent. These are replaced with the new IShopType interface and implementing classes.
- The new event is ShopTypeEnhancedEvent.
- This allows for third-party addons to add their own shop types, and simplifies code checks for translations.
- Updated config system to use Boosted-yaml
- this allows for auto-updating of config files without complex update scripts
- this also allows for the config system to not be minecraft-dependent.
- Replaced logical PaperLib calls with native PaperAPI calls.
Minor Changes
- Bump Java version up to 21
- Added shop.display-allow-enchants to enable/disable enchantments for display items on shops.
- Added workaround for packetevents not supporting custom enchants on itemstacks for virtual display items.
- Using locale translations for shop-type in mode toggle icon(thanks to ExyiN)
- Bumped Residence version for the compat(thanks to YuanYuanOwO)
- add world whitelist support(thanks to wling-art)
- added /qs database save command, which saves all currently dirty-marked shops to the database.
- Split up interactions _SHOPBLOCK into _SHOPBLOCK and _CONTAINER.
- _SHOPBLOCK relates to shops, where _CONTAINER relates to shop-valid containers that are not currently shops.
- Added inventory as an option for command panel, this is useful for adding a secondary option for players to open a shop's inventory.
- Moved crowdin arguments from system properties to config.yml
- crowdin-host
- use-crowdin-ota
Fixes
- Fixes issue with item price restrictions(thanks to maxcom1)
- Fixes issue with 1.20.x protocol lib displays(thanks to YuanYuanOwO)
- Fixes issue when no item is in hand for itemdebug(thanks to YuanYuanOwO)
- Fixes issue with dominion addon(thanks to YuanYuanOwO)
- Add a simple check to avoid this. If it is not own shop, reject limit request directly.(Thanks to YuanYuanOwO)
- Fix NPE by not setting tax for price in TransactionBuilder(thanks to maxcom1)
- Fixes /quickshop suggestprice to differentiate between buy/sell shops. (Thanks to MidSpike)
- PacketEvents ClassNotFoundException with ProtocolLib(thanks to wling-art)
- Reallocate block state access to region thread for shop creation(thanks to r00tbeerman)
- resolve SLF4J StaticLoggerBinder loading error(thanks to wling-art)
- sign hijacking issue by validating sign facing direction(thanks to wling-art)
- Performance improvements for QuickShop disabling to prevent potential freezes.
- Fixed issue with 1.20.4 packetevents virtual displays not staying put.
- Fixes critical issue in GriefPrevention compatibility plugin.
- Fixes issue with shop owner not getting money when benefits active.
- Fixes for lands addon on folia, Use regionThread for Folia compatibility(thanks to YusakiDev)
- Fixes for TRADE_DIRECT on stacking shops
- Fixes issue for protocollib 5.4.0 with undocumented packet changes.
- Fixes issue where item stacks could be used on creation above the max stack size.
- Fixes issue with BukkitAudiences-related crashes on 1.21.11.
- Fix issue with shop deletion when getting too impatient.
- Fix the permission check issue when a shop owned by a non-owner is transferred to someone else. (thanks to YuanYuanOwO)
- Fix ui with supertool (thanks to YuanYuanOwO)
- Fix issue with logs generating outside debug mode.
- Fix issue with /qs find.
- Fix configuration loading timing.
- Fix configuration loading/creation warning message language.
- Fix command description language key mismatch(thanks to wling-art)
- Fix qs clean command on folia(thanks to wling-art)
- Fix per-player-shop-sign on folia(thanks to wling-art)
- Fix potential recursive deadlock in virtual display packet sending(thanks to wling-art)
- Fix configuration loading/creation warning message language.
- Fix issue with /qs browse and ShopItemOnly addon not behaving properly together on folia.
- Fix issue with PLAN using outdated APIs.
- Fix issue with /qs clean on folia.(thanks to wling-art)
- Fix issue with /qs cleanghost on folia(thanks to wling-art)
- More thread safety fixes for shops on folia.(thanks to wling-art)
- Fix owner payment calculations with benefits(thanks to wling-art)
6.2.0.10
正式版- 加载器
- folia · paper · purpur · spigot
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 1146786d1ba1f60cf13b62f55a26ecfaaff82f52获取文件 QuickShop-Hikari-6.2.0.10.jarSHA-1 c8aa943beb084fb3873e523cf157e045a1764ed9获取文件 Addon-BlueMap-6.2.0.10.jarSHA-1 6da74821cbf28678ef750ecf5da46f0700c1bfaa获取文件 Addon-DiscordSRV-6.2.0.10.jarSHA-1 b0a8487994584ef57b8eab5afca3a8b80e948256获取文件 Addon-Discount-6.2.0.10.jarSHA-1 7c2d85b3bdb9e664d5b788c2852153643988e518获取文件 Addon-DisplayControl-6.2.0.10.jarSHA-1 5409adb5bd76618117a4d35964485a5a0d14d3b0获取文件 Addon-Dynmap-6.2.0.10.jarSHA-1 dba89022c80a80785c83606e6b62fbf700dfcf47获取文件 Addon-Limited-6.2.0.10.jarSHA-1 141398c312b497cd770ef23c490454a4f87344b3获取文件 Addon-List-6.2.0.10.jarSHA-1 1254edf9d70dd672c2f5349baa08e2c5ea156146获取文件 Addon-Plan-6.2.0.10.jarSHA-1 bf60dfb28781737e0ec41cef2bb265618050f292获取文件 Addon-Reremake-Migrator-6.2.0.10.jarSHA-1 d9f1b021f71d3e4d09f2b8eff01363f4cbfa755e获取文件 Addon-ShopItemOnly-6.2.0.10.jarSHA-1 1a848e7889d89007169b7eaff4b57dcf3513a8d6获取文件 Compat-AdvancedRegionMarket-6.2.0.10.jarSHA-1 14cd0ef8288ef3b67ac23936673998810c2f0afb获取文件 Compat-AngelChest-6.2.0.10.jarSHA-1 64abf7c5baeb8b29c0b8afd66105569e69478572获取文件 Compat-BentoBox-6.2.0.10.jarSHA-1 dc377450b329298835e9b44551eecc44bfc1a33a获取文件 Compat-BungeeCord-6.2.0.10.jarSHA-1 f791ba5a5cb9bd94b0263b92a68d047c4b21bfbb获取文件 Compat-BungeeCord-Geyser-6.2.0.10.jarSHA-1 33d6e6b1d9c84989b4f58199a02236aba827d9c2获取文件 Compat-ChestProtect-6.2.0.10.jarSHA-1 498cb6c3319cfa9ee8acb6846499db76226f21eb获取文件 Compat-Clearlag-6.2.0.10.jarSHA-1 1d151ece95839d3b7f9039467c1ed34acdb90643获取文件 Compat-Dominion-6.2.0.10.jarSHA-1 9b1bdafa18ce5d70f215cd49e51442edcbe7f8b3获取文件 Compat-EcoEnchants-6.2.0.10.jarSHA-1 e447cd75502d3ceb02425460e0c777b18dabbfc7获取文件 Compat-EliteMobs-6.2.0.10.jarSHA-1 b5ed172b9212bb6f0c482dc68781c5a5a5103575获取文件 Compat-FabledSkyBlock-6.2.0.10.jarSHA-1 f6f4d8ac08b10342550c7f0076707944b3daffdb获取文件 Compat-GriefPrevention-6.2.0.10.jarSHA-1 baa546245cd1008999c554ac57aa68fbd8d8ab60获取文件 Compat-HuskTowns-6.2.0.10.jarSHA-1 83a1c65eb035732bdd254e5df3eac6d95ab53226获取文件 Compat-IridiumSkyblock-6.2.0.10.jarSHA-1 b0577be51fb8ae6f75e0df47c438b13c8eac351b获取文件 Compat-ItemsAdder-6.2.0.10.jarSHA-1 026bcb32087bb69c0636b5c34fa2adf26fc6dfbf获取文件 Compat-Lands-6.2.0.10.jarSHA-1 5647b902c161749d6793bd68864e87dddaa3445f获取文件 Compat-MatcherPlus-6.2.0.10.jarSHA-1 54d545596ca73c8b6a85e1741bd38677b67fd867获取文件 Compat-OpenInv-6.2.0.10.jarSHA-1 48be6c7b8c06dbba8806ac8d7fc62802d436469f获取文件 Compat-PlotSquared-6.2.0.10.jarSHA-1 e178fd5783c55e8b0240abb195d1b89bc071b2eb获取文件 Compat-Reforges-6.2.0.10.jarSHA-1 498d1831242e30237f3a4eaed898e119696521c4获取文件 Compat-Residence-6.2.0.10.jarSHA-1 91356083321f29212d67f07dc30f3cbfd50a340a获取文件 Compat-Slimefun-6.2.0.10.jarSHA-1 33bbddd0c2c03a99a2824c17ecd406f37b1a6263获取文件 Compat-SuperiorSkyblock-6.2.0.10.jarSHA-1 66fecfc48c45fef67c438dc3021b9117a2ca12a4获取文件 Compat-Towny-6.2.0.10.jarSHA-1 18853192f9b33f236a2255bb6892029dd9032bd2获取文件 Compat-Velocity-6.2.0.10.jarSHA-1 d931c1200d3d49ac0e0a48c5fe74bb5236c1e4c3获取文件 Compat-VoidChest-6.2.0.10.jarSHA-1 fcadb0e4ad5085dd9e2eae08e7ac5f6b00f8ccd4获取文件 Compat-WorldEdit-6.2.0.10.jarSHA-1 f71dc7553c6694e8f073026b27f8d84cd53b262f获取文件 Compat-WorldGuard-6.2.0.10.jar展开更新日志
6.2.0.10
Major Changes
- Added support for 1.21.6 for paper(spigot has not been updated as we look to deprecate spigot support, nag the spigot developers about modernizing their API)
- Added support for 1.21.7 for paper(spigot has not been updated as we look to deprecate spigot support, nag the spigot developers about modernizing their API)
- Added support for 1.21.8 for paper(spigot has not been updated as we look to deprecate spigot support, nag the spigot developers about modernizing their API)
- Some internal updates for packetevents(2.9.0 is now required.)
- Updated Lands support
Addon Changes
- Added MatcherPlus Addon
- Allows support for BreweryX and AdvancedItems stacks in shops with improved matching abilities
- Added FabledSkyblock Compat
- Added Dominion Compat
- Added HuskTowns Compat
- Added IridiumSkyblock Compat
- Added member-create for member creation in ARM compat
- Added admin-override and quickshop.arm.admin permission for admin overrides in ARM
Minor Changes
- Added configurations for the coordinates of the display item.
- Added /qs toggledisplayall on/off server/owned
- Players need to have permission node quickshop.toggledisplayall.admin to toggle all on the server.
- Added ability to use abbreviations in /qs price and /qs create commands such as 2.5k for 2500
- Added ability to set default display status using shop.default-display in config.yml
Fixes
- Fixed issue with display item being sent to the moon on 1.21.5
- Fixed issue where TRADE_UI interactions interfered with quick create.
- Fixed issue with displays on protocollib falling through the chest
- Fixed issue with signs on .9 and previous .10 snapshots on early versions
- Implemented some performance improvements for paper servers
- Fixed all outstanding issues with Folia usage.(thanks to RootB33R/SleazLee for contributions)
Possible 6.2.0.11 Features
Here's an outline for some features that may arrive in 6.2.0.11:
- Additional compats/addons that have been piling up.
- gradle?(interested to see compilation time uplifts)
- Update documentation
- Update configuration comments
- Update configuration system?
- auto updating?
- Allows removal of the update code
- Remove waste spigot modules?
- Any versions of 1.20 that can be discarded due to low use?
- Bug fixing, of course
- Sign parser implementation?
- probably have to re-evaluate since it's been awhile since it has been looked at...
6.2.0.9-RELEASE-1
正式版- 加载器
- folia · paper · purpur · spigot
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 892ac88dc494467a178df4367a67a6d288184396获取文件 QuickShop-Hikari-6.2.0.9-RELEASE-1.jarSHA-1 5ce84feabba350f3b3f9159a594e0300e6519401获取文件 Addon-BlueMap-6.2.0.9-RELEASE-1.jarSHA-1 c58cd99bbe756ebc16e0552f1fdbbc1dbf08ccc8获取文件 Addon-DiscordSRV-6.2.0.9-RELEASE-1.jarSHA-1 fc3c150d6101eb830495c205641b23cd33033455获取文件 Addon-Discount-6.2.0.9-RELEASE-1.jarSHA-1 de3a2ebb78d1d5e9898e585d75b73a06363e91b3获取文件 Addon-DisplayControl-6.2.0.9-RELEASE-1.jarSHA-1 9d54fe192a014e24297db32d7f678febe36fef82获取文件 Addon-Dynmap-6.2.0.9-RELEASE-1.jarSHA-1 344619ac91effd593032c82ba03eb24ea7a67155获取文件 Addon-Limited-6.2.0.9-RELEASE-1.jarSHA-1 67f76c55ee93ee9971261601701c91d918464d7c获取文件 Addon-List-6.2.0.9-RELEASE-1.jarSHA-1 f6e2945b4d9c3bce020e789286de8842886e0e6a获取文件 Addon-Plan-6.2.0.9-RELEASE-1.jarSHA-1 eef0e5284c4fb8d1f4d713dd5fe7b5e453f92544获取文件 Addon-Reremake-Migrator-6.2.0.9-RELEASE-1.jarSHA-1 3aa506afcbf457cc1f89ddc20af023dc6d8c9824获取文件 Addon-ShopItemOnly-6.2.0.9-RELEASE-1.jarSHA-1 9bd30d3ef6095eb3fd7d1a073580124b8121de3e获取文件 Compat-AdvancedRegionMarket-6.2.0.9-RELEASE-1.jarSHA-1 7c821c2f252fc8df833ded0c8805e7971831624c获取文件 Compat-AngelChest-6.2.0.9-RELEASE-1.jarSHA-1 e2b29b5acd1089bb8fe10807b45117a7b9d97704获取文件 Compat-BentoBox-6.2.0.9-RELEASE-1.jarSHA-1 e726955990893e3d4200bcb262aac95c102c24c5获取文件 Compat-BungeeCord-6.2.0.9-RELEASE-1.jarSHA-1 b275cc1d55fb99e8349e6773b022f16e08ca2282获取文件 Compat-BungeeCord-Geyser-6.2.0.9-RELEASE-1.jarSHA-1 1714537a3029041c5894eb830bb886e83328d2a7获取文件 Compat-ChestProtect-6.2.0.9-RELEASE-1.jarSHA-1 91a3fcce60fd7551b1e55f93b3abe57a60d4a72c获取文件 Compat-Clearlag-6.2.0.9-RELEASE-1.jarSHA-1 f7d54429802e9cc6aeaa4a668cbdcc28dba60fd1获取文件 Compat-EcoEnchants-6.2.0.9-RELEASE-1.jarSHA-1 fe7941e73bf915e9961001ac61ca8c5f6db39fc4获取文件 Compat-EliteMobs-6.2.0.9-RELEASE-1.jarSHA-1 f11c472ce3fd9227275cc05959bafc5f15c34883获取文件 Compat-GriefPrevention-6.2.0.9-RELEASE-1.jarSHA-1 31d717119c0e48fb68ac599594c806628b70da1d获取文件 Compat-ItemsAdder-6.2.0.9-RELEASE-1.jarSHA-1 c8185bd53d7eb4dad3acc693a95b167819f79a46获取文件 Compat-Lands-6.2.0.9-RELEASE-1.jarSHA-1 fc53e933840a0889ed245a8f2c9258d00f38e35e获取文件 Compat-OpenInv-6.2.0.9-RELEASE-1.jarSHA-1 4e9b5084d971715a5a33ecb9886524e1cfec0f3c获取文件 Compat-PlotSquared-6.2.0.9-RELEASE-1.jarSHA-1 2b845f9d6abf092dce68067d93e4d5473199de22获取文件 Compat-Reforges-6.2.0.9-RELEASE-1.jarSHA-1 87301b04c21be9d3f76ac62854f9ecd996c194d5获取文件 Compat-Residence-6.2.0.9-RELEASE-1.jarSHA-1 ef06b04a8c0e5629abd71e54e86d89659514039c获取文件 Compat-Slimefun-6.2.0.9-RELEASE-1.jarSHA-1 65c4c0d58503119152b7fcc29f239ed02ab4d4a1获取文件 Compat-SuperiorSkyblock-6.2.0.9-RELEASE-1.jarSHA-1 babc5ccbf78ad0b391d1d5c8f039a832f835326d获取文件 Compat-Towny-6.2.0.9-RELEASE-1.jarSHA-1 6c6826720e1a16c2c97bc9e4a7e5baa81ce99de2获取文件 Compat-Velocity-6.2.0.9-RELEASE-1.jarSHA-1 6f43403aec7b887b1eca04ae027b64041c7fe61f获取文件 Compat-VoidChest-6.2.0.9-RELEASE-1.jarSHA-1 f02ec1ab439fd3c8479d8c4cfcc1de0ffd3b7b76获取文件 Compat-WorldEdit-6.2.0.9-RELEASE-1.jarSHA-1 312d7e4a020660689e4bf9774aa9a50acb57821a获取文件 Compat-WorldGuard-6.2.0.9-RELEASE-1.jar展开更新日志
6.2.0.9 - Important Note: Contains Exploit Fix, Please Update ASAP.
Remember to backup your DB before updating.
Major Changes
Exploit Fix Included for GUI Exploit
This build fixes an exploit in the GUI system that was recently outlined.
Lots of Events Changes
See discord changelog for event system here
Control Panel Component System Overhaul
The shop control panel system has been overhaul to separate it into different classes. This allows third-party plugins to add additional components to the control panel easily. There was also an added event, ControlComponentGenerateEvent, which is called PRE, MAIN, and POST of a ControlComponent being generated. The MAIN phase supports changing the ControlComponent object with a custom one that will replace the original during control panel sending.
Introduction of the Revamped Packet System
-
About:
- A modular and scalable system for managing packets related to virtual display items in Minecraft.
- Supports both ProtocolLib and PacketEvents libraries for greater flexibility.
-
Custom Packet Factories:
- Modular implementation of
PacketFactoryfor game versions 1.20.x and 1.21.x. - Packet types:
- Spawn Packet: Spawns a virtual item entity at a specific location.
- Metadata Packet: Updates the visual properties of virtual items.
- Velocity Packet: Adds motion/velocity to entities (currently optional).
- Destroy Packet: Removes the entity from the client view.
- Modular implementation of
-
Error Handling and Logging:
- Enhanced debug logs to trace packet-related issues.
- Detailed error messages for missing factories or unregistered listeners.
Improvements:
- Better modular design to facilitate support for future Minecraft versions.
Deprecations:
- Legacy packet handling mechanisms replaced with this new Packet System.
Event System Overhaul
Added
- event/Phase.java - Introduces a phase-based event system to track different stages of an event lifecycle.
- event/PhasedEvent.java - Defines events that occur within different phases, allowing better event state management.
Packet Handling Events:
- event/packet/handler/PacketHandlerAddedEvent.java - Triggered when a new packet handler is registered in the system.
- event/packet/handler/PacketHandlerInitEvent.java - Fired when a packet handler is initialized, useful for debugging or custom setups.
- event/packet/send/PacketHandlerSendDestroyEvent.java - Dispatched when a packet instructs a client to remove an entity from their view.
- event/packet/send/PacketHandlerSendMetaEvent.java - Fired when metadata about an entity is sent via packets.
- event/packet/send/PacketHandlerSendSpawnEvent.java - Triggered when an entity is spawned using packet-based communication.
Shop Events
- ShopUpdateEvent has been replaced with the ShopDatabaseEvent
- ShopAuthorizeEvent has been replaced with the ShopPermissionCheckEvent
- ShopClick, ShopCreate, ShopDelete, ShopLoad have been replaced with similar named events, but they are in the event.management package now, and are phased events.
Shop Settings Events:
- event/settings/ShopSettingEvent.java - Generic event to handle changes in shop settings dynamically.
- event/settings/package-info.java - Documentation package containing metadata for shop settings.
Shop Type-Specific Settings:
- event/settings/type/ShopCurrencyEvent.java - Handles changes in the currency type used in a shop.
- event/settings/type/ShopDisplayEvent.java - Triggers updates when a shop’s display settings (e.g., holograms, signs) are modified.
- event/settings/type/ShopItemEvent.java - Fired when the main item being sold in a shop is changed.
- event/settings/type/ShopNameEvent.java - Occurs when a shop’s name is updated.
- event/settings/type/ShopOwnerEvent.java - Manages ownership transfers and modifications in a shop.
- event/settings/type/ShopOwnerNameEvent.java - Triggered when the owner's display name is modified.
- event/settings/type/ShopPlayerGroupEvent.java - Handles updates to the player group associated with a shop.
- event/settings/type/ShopPriceEvent.java - Dispatched when an item’s price is changed in a shop.
- event/settings/type/ShopSignLinesEvent.java - Manages updates to sign-based shop displays.
- event/settings/type/ShopTaxAccountEvent.java - Fired when a shop's tax account information is modified.
- event/settings/type/ShopTypeEvent.java - Tracks changes in the classification or type of shop.
- event/settings/type/ShopUnlimitedEvent.java - Handles changes to a shop’s unlimited stock setting.
Shop Benefit System:
- event/settings/type/benefit/ShopBenefitAddEvent.java - Fired when a new benefit (e.g., discounts, loyalty rewards) is added to a shop.
- event/settings/type/benefit/ShopBenefitEvent.java - General event for tracking shop benefit modifications.
- event/settings/type/benefit/ShopBenefitRemoveEvent.java - Triggered when a shop benefit is removed.
Removed
- event/details/ShopItemChangeEvent.java - Replaced with
ShopItemEvent.javafor a more consistent structure. - event/details/ShopNamingEvent.java - Merged into
ShopNameEvent.java. - event/details/ShopOwnerNameGettingEvent.java - Superseded by
ShopOwnerNameEvent.java. - event/details/ShopOwnershipTransferEvent.java - Now handled by
ShopOwnerEvent.java. - event/details/ShopPlayerGroupSetEvent.java - Integrated into
ShopPlayerGroupEvent.java. - event/details/ShopPriceChangeEvent.java - Merged into
ShopPriceEvent.java. - event/details/ShopTypeChangeEvent.java - Replaced by
ShopTypeEvent.java. - event/details/ShopUnlimitedStatusEvent.java - Now managed under
ShopUnlimitedEvent.java. - event/display/ShopDisplayItemDespawnEvent.java - Removed in favor of
ShopDisplayEvent.java. - event/display/ShopDisplayItemSafeGuardEvent.java - Consolidated into a broader display event category.
- event/economy/ShopTaxAccountChangeEvent.java - Now included in
ShopTaxAccountEvent.java. - event/economy/ShopTaxAccountGettingEvent.java - No longer necessary due to a refactored shop economy system.
- event/packet/PacketHandlerAddedEvent.java - Moved to
event/packet/handler/PacketHandlerAddedEvent.java. - event/packet/PacketHandlerInitEvent.java - Now handled by
event/packet/handler/PacketHandlerInitEvent.java.
Modified
- event/AbstractQSEvent.java - Updated base event structure to support phase-based execution.
- event/QSCancellable.java - Added new cancel conditions to prevent unintended event termination.
Packet Events:
- event/package-info.java - Updated to reflect new event structures.
- event/packet/PacketHandlerEvent.java - Now supports additional packet handling scenarios.
Minor Changes
- If a player doesn't have permissions for CONTROL_PANEL_UI it'll open the TRADE_UI for them
- Added the quickshopdontsend override to allow server owners to prevent certain messages from sending(paper only)
- Made it so invalid chat entries for UIs escape the chat ui
Config Changes
- added shop.control-panel to control what components of the text control panel are enabled.
- added shop.sign-wax to control if the shop sign is waxed or not, default is false.
- added shop.display-protocol which allows you to select packetevents or protocollib for packet handling
Fixes
- readded the /qs history permissions to the default quickshop.player
- fixed issue where some folks wouldn't have the encoded db column
- Fixed issue with reached-maximum-can-create not being implemented correctly
- fixed issue where pistons would move shulker shops.
- fixed issue where colored shulkers could be bought and put inside non-colored shulker
- fixed issue with griefprevent /transfer command not unregistering owner
- fixed issue where signs weren't updated when lock was set to false
- Fixed issue where slime compat explosive pick wasn't being caught by QS(Thanks to YuanYuanOwO and Starfruit)
- Fixed exploit(thanks to macaw/casper for being the first to report this)
Version Changes
- Removed support for 1.18 and 1.19. These versions had minimal usage.
- Added support for 1.21.5
6.2.0.8
正式版- 加载器
- folia · paper · purpur · spigot
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 fd14d5ba338e408c0dbcb19caf6b37e6f3768ebb获取文件 QuickShop-Hikari-6.2.0.8.jarSHA-1 d9cd1d78bfda7b7de2f810980301776806204f5f获取文件 Addon-BlueMap-6.2.0.8.jarSHA-1 8c791e2c1db60e8a4bfcf07f758a6903ccc8c116获取文件 Addon-DiscordSRV-6.2.0.8.jarSHA-1 ad260b116fa92c659e95c2625d1c16cf6c618bad获取文件 Addon-Discount-6.2.0.8.jarSHA-1 3d7a2fcb184823874d9b058a8f5cb278e596942a获取文件 Addon-DisplayControl-6.2.0.8.jarSHA-1 71900c2db98020c390bc6c68c6835c5e2f55af82获取文件 Addon-Dynmap-6.2.0.8.jarSHA-1 84beea0b9f2bfbd04b83f8b4774ddc82730b5328获取文件 Addon-Limited-6.2.0.8.jarSHA-1 ca55547db469195b3b510d5b011ae6879eb99914获取文件 Addon-List-6.2.0.8.jarSHA-1 116e871d3db921ecc5b13be68f04bdbc0537d02f获取文件 Addon-Plan-6.2.0.8.jarSHA-1 53fffe22d58f49875add85896c6783285e77a785获取文件 Addon-Reremake-Migrator-6.2.0.8.jarSHA-1 4a4d22b38fef6dcdb42e7a5972a5bdaf4e738783获取文件 Addon-ShopItemOnly-6.2.0.8.jarSHA-1 20eaab0470d87d4e13a684598c3e8fa5c02ce7eb获取文件 Compat-AdvancedRegionMarket-6.2.0.8.jarSHA-1 ac65ffe9b223d301db44cb9190dde730b9e995fe获取文件 Compat-AngelChest-6.2.0.8.jarSHA-1 4cfd55ef6b642e32fbeac124904d425fd928683f获取文件 Compat-BentoBox-6.2.0.8.jarSHA-1 a927c4ce0df66f833de82cb9144131c415b12331获取文件 Compat-BungeeCord-6.2.0.8.jarSHA-1 2e03be27638a6f4271ac7e5903024eed3b9b51c5获取文件 Compat-BungeeCord-Geyser-6.2.0.8.jarSHA-1 4ca1a01779866a3aa6879e5294533281f432e324获取文件 Compat-ChestProtect-6.2.0.8.jarSHA-1 ed8d6ce4d215e94cdb76168e3d0d00cc6131e179获取文件 Compat-Clearlag-6.2.0.8.jarSHA-1 12625d3738c4266b0f15e10f5d21be432a0364a7获取文件 Compat-EcoEnchants-6.2.0.8.jarSHA-1 392c5027fd49a69e7111e96bb4be13c88a1e7627获取文件 Compat-EliteMobs-6.2.0.8.jarSHA-1 030ed028389cfbf194baa271c1f59bd9d3c6df44获取文件 Compat-GriefPrevention-6.2.0.8.jarSHA-1 e989c2543f30e7d2abddb2269bc6430243e1fb51获取文件 Compat-ItemsAdder-6.2.0.8.jarSHA-1 29096b49984b3462139fff172cdec59706bc6fb5获取文件 Compat-Lands-6.2.0.8.jarSHA-1 ba158cf0cc4c4f78b989eb0ff2fe85932a49949e获取文件 Compat-OpenInv-6.2.0.8.jarSHA-1 a933aec01416b61b3ccbba9efec9a570d6001f31获取文件 Compat-PlotSquared-6.2.0.8.jarSHA-1 f3ebd150d8c1067fbc173271284142510cac861c获取文件 Compat-Reforges-6.2.0.8.jarSHA-1 28068b50cc1f9eb5243a8b9c2d6c88dafa49f89b获取文件 Compat-Residence-6.2.0.8.jarSHA-1 2c81556fcc634e9d80c42f96192b63a53070b5bd获取文件 Compat-Slimefun-6.2.0.8.jarSHA-1 6a2546474acc68e9b223eb24983eaf7016692841获取文件 Compat-SuperiorSkyblock-6.2.0.8.jarSHA-1 c55c7bdcceff3c944e4acea8963f0768cc45d326获取文件 Compat-Towny-6.2.0.8.jarSHA-1 34d010991d016a89aa33e445d2c3701ff46151ab获取文件 Compat-Velocity-6.2.0.8.jarSHA-1 7a35a701a10eb66b1d0267aa21af5e4b2431b45d获取文件 Compat-VoidChest-6.2.0.8.jarSHA-1 b268f80bfb7cf3539a615673ff2a9355c8533b9d获取文件 Compat-WorldEdit-6.2.0.8.jarSHA-1 1074b32621904548c9d43c39f575695ce2561a24获取文件 Compat-WorldGuard-6.2.0.8.jar展开更新日志
6.2.0.8
Major Changes
- Added initial Folia Support
- CONTROL_PANEL_UI is a new interaction that allows you to use a GUI control panel instead of the chat one.
- From this GUI you can add/remove staff, transfer ownership, set selling mode of shop, change the price and delete the shop!
- Readded QS History GUI
- Removed Real Item and Entity displays; They provided no advantages over virtual displays and mainly caused issues.
- If protocol lib is not up-to-date/installed it will default to no display.
- Added /qs browse [world], which allows a player to view the shops by server or by world depending of if they attach world as an argument
- Added TRADE_UI interaction, which opens up a GUI-based trading menu for the player to buy/sell predefined, and custom amounts from/to a shop.
- Updated to MC 1.21.3, MC 1.21.4.
- Added VaultUnlocked Support
Minor Changes
- Added 2 new interaction behaviours that will be coming soon. CONTROL_PANEL_UI and TRADE_UI
- Made it so that when price change fees are set to 0, the fee charge message isn't sent.
- Added /qs staffall to manage staff for all shops.
- Added a new shop mode, frozen.
- This allows admins/shop staff to hault trading with the shop temporarily
- This mode was added to the Shop Keeper menu.
- This mode was added to the text-based control panel.
- This mode introduces new commands: /qs silentfreeze and /qs freeze
- Made the default action for /qs suggestprice try to use the itemstack in hand when shop not in sight.
- Added shop.finding.global to remove distance limit for /qs find
- Made sign shop sign waxed to prevent modifications(thanks to ThiagoROX)
- Add SignOpen listener(thanks to ThiagoROX)
- Add sub command overrides(thanks to ThiagoROX)
Internals
- Added style guidelines.
- Added final inside code where possible.
- Made ShopNamingEvent get called when unsetting shop name.
- Added ShopUnlimitedStatusEvent that is called when changing the unlimited status of a shop.
- Rearranged Events into different packages. This will break plugins that rely on the events.
Discord Changes
- Added Sponsor role for those that sponsor through GitHub.
Compat Plugins
- Towny
- Added ruined town config to remove shops when town goes into ruins.
Addon Plugins
SuperiorSkyblock
- Made it so the compat plugin can delete shops when someone is banned from an island.
Fixes
- Fixed issue with Velocity and Bungee Compat Jars
- Fixed issue with Towny Compat Jar not removing shops when plot is cleared, or town is deleted.
- Fix item restrictions being bypassed using shulkers(thanks to TauCubed)
- Fix Towny town/nation account lookup with Essentials(thanks to galacticwarrior9)
Notes
- Pending removal of 1.18/1.19 support soon.
6.2.0.7
正式版推荐- 加载器
- paper · purpur · spigot
- MC 版本
- 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
SHA-1 81b3178533961066242f5848adc29c2de84bd2e9获取文件 QuickShop-Hikari-6.2.0.7.jarSHA-1 d06c359571d1c55d91c6cb8bb979c67d33a1521f获取文件 Addon-BlueMap-6.2.0.7.jarSHA-1 337f545d65e40070d1d0431c20bed6208720ddbc获取文件 Addon-DiscordSRV-6.2.0.7.jarSHA-1 3da71b790d36c3d697e18e2d4d29dc34e080bc03获取文件 Addon-Discount-6.2.0.7.jarSHA-1 a361bc82264fac23a4883e78b1b9a3050ed471a7获取文件 Addon-DisplayControl-6.2.0.7.jarSHA-1 ed124eba3044287c8694f37ccc9d1e82261c63d3获取文件 Addon-Dynmap-6.2.0.7.jarSHA-1 ae5360da23aa107a572873af842ffa6f6084b79b获取文件 Addon-Limited-6.2.0.7.jarSHA-1 dd1990e7c5e76a161961d1febeeed5a8920212a6获取文件 Addon-List-6.2.0.7.jarSHA-1 1a6694dc938d474e1192188e3a517e0c98c2f7d0获取文件 Addon-Plan-6.2.0.7.jarSHA-1 a5ed1dd02d80e127ad5fb1a303da0cca366e70cc获取文件 Addon-Reremake-Migrator-6.2.0.7.jarSHA-1 ad5ede36ae0e563e514b1a96040f975eae61e905获取文件 Addon-ShopItemOnly-6.2.0.7.jarSHA-1 c10c8cd5889ba246b5b38c434fe417ad5af86dba获取文件 Compat-AdvancedRegionMarket-6.2.0.7.jarSHA-1 5883a5f7f015d8f6d6878cc30884c5e122316ced获取文件 Compat-AngelChest-6.2.0.7.jarSHA-1 616ef6da5f07f8976b732cc36aafaf3a45955a2f获取文件 Compat-BentoBox-6.2.0.7.jarSHA-1 2f897fc81f80ca3979a0d432607308be585ca336获取文件 Compat-BungeeCord-6.2.0.7.jarSHA-1 a00a6e9d62bc7f248e63a218a13ae19a7640dcfe获取文件 Compat-BungeeCord-Geyser-6.2.0.7.jarSHA-1 24ff76655507c06d67d30f8ed6715d592c00b991获取文件 Compat-ChestProtect-6.2.0.7.jarSHA-1 82c2dd657203ac16d4a818a026323731f8432463获取文件 Compat-Clearlag-6.2.0.7.jarSHA-1 fba6aa33103deae0bb97027f45b6b74c8bbacc37获取文件 Compat-EcoEnchants-6.2.0.7.jarSHA-1 72a7c631360280174cd422d636db8c0f7709ae0e获取文件 Compat-EliteMobs-6.2.0.7.jarSHA-1 355c772845ed2a4e7cdd7e251eb46b23bb710a0a获取文件 Compat-GriefPrevention-6.2.0.7.jarSHA-1 c1f1ec7c7aaaef39f0991db7642ece8a40721c9a获取文件 Compat-ItemAdder-6.2.0.7.jarSHA-1 8c77ad1449359965fd4b9df86d51f8ff79e1909d获取文件 Compat-Lands-6.2.0.7.jarSHA-1 d4a6342f540dca0f477a4c60b77baa4b0a72dca5获取文件 Compat-OpenInv-6.2.0.7.jarSHA-1 0ef5584ccd0bae4d6c96a9291236632c1964972f获取文件 Compat-PlotSquared-6.2.0.7.jarSHA-1 4c9a512982845a7c0c01331abd47b3f8c19d7ed6获取文件 Compat-Reforges-6.2.0.7.jarSHA-1 84a2be471277d043852cc9c38aabee657396e219获取文件 Compat-Residence-6.2.0.7.jarSHA-1 2dc57bf4c2efd8f08a4eba27e96e33b08315ae32获取文件 Compat-Slimefun-6.2.0.7.jarSHA-1 33706c74a2077fd8d52d48c71364721c9b410680获取文件 Compat-SuperiorSkyblock-6.2.0.7.jarSHA-1 1beadb4b0dff3a3b05ea26583798769fa55f669d获取文件 Compat-Towny-6.2.0.7.jarSHA-1 d8d814a5dc15a3ae4bd3c76d83fe4d14c362e41a获取文件 Compat-Velocity-6.2.0.7.jarSHA-1 f8aad3467cafdff213a17496bd643d8cff4b6fb8获取文件 Compat-VoidChest-6.2.0.7.jarSHA-1 5dc497ffbd402e04b55a4294d233541e1e8883f3获取文件 Compat-WorldEdit-6.2.0.7.jarSHA-1 d713124c530c636f1f56500f6cf99b7980d43ea8获取文件 Compat-WorldGuard-6.2.0.7.jar展开更新日志
Changelog
- Completely rewrote display item code
- Added new completely revamped item matcher, set work-type to 3 which corrects lots of issues(still in testing phase)
- Added 1.21.1 support, this will be the new default, which should allow for future updates to continue to work so long as the protocol doesn't change.
- Add finding enchantments on books and gear support for find sub command(thanks SarahGreyWolf)
Other Notes
- Testing builds for folia support may be found on the discord.
- RealItemDisplay will be getting removed in a future release. It is inefficient and causes more issues than it's worth. Please move to virtual displays.
6.2.0.6
正式版推荐- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 9666651ec90676cfda4ec91c0c9320f11eac2cb6获取文件 QuickShop-Hikari-6.2.0.6.jarSHA-1 45fc2ee2d86378770c70ccb552ea123dd2af6f3f获取文件 Addon-BlueMap-6.2.0.6.jarSHA-1 ea0cbc614a43461ff8d5afc05f3f5e9bf3e3a060获取文件 Addon-DiscordSRV-6.2.0.6.jarSHA-1 46a9c0c53427014d1424d8909e24f271116bb8b3获取文件 Addon-Discount-6.2.0.6.jarSHA-1 20674a1e9b4b3786895a55284b07ef8b1e5aa9b1获取文件 Addon-DisplayControl-6.2.0.6.jarSHA-1 9cf27bcc348ac00fb902062fe9b4b6dd1db62cde获取文件 Addon-Dynmap-6.2.0.6.jarSHA-1 108dbae9117f6b215ce1773912ebc9eb2fea7b47获取文件 Addon-Limited-6.2.0.6.jarSHA-1 7763563328ce2ed2ea5a08cde9c50bb4d75d6439获取文件 Addon-List-6.2.0.6.jarSHA-1 c1bdfeb9017522471595e6b2bc18f83919b69eb9获取文件 Addon-Plan-6.2.0.6.jarSHA-1 106b94142b7f7ff6ceee64d55ef1dee48ae5e5d4获取文件 Addon-Reremake-Migrator-6.2.0.6.jarSHA-1 5f3bf45e514e253871ab51763d5a017d29147332获取文件 Addon-ShopItemOnly-6.2.0.6.jarSHA-1 63cf663545db98b91e0ea42dbd8f0a33df25a509获取文件 Compat-AdvancedRegionMarket-6.2.0.6.jarSHA-1 903b7581c54766033270e5314acc237b4b9b0fa2获取文件 Compat-AngelChest-6.2.0.6.jarSHA-1 82f6e8385f9c3c300a8cf8bb956a2c3e137e88e4获取文件 Compat-BentoBox-6.2.0.6.jarSHA-1 b2aa0ad565e6c4a33c866bad5922f6684931a81e获取文件 Compat-BungeeCord-6.2.0.6.jarSHA-1 a9068759ac6596bea584df52308b70f81ea80e69获取文件 Compat-BungeeCord-Geyser-6.2.0.6.jarSHA-1 6c8d5ab1ad58f5cdee356fc99f49252de80d0829获取文件 Compat-ChestProtect-6.2.0.6.jarSHA-1 6acb74086f0074cf939bc8d693167fc5627b3326获取文件 Compat-Clearlag-6.2.0.6.jarSHA-1 64b52fe1a4f8a12c105167812d54308036e357d1获取文件 Compat-EcoEnchants-6.2.0.6.jarSHA-1 7e2422d27a14732f5e1809cc3cd7a97c32a8440a获取文件 Compat-EliteMobs-6.2.0.6.jarSHA-1 0272734add2f1f8a26b11176a2d8a8435a754485获取文件 Compat-GriefPrevention-6.2.0.6.jarSHA-1 2e9fa53d30fd3b400637758c669893020a831741获取文件 Compat-ItemAdder-6.2.0.6.jarSHA-1 15692a56c81e8236b6a8d2a300dfbe17981da585获取文件 Compat-Lands-6.2.0.6.jarSHA-1 bb0c0bdf20d1008194659af5df18faa6d2051efc获取文件 Compat-OpenInv-6.2.0.6.jarSHA-1 dba9c659cf8f27b0d22e9ae8a91d88e59a4a0b75获取文件 Compat-PlotSquared-6.2.0.6.jarSHA-1 344ba2b8abc6e3c01a22b383ad2e8f4ea99ecfa3获取文件 Compat-Reforges-6.2.0.6.jarSHA-1 711fe5eeb6992ee7da572cc09e04f7c9a0e55c97获取文件 Compat-Residence-6.2.0.6.jarSHA-1 43a7ed452406ab4fc111ec5bd0ccb4bcbb07aaf8获取文件 Compat-Slimefun-6.2.0.6.jarSHA-1 5afd2d93648381a895952d09f4946a1fe2768157获取文件 Compat-SuperiorSkyblock-6.2.0.6.jarSHA-1 9fde7051d371537be6ba72df4bafa1a5c2c40022获取文件 Compat-Towny-6.2.0.6.jarSHA-1 011d95092c308d2c845803dd41c4880274865933获取文件 Compat-Velocity-6.2.0.6.jarSHA-1 737a77cf9e92734d5301f0cd8c8a49bbfdd35f56获取文件 Compat-VoidChest-6.2.0.6.jarSHA-1 84de33d1c20b63edd1556579693f51d7f84c1f5c获取文件 Compat-WorldEdit-6.2.0.6.jarSHA-1 7575615656bd30d656d5431da8f76d7356eb7f5e获取文件 Compat-WorldGuard-6.2.0.6.jar展开更新日志
Bug Fixes
- Fixed exploit with shop items and certain functionality(thanks to bridgelol)
- Temporarily disabled QS history while working on replacement due to errors end-users are running into.
- Fixed issue with enchantment restrictions not detecting them in enchanted books(thanks toTauCubed)
What's Changed
Full Changelog: https://github.com/QuickShop-Community/QuickShop-Hikari/compare/6.2.0.5...6.2.0.6
6.2.0.5
正式版推荐- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 bcfdddcb4696c58e476a6fa63b3721ae7bfa031e获取文件 QuickShop-Hikari-6.2.0.5.jarSHA-1 2619a970503cb7d6d7c8232b68277ffd5a7a177a获取文件 Addon-BlueMap-6.2.0.5.jarSHA-1 4c40515514f8ce491031f6661b11c896ff31c96c获取文件 Addon-DiscordSRV-6.2.0.5.jarSHA-1 59de1c5c639430345fe7a8fda39b2a35f8a1d20c获取文件 Addon-Discount-6.2.0.5.jarSHA-1 3ef6c4d88f3bdcc927346a8af467116adf79bb5e获取文件 Addon-DisplayControl-6.2.0.5.jarSHA-1 df444b18d5901bcefcced64a86c1351b47ebfa5a获取文件 Addon-Dynmap-6.2.0.5.jarSHA-1 178be3b306ebb24bff2556accf94746c7adbf86a获取文件 Addon-Limited-6.2.0.5.jarSHA-1 20ba012ee798e19583da3ea8a9d54e17c4e69efd获取文件 Addon-List-6.2.0.5.jarSHA-1 56e4a61123bdb4168e712ab5a4f8e944bbb8f480获取文件 Addon-Plan-6.2.0.5.jarSHA-1 023e7cd7b9bd2c5e074e6923b934fe2c9d2dcd6a获取文件 Addon-Reremake-Migrator-6.2.0.5.jarSHA-1 35097f8ffa7122c1384151cd5c28cfae1fe4a6f7获取文件 Addon-ShopItemOnly-6.2.0.5.jarSHA-1 996f00eebab354caf28835210ce41f7c0c92e275获取文件 Compat-AdvancedRegionMarket-6.2.0.5.jarSHA-1 c98dfa1cc6be1919ef146c64238a6825b7741e0d获取文件 Compat-AngelChest-6.2.0.5.jarSHA-1 aee44646bf747489580d3804b800436db17e2458获取文件 Compat-BentoBox-6.2.0.5.jarSHA-1 3bea60c5cd6318ec7e9cc43b87c8d927a5467be7获取文件 Compat-BungeeCord-6.2.0.5.jarSHA-1 9455f56990a996613222b8f11cf22345258cce35获取文件 Compat-BungeeCord-Geyser-6.2.0.5.jarSHA-1 31979abc68fe160c44bfd18462194b483a70ec44获取文件 Compat-ChestProtect-6.2.0.5.jarSHA-1 edef2808c87187a8a68b4190b85c76f050ec41e3获取文件 Compat-Clearlag-6.2.0.5.jarSHA-1 304c6970651b37334f0512cf0adabf6e422df3aa获取文件 Compat-EcoEnchants-6.2.0.5.jarSHA-1 fb80dfc5f336fb46e0ab43af97f17d9f1c1f69c2获取文件 Compat-EliteMobs-6.2.0.5.jarSHA-1 752f297a602dcd95b4bff94fd5880880008a5c61获取文件 Compat-GriefPrevention-6.2.0.5.jarSHA-1 6a4a458fd0684972fe336f012e6d635b98c1d949获取文件 Compat-ItemAdder-6.2.0.5.jarSHA-1 8f9d1e53a0496ec77438a3843b3a5a5d5584a80f获取文件 Compat-Lands-6.2.0.5.jarSHA-1 f611b0135d3bd195ff07188a63bb2e01080c59d4获取文件 Compat-OpenInv-6.2.0.5.jarSHA-1 e565fe169f76fd77ee45b0f4d5e314fa6f1088d7获取文件 Compat-PlotSquared-6.2.0.5.jarSHA-1 0bfa3f6f48c8a1ff12d8246e18e62f71e72fd40c获取文件 Compat-Reforges-6.2.0.5.jarSHA-1 d941214431689fa856165a647d35e791490a2559获取文件 Compat-Residence-6.2.0.5.jarSHA-1 e21b304f718d161414646952ba87c4fcb709740d获取文件 Compat-Slimefun-6.2.0.5.jarSHA-1 a14da67a59bf093c219c3b04d2c25880e12b7369获取文件 Compat-SuperiorSkyblock-6.2.0.5.jarSHA-1 0d4177a4b8089aacbb322eb17762e974b84e86a2获取文件 Compat-Towny-6.2.0.5.jarSHA-1 b9c1f1064734a51162a990520254e2e2a60e89b6获取文件 Compat-Velocity-6.2.0.5.jarSHA-1 f1329e77bdebfda03fb94b6906e65ee68e403afd获取文件 Compat-VoidChest-6.2.0.5.jarSHA-1 4c8240f2733b404de8306f9628e0a487b5027f9d获取文件 Compat-WorldEdit-6.2.0.5.jarSHA-1 89f5b3cbd08e1e70e5e964fb21a997e88af5bf53获取文件 Compat-WorldGuard-6.2.0.5.jar展开更新日志
New Features
- 1.21 support
Bug Fixes
- Fixed
/qs cleanmay delete all stores - Fixed
/qs cleanghostmay delete all stores
6.2.0.4
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
SHA-1 19bfd1c8c26f434b6b644157e54ae747173a9107获取文件 QuickShop-Hikari-6.2.0.4.jarSHA-1 fee8f2087a8ae1fc22a6f3a7e2d45dabfd1ef784获取文件 Addon-BlueMap-6.2.0.4.jarSHA-1 50db14bb49601d2ffca679c3ae8236db66014059获取文件 Addon-DiscordSRV-6.2.0.4.jarSHA-1 1628f164648403fa76c19d18f4c2d45d5e9abcfd获取文件 Addon-Discount-6.2.0.4.jarSHA-1 6136471dd501a1e9d132d78fb72df7eaf183b9f0获取文件 Addon-DisplayControl-6.2.0.4.jarSHA-1 cc534117b912941973a593224e9c4d8a5a1f66b1获取文件 Addon-Dynmap-6.2.0.4.jarSHA-1 54f27adeb906db91215a1c909e503b7ce9f01cf9获取文件 Addon-Limited-6.2.0.4.jarSHA-1 8b8eab5e75129796423f26263c98ffe9b66de0cb获取文件 Addon-List-6.2.0.4.jarSHA-1 3f3b94a53f77b3a6310fa3d605d9f3fbf7197650获取文件 Addon-Plan-6.2.0.4.jarSHA-1 bf2693c920005ab09aab9da76ffb6d304bbe2edd获取文件 Addon-Reremake-Migrator-6.2.0.4.jarSHA-1 4b288690545bb80a5e6427dd0d97ccb7a7a4bdae获取文件 Addon-ShopItemOnly-6.2.0.4.jarSHA-1 dcf5aa0d7d0e587cef3b33cbf8d795f4435b7e3c获取文件 Compat-AdvancedRegionMarket-6.2.0.4.jarSHA-1 a5a27f7eb9f376310eb1012dcce5b73b2c52cb17获取文件 Compat-AngelChest-6.2.0.4.jarSHA-1 a97b6bc6a81f7762efca12e21e715bb444ab6f84获取文件 Compat-BentoBox-6.2.0.4.jarSHA-1 61fb05a535025a549c3f6e18dad715bf6520e59b获取文件 Compat-BungeeCord-6.2.0.4.jarSHA-1 39827a4766901c45029b0577225eafbd4da539fa获取文件 Compat-BungeeCord-Geyser-6.2.0.4.jarSHA-1 d457ac682bb95fe03aad9200f3ee9f9d8db83118获取文件 Compat-ChestProtect-6.2.0.4.jarSHA-1 0e8ae976922a8eadf1bf2e94b9e39fed27465fc6获取文件 Compat-Clearlag-6.2.0.4.jarSHA-1 d53bba3682f058dc35fa5f7df0d70a58bbdf37be获取文件 Compat-EcoEnchants-6.2.0.4.jarSHA-1 ecd031ebd0093bd8aacbf83c87b5e77020db3a69获取文件 Compat-EliteMobs-6.2.0.4.jarSHA-1 50c9c703278476b190b44df94dc7c9300a1fe2f5获取文件 Compat-GriefPrevention-6.2.0.4.jarSHA-1 4c830a0ceb7d59615215173a6a0c8c7ca643c115获取文件 Compat-ItemAdder-6.2.0.4.jarSHA-1 fb212a6da68bb50de165aedc60ca7c275e1eaf0e获取文件 Compat-Lands-6.2.0.4.jarSHA-1 9159f7c4d33530e5d99cd1e84a2778f3c0300ca4获取文件 Compat-OpenInv-6.2.0.4.jarSHA-1 3567ce5eb57d0c4158852e4ce967a63d2c46c2ae获取文件 Compat-PlotSquared-6.2.0.4.jarSHA-1 40f06a9050997378387c4a45f1a78c8717b3e092获取文件 Compat-Reforges-6.2.0.4.jarSHA-1 d31c719179c94b6f4d62f798cd3f2a42599207a7获取文件 Compat-Residence-6.2.0.4.jarSHA-1 98a74cc8a4b9c4c689ae9a82b6633d3394c573a1获取文件 Compat-Slimefun-6.2.0.4.jarSHA-1 955cb64a3932132a5bbdef6dad818fe2d533d856获取文件 Compat-SuperiorSkyblock-6.2.0.4.jarSHA-1 93f9c348b7c6fc239249d329878531dd1b386fa4获取文件 Compat-Towny-6.2.0.4.jarSHA-1 ea914ed7ec50f972e093553eaa620e17e72722d5获取文件 Compat-Velocity-6.2.0.4.jarSHA-1 b8ece48a82d9defee0e2f1ac37cf64c804d565c9获取文件 Compat-VoidChest-6.2.0.4.jarSHA-1 b97e373c38e6d593f41a1f68838f3bdd991f6f40获取文件 Compat-WorldEdit-6.2.0.4.jarSHA-1 dbe2e8f626304fe40b5e3a00adf261916f2257fc获取文件 Compat-WorldGuard-6.2.0.4.jar展开更新日志
Changes
- Virtual Display Item available again when use ProtocolLib Build 710 and up, please update your ProtocolLib
Bug Fixes
- Fixed display item check when using RealDisplayItem, the check may delete non-display item from player/container inventory if an item contains lore that is a valid JSON string. It should won't affcet most servers.
- Fixed
/quickshop cleanghostwon't delete the stores that trading blacklisted items
6.2.0.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
SHA-1 0afd15fd55a78c38029186b3fac79b39433c65a6获取文件 QuickShop-Hikari-6.2.0.3.jarSHA-1 d201d6c31e22db9b1f87c71e4bbb0b11f5ba0b87获取文件 Addon-BlueMap-6.2.0.3.jarSHA-1 34d02086049db0d094f9dfa090581500f4fe91aa获取文件 Addon-DiscordSRV-6.2.0.3.jarSHA-1 f7751e0face0fa7132f4f6b44d3f0f970c143d4a获取文件 Addon-Discount-6.2.0.3.jarSHA-1 043bbf7c3a1b24748f487dea00e36b7bcdcd4550获取文件 Addon-DisplayControl-6.2.0.3.jarSHA-1 ad837f0d3928de3efda264df13c3c40dcc98970f获取文件 Addon-Dynmap-6.2.0.3.jarSHA-1 405c4f9b2cf27b0097f5b98e3411c39fece4b79f获取文件 Addon-Limited-6.2.0.3.jarSHA-1 f9e894dba73e2a60fcdfaf64fe1b343f12f78e3a获取文件 Addon-List-6.2.0.3.jarSHA-1 b49303ba7b06af6067b2ba8a3026bb6c3aa31dad获取文件 Addon-Plan-6.2.0.3.jarSHA-1 c29a7dfe6b3e5256f5fff93bdd0ff18fa27c26c9获取文件 Addon-Reremake-Migrator-6.2.0.3.jarSHA-1 7700e9b4251bbbbe8d55f2ce011d58cb64f53424获取文件 Addon-ShopItemOnly-6.2.0.3.jarSHA-1 60a0cbcf6bdc649012e1f50d16a42548a0b78d94获取文件 Compat-AdvancedRegionMarket-6.2.0.3.jarSHA-1 4c702e317e0840798d5042b21a5a084c88ade09b获取文件 Compat-AngelChest-6.2.0.3.jarSHA-1 50f8ba60d2b92f4b3c2f23ded1a462c24c8d9566获取文件 Compat-BentoBox-6.2.0.3.jarSHA-1 8f78631353b7b5155a0dcab6453ea58f7287a9f4获取文件 Compat-BungeeCord-6.2.0.3.jarSHA-1 9e2ee105d24e1ea1ec1e0fe9a09e78707c3f424b获取文件 Compat-BungeeCord-Geyser-6.2.0.3.jarSHA-1 a3b20155a3a52c332e84bffcc68033af93236a69获取文件 Compat-ChestProtect-6.2.0.3.jarSHA-1 33d65ce93c89c9136a036483f451d3f456fb9679获取文件 Compat-Clearlag-6.2.0.3.jarSHA-1 e86ae987b8d1fbf87a97274241322d72ea7c207a获取文件 Compat-EcoEnchants-6.2.0.3.jarSHA-1 44da96fda184658d9bb481fecba8abcc798a626d获取文件 Compat-EliteMobs-6.2.0.3.jarSHA-1 cdb9551f80bc9e0c874ce34b2e9d910acfe46eb7获取文件 Compat-GriefPrevention-6.2.0.3.jarSHA-1 830df1d54a143bd2fd9d84c23884874c4313a6b9获取文件 Compat-ItemAdder-6.2.0.3.jarSHA-1 549db661bc780f0393cdf000e62c49571e025397获取文件 Compat-Lands-6.2.0.3.jarSHA-1 8641081f5f79f59568b7ce258d3a88e337eef863获取文件 Compat-OpenInv-6.2.0.3.jarSHA-1 d416cb9716aba1d2699e57bb7871efe8c8f07922获取文件 Compat-PlotSquared-6.2.0.3.jarSHA-1 98da0f34cb400e54ae4e1303567f3e73a77412a3获取文件 Compat-Reforges-6.2.0.3.jarSHA-1 19b7af143cb257ce0cc4d13320ec60037f5901ac获取文件 Compat-Residence-6.2.0.3.jarSHA-1 2a659b880c28222f5d4a43b3192565ea996a4abb获取文件 Compat-Slimefun-6.2.0.3.jarSHA-1 06b34ace1dc7bfc1eeba5097fd3380342dee92d7获取文件 Compat-SuperiorSkyblock-6.2.0.3.jarSHA-1 0df42c7fe117b902e54065808d481b22b02cb2bd获取文件 Compat-Towny-6.2.0.3.jarSHA-1 36c1bad7197bff01474c1c021b3753401b4345a6获取文件 Compat-Velocity-6.2.0.3.jarSHA-1 4d88b53a7e1798e54ab5d10bc3fb085a9b9b25f3获取文件 Compat-VoidChest-6.2.0.3.jarSHA-1 8708eb66c2e396bb896555676ec879922bf70068获取文件 Compat-WorldEdit-6.2.0.3.jarSHA-1 d51f67bd1d55681997bcffd8dd03b14d2f71535f获取文件 Compat-WorldGuard-6.2.0.3.jar展开更新日志
Ahhh forget to update version number!
6.2.0.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
SHA-1 5161bc6f354185c2d5b0a375e2e379a7ff3c13fb获取文件 QuickShop-Hikari-6.2.0.0.jarSHA-1 c99d092c40e650ffb13a1f4e1fa30c4adc3de453获取文件 Addon-BlueMap-6.2.0.0.jarSHA-1 64633c8b7d27ff601c9a6e0a0fe64eb11a712bdc获取文件 Addon-DiscordSRV-6.2.0.0.jarSHA-1 eb513379e1c9458e3a94a9fa44ef04c8cf027474获取文件 Addon-Discount-6.2.0.0.jarSHA-1 d98422c5333215b7c9fa026ba5be283da8917967获取文件 Addon-DisplayControl-6.2.0.0.jarSHA-1 85faa547830a44e03a5f13cac41ea373228be815获取文件 Addon-Dynmap-6.2.0.0.jarSHA-1 ef50070738b126f5de8cbe0a1bc2c3366b87a722获取文件 Addon-Limited-6.2.0.0.jarSHA-1 41fd247d6e9fba75e90837e54ba4f1134bf3f83b获取文件 Addon-List-6.2.0.0.jarSHA-1 78eb3b8c0bc477791558fff4d192bac7eff303d4获取文件 Addon-Plan-6.2.0.0.jarSHA-1 24281ad987d6acaa98c3b584fc996c24b63d09af获取文件 Addon-Reremake-Migrator-6.2.0.0.jarSHA-1 6630bced68e3b3e808be59a1978111e896d50964获取文件 Addon-ShopItemOnly-6.2.0.0.jarSHA-1 cf75cfac5ac38288bc1d3dca6e38f5fe547f1105获取文件 Compat-AdvancedRegionMarket-6.2.0.0.jarSHA-1 945986c0671b90abd76a6b6b9174627a1ce26711获取文件 Compat-AngelChest-6.2.0.0.jarSHA-1 95d05e45ad6afa893eae9a030668557007dcc55a获取文件 Compat-BentoBox-6.2.0.0.jarSHA-1 3d4f7e03c354a5ca8b41a1961ae8e9e3725109e2获取文件 Compat-BungeeCord-6.2.0.0.jarSHA-1 9c625b11a5cd213701f11d0d73152f946e129f7e获取文件 Compat-BungeeCord-Geyser-6.2.0.0.jarSHA-1 62374177daaa4a042557e0c60307d15d99fd56d1获取文件 Compat-ChestProtect-6.2.0.0.jarSHA-1 6b6ef09a035a2e6297bfb978716a1fd7ccd07984获取文件 Compat-Clearlag-6.2.0.0.jarSHA-1 0a45bef35ba39c03c3e58573c64f5518a3b9f819获取文件 Compat-EcoEnchants-6.2.0.0.jarSHA-1 229fb76eb04a45844aea6147cb418052833b381a获取文件 Compat-EliteMobs-6.2.0.0.jarSHA-1 38baef8d1d42d2d3e3728fab7d63bff33c96e9e0获取文件 Compat-GriefPrevention-6.2.0.0.jarSHA-1 36b2afeb2d9971096ac1b9999f316c166759d2fe获取文件 Compat-ItemAdder-6.2.0.0.jarSHA-1 d7583cbcf8808a80d1e8f3e868adeac8419014e7获取文件 Compat-Lands-6.2.0.0.jarSHA-1 8699b87a0a85f5af2bdf24566335d2303d16cf85获取文件 Compat-OpenInv-6.2.0.0.jarSHA-1 e76005aa1d3677c903ab13a6b7d7d94de23455c3获取文件 Compat-PlotSquared-6.2.0.0.jarSHA-1 3cdccbc2f6c86e6967c0dd8a11c6b1382e39966b获取文件 Compat-Reforges-6.2.0.0.jarSHA-1 b0feb75428d9e51bff1ff3f7bf39986b86041391获取文件 Compat-Residence-6.2.0.0.jarSHA-1 150081573dc612799ea5d7b189abe8eb193b4c2d获取文件 Compat-Slimefun-6.2.0.0.jarSHA-1 411e2c397485eec5dc043915f90c3fb009d29fd4获取文件 Compat-SuperiorSkyblock-6.2.0.0.jarSHA-1 dd93a0407a6f3d2fac2363af413d7c03127ac0dd获取文件 Compat-Towny-6.2.0.0.jarSHA-1 0b4e5d25b60690067c837c3603836a8c1b04ebdd获取文件 Compat-Velocity-6.2.0.0.jarSHA-1 b950049ca8e060501fe070c11dd104fc08796c83获取文件 Compat-VoidChest-6.2.0.0.jarSHA-1 2650097ee6ef9c6dfd1dc157fd002012dbe11678获取文件 Compat-WorldEdit-6.2.0.0.jarSHA-1 a0c0d4132a5855dfd1f2531d64102a38df4b13a8获取文件 Compat-WorldGuard-6.2.0.0.jar展开更新日志
Bug Fixes
- Fixed entity explosion may not check attached block
Bug Fixes (6.2.0.1)
- History GUI's paging button doesn't use translated text
- 1.20.4/1.20.5 didn't use Spigot new potion API
- The potion effect level in shop info panel always smaller one than actual level in RomanNumber
- The blank lines may send to players when you set a translatable text to empty
- Fixed
quickshop.alertthat should be use asquickshop.alertsin PlayerListener
6.2.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
SHA-1 a95d56bdb91a1d22973d0ce5670017c8ace4cbb7获取文件 QuickShop-Hikari-6.2.0.0.jarSHA-1 9e33cac11bdccbde35413a8bb8862128e52caa62获取文件 Addon-BlueMap-6.2.0.0.jarSHA-1 990586862648d6b32e3a668179bf9f9c87cd90c2获取文件 Addon-DiscordSRV-6.2.0.0.jarSHA-1 cf2ae1327d73a1e4284ee47d03b1fa51d488cd65获取文件 Addon-Discount-6.2.0.0.jarSHA-1 d6d4a9c57fc9090a371249801c89cecaa8231ff7获取文件 Addon-DisplayControl-6.2.0.0.jarSHA-1 b5a2f9ed81733f6fe5a12b9eeadc5b8699f49c33获取文件 Addon-Dynmap-6.2.0.0.jarSHA-1 f2c33f9c00079b36ec6376d84df7b37aa8efc056获取文件 Addon-Limited-6.2.0.0.jarSHA-1 90fdcac3a2ab7dab82270b1f8c765a950d6d1386获取文件 Addon-List-6.2.0.0.jarSHA-1 1e2fc92ea7bc33035558bf1566715d2adcd1a7bb获取文件 Addon-Plan-6.2.0.0.jarSHA-1 4d9c9dbe6eb90d940b13a48710e304588c9d2b41获取文件 Addon-Reremake-Migrator-6.2.0.0.jarSHA-1 5025924d2561e51118be9b13cca545b831f0d1f0获取文件 Addon-ShopItemOnly-6.2.0.0.jarSHA-1 54281ccff5cc2e31a75c58ae31f8f5d4d8b0ea65获取文件 Compat-AdvancedRegionMarket-6.2.0.0.jarSHA-1 2382178818c675c0a84b5bc30c84d124c20f0c88获取文件 Compat-AngelChest-6.2.0.0.jarSHA-1 fc23c6758a461a553ae75e93e48fafd098bec740获取文件 Compat-BentoBox-6.2.0.0.jarSHA-1 eb972b42950bba538dc2f64a59495d303d43898a获取文件 Compat-BungeeCord-6.2.0.0.jarSHA-1 88b461cf3c39e557d4d3ba80dcd603e1a93631cb获取文件 Compat-BungeeCord-Geyser-6.2.0.0.jarSHA-1 fbbcaf209010e1c0c93114a55aa683be711b9f34获取文件 Compat-ChestProtect-6.2.0.0.jarSHA-1 08e54b76518949af43d6d358ee4059a2cd5c5f4c获取文件 Compat-Clearlag-6.2.0.0.jarSHA-1 670536d6b37ebde3cb618c1796094faeef69bf7d获取文件 Compat-EcoEnchants-6.2.0.0.jarSHA-1 d293f7fe7135ebab27383a13087afa23cd880172获取文件 Compat-EliteMobs-6.2.0.0.jarSHA-1 b2855daec8094aa571081162d0187489ed7da34b获取文件 Compat-GriefPrevention-6.2.0.0.jarSHA-1 0a8d0a05ac1156d0374a90072a759545c32b8e00获取文件 Compat-ItemAdder-6.2.0.0.jarSHA-1 e8609581e65e807906c38f8fac695c101f530bef获取文件 Compat-Lands-6.2.0.0.jarSHA-1 a3d05f3b766e035ad093001b43898491eee90322获取文件 Compat-OpenInv-6.2.0.0.jarSHA-1 30fdf10fc0a547979c0d9d962dadecb13d30e8b6获取文件 Compat-PlotSquared-6.2.0.0.jarSHA-1 cf1360190386ae4f8a6c459beed151654fd74854获取文件 Compat-Reforges-6.2.0.0.jarSHA-1 2e0f0e03cb650bd41eb6f91bfd8c2b9404a16340获取文件 Compat-Residence-6.2.0.0.jarSHA-1 38656c77cebcdf4baad1ba81124b7c269f3db9d8获取文件 Compat-Slimefun-6.2.0.0.jarSHA-1 f8f36966928ee9a676e706344bce4576abb5da5a获取文件 Compat-SuperiorSkyblock-6.2.0.0.jarSHA-1 77e97152a27327f76a29afb27ae2525a05200ba2获取文件 Compat-Towny-6.2.0.0.jarSHA-1 1c1d536c3173f5fe152658bca02517619828e0db获取文件 Compat-Velocity-6.2.0.0.jarSHA-1 8de75c79215e11cf92a2ff5907aacb74383b2a8d获取文件 Compat-VoidChest-6.2.0.0.jarSHA-1 d25d963399f0705cdb5e9cfe1d3e22af2cfc99e3获取文件 Compat-WorldEdit-6.2.0.0.jarSHA-1 49eb27d5161febea934d6bb5d1c5e0f3f1f19193获取文件 Compat-WorldGuard-6.2.0.0.jar展开更新日志
Bug Fixes
- History GUI's paging button doesn't use translated text
- 1.20.4/1.20.5 didn't use Spigot new potion API
- The potion effect level in shop info panel always smaller one than actual level in RomanNumber
- The blank lines may send to players when you set a translatable text to empty
- Fixed
quickshop.alertthat should be use asquickshop.alertsin PlayerListener
6.2.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
SHA-1 1c8d395a487e1c207859cf63338eefe7e4c4c14e获取文件 QuickShop-Hikari-6.2.0.0.jarSHA-1 38eef7fb71adef87d097cbe887789280e2b86f50获取文件 Addon-BlueMap-6.2.0.0.jarSHA-1 326e7dd08c4cc974d0fb63b5a2abf06d67034165获取文件 Addon-DiscordSRV-6.2.0.0.jarSHA-1 2d05e292322c6c0c92724a7986bce27a9e27c478获取文件 Addon-Discount-6.2.0.0.jarSHA-1 fbf86416abd895262a148a04ab230054043de48b获取文件 Addon-DisplayControl-6.2.0.0.jarSHA-1 e09cd826b44e7551d42b04dcfceca7b0cd364bcc获取文件 Addon-Dynmap-6.2.0.0.jarSHA-1 430b3312da95889feee07c6319744713ca4ca6d6获取文件 Addon-Limited-6.2.0.0.jarSHA-1 2cbda6d3d487824ce37d1bd83bd93a53949ffd1f获取文件 Addon-List-6.2.0.0.jarSHA-1 6f67f40523395e074a4afd7d33f5ec41da56d31f获取文件 Addon-Plan-6.2.0.0.jarSHA-1 e774a98818954883fa44e115709a24fefe8baa4c获取文件 Addon-Reremake-Migrator-6.2.0.0.jarSHA-1 562653296fb9d61d239516a7bd39fb93d077b111获取文件 Addon-ShopItemOnly-6.2.0.0.jarSHA-1 0b6b8a642446ba6e4325976cea0c39d6e9a90e11获取文件 Compat-AdvancedRegionMarket-6.2.0.0.jarSHA-1 262faf3b7d5886c8d4e99f29afc466653a4fda85获取文件 Compat-AngelChest-6.2.0.0.jarSHA-1 2cb6e1e5de72ce8d3261ee074d79a0708daa9367获取文件 Compat-BentoBox-6.2.0.0.jarSHA-1 9453d1458055645575005a03df5bd81a5f8dddcb获取文件 Compat-BungeeCord-6.2.0.0.jarSHA-1 97c955c5137a84bd273e9a746be9f6a1a70e9c1f获取文件 Compat-BungeeCord-Geyser-6.2.0.0.jarSHA-1 ffc93141bd2fd992356fedc041dfc123cf30fc6c获取文件 Compat-ChestProtect-6.2.0.0.jarSHA-1 fab725330353d0d57a85a4a37ad634e8ab8bceba获取文件 Compat-Clearlag-6.2.0.0.jarSHA-1 f19ee4924d43b6b21a65a2cf079af33010172bd5获取文件 Compat-EcoEnchants-6.2.0.0.jarSHA-1 30ac4f9395625d5a80018a0c0757ae58ac9a4374获取文件 Compat-EliteMobs-6.2.0.0.jarSHA-1 84f970627c6868c9cd6729182bf74996c7f1b1e7获取文件 Compat-GriefPrevention-6.2.0.0.jarSHA-1 cefc4aa70247295bf7b83f18c687482ddad5d996获取文件 Compat-ItemAdder-6.2.0.0.jarSHA-1 4eb1de84bc6fb33b74c5b07800b9fde696ec6736获取文件 Compat-Lands-6.2.0.0.jarSHA-1 aa5dd1968988665add7111c772260c1d5e548796获取文件 Compat-OpenInv-6.2.0.0.jarSHA-1 41d067f463bd6c1d8236ef4f9dac1c1c06e21112获取文件 Compat-PlotSquared-6.2.0.0.jarSHA-1 91606d523e42b111c78dfd784523d161139395da获取文件 Compat-Reforges-6.2.0.0.jarSHA-1 be3075bc9d310236493271315a9fc42bd83cbd87获取文件 Compat-Residence-6.2.0.0.jarSHA-1 fa58e4e102c07d6678b39db6259f47427b42daff获取文件 Compat-Slimefun-6.2.0.0.jarSHA-1 91713473a2a138a1497bfba9daea8f412812cb10获取文件 Compat-SuperiorSkyblock-6.2.0.0.jarSHA-1 168f1e3737d3335e224148777d360565e437686d获取文件 Compat-Towny-6.2.0.0.jarSHA-1 46f4e959b1c217fe3ff36adb9316eb69e28e9f12获取文件 Compat-Velocity-6.2.0.0.jarSHA-1 e4b0e143586b6bbcae07c36290e234925b88eec3获取文件 Compat-VoidChest-6.2.0.0.jarSHA-1 f42879f5516430fe569a7b9c0e1235dcb8499e9b获取文件 Compat-WorldEdit-6.2.0.0.jarSHA-1 83d8c29f38c939389abe844d392de898c2ff1b26获取文件 Compat-WorldGuard-6.2.0.0.jar展开更新日志
Warning! Due to Minecraft's major update to ItemStack, downgrading is not an option! Please backup all data before upgrading!
Reremake users: This is the last chance to complete your migration from Reremake to Hikari before you upgrade to 1.20.5/1.20.6. The migration requires QuickShop-Reremake to be up and running. After upgrading to 1.20.5/1.20.6, Reremake will no longer work properly.
1.18, 1.19 users: All versions 1.18 and 1.19 have been marked as “End Of Life” and these versions are no longer supported. It may be broken in a future update. Please consider upgrading to 1.20.x!
It's been a long time! This release has been delayed several times due to huge changes in 1.20.5/1.20.6. But anyway, 6.2.0.0 is here now!
New Features
- 1.20.5/1.20.6 supports both for Spigot and Paper
- The hover item preview function on Spigot 1.20.6 is not available at the moment, please click to access the GUI to preview the item
- The virtual DisplayItem feature of 1.20.6 has been temporarily disabled because ProtocolLib has not been updated yet.
Displayentity support for display-item- The use of ItemDisplay as a hover is now supported, which has better performance than RealDisplayItem (both for Server and Client). Set
display-typeto3to enable ItemDisplay entity
- The use of ItemDisplay as a hover is now supported, which has better performance than RealDisplayItem (both for Server and Client). Set
- Displaying detailed levels of potion effects is now supported on 1.20.5+
/quickshop historyenhance- New subcommands:
/quickshop history owned,/quickshop history accessibleand/quickshop history globalto allow you query multiple stores transaction history in single queryowned: Select all shops which you're owneraccessible: Select all shops which you have per-shop permission to access the store historyglobal: Select all shops on this server (require permission)
- New subcommands:
Bug Fixes
- Fixed
/quickshop benefitcommand may not save when remove users - Fixed chunks load/unload loop on specific Spigot versions when use RealDisplayItem
- Fixed double-chest related issues
- QuickShop may only recognizes half inventory of a DoubleChest store that spans a Chunk junction after chunk unload/server restart
- When creating a store on a DoubleChest, symbolLink is always bound to the side with type=left, no matter which side of the DoubleChest the store cube is on. After the user destroys the corresponding side of the chest, the store will be invalidated.
- Fixed the issue that some items in the History GUI could not be displayed because they were out of the GUI display range.
- Fixed show-tax purchase messages doesn't show tax currency in message.
Debugging
We added localized text and Tab completion to allow all users to use QuickShop-Hikari's built-in debugging tools.
These debug commands are for debugging purposes only and have no operational confirmation. Using them incorrectly may result in inconsistent status or loss of data. Figure out what happens before you execute them.
All commands are started with prefix: /quickshop debug
dev/debug/devmode: Toggle debug modesigns: Print the coordinates of the all identifiable information sign for the store you are looking atupdateplayersigns <player name>: Refresh the contents of the store information boards in all designated players' stores.force-shops-reload: Unload all loaded stores and re-load them (to refresh the state)force-shoploader-reload: Unload and delete them from memory, then re-execute the ShopLoader sequence to reload all stores from the database.check-shop-status/check-shop-debug: Prints quite useful store status debugging information to confirm the current state of the store in memorytoggle-shop-load-status: Simulate store loading/unloading without changing the chunks loading stateset-property: Register/change the Java property sheet to change specific behavior via property switch without touch startup command line (They are usually changed through the startup parameters). For security reasons, this command is restricted to change QuickShop-Hikari properties only, any request to change any other properties will be denied.reset-shop-caches: Reset store lookup cache for benchmark/or debugging possible cache update issuesreset-dbmanager: Force reset of SQLManager, only for MySQL data sources, using this command on H2 will cause the plugin to crashdump-db-connections: Dump SQLManager's Current Active Queries on chat.stop-db-any-queries: Force close SQLManager's currently active queries.toggle-db-debugmode: Toggles the debugging state of SQLManager and prints the executed SQL statements and performance timings on the console when SQLManager debug mode is enabled.dump-hikaricp-status: Printing status information for HikariCP.set-hikaricp-capacity: Dynamically change the size of HikariCP's connection pool to allow more connections to be fetched urgently.item-info: Prints the NBT data for the item in hand (if any) and the item in the store (if any). If the item is in the hand and is looking at a store, it will also output the item match.mark-all-shops-dirty: Forces all store change status indicators to be flagged as changes not saved in order to force a refresh of their current data into the database.clean-display-entities: Scans all loaded blocks and removes any entities recognized as QuickShop DisplayItem. Useful when uncleared entities appear after changing the DisplayItem type.
Ko-fi supporters
Thanks to these friends on Ko-fi for their support in this update, they are:
- GradynWursten(GNUGradyn)
- Namiu
- narumincho
- lunar
(The names are in no particular order)
6.1.0.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 3b513a9bbb7e5788e714f98b2389e90273910c3f获取文件 QuickShop-Hikari-6.1.0.2.jarSHA-1 ec9b6d9cb767ca6abb5acf685753681be2930bdc获取文件 Addon-BlueMap-6.1.0.2.jarSHA-1 4d2563a5646f1838a25f0f84409f750a3b20e32a获取文件 Addon-DiscordSRV-6.1.0.2.jarSHA-1 66ed02b6f3f5ae273f20653ad330d6f3bfe7f828获取文件 Addon-Discount-6.1.0.2.jarSHA-1 701ddbb7858564a4c69c6ae6ed245a58f05a2e67获取文件 Addon-DisplayControl-6.1.0.2.jarSHA-1 960c2bb5d0a722ea68cf3ab35905608b3cded527获取文件 Addon-Dynmap-6.1.0.2.jarSHA-1 5fd517acf576d4e3ccb870b8896263a46d1ea36d获取文件 Addon-Limited-6.1.0.2.jarSHA-1 086f228586ec2ef4f32dc8d11d97aa171dd864cd获取文件 Addon-List-6.1.0.2.jarSHA-1 b0ae2c8795fae6a61a7788b9d248978d55e47d67获取文件 Addon-Plan-6.1.0.2.jarSHA-1 0df05b06167cf9c2eff8199910849b45e171ed9c获取文件 Addon-Reremake-Migrator-6.1.0.2.jarSHA-1 9e6440b3789dd759211ecaa638fe691b4abc1f4e获取文件 Addon-ShopItemOnly-6.1.0.2.jarSHA-1 e4ea50f663d56d4866c2bdd8874873d0beb24fb4获取文件 Compat-AdvancedRegionMarket-6.1.0.2.jarSHA-1 9bd966d338666fb3cbe85be3b659d5e332d2dc42获取文件 Compat-AngelChest-6.1.0.2.jarSHA-1 9bda9c001e3bc7ad5bf3a25d920bd589ad03fc74获取文件 Compat-BentoBox-6.1.0.2.jarSHA-1 e7470269b325a234e133c587c7dd3725d590d685获取文件 Compat-BungeeCord-6.1.0.2.jarSHA-1 908d8ded5f216faba500c0861bb600249ef60155获取文件 Compat-BungeeCord-Geyser-6.1.0.2.jarSHA-1 049f28bfae6ab0d3fa0cf1ab66bab3e070a1e8dd获取文件 Compat-ChestProtect-6.1.0.2.jarSHA-1 159e3e2e28f599a48180f902b29acde47f96c553获取文件 Compat-Clearlag-6.1.0.2.jarSHA-1 272c6607d5d23ef31f1a585492e9c82af1de1bcc获取文件 Compat-EcoEnchants-6.1.0.2.jarSHA-1 3a5563d1b657a85fc429ab06d25ae77ae393b94b获取文件 Compat-EliteMobs-6.1.0.2.jarSHA-1 2997530f9343cf82d91593cb4e8810d18fb17a67获取文件 Compat-GriefPrevention-6.1.0.2.jarSHA-1 aa0521ebdd81b9e11f0033887ed886e93799e49b获取文件 Compat-ItemAdder-6.1.0.2.jarSHA-1 50d5428dc316927d06f292f39a83cb2943595a96获取文件 Compat-Lands-6.1.0.2.jarSHA-1 4d9db5d5b3c0ed7935a2009b533ceb20c8792c17获取文件 Compat-OpenInv-6.1.0.2.jarSHA-1 19e860c7944839377e68d70035aa10453545ed9f获取文件 Compat-PlotSquared-6.1.0.2.jarSHA-1 ffc0c9669dd2470c1cb289d06eafc638d73f99e7获取文件 Compat-Reforges-6.1.0.2.jarSHA-1 ff252b466423cabf47dbbfacec8c6f443393d2ed获取文件 Compat-Residence-6.1.0.2.jarSHA-1 fb7dc66defd7af426daa161a589fd836b7e34734获取文件 Compat-Slimefun-6.1.0.2.jarSHA-1 9d004e84a58a0d6ce2ea3d90ff2a41d7f8e68f86获取文件 Compat-SuperiorSkyblock-6.1.0.2.jarSHA-1 2968caf2ea53e0135cc8b9342fba1204fb86b16a获取文件 Compat-Towny-6.1.0.2.jarSHA-1 67aa0dfe43226e42c85e0f2953267e912f2d742b获取文件 Compat-Velocity-6.1.0.2.jarSHA-1 48622698acf290881ce2b88d965e1410dec74d90获取文件 Compat-VoidChest-6.1.0.2.jarSHA-1 b9807626e59064de33f79c6c677c841ad890ece5获取文件 Compat-WorldEdit-6.1.0.2.jarSHA-1 4c17d73d057ef373c356e9aacb0c8929a3fc8b83获取文件 Compat-WorldGuard-6.1.0.2.jar展开更新日志
Bug fixes
- Fixed H2 driver conflict on some server setup and cause the startup failure.
6.1.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 c7ccda3426b04edb745e9acd4d3060ef8a7bc35e获取文件 QuickShop-Hikari-6.1.0.1.jarSHA-1 bb2875b7974c027dadad4c777abdd77e81a92be9获取文件 Addon-BlueMap-6.1.0.1.jarSHA-1 6b4c17c4c9604fb0350257b27b9ecd0b597c867f获取文件 Addon-DiscordSRV-6.1.0.1.jarSHA-1 906b9e5189df7c2f78da8be896480e26c7b3dae4获取文件 Addon-Discount-6.1.0.1.jarSHA-1 0ef568ff19f586f485eb27f5ca0cbc0e2f6eb901获取文件 Addon-DisplayControl-6.1.0.1.jarSHA-1 388e8f96e34c5b04d3e1d6cf0e953cb89e9e0e35获取文件 Addon-Dynmap-6.1.0.1.jarSHA-1 7ed203bef1244e0c7a59cdba6fb129ee78882bc1获取文件 Addon-Limited-6.1.0.1.jarSHA-1 6fc870c59474a64f6024c227959e7541f5ff4037获取文件 Addon-List-6.1.0.1.jarSHA-1 769b20217a04dd4bc2157458ae35876f34e6a394获取文件 Addon-Plan-6.1.0.1.jarSHA-1 53edc3561573d9c59bf97212251f111fcd7bc42c获取文件 Addon-Reremake-Migrator-6.1.0.1.jarSHA-1 54af0a2882152636bcbd2cedae3b70c407ab74f4获取文件 Addon-ShopItemOnly-6.1.0.1.jarSHA-1 bcb77e8c914eae4e8b5967d313e4404dd8091aff获取文件 Compat-AdvancedRegionMarket-6.1.0.1.jarSHA-1 fc75fa8cfd4e6d1a2096a357d0f48433e0e33f13获取文件 Compat-AngelChest-6.1.0.1.jarSHA-1 fc7cf193584c44c220a83264635c5fa24a1e2ce7获取文件 Compat-BentoBox-6.1.0.1.jarSHA-1 35f8951832f264d131a011b2273e9df931a2ccd9获取文件 Compat-BungeeCord-6.1.0.1.jarSHA-1 061f6cbff372e377554befd98537a97d1a1b12ea获取文件 Compat-BungeeCord-Geyser-6.1.0.1.jarSHA-1 60ea7f868ea73490f82326fb41d5eeb81cd1385a获取文件 Compat-ChestProtect-6.1.0.1.jarSHA-1 36ef04344342301ffc174cc420366d384aa1591f获取文件 Compat-Clearlag-6.1.0.1.jarSHA-1 163be092fca73dfec62421e247836eb1196284d5获取文件 Compat-EcoEnchants-6.1.0.1.jarSHA-1 e018a37abafa32c99489cc052bb54b27129e4b30获取文件 Compat-EliteMobs-6.1.0.1.jarSHA-1 15d42fd2efc753277f3add29c621afe93ea9dfb2获取文件 Compat-GriefPrevention-6.1.0.1.jarSHA-1 fddd90ea3c6f5add56fa22fad4285453d4abd365获取文件 Compat-ItemAdder-6.1.0.1.jarSHA-1 e45ae0837c8c11e8a375b7be6291e435dd0e7c42获取文件 Compat-Lands-6.1.0.1.jarSHA-1 2e3372716c90162a5d94fe8d37c9e75cc38272da获取文件 Compat-OpenInv-6.1.0.1.jarSHA-1 17d3fec6fbb9c2f66046263cdd1c8e40f5dbe509获取文件 Compat-PlotSquared-6.1.0.1.jarSHA-1 3beaf5b822cc153edf2f2800e1d651036728bdfe获取文件 Compat-Reforges-6.1.0.1.jarSHA-1 d82b04986870b0e3e1f11ec733b54c3af3d9a8d9获取文件 Compat-Residence-6.1.0.1.jarSHA-1 d5c06d85ad1a861c783e3cb6b086bfef1383047c获取文件 Compat-Slimefun-6.1.0.1.jarSHA-1 b41fb87a7443c331d8d6d9aabc6d530fe81479c2获取文件 Compat-SuperiorSkyblock-6.1.0.1.jarSHA-1 e1dc73c869a6bbd4d46832667ddc9840d3b80f1e获取文件 Compat-Towny-6.1.0.1.jarSHA-1 4e87b15898da0b181625469e1b74d62ed599c227获取文件 Compat-Velocity-6.1.0.1.jarSHA-1 bb6382fb89943161232b5470998843ffa4749a30获取文件 Compat-VoidChest-6.1.0.1.jarSHA-1 71cf15f28119fee5d656000de8c24dd6c52bda37获取文件 Compat-WorldEdit-6.1.0.1.jarSHA-1 131d97f67bdef8706e3b5b3de3959a4b01b497a3获取文件 Compat-WorldGuard-6.1.0.1.jar展开更新日志
Performance Improves
- Optimized shop loading logic, significantly improved the loading speed of stores when the world loads, now skipping any unrelated stores.
Bug Fixes
- Fixed NoClassDefError when starting up without ProtocolLib
- Fixed cached stock/space API
6.1.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 187295aaef4247c3b03d7f17e66796d7fcd5c2ce获取文件 QuickShop-Hikari-6.1.0.0-SNAPSHOT.jarSHA-1 bab1cf6c04ca0e99036b76d0291b7fbc5ea7b49a获取文件 Addon-BlueMap-6.1.0.0-SNAPSHOT.jarSHA-1 d9c1acafad4c1cb0370dc21ab2bbdfa2dd23126a获取文件 Addon-DiscordSRV-6.1.0.0-SNAPSHOT.jarSHA-1 e52e52335ae9f47b3b1f9a15af10307b8f28754e获取文件 Addon-Discount-6.1.0.0-SNAPSHOT.jarSHA-1 a02a5c53ae2f851ab4d7cd652a83bf115cffe2ec获取文件 Addon-DisplayControl-6.1.0.0-SNAPSHOT.jarSHA-1 0ee298d6116f4641652469d8aefec43ecb71cadf获取文件 Addon-Dynmap-6.1.0.0-SNAPSHOT.jarSHA-1 6c19ae950829cb43b4dcdf7baccafbdc76ad76b3获取文件 Addon-Limited-6.1.0.0-SNAPSHOT.jarSHA-1 9671e396c379fcd42e727d4d6058e0fd4007e255获取文件 Addon-List-6.1.0.0-SNAPSHOT.jarSHA-1 60440920a3a2ad92856cc4476ac0334c824b255f获取文件 Addon-Plan-6.1.0.0-SNAPSHOT.jarSHA-1 4569ac43e4bb9d935eb120a3fb095cc89bb78011获取文件 Addon-Reremake-Migrator-6.1.0.0-SNAPSHOT.jarSHA-1 4cea95d55d130b35d64c642404d96c86681b84bb获取文件 Addon-ShopItemOnly-6.1.0.0-SNAPSHOT.jarSHA-1 4e070b2bc72d4cdefe4fe24e51d30d046dd24986获取文件 Compat-AdvancedRegionMarket-6.1.0.0-SNAPSHOT.jarSHA-1 0001ac1eef8f974aa79314017c659e6a68482b2f获取文件 Compat-AngelChest-6.1.0.0-SNAPSHOT.jarSHA-1 df5190dd07e98e7768e5cd49ea31bf947231dfb7获取文件 Compat-BentoBox-6.1.0.0-SNAPSHOT.jarSHA-1 1eb05a0a7cd6836cb5ec8c63a74ff171fb69dcb3获取文件 Compat-BungeeCord-6.1.0.0-SNAPSHOT.jarSHA-1 c6f982cb60fab491d4c16383d89e5c1c1c3894fc获取文件 Compat-BungeeCord-Geyser-6.1.0.0-SNAPSHOT.jarSHA-1 0ff38e7556fe656fd08e34a48fd90b92b7258567获取文件 Compat-ChestProtect-6.1.0.0-SNAPSHOT.jarSHA-1 23dfcb631b786ee930586a175c4a75c57fe0992f获取文件 Compat-Clearlag-6.1.0.0-SNAPSHOT.jarSHA-1 6c50463203f6a7f14ee595127c901d0a7aec0512获取文件 Compat-EcoEnchants-6.1.0.0-SNAPSHOT.jarSHA-1 da0d85a20d45ec46b574d4d6849b512a3446e06e获取文件 Compat-EliteMobs-6.1.0.0-SNAPSHOT.jarSHA-1 c9a15cd1121437386223401783e2311d80554326获取文件 Compat-GriefPrevention-6.1.0.0-SNAPSHOT.jarSHA-1 3bc4ca8005cf41ae843236b4af3227c1ca946e64获取文件 Compat-ItemAdder-6.1.0.0-SNAPSHOT.jarSHA-1 c65b31d3d87f3774042cec6bf24252e443324ccb获取文件 Compat-Lands-6.1.0.0-SNAPSHOT.jarSHA-1 6e983dee924cdd03e05ef513782636e695b3d1b1获取文件 Compat-OpenInv-6.1.0.0-SNAPSHOT.jarSHA-1 a89eaa8cd36466b49c9b56ad4401b50df3cec521获取文件 Compat-PlotSquared-6.1.0.0-SNAPSHOT.jarSHA-1 8d2d8c66cbde2138cb14ca56eb6c8e8ed51dab15获取文件 Compat-Reforges-6.1.0.0-SNAPSHOT.jarSHA-1 22b9efaec5668b5dd2341a750819a8ef02bee708获取文件 Compat-Residence-6.1.0.0-SNAPSHOT.jarSHA-1 dcba865bc970a9e11df092bbc9d8354a370d16ab获取文件 Compat-Slimefun-6.1.0.0-SNAPSHOT.jarSHA-1 5e5e46ceb77fe5dbfde5ca5ae222ddca40045057获取文件 Compat-SuperiorSkyblock-6.1.0.0-SNAPSHOT.jarSHA-1 8a1427d2f58c61404deebd5aadb94dc52f30eb56获取文件 Compat-Towny-6.1.0.0-SNAPSHOT.jarSHA-1 b6a45979418f2249bd9eb7ed6b0b998f2d31843e获取文件 Compat-Velocity-6.1.0.0-SNAPSHOT.jarSHA-1 f1130dbcf19da26c7028f8a91060d2c27440b971获取文件 Compat-VoidChest-6.1.0.0-SNAPSHOT.jarSHA-1 9c843328ff298847d0e67c53801a1fbae1cb26e4获取文件 Compat-WorldEdit-6.1.0.0-SNAPSHOT.jarSHA-1 997026df6ce7f0e5ab6ef916a302d25b730c866e获取文件 Compat-WorldGuard-6.1.0.0-SNAPSHOT.jar展开更新日志
New Features
- Added CoinsEngine Economy API support
- Added Treasury Economy API support
- [Compat] Added VoidChest compatibility module, contributed by @GeorgeV220 (first contribution)
Changes
- Number formatting now follows player's locale
- Messages now will delay to send while player logging in
- QUser now use Fork-Join-Pool to resolve
- InventoryWrapper can now verify that it is still valid
Performance
- Display item teleport now use Paper API if available
- Avoid create empty YamlConfiguration instance if no extra data for shop to save memory (lazy init)
Bug Fixes
- Compat/Addon's API
getShopsmay returns the shops that not in selection and cause accident deletion if they in same chunk - Added multiple missing localization keys
- Player may still to charged even ShopPriceChangeEvent has been cancelled
- Shop creation may failed if user entered a super large number like
999999999999999999999999999999.99with default new generated configuration - Some parts didn't use QuickShop's Permission Manager
- Some commands are using the wrong permission node
quickshop.usepermission node was ignored/qs staff clearand/qs staff removewon't save to database after modified staff list- Shop display still spawned even player use
/qs toggledisplayto turned it off if server enabled display auto despawn - Fixed TNE economy type may populate StackOverFlow error while purchasing
Other
Several new Startup Flags have been added to allow users to fine-tune the internal implementation, which will be made available on-demand by developers in the support channel.
6.0.0.10
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 f3c3a4a47461cd3a1c270e537cf402095dad8f70获取文件 QuickShop-Hikari-6.0.0.10.jarSHA-1 2e93f070d9bb1c5baf5cb7de8dab581345f381b3获取文件 Addon-BlueMap-6.0.0.10.jarSHA-1 9148fbe7df2d4bcf42935d6223fbca3e43009177获取文件 Addon-DiscordSRV-6.0.0.10.jarSHA-1 578803df85d3facfa44b5168f401afd88847fc6c获取文件 Addon-Discount-6.0.0.10.jarSHA-1 191e4d0bdbf8e10c2f831db96560b53d35ac806e获取文件 Addon-DisplayControl-6.0.0.10.jarSHA-1 563e5e32d7cea9f7ba6d44b6bc29483268ed931c获取文件 Addon-Dynmap-6.0.0.10.jarSHA-1 e3c5c21302a5f2a7ba87f323bb7984b5406d76b7获取文件 Addon-Limited-6.0.0.10.jarSHA-1 e507e985199bbe80536c5857d5ce8ef8776082af获取文件 Addon-List-6.0.0.10.jarSHA-1 a223453a55cdabfda5d37dcff1f336ce56c6d577获取文件 Addon-Plan-6.0.0.10.jarSHA-1 3f07370afc4e04287070b7a701395fab6436ef4e获取文件 Addon-Reremake-Migrator-6.0.0.10.jarSHA-1 b5901d5f2f1f48ce5261da7770438748885b7bf1获取文件 Addon-ShopItemOnly-6.0.0.10.jarSHA-1 c172aa972d109801c9d9b682f90660aef51383b0获取文件 Compat-AdvancedRegionMarket-6.0.0.10.jarSHA-1 70ffabb830157d7dfa52004accebb5e61c08ca0e获取文件 Compat-AngelChest-6.0.0.10.jarSHA-1 4709dcd5d2cf3a985a3fd8a15da4b3789a67902b获取文件 Compat-BentoBox-6.0.0.10.jarSHA-1 74353a68872bfa4303b8c3f3f4134650dba4830c获取文件 Compat-BungeeCord-6.0.0.10.jarSHA-1 e1dd123d79425521b122c6b7211445210f3c7886获取文件 Compat-BungeeCord-Geyser-6.0.0.10.jarSHA-1 1fc61e2ff2d34d38ba244678efafd1b6a596e3c9获取文件 Compat-ChestProtect-6.0.0.10.jarSHA-1 f78c758a0282b625f50b2753e3a4cc3538dca352获取文件 Compat-Clearlag-6.0.0.10.jarSHA-1 90a66e6701b2411d5db282984406ab76fd93371b获取文件 Compat-EcoEnchants-6.0.0.10.jarSHA-1 d1dd77a93c1e65e0a6f92d0d92e575a43e5f2133获取文件 Compat-EliteMobs-6.0.0.10.jarSHA-1 b36179865e9fb85e32bbaf7e330e27721bc59b51获取文件 Compat-GriefPrevention-6.0.0.10.jarSHA-1 f86143dda8e35409c283588fbb9e4d46cbe6ee87获取文件 Compat-ItemAdder-6.0.0.10.jarSHA-1 0be462af1fa62e81df40b572944ef2096226d3e5获取文件 Compat-Lands-6.0.0.10.jarSHA-1 6e8373d55dd845e70da393ee1c9a40ddafb2bddb获取文件 Compat-OpenInv-6.0.0.10.jarSHA-1 0675f540b04fd8d6b7d4c52a5d8e6171b9a26f46获取文件 Compat-PlotSquared-6.0.0.10.jarSHA-1 d8f6628d0181c72a69efbad1f2c3be485891f3f2获取文件 Compat-Reforges-6.0.0.10.jarSHA-1 8ad6adc0c461677f1a5876466398f55154028fe7获取文件 Compat-Residence-6.0.0.10.jarSHA-1 ece80bae0ee68b38e42bc135979dbbbfa8fbbce4获取文件 Compat-Slimefun-6.0.0.10.jarSHA-1 9ddc03075edf6f6c594029cb562d866899709981获取文件 Compat-SuperiorSkyblock-6.0.0.10.jarSHA-1 f24ac20e2e718b6e79f1f879162f5e447b78f1b8获取文件 Compat-Towny-6.0.0.10.jarSHA-1 ac06f4c83155f57ddac8ec0b8fbb23e2df9fe516获取文件 Compat-Velocity-6.0.0.10.jarSHA-1 27040d27e48a7c791448490e08f1acb9e1b805bd获取文件 Compat-WorldEdit-6.0.0.10.jarSHA-1 0f117c37c3d6fa8a626ece586196770021915a68获取文件 Compat-WorldGuard-6.0.0.10.jar展开更新日志
Bug Fixes
- On some server platform, database sources settings may not read properly.
6.0.0.9
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 bf3670451135e8fae87723d5001629840fdb31ab获取文件 QuickShop-Hikari-6.0.0.9.jarSHA-1 23e8aaf509658adebaed9572791ee6f88ddf5c1f获取文件 Addon-BlueMap-6.0.0.9.jarSHA-1 c592efcfd847cf164ae9bf781264cc55b75597cb获取文件 Addon-DiscordSRV-6.0.0.9.jarSHA-1 dec6570e9423016979fcc4b882a1fe25bd9a0be3获取文件 Addon-Discount-6.0.0.9.jarSHA-1 2cd9ab8fc574bc0c6bef224894b0a78cfea4ecd4获取文件 Addon-DisplayControl-6.0.0.9.jarSHA-1 668d7d0136cd9dd7f03ea57e6d67aa057e8211ee获取文件 Addon-Dynmap-6.0.0.9.jarSHA-1 efeab951060a964fe429461829462a39cb85e688获取文件 Addon-Limited-6.0.0.9.jarSHA-1 14941c72c3188c36711df715bfc67be1ae3db4e3获取文件 Addon-List-6.0.0.9.jarSHA-1 63dd31a16c5246bf43be1caaaae2b0171a8354ee获取文件 Addon-Plan-6.0.0.9.jarSHA-1 fd407008dabb751880fc9967e1ed6828fed6a008获取文件 Addon-Reremake-Migrator-6.0.0.9.jarSHA-1 b68eb29c918e36574291df85b878441cd470ab61获取文件 Addon-ShopItemOnly-6.0.0.9.jarSHA-1 8c10c0720f4361825941fe353388b961ec1e5ea5获取文件 Compat-AdvancedRegionMarket-6.0.0.9.jarSHA-1 80b6979d8564d60c8da147c39938eb611b7b1a9b获取文件 Compat-AngelChest-6.0.0.9.jarSHA-1 482d41ad0d1c07ff4b3e5d091086c101ce3de650获取文件 Compat-BentoBox-6.0.0.9.jarSHA-1 13ba335eee98770d27d3b8be3805fdcc6ff5b9fb获取文件 Compat-BungeeCord-6.0.0.9.jarSHA-1 683984120a07a603e89e29bdc8708c78235d29c1获取文件 Compat-BungeeCord-Geyser-6.0.0.9.jarSHA-1 6173b913b1f7d9640d2de1b52079d3e5d01996ec获取文件 Compat-ChestProtect-6.0.0.9.jarSHA-1 d0d3d77433b9d9655f58fe85038ec8ea401d8d6c获取文件 Compat-Clearlag-6.0.0.9.jarSHA-1 ef1babfb127676fa72b7cba7edfc42a35e14b676获取文件 Compat-EcoEnchants-6.0.0.9.jarSHA-1 66a3701e1ddcb704f00b6cb590c44dbc8ef3b3cd获取文件 Compat-EliteMobs-6.0.0.9.jarSHA-1 670114cd57cb325b6538dd3bfb70d3a27df0c6b3获取文件 Compat-GriefPrevention-6.0.0.9.jarSHA-1 85cf9f1c20272e50fd0f25cce88975fc20889d32获取文件 Compat-ItemAdder-6.0.0.9.jarSHA-1 3b69230ef60750baf0d11e4b0c96576212b5b03a获取文件 Compat-Lands-6.0.0.9.jarSHA-1 3d5fa12c5a53c586f46d7c21fedc613b4e884e01获取文件 Compat-OpenInv-6.0.0.9.jarSHA-1 9d9767e6b0e3e56edda030d9bb78f0a8cad8d815获取文件 Compat-PlotSquared-6.0.0.9.jarSHA-1 b5661f17582f2fa83fda74265e170b0a213d5282获取文件 Compat-Reforges-6.0.0.9.jarSHA-1 9594c4baf76bca6f05e8038ae9916a3fb65eadcb获取文件 Compat-Residence-6.0.0.9.jarSHA-1 cf9b767646c6d9dda6850a1ab8bfc8330567d5c9获取文件 Compat-Slimefun-6.0.0.9.jarSHA-1 bdc5f42f4b9cab3d279a80070c755861671f820f获取文件 Compat-SuperiorSkyblock-6.0.0.9.jarSHA-1 da6376138f58b78926e573f1144ec7030859b9ec获取文件 Compat-Towny-6.0.0.9.jarSHA-1 2ed5174e138ac9c2078242732c20727d9b2c0392获取文件 Compat-Velocity-6.0.0.9.jarSHA-1 9422488dfac1a0913fd8d6b38a63891d12cc2618获取文件 Compat-WorldEdit-6.0.0.9.jarSHA-1 5724c239526bb8ecb84dc9a8a717789007b4e3be获取文件 Compat-WorldGuard-6.0.0.9.jar展开更新日志
Bug Fixes
- Plugin may crashed on startup due incorrect configuration upgrade script.
- (Try-to) fix double-chest may cannot detect another half-part items.
- [COMPACT] GriefPrevention compatibility module may crash on startup if build don't have ClaimResizeEvent.
Summary by CodeRabbit
- New Features
- Enhanced logging in the GriefPrevention compatibility module for better startup and event handling visibility.
- Improved error handling in the configuration reload process to ensure stability.
- Bug Fixes
- Fixed an issue with handling
DoubleChestinstances in inventory management, ensuring proper functionality.
- Fixed an issue with handling
- Chores
- Updated dependencies to the latest version (
6.0.0.9) across various modules for improved performance and compatibility. - Adjusted configuration scripts to accommodate new donation key handling.
- Updated dependencies to the latest version (
6.0.0.8
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 5c96c5a298c8e1619123b4d75e482561ceb9887b获取文件 QuickShop-Hikari-6.0.0.8.jarSHA-1 433073dfe56d5ce98a4ab760e9553ff43f08aee2获取文件 Addon-BlueMap-6.0.0.8.jarSHA-1 fb6ab3c46ac902fcef44a223ebc173d9cf2086e8获取文件 Addon-DiscordSRV-6.0.0.8.jarSHA-1 1145c8bdabfbadb00724b3020317f88af4fcc1d2获取文件 Addon-Discount-6.0.0.8.jarSHA-1 20f60b9e950a73639798956f06ae1424eb7ccd6e获取文件 Addon-DisplayControl-6.0.0.8.jarSHA-1 d0a391c8c50e76650bc8e3258b07439d5e1a2b9b获取文件 Addon-Dynmap-6.0.0.8.jarSHA-1 c0ee1ee6d5a91d271c1be5bc39c74164928e144f获取文件 Addon-Limited-6.0.0.8.jarSHA-1 273f47fa5f3ab0e12117dd0594341f95383b6a54获取文件 Addon-List-6.0.0.8.jarSHA-1 9604f65466639c2b5d6127d12c455b54bb193114获取文件 Addon-Plan-6.0.0.8.jarSHA-1 81bcc1a388fddafa66cd586b3263dc9994f4f52b获取文件 Addon-Reremake-Migrator-6.0.0.8.jarSHA-1 d5c1fa67dbedc11432729db6e536d60adf904ae4获取文件 Addon-ShopItemOnly-6.0.0.8.jarSHA-1 cc1979b48a5b8518ae82a8c6a75a24569e2a1392获取文件 Compat-AdvancedRegionMarket-6.0.0.8.jarSHA-1 0f07530635a5c4ad425e9060aa038b06e6b463b5获取文件 Compat-AngelChest-6.0.0.8.jarSHA-1 6351d5fa2a96b59b653851f8a7e134a3dcc0e0c7获取文件 Compat-BentoBox-6.0.0.8.jarSHA-1 9aed1a1754364d66eee7d114f698168502f0cd71获取文件 Compat-BungeeCord-6.0.0.8.jarSHA-1 c5ce9e259088767901f9daaccae859015c64a54a获取文件 Compat-BungeeCord-Geyser-6.0.0.8.jarSHA-1 b0d315bbb24e390ebbd13b1581c088be25a91738获取文件 Compat-ChestProtect-6.0.0.8.jarSHA-1 0ccb9dd181ee2ae96cec078a13fb5cfae15cbace获取文件 Compat-Clearlag-6.0.0.8.jarSHA-1 b664ccdba4dbf433c5a6fe7314eb67da8f359d84获取文件 Compat-EcoEnchants-6.0.0.8.jarSHA-1 db0f4496b555dd1c22386798ddb022233284d783获取文件 Compat-EliteMobs-6.0.0.8.jarSHA-1 698c1442c731af4b5f3b81e9916c195ea1cde98c获取文件 Compat-GriefPrevention-6.0.0.8.jarSHA-1 58b96556582fbf9bf8986958e43849e97e262e49获取文件 Compat-ItemAdder-6.0.0.8.jarSHA-1 0fc985445ee840c0220ca42755fe5c4eabbadf50获取文件 Compat-Lands-6.0.0.8.jarSHA-1 02c0a83c3a8b00a0b491cb2a1b72950c87fd36fc获取文件 Compat-OpenInv-6.0.0.8.jarSHA-1 44f0d3acb7dd6f44451188fc59a1460468bc4a58获取文件 Compat-PlotSquared-6.0.0.8.jarSHA-1 55940e1c890ac2c1921c86e937447e2d1ecbaf20获取文件 Compat-Reforges-6.0.0.8.jarSHA-1 e7ff8b4a75ba49e0cddbfce4f55abadaae40e657获取文件 Compat-Residence-6.0.0.8.jarSHA-1 d7539e3aeca8bebe4964554ec32d71fefb14d189获取文件 Compat-Slimefun-6.0.0.8.jarSHA-1 e7d04f0f3f1f9e4482b10878c32890d6bb2d0bb2获取文件 Compat-SuperiorSkyblock-6.0.0.8.jarSHA-1 130004731d101f7d5f5eea83b7e60f687c71c70d获取文件 Compat-Towny-6.0.0.8.jarSHA-1 4a44242aa87c354f4b9b392d10163d474dafebff获取文件 Compat-Velocity-6.0.0.8.jarSHA-1 18b8a994674b8a611a35a895426fcab6eb128e1f获取文件 Compat-WorldEdit-6.0.0.8.jarSHA-1 b3b17e74193a4e253788e8cdc57d431bd744ced5获取文件 Compat-WorldGuard-6.0.0.8.jar展开更新日志
Bug Fixes
- Fixed top N valuable customers query
- Fixed Minecraft vanilla bug can break the shop container
- (Try to-) fix the GriefPrevention compat's permission override
- Fixed ItemFlag may not respected.
(6.0.0.8 is a hot patch for 6.0.0.7)
6.0.0.6
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 5e1fe257c99191e9c19000a2983552551194c622获取文件 QuickShop-Hikari-6.0.0.6.jarSHA-1 5563896bba4edb102bc088b90e781caaf8e0e61a获取文件 Addon-BlueMap-6.0.0.6.jarSHA-1 4651aa825af0bd64ff865edffbdb7de80935dbed获取文件 Addon-DiscordSRV-6.0.0.6.jarSHA-1 97a73335920f3ab3ddb2730b8e6c0695e77c7770获取文件 Addon-Discount-6.0.0.6.jarSHA-1 4a43cfd5578b1e9be64c68e47a4ecc25956a5461获取文件 Addon-DisplayControl-6.0.0.6.jarSHA-1 f3a4a7b5ece5cfc74f16acc63ae84755d6e9372f获取文件 Addon-Dynmap-6.0.0.6.jarSHA-1 4d9e724efd57b2bd4dfb713c7fba62ec976e4d97获取文件 Addon-Limited-6.0.0.6.jarSHA-1 124a7d584f43c6ea59610b6f7e9af4534d2ae78e获取文件 Addon-List-6.0.0.6.jarSHA-1 57e5ce8c8dfc0e5944bdb4002d99c5d80f18bf85获取文件 Addon-Plan-6.0.0.6.jarSHA-1 6d938df3682b4360bfb0490ed4d832047fd5faf8获取文件 Addon-Reremake-Migrator-6.0.0.6.jarSHA-1 6588a61d3c6a5af5c46ba187b75722c311aa636b获取文件 Addon-ShopItemOnly-6.0.0.6.jarSHA-1 16f3170272aba1c6a76e22823a6a6f67f03d8beb获取文件 Compat-AdvancedRegionMarket-6.0.0.6.jarSHA-1 dfbba23f016b89a133df182dfa7f8a55313bd885获取文件 Compat-AngelChest-6.0.0.6.jarSHA-1 36c65747cb2845bf5be98400330503f68e630559获取文件 Compat-BentoBox-6.0.0.6.jarSHA-1 93e2be3317e1bce5b13c5939c28aa3f2b6f68f44获取文件 Compat-BungeeCord-6.0.0.6.jarSHA-1 6e9a7101457f853e48ccee1884f53c46eb79e0fb获取文件 Compat-BungeeCord-Geyser-6.0.0.6.jarSHA-1 257601002b5e02cd53ab942955584ac67880d035获取文件 Compat-ChestProtect-6.0.0.6.jarSHA-1 58a7fbebf068c3f4c437b05362a15835aabc5ecf获取文件 Compat-Clearlag-6.0.0.6.jarSHA-1 7362b8f3b2be660c15613b6778af9086cc49d1c8获取文件 Compat-EcoEnchants-6.0.0.6.jarSHA-1 a6cf7d19e2191498da40660c8dedd49cc6f8e65e获取文件 Compat-EliteMobs-6.0.0.6.jarSHA-1 1f78942e5074984b22ffd596c2a4270d720e32cb获取文件 Compat-GriefPrevention-6.0.0.6.jarSHA-1 53a48b1a0afbae8e6f6a383952495491894c6408获取文件 Compat-ItemAdder-6.0.0.6.jarSHA-1 891434fcbb4168e42014042e2544d7c7c71ff0f6获取文件 Compat-Lands-6.0.0.6.jarSHA-1 0ec16a79a9fb7a4338f13410fad8f42306b49d0e获取文件 Compat-OpenInv-6.0.0.6.jarSHA-1 14e8b306567a4952ab3130d0c6b044724a2139c3获取文件 Compat-PlotSquared-6.0.0.6.jarSHA-1 95bc38873caabe7826e7e830706e3665bab277f5获取文件 Compat-Reforges-6.0.0.6.jarSHA-1 c5e53855dcd0f99971fa5ee099f226e057f56be8获取文件 Compat-Residence-6.0.0.6.jarSHA-1 889ed01a83e4d59eff19f51be3adb07f21f02b3d获取文件 Compat-Slimefun-6.0.0.6.jarSHA-1 cc808e8e59cd72ae310dd66815df27247ee8d9a0获取文件 Compat-SuperiorSkyblock-6.0.0.6.jarSHA-1 c44df8b02c31a20bec4547243adad6fcac7114b1获取文件 Compat-Towny-6.0.0.6.jarSHA-1 458881874526df5392019ad28d13d399c9a74a54获取文件 Compat-Velocity-6.0.0.6.jarSHA-1 c46eb7577cea9c60702fc1ac50b267bba88c2d71获取文件 Compat-WorldEdit-6.0.0.6.jarSHA-1 11ce2111638fa242a900f49dd9ea877e3087eac2获取文件 Compat-WorldGuard-6.0.0.6.jar展开更新日志
Bug Fixes
- Fixed
/quickshop historycommand will stuck when user using MySQL.
Optimization
- The store now saves after startup only after modifications have occurred.
6.0.0.5
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 9c69682eebc1bad873751bb300c99bedc789e5e5获取文件 QuickShop-Hikari-6.0.0.5.jarSHA-1 f58c1991e347585faa570cae1ef3049fea7de1aa获取文件 Addon-BlueMap-6.0.0.5.jarSHA-1 f836994dec1783cea48f449292ab0065519aa0f9获取文件 Addon-DiscordSRV-6.0.0.5.jarSHA-1 9d8f2856cfb63b3ba85369d3f59b4f143d07442e获取文件 Addon-Discount-6.0.0.5.jarSHA-1 4a21c6a4ed6dc2a4830f770d81a1e2d570e8fdc4获取文件 Addon-DisplayControl-6.0.0.5.jarSHA-1 e0128f658d52eae50a48e6206c272c6418a5a0f3获取文件 Addon-Dynmap-6.0.0.5.jarSHA-1 755cff762f1e93da4af5d475274128fedc8e8816获取文件 Addon-Limited-6.0.0.5.jarSHA-1 21f886bf54df133d97a3cbe07aa04322fd4232b4获取文件 Addon-List-6.0.0.5.jarSHA-1 fd527a2e3abef6fe96df43527a3e0575c45e9318获取文件 Addon-Plan-6.0.0.5.jarSHA-1 a1414d9184a9841b50500a59ca195d1816cb1aa2获取文件 Addon-Reremake-Migrator-6.0.0.5.jarSHA-1 30123b771f3ac902b6fed70f2138d2ff76c05e92获取文件 Addon-ShopItemOnly-6.0.0.5.jarSHA-1 8b005c8dcd3ce0999ff6b43423f7ac341980a600获取文件 Compat-AdvancedRegionMarket-6.0.0.5.jarSHA-1 c21532b937ce71769358dad86237ae82330cd432获取文件 Compat-AngelChest-6.0.0.5.jarSHA-1 729fadc3db18567486d892e8d3cbfe068600889e获取文件 Compat-BentoBox-6.0.0.5.jarSHA-1 31a2ab04e4c825bf875f2b46e866f56df0646dc3获取文件 Compat-BungeeCord-6.0.0.5.jarSHA-1 cc4ba40210b887f9fc204adfe67d923931df82fa获取文件 Compat-BungeeCord-Geyser-6.0.0.5.jarSHA-1 7a075f6faceb5c1631ecccc7d813f67877b50852获取文件 Compat-ChestProtect-6.0.0.5.jarSHA-1 091217c5e0068868e29c2ea7415ec6b3ee484443获取文件 Compat-Clearlag-6.0.0.5.jarSHA-1 a6f1e7797fda35510b5e554da1e642270960f4bd获取文件 Compat-EcoEnchants-6.0.0.5.jarSHA-1 f1f5df7f18ad44fc122bd7b0bc790c1a357b001b获取文件 Compat-EliteMobs-6.0.0.5.jarSHA-1 3dda717f1f7e6ca268320ccc1f9565cb0b10877e获取文件 Compat-GriefPrevention-6.0.0.5.jarSHA-1 db509cee74845fb25fad5e37953bb839654adfa6获取文件 Compat-ItemAdder-6.0.0.5.jarSHA-1 431717c26f9a1340d0926caa18f7790f628b9019获取文件 Compat-Lands-6.0.0.5.jarSHA-1 e1677df689f542f6bbf5a18e36156a9e92f956b2获取文件 Compat-OpenInv-6.0.0.5.jarSHA-1 0bf726c51399178bb14ceca3cee731579cde2966获取文件 Compat-PlotSquared-6.0.0.5.jarSHA-1 0f46fe3efbba75e7413b6d9bc5bb136527beea3f获取文件 Compat-Reforges-6.0.0.5.jarSHA-1 2b9c4c1a82d4d6ed64d8725aa5600d93892b5972获取文件 Compat-Residence-6.0.0.5.jarSHA-1 f4f20c80162676079685873b357b1c756d47e2e7获取文件 Compat-Slimefun-6.0.0.5.jarSHA-1 e2d34e61679c455f4af818313c5885f6600817bc获取文件 Compat-SuperiorSkyblock-6.0.0.5.jarSHA-1 cd0d15e302a9fb195e503d187db4d695087e69af获取文件 Compat-Towny-6.0.0.5.jarSHA-1 b06a963db6fa617d25eb3cff7ebda9b5248f2dbe获取文件 Compat-Velocity-6.0.0.5.jarSHA-1 4064a1e2565162811036b6418c473c4754d3564c获取文件 Compat-WorldEdit-6.0.0.5.jarSHA-1 e3925338c41578cae98a24d6591804d4f99d17a6获取文件 Compat-WorldGuard-6.0.0.5.jar展开更新日志
If you meet HikariPool-1 - Connection is not available, request timed out after 30000ms. errors in past versions, please upgrade to this version and see if it still happening, and join our Discord server to participate in the discussion of the issue. We are investigating this issue and releasing mitigation measures.
Bug Fixes
- Fixed NoClassDefError on Paper 1.20.1 (It's definitely fixed this time :) )
Optimization
- Resolved SQL query performance to avoid performing full table scans and causing severe query performance degradation
Changes
- Temporarily deactivated statistical metrics about the database, which we found were blocking in the main server thread and triggering a server crash when there were problems with the database connection
- Add performance indicators for newly added ShopHistory-related queries to provide feedback on query performance in Paste.
- Adjust logger to reduce useless logging.
- Added several debug subcommands to check for database performance issues and HikariCP related issues.
- Changed ShopHistory related queries from parallel to serial and limited the number of simultaneous executions to 1 to avoid completely exhausting all available connections to HikariCP and crashing the plugin.
6.0.0.4
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 c051e0a3b296a0939e929efd8b62dd4c89235618获取文件 QuickShop-Hikari-6.0.0.4.jarSHA-1 76d0561672fc832a444ed5aff6f1cdc0b5df5e23获取文件 Addon-BlueMap-6.0.0.4.jarSHA-1 949b9d531869a82af2fd3c2d1715cafff86807e3获取文件 Addon-DiscordSRV-6.0.0.4.jarSHA-1 66d9402c31c6c59d93807933a120965a80e57cc9获取文件 Addon-Discount-6.0.0.4.jarSHA-1 4dfa8a062c34fd6cac6f602ad904b989714e094e获取文件 Addon-DisplayControl-6.0.0.4.jarSHA-1 3965723f048272c03fc7f5a36535d27e1c86f084获取文件 Addon-Dynmap-6.0.0.4.jarSHA-1 3263dc0f5dc611025850b66f6c377a2d6f5e7fac获取文件 Addon-Limited-6.0.0.4.jarSHA-1 e65d3abf8961c07f9147b157e9fd2dc01bad2088获取文件 Addon-List-6.0.0.4.jarSHA-1 af7da3ab665334001280dc1c9800ee5d4a86a3a8获取文件 Addon-Plan-6.0.0.4.jarSHA-1 8fae25c075ee373fabd9e6123e4053e01e0ba9c9获取文件 Addon-Reremake-Migrator-6.0.0.4.jarSHA-1 3b950ee7519ea658ebcc944a10ccc8ca4ece926f获取文件 Addon-ShopItemOnly-6.0.0.4.jarSHA-1 f3e9aee77a0d1f02b69e11cf99685d12b9d78461获取文件 Compat-AdvancedRegionMarket-6.0.0.4.jarSHA-1 99eaffa6c4601be465b134eb7295e1f04149bbcf获取文件 Compat-AngelChest-6.0.0.4.jarSHA-1 2dd251cf647b086a35bb542a4caca710b0b66976获取文件 Compat-BentoBox-6.0.0.4.jarSHA-1 07beb876ea1cc1aeed4c4e5071a58052037b27ea获取文件 Compat-BungeeCord-6.0.0.4.jarSHA-1 b3bcf52c2668fa1f0f94877f7e1765966f9ec558获取文件 Compat-BungeeCord-Geyser-6.0.0.4.jarSHA-1 db96eb15551d08da0752b58b4da95fa369aed272获取文件 Compat-ChestProtect-6.0.0.4.jarSHA-1 6a29680a7421a4202898f845bd71829c1fb6c84b获取文件 Compat-Clearlag-6.0.0.4.jarSHA-1 509332334360a155c9b149169ab4f8305e98067e获取文件 Compat-EcoEnchants-6.0.0.4.jarSHA-1 6e7af59fc8f8c6080691fa6bbd44a2c2930fbd3e获取文件 Compat-EliteMobs-6.0.0.4.jarSHA-1 228e418c522d338229b3f0224bf92f71fd3d01bf获取文件 Compat-GriefPrevention-6.0.0.4.jarSHA-1 ccd2fd3701f835c3d1a31683b430e251cd1c3130获取文件 Compat-ItemAdder-6.0.0.4.jarSHA-1 42e4acb17d79384ba0ce4a99fd774b165ec220e0获取文件 Compat-Lands-6.0.0.4.jarSHA-1 524de982ffcc96ac7615f333d1d20189a513b2ae获取文件 Compat-OpenInv-6.0.0.4.jarSHA-1 6dab298e7cd85828e2783120fc7da3a64e81e1ae获取文件 Compat-PlotSquared-6.0.0.4.jarSHA-1 492dfbbbb3f198598827ffad43249541a53b55a8获取文件 Compat-Reforges-6.0.0.4.jarSHA-1 b892d10e4186249bb3bd90d24413b32356dcf762获取文件 Compat-Residence-6.0.0.4.jarSHA-1 04b08aabe6a8e1bd34638ab97ed6b3ae2cccdfbf获取文件 Compat-Slimefun-6.0.0.4.jarSHA-1 107d599fc80195c833298f1434f7625a6d85049e获取文件 Compat-SuperiorSkyblock-6.0.0.4.jarSHA-1 d558a7195880dede2e13ed03b339be32e20e817f获取文件 Compat-Towny-6.0.0.4.jarSHA-1 b40ff801cc662ea7a96f329bc1062de3b0bd3a42获取文件 Compat-Velocity-6.0.0.4.jarSHA-1 9e89502d2c3e3d05074607a7f55600a8b4c4cdb1获取文件 Compat-WorldEdit-6.0.0.4.jarSHA-1 25750b775d32a34be486ce115a0c56399ed8baaa获取文件 Compat-WorldGuard-6.0.0.4.jar展开更新日志
Bug Fixes
- Fixed shop history query use database executor, causes a deadlock on execution resources and results in a query execution failure
- Fixed an issue where the default HikariCP pool parameters in the configuration file were incorrect, now incorrect configuration keys and configuration values will be automatically migrated and adjusted. Care should be taken to avoid accidental value changes if you have changed the relevant parameters manually.
6.0.0.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 4e8f9221878e38bbfa852a41019b375dd3a208d5获取文件 QuickShop-Hikari-6.0.0.3.jarSHA-1 0692c7e2d5df351a8a35fc796cdf93c72a0ff6a9获取文件 Addon-BlueMap-6.0.0.3.jarSHA-1 087775c338bc528d7b6439e9d902a6ddb3137502获取文件 Addon-DiscordSRV-6.0.0.3.jarSHA-1 22cdd836a7c421e60e90d0ca3aacf49600f83209获取文件 Addon-Discount-6.0.0.3.jarSHA-1 81f20925566b0488af461b18ef703218ba9ccaff获取文件 Addon-DisplayControl-6.0.0.3.jarSHA-1 d1095b2293c4f2f5c779fd1fbcda69650c88c2c9获取文件 Addon-Dynmap-6.0.0.3.jarSHA-1 2dd2110c188ffe8ba472d6f773f67e7c78f92f6b获取文件 Addon-Limited-6.0.0.3.jarSHA-1 ef56102e76d769c9f75ce95efdc6b94f5f935343获取文件 Addon-List-6.0.0.3.jarSHA-1 72ea1efa6df52b38ed9e07bbbf2a6ccb9ab7dc89获取文件 Addon-Plan-6.0.0.3.jarSHA-1 0f2f555693d5780635f18fa720e0a7b0dfd1c258获取文件 Addon-Reremake-Migrator-6.0.0.3.jarSHA-1 4d09097fc1cd5408e9e585d041903469d887bf6e获取文件 Addon-ShopItemOnly-6.0.0.3.jarSHA-1 ce713fa62f053bac82b58dfc4d348acbc6d3eb93获取文件 Compat-AdvancedRegionMarket-6.0.0.3.jarSHA-1 8a7d799a9752f0d96d1637f5e207f014d133ecb8获取文件 Compat-AngelChest-6.0.0.3.jarSHA-1 c0fd14b16a85cb04c725ac9549967428c0d9445d获取文件 Compat-BentoBox-6.0.0.3.jarSHA-1 2e51dcbbd01c10eee124083db370ee5d91c3e434获取文件 Compat-BungeeCord-6.0.0.3.jarSHA-1 eaf9a6958176bdd77d7ff83794b771b484194258获取文件 Compat-BungeeCord-Geyser-6.0.0.3.jarSHA-1 70f02cfb4f8414effc495e48dc861da773f4a8c7获取文件 Compat-ChestProtect-6.0.0.3.jarSHA-1 15cc2651d51403cd551ba19543ab874e45da6e88获取文件 Compat-Clearlag-6.0.0.3.jarSHA-1 6a76e0f59b57a1ebe396bf2e59ad6abfb9fbe350获取文件 Compat-EcoEnchants-6.0.0.3.jarSHA-1 49bd3a4ddc2ecfb69bb38a86cf7332d99b9ca911获取文件 Compat-EliteMobs-6.0.0.3.jarSHA-1 d6c1be73f8da66b07275ee77f9dfd32f0183ca67获取文件 Compat-GriefPrevention-6.0.0.3.jarSHA-1 bd1d5ea2c3cad9f02ce80eb28aa6b97ee8db069e获取文件 Compat-ItemAdder-6.0.0.3.jarSHA-1 2998f0655097472ccf9c623450d83838bdd1590d获取文件 Compat-Lands-6.0.0.3.jarSHA-1 0f70df6e80834fb49239172180163797b9443612获取文件 Compat-OpenInv-6.0.0.3.jarSHA-1 65e7945ba71d1792378304882a7dcc7d308925f8获取文件 Compat-PlotSquared-6.0.0.3.jarSHA-1 7eef1452ae79a6044c968eecf1d11e8f48085891获取文件 Compat-Reforges-6.0.0.3.jarSHA-1 b21f652cc653674667312cdcd397a016b0d9cf1d获取文件 Compat-Residence-6.0.0.3.jarSHA-1 b57ff0b6b5fa091635c8c9040101f25bca02330d获取文件 Compat-Slimefun-6.0.0.3.jarSHA-1 ff3660505b04940a08357309c107805611a4fdd2获取文件 Compat-SuperiorSkyblock-6.0.0.3.jarSHA-1 39a5b552774c2a1845942d15e87f4fa72ccede67获取文件 Compat-Towny-6.0.0.3.jarSHA-1 a8854fc94b20686aa3f6d468759283e5cfd2c92d获取文件 Compat-Velocity-6.0.0.3.jarSHA-1 69fce4c14052c2a87e6aeb5716587d5225f14752获取文件 Compat-WorldEdit-6.0.0.3.jarSHA-1 53f6101b694b4eecce5b3b529e49e47e1e648369获取文件 Compat-WorldGuard-6.0.0.3.jar展开更新日志
Optimization
- We have noticed that the new
/quickshop historyfeature is applying more database pressure due tolog_purchasenot being configured with proper indexing. This hot patch will create an index for log_purchase to alleviate the performance issue.- If you still continue to experience query performance issues after this update, please join our Discord to provide feedback.
6.0.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 8fa7adf6ebd6b2ba6bd10fa37682f35255dd0651获取文件 QuickShop-Hikari-6.0.0.1.jarSHA-1 c5e200fec5d404584d24bbe443016c956b84953c获取文件 Addon-BlueMap-6.0.0.1.jarSHA-1 0e8029c9be4eb0aa17fb09c38b6abee41574aef4获取文件 Addon-DiscordSRV-6.0.0.1.jarSHA-1 494697ac533f9db74b62032a963af33f5ddcad71获取文件 Addon-Discount-6.0.0.1.jarSHA-1 7d80b3bfb0f826978d562a4a39aad566e1d06b0b获取文件 Addon-DisplayControl-6.0.0.1.jarSHA-1 42882bee49dc75e6503c0254eee3a828ccd2b9f8获取文件 Addon-Dynmap-6.0.0.1.jarSHA-1 8477d960e496e3a8002f8825345893dec8512733获取文件 Addon-Limited-6.0.0.1.jarSHA-1 a9afea628954ac1ea263e8cfe359a8fca0f1223d获取文件 Addon-List-6.0.0.1.jarSHA-1 ac4219f98571b5eae9f113611f3f18aea6dc66d1获取文件 Addon-Plan-6.0.0.1.jarSHA-1 e6c9e12e6ecb7b00789e7ad3d350770973efbc0b获取文件 Addon-Reremake-Migrator-6.0.0.1.jarSHA-1 a3b36323274dce82d464a8c99c0beb655f9cfe83获取文件 Addon-ShopItemOnly-6.0.0.1.jarSHA-1 f7ae64e5ced50ba1ce86c1fd8709c815560e663f获取文件 Compat-AdvancedRegionMarket-6.0.0.1.jarSHA-1 8b06ec3f5d002fea3665b0fb92dec640339e709d获取文件 Compat-AngelChest-6.0.0.1.jarSHA-1 c099caadee9f9db999f489b0c70d5aeabfcd16e4获取文件 Compat-BentoBox-6.0.0.1.jarSHA-1 45715b6e0737f57651bfca3697dcf76f1e360320获取文件 Compat-BungeeCord-6.0.0.1.jarSHA-1 25852d42b0397756cb20c6fd347d2ded772e8cc4获取文件 Compat-BungeeCord-Geyser-6.0.0.1.jarSHA-1 a547ff431a1570d188bd0408b32bc3d3c5c00fb8获取文件 Compat-ChestProtect-6.0.0.1.jarSHA-1 d869f75dc76f78ad559601df3e56b47cf230fe8b获取文件 Compat-Clearlag-6.0.0.1.jarSHA-1 c316174e00804061ad6e22c69831254623b23e40获取文件 Compat-EcoEnchants-6.0.0.1.jarSHA-1 3561d989baff686d17588aeddbc0d21550443e12获取文件 Compat-EliteMobs-6.0.0.1.jarSHA-1 2a21e492b11f89bfbfbc7691a959935373fad164获取文件 Compat-GriefPrevention-6.0.0.1.jarSHA-1 c19a2a6a6f741be890421bd2e3180be201f0bfd5获取文件 Compat-ItemAdder-6.0.0.1.jarSHA-1 a5a3460dcd1fbb8a610a9180fa000c643711d52a获取文件 Compat-Lands-6.0.0.1.jarSHA-1 8746bf28107047144274e0c81f9461627f11547b获取文件 Compat-OpenInv-6.0.0.1.jarSHA-1 007a7a97e25f1f158addf23d562fdfc1382cfe1c获取文件 Compat-PlotSquared-6.0.0.1.jarSHA-1 572e437c8c8e97f83cc09c077f90d277a44f8baa获取文件 Compat-Reforges-6.0.0.1.jarSHA-1 fc08443db9d78f792c12f89dca075c4fb4d04541获取文件 Compat-Residence-6.0.0.1.jarSHA-1 92dd56e82309faae08cea9585c89a5c2e6e6fac3获取文件 Compat-Slimefun-6.0.0.1.jarSHA-1 98ea0b02ea97fc25c0925c95a53d7ba7e85d664a获取文件 Compat-SuperiorSkyblock-6.0.0.1.jarSHA-1 ffa5cffebf6130ac193c5d2fab6612a40a490a6d获取文件 Compat-Towny-6.0.0.1.jarSHA-1 bb3c8837a9fb97a1b52ccbefc86c8071d743ad12获取文件 Compat-Velocity-6.0.0.1.jarSHA-1 8f3acab2687e90dd9381a585267d2e1c321feb8a获取文件 Compat-WorldEdit-6.0.0.1.jarSHA-1 55708135d560914c4268b886a937ba869a53ab7a获取文件 Compat-WorldGuard-6.0.0.1.jar展开更新日志
This is a hot-patch for 6.0.0.0 major update.
Fixes
- [ADDON] Reremake-Migrator doesn't work with 6.0.0.0
- [ADDON] BlueMap Addon doesn't work (NullPointerException)
- [ADDON] ItemsAdder Addon don't load due package name changes
Although all updates is addon related, but you also need update QuickShop-Hikari it self.
6.0.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 93a0dd91997eb5563ceed276b01fd448e0bb6675获取文件 QuickShop-Hikari-6.0.0.0.jarSHA-1 4dc5fbf56343fe88971481b183c76fe63a6ebd03获取文件 Addon-BlueMap-6.0.0.0.jarSHA-1 0eec7533487a1e51c4a80199097e6422149de264获取文件 Addon-DiscordSRV-6.0.0.0.jarSHA-1 0942898b4a02cd9a878759db1375fa6c1ca53501获取文件 Addon-Discount-6.0.0.0.jarSHA-1 946dec92d90a1d6cc252d8e89db1cb50ad1c79a9获取文件 Addon-DisplayControl-6.0.0.0.jarSHA-1 f259572db92b5e97453fce5fb06a70edf8f5dd7e获取文件 Addon-Dynmap-6.0.0.0.jarSHA-1 af7a5b2efa238a8f4d513b50aee51b7a5203058a获取文件 Addon-Limited-6.0.0.0.jarSHA-1 c959caecfebb44990496c55d456a77bec5ea64fa获取文件 Addon-List-6.0.0.0.jarSHA-1 7daf85f702b40b2db693ad59d43e3a231a6d159a获取文件 Addon-Plan-6.0.0.0.jarSHA-1 2bf195a6a7800fb16adce81f6f298116299646f0获取文件 Addon-Reremake-Migrator-6.0.0.0.jarSHA-1 7a564b20c7bbe2d0acd8cbdd5707069604632eb9获取文件 Addon-ShopItemOnly-6.0.0.0.jarSHA-1 42e44f4757211a7c2913301747f1ce3f2621fbf6获取文件 Compat-AdvancedRegionMarket-6.0.0.0.jarSHA-1 b97792bd3a75b7bb8473d300ceba38864e47087e获取文件 Compat-AngelChest-6.0.0.0.jarSHA-1 d2c24c6507b82fad649f891937c49aac6c024b77获取文件 Compat-BentoBox-6.0.0.0.jarSHA-1 f8b22eba4e080abdc08854c50d8c7b2c27599206获取文件 Compat-BungeeCord-6.0.0.0.jarSHA-1 b57923e7edb023054afe13cdb970794f22ebceef获取文件 Compat-BungeeCord-Geyser-6.0.0.0.jarSHA-1 3085cd476057888aa254abb3e3a5e514dbc08baf获取文件 Compat-ChestProtect-6.0.0.0.jarSHA-1 b903709748d3c534e0f8c1f9e9414fd83a041a93获取文件 Compat-Clearlag-6.0.0.0.jarSHA-1 5917260dc656efca233972be8c9325f30fc047ec获取文件 Compat-EcoEnchants-6.0.0.0.jarSHA-1 ef6e7fa1e8b6d16f7e4be333e64baf0b07487a06获取文件 Compat-EliteMobs-6.0.0.0.jarSHA-1 fb42f7aa1e44c8a3ef7ef6c16f14dabbe366cd9b获取文件 Compat-GriefPrevention-6.0.0.0.jarSHA-1 f91a04fc28fb0c68fb067b898da26ee5b789f699获取文件 Compat-ItemAdder-6.0.0.0.jarSHA-1 447203468391c4a072948157c6c761de034c2119获取文件 Compat-Lands-6.0.0.0.jarSHA-1 1389d6f7d40f68026a712ba28b3a43940f7c5cbd获取文件 Compat-OpenInv-6.0.0.0.jarSHA-1 d7ac650b66cbfd3d617e0aa2ff9ff844e6357334获取文件 Compat-PlotSquared-6.0.0.0.jarSHA-1 997ed121494c05a5341ea46c9cc505bfc45ca64a获取文件 Compat-Reforges-6.0.0.0.jarSHA-1 42d468fd2e6e444a051ee2649b1c10ae85de8be6获取文件 Compat-Residence-6.0.0.0.jarSHA-1 a778a6ac6859eed450b52b0c49e7da297fa117dd获取文件 Compat-Slimefun-6.0.0.0.jarSHA-1 78cc19ef8ae29da3cc027f8344abc410c90f314c获取文件 Compat-SuperiorSkyblock-6.0.0.0.jarSHA-1 d62df11f378b5e32cb493f3d73668bba61759aa5获取文件 Compat-Towny-6.0.0.0.jarSHA-1 f7b6ccc13b1537d3264ce3ea697c975488415ec1获取文件 Compat-Velocity-6.0.0.0.jarSHA-1 220e33ad9b2c6ea4465646780bde268038570cbd获取文件 Compat-WorldEdit-6.0.0.0.jarSHA-1 0fcc2b6c0c0d1c4a1ca76c4aadab1a3377201f1e获取文件 Compat-WorldGuard-6.0.0.0.jar展开更新日志
6.0.0.0 Major Update - Furina
Focalors & Furina, Artist Tiko
For the Lunar New Year, QuickShop-Hikari has received a new major update that includes several feature updates for large networks and transaction-oriented servers. At the same time, we also fixed some bugs.
New Features
Shop History
The new Shop History feature allows you to open a store history panel for all past trade requests that have occurred in this store.
At the same time, you will be able to see your Most Valuable Customers, showing those players who have made the most transactions in your store.
The panel also will allow you to view the number and value of transactions for the last 24h, 3d, 7d, 30d, all-time, and unique purchasers count.
This feature is based on a long-existing transaction logging system, so after you upgrade, you can view the transaction history that created before the upgrade.
Change the shop sign material
New command /quickshop sign <material> that allow users to change their shop's info sign material.
Transfer Shop Ownership
Added New command /quickshop transferownership for shop transfer.
- This new command will allow player request to transfer a shop to another player, without re-create the shop.
- To complete the transfer, the requested player must accept the transfer request.
- To avoid ambiguity, the old
/quickshop transfercommand is now renamed/quickshop transferall.
Price Suggestion
New command /quickshop suggestprice that calculates the most expensive price, the cheapest price, the average price, and the median price for other stores on this server that have the same items and selling patterns as the current store, so that players can set appropriate prices for their stores.
Addons
- [Addon][Discoumt] New command
/quickshop discount listall- The new command allows server administrators to list all discount codes on the server for better management.
- [Addon][Slimefun] New Addon to allow the use Item Expression to reference a Slimefun items.
- [Addon][ItemAdder] New Addon to allow the use Item Expression to reference a ItemAdder items.
- [Addon][Lands] Now supports deleting all stores in Land when it's deleted.
- [Addon][List] The command
/quickshop listare now presented in a paged format, and you can toggle the paging by appending a number. No more crowding the chat box when there are tons of stores.
Misc
- Added new configuration item
shop.info-panel.show-enchantments,shop.info-panel.show-effects,shop.info-panel.show-durability, to allow you disable some information on shop info panel to avoid too much data crowned your chat.
Improvements
- Added delete confirmation for [Remove Shop] button in shop control panel.
Optimization
- Improved checking of the best mirror source, which now gains speed and enables correct use of the best mirror source to resolve plugin dependencies. This is a significant improvement for users in mainland China.
- Multiplexing of libraries cached by the Spigot Libraries Loader (
SERVER_ROOT/libraries) is now supported to reduce network requests and traffic consumption.
- Multiplexing of libraries cached by the Spigot Libraries Loader (
Refactor / Changes
- Introduced a new registry system and plan to convert more modules to use this system in the future.
- The control panel now suggest new
/quickshop transferownershipinstead/quickshop setowner. - API to
Shop#getRemainingStockandShop#getRemaingingSpacenow supports async call, to retrieve cached data from database.
Bug Fixes
- EconomyFormatter may use incorrect currency to format the balance.
- Fix NoClassDefError on some Paper 1.20.2 instances. (hopefully)
- Fixed the command sounds doesn't work at all
- Fixed tab-complete doesn't work for non-operator players.
- Fixed
respect-item-flagoption doesn't work.
Addons
- [Addon][DiscordSRV] Re-build with DiscordSRV 1.27.0 to fix linked accounts related features.
- [Addon][DiscordSRV] Fixed messages may send twice for shop owners.
5.2.0.14
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 f762aecc5a9f431383ec3c59cc754ad32fcaf065获取文件 QuickShop-Hikari-5.2.0.14.jarSHA-1 9c29ed707ab9eff9bb73418fbc5f9d476f37aeb5获取文件 Addon-BlueMap-5.2.0.14.jarSHA-1 923d382f9f40f295958608e80c3445a93d8bfd44获取文件 Addon-DiscordSRV-5.2.0.14.jarSHA-1 13a3bed26dfa3751dd7c2037de571b9a85fdba19获取文件 Addon-Discount-5.2.0.14.jarSHA-1 5db57f1bd73e760426e15c46a6f1cbcdb815dfe9获取文件 Addon-DisplayControl-5.2.0.14.jarSHA-1 5dd6e0efc8b3bc84ce48d71ae3ff5a0676c19bfc获取文件 Addon-Dynmap-5.2.0.14.jarSHA-1 0fbc46f8ee370309addf0b463460c57d958da689获取文件 Addon-Limited-5.2.0.14.jarSHA-1 6f6a6c419c9deba56ccab018be0f58e901429c2c获取文件 Addon-List-5.2.0.14.jarSHA-1 bda7398ce0de7e395ee5ddc57df8e5a74736b96f获取文件 Addon-Plan-5.2.0.14.jarSHA-1 69f832d148ac4423b88af9e3f93a01230ec4650a获取文件 Addon-Reremake-Migrator-5.2.0.14.jarSHA-1 3d6ceb8ee77e25e2a65d3a76b9daf4e06ae9ea61获取文件 Addon-ShopItemOnly-5.2.0.14.jarSHA-1 422b7ca5456fb2fdad5109c6dc5a91ff93db2ad9获取文件 Compat-AdvancedRegionMarket-5.2.0.14.jarSHA-1 7135eeda4dd4f2601dbfbd6cd0e4febe744be62c获取文件 Compat-AngelChest-5.2.0.14.jarSHA-1 4cb5f0aef57bfb2504a9b3b9ec130206c779e705获取文件 Compat-BentoBox-5.2.0.14.jarSHA-1 af70fc991af36e86c53b359aa56830f3542c0263获取文件 Compat-BungeeCord-5.2.0.14.jarSHA-1 822daf7717f79d41109f9537b0325d5ac9889fb6获取文件 Compat-BungeeCord-Geyser-5.2.0.14.jarSHA-1 0f3491f587b5f36805785345802a497d03a9adfe获取文件 Compat-ChestProtect-5.2.0.14.jarSHA-1 f0017a9500b8b5fc60703fd77d3f10992144d08c获取文件 Compat-Clearlag-5.2.0.14.jarSHA-1 94d2e3fc3b263e38229f179a78f82451dd1861f2获取文件 Compat-EcoEnchants-5.2.0.14.jarSHA-1 d25b166f7b5dad28763727869c83432891f0ade9获取文件 Compat-EliteMobs-5.2.0.14.jarSHA-1 ee33b9461383ac469de0bd82c51b78aa2c383053获取文件 Compat-GriefPrevention-5.2.0.14.jarSHA-1 4d48f552a8962acb3b208ae024892d3286225256获取文件 Compat-Lands-5.2.0.14.jarSHA-1 757325706353c63dab099cb4c8ff6a49563868d9获取文件 Compat-OpenInv-5.2.0.14.jarSHA-1 8dbca5a11e121374fa37e6bd824cf6919b66ef88获取文件 Compat-PlotSquared-5.2.0.14.jarSHA-1 63cfb4887435c083173aba8d96b9669afbee1a2d获取文件 Compat-Reforges-5.2.0.14.jarSHA-1 b6fd59c5df837f02084fee1927f550f667824e78获取文件 Compat-Residence-5.2.0.14.jarSHA-1 56a56686ad5c9674ad9c6acd00af5810068cd41f获取文件 Compat-SuperiorSkyblock-5.2.0.14.jarSHA-1 ecbc189e2bbc9d664181a5a4a67038c84e17b5e7获取文件 Compat-Towny-5.2.0.14.jarSHA-1 24f39b6a12161c5e3f0d6fcb0d56b8ae2f38ed2c获取文件 Compat-Velocity-5.2.0.14.jarSHA-1 ea2571aa12c26fa1a647da8a341109803c9f103b获取文件 Compat-WorldEdit-5.2.0.14.jarSHA-1 9a2d72e3db595f24865bba3e9077bdf36346cd2f获取文件 Compat-WorldGuard-5.2.0.14.jar展开更新日志
Tweaks
- EcoEnchants fixes missing enchantments, QuickShop-Hikari now works with EcoEnchants 12.2.1 or later, and the compatibility module works properly.
- The ability for users to disable the built-in dependency resolver via startup flag and fallback to SpigotLibraryLoader by copying the list of dependencies into the libraries field of plugin.yml helps to solve the Aether illegal access issue reported on Mohist. We are still working with the Mohist developers to resolve this issue. MC 1.20.4 or later builds of Mohist are not affected by this issue.
5.2.0.13
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 9c1abcfb4854337d43e22c087dbff74e3a0ac537获取文件 QuickShop-Hikari-5.2.0.13.jarSHA-1 c5840cb3f008426784f3c73a86e90fc4b6db05af获取文件 Addon-BlueMap-5.2.0.13.jarSHA-1 877d981741ad6732ba370948c9c320d1900303f8获取文件 Addon-DiscordSRV-5.2.0.13.jarSHA-1 d87722715484b87efd3480ff2ebd0288619b12f2获取文件 Addon-Discount-5.2.0.13.jarSHA-1 42766dbd731a268da1621634efa01bbbf956e742获取文件 Addon-DisplayControl-5.2.0.13.jarSHA-1 05e56a88bb7267fc5611778e652821a19cf63ef9获取文件 Addon-Dynmap-5.2.0.13.jarSHA-1 56bc9e698e0c61421f93bd116f7a24bffd7a360f获取文件 Addon-Limited-5.2.0.13.jarSHA-1 11687ad778ac839118f933da33e47b6e5b831258获取文件 Addon-List-5.2.0.13.jarSHA-1 5e87481443a7c3b5e3aeea4f904a1e0bce288239获取文件 Addon-Plan-5.2.0.13.jarSHA-1 b51e874b7b4b718b5140a7c730d707d7d80915b5获取文件 Addon-Reremake-Migrator-5.2.0.13.jarSHA-1 ecb1106b48a06f97e88862864ed28f3a7a8f6396获取文件 Addon-ShopItemOnly-5.2.0.13.jarSHA-1 8f37112e7038f2dec2a44c9bf3acc4fa64b4ab5f获取文件 Compat-AdvancedRegionMarket-5.2.0.13.jarSHA-1 627ed76089089e79aa2b328002b4d1867a91f3a9获取文件 Compat-AngelChest-5.2.0.13.jarSHA-1 b4162357aa4351dad3169c927c3f6f42c15eac90获取文件 Compat-BentoBox-5.2.0.13.jarSHA-1 6cede325fa94a23caaa6fcfcfca17063a0fa437d获取文件 Compat-BungeeCord-5.2.0.13.jarSHA-1 38a29d2847f549c421439c8751d2ddb854de1176获取文件 Compat-BungeeCord-Geyser-5.2.0.13.jarSHA-1 9a2eba39959ce39eaab927ce36468c923b728a9d获取文件 Compat-ChestProtect-5.2.0.13.jarSHA-1 4ce1472990bc544c51379c29a92901dfe2dff964获取文件 Compat-Clearlag-5.2.0.13.jarSHA-1 d9b6c2b882ecc13007a5feaae88485407d6afa64获取文件 Compat-EcoEnchants-5.2.0.13.jarSHA-1 3890b31fffb55981cea9a57edbe06c527c5a4841获取文件 Compat-EliteMobs-5.2.0.13.jarSHA-1 63f1747af89b483f6d53da78ec57c3cbe6f5c724获取文件 Compat-GriefPrevention-5.2.0.13.jarSHA-1 8ae2d2fdcc8d633539e8140455926e9123b7eb77获取文件 Compat-Lands-5.2.0.13.jarSHA-1 7384a89611afc1785b09381dc25ab4081e52a308获取文件 Compat-OpenInv-5.2.0.13.jarSHA-1 158e7d1be1f684340e9b89db7752ae9eebc03890获取文件 Compat-PlotSquared-5.2.0.13.jarSHA-1 aac1d94f128e22d2d77a4b0ee848796ca57feb2c获取文件 Compat-Reforges-5.2.0.13.jarSHA-1 2a69d189fe3f39752bdbac0c7f7af9d8c4c61e9d获取文件 Compat-Residence-5.2.0.13.jarSHA-1 d4fe5a0066f05c727a499d7992fa498d5916872c获取文件 Compat-SuperiorSkyblock-5.2.0.13.jarSHA-1 7f23ac391ebaa6c42b36a281c0aca5d3a7c22895获取文件 Compat-Towny-5.2.0.13.jarSHA-1 07636b1fbd80d129333e2d326cd69095bb7f0fa6获取文件 Compat-Velocity-5.2.0.13.jarSHA-1 9cc67cde7d332aded8632f750d4677eb03bb6084获取文件 Compat-WorldEdit-5.2.0.13.jarSHA-1 0a982c014d070e597a002ba71c9da074253b965f获取文件 Compat-WorldGuard-5.2.0.13.jar展开更新日志
Bug Fixes
- Fixed relocation bug that caused addons reporting NoClassDefFoundError/ClassCastException.
- Fixed decimal-format always report the language key is missing.
5.2.0.12
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 9679696b92f5230ab7e452e4725ed9e4918b3381获取文件 QuickShop-Hikari-5.2.0.12.jarSHA-1 7c5a7f8a2922ce464b658bf3303c45919a6cfa5b获取文件 Addon-BlueMap-5.2.0.12.jarSHA-1 396d6ca7b00df387cd37397eced8f8d2a87bc3f3获取文件 Addon-DiscordSRV-5.2.0.12.jarSHA-1 9e0399487696a727c60112eefd5937f3ed30ee8c获取文件 Addon-Discount-5.2.0.12.jarSHA-1 21c9e877a5189241aa4fde69dee7356d8c557865获取文件 Addon-DisplayControl-5.2.0.12.jarSHA-1 3b2e9d638bc0a039aa7ba481cfbcd6179f36e478获取文件 Addon-Dynmap-5.2.0.12.jarSHA-1 a311acccc7295c5248f951610d8fa6808187d103获取文件 Addon-Limited-5.2.0.12.jarSHA-1 711eaa40d51c7aeab42f9a24275f8777f8678abc获取文件 Addon-List-5.2.0.12.jarSHA-1 76bac068fad1a5b541310501abe84cf140bf02f1获取文件 Addon-Plan-5.2.0.12.jarSHA-1 9abf79709654caedef9bf9e8491897c0803b36f1获取文件 Addon-Reremake-Migrator-5.2.0.12.jarSHA-1 0fb22ccbc75f0043adbae89f110e304b82945968获取文件 Addon-ShopItemOnly-5.2.0.12.jarSHA-1 861cc9d432113c0012951b6216ab7c2a86455980获取文件 Compat-AdvancedRegionMarket-5.2.0.12.jarSHA-1 80862c676a0a421f6b49a6c0101320c72b654bd1获取文件 Compat-AngelChest-5.2.0.12.jarSHA-1 4a40fd9f73c43c744ea8836bbf2b485259e089fc获取文件 Compat-BentoBox-5.2.0.12.jarSHA-1 391019d40ff0a4b4e194e67612936788990c4326获取文件 Compat-BungeeCord-5.2.0.12.jarSHA-1 cbd97e1c91abccc8a25c84787d5abf102ef6f9a2获取文件 Compat-BungeeCord-Geyser-5.2.0.12.jarSHA-1 a7a25dc3a8e1a246730fcdf7d4e517830f54419b获取文件 Compat-ChestProtect-5.2.0.12.jarSHA-1 bfa8f0428025bcd492892bf28ef9983bf86d97d6获取文件 Compat-Clearlag-5.2.0.12.jarSHA-1 49541641e5f313879f7c17eff0282f79a5dd1418获取文件 Compat-EcoEnchants-5.2.0.12.jarSHA-1 ec54f1a95d68025ef35f9513a47062a4bbc40402获取文件 Compat-EliteMobs-5.2.0.12.jarSHA-1 ec33b096898060ebbadbbc1b9232a7b10017f8e2获取文件 Compat-GriefPrevention-5.2.0.12.jarSHA-1 3d17d528661a88513c67e337165c458f328a5e10获取文件 Compat-Lands-5.2.0.12.jarSHA-1 d54235dc79f8463ca3e2a6e12ed518dea99cdd57获取文件 Compat-OpenInv-5.2.0.12.jarSHA-1 361f8b1fce5bbbf4ad1c5ebaa17f4d55a9a7566d获取文件 Compat-PlotSquared-5.2.0.12.jarSHA-1 8a9dca3d9c1dbe3195f4bb6192c49ed72b86a663获取文件 Compat-Reforges-5.2.0.12.jarSHA-1 f6f44ca41597c18ab6a602456d81a6bf464640b8获取文件 Compat-Residence-5.2.0.12.jarSHA-1 b132834e5d0d1076f6c4c2af7736bcf311e01ff9获取文件 Compat-SuperiorSkyblock-5.2.0.12.jarSHA-1 c4c7bbf85e7859da392db042c0cccd9c1b51c956获取文件 Compat-Towny-5.2.0.12.jarSHA-1 87004e6a5be5a2b3086371ace5013b97de7dc20a获取文件 Compat-Velocity-5.2.0.12.jarSHA-1 b73d753c4496854fa9a8594acfb6be09327cc53b获取文件 Compat-WorldEdit-5.2.0.12.jarSHA-1 09bca19618ef1bb0ba6ba3871135f48d031be947获取文件 Compat-WorldGuard-5.2.0.12.jar展开更新日志
Bug Fixes
- Fixed broken DiscordSRV addon (maybe also other 3rd-party addons).
- Fixed China Geo detection for optimized libraries resolver doesn't work if CloudFlare services cannot be accessed (which is common in China mainland).
5.2.0.11
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 c8439f37200cbb00212a1f41ed0d8af816b4951b获取文件 QuickShop-Hikari-5.2.0.11.jarSHA-1 2a2ca2daff81c272cde852e87b940ae6351dd4f3获取文件 Addon-BlueMap-5.2.0.11.jarSHA-1 f99208da882221c443153bbbb38235cf54a26143获取文件 Addon-DiscordSRV-5.2.0.11.jarSHA-1 d1884c2a0a45394a33dc8e54b3561905c6b4ed7b获取文件 Addon-Discount-5.2.0.11.jarSHA-1 9e97ad10e8c312131ab48340800f18e025ab0561获取文件 Addon-DisplayControl-5.2.0.11.jarSHA-1 39433a1786232810faf0e668dbfcb5eb0134bc22获取文件 Addon-Dynmap-5.2.0.11.jarSHA-1 34be7d6c260e4c8dd8a95054cc52a2ee347d7acf获取文件 Addon-Limited-5.2.0.11.jarSHA-1 944a4945d3e2af24161a72b580c33cbb66e673d1获取文件 Addon-List-5.2.0.11.jarSHA-1 cb98afa2af29bd11d9e464cc5cbf41103f4d05a9获取文件 Addon-Plan-5.2.0.11.jarSHA-1 754d14f2be27a77e541e420b65e8b0c55e902a03获取文件 Addon-Reremake-Migrator-5.2.0.11.jarSHA-1 f0577f031d7caf95e3d955436c35fb700ad0791d获取文件 Addon-ShopItemOnly-5.2.0.11.jarSHA-1 f768ac9456af0ea0b6be148a3ff82d03fef67cc0获取文件 Compat-AdvancedRegionMarket-5.2.0.11.jarSHA-1 20480cdcd64bb0211cb2c27f6034c281d35e1435获取文件 Compat-AngelChest-5.2.0.11.jarSHA-1 c59be57363317ea7848452e3473f63acbd11090c获取文件 Compat-BentoBox-5.2.0.11.jarSHA-1 3c87c4a153d3ad790af3b8eea522d3af10d694e4获取文件 Compat-BungeeCord-5.2.0.11.jarSHA-1 af863732369ec6f0098cf71ddd1605a63bd88c02获取文件 Compat-BungeeCord-Geyser-5.2.0.11.jarSHA-1 0f6e589f8c86b77ad6d00e23baf43eef7a1561d0获取文件 Compat-ChestProtect-5.2.0.11.jarSHA-1 951beeecf878e07ca391ded01060db4552da0eb9获取文件 Compat-Clearlag-5.2.0.11.jarSHA-1 dc11b745f67724c326280072a21846ff7876ac34获取文件 Compat-EcoEnchants-5.2.0.11.jarSHA-1 8111f9933fe9f07d0a02a72d6cd4729a566a6537获取文件 Compat-EliteMobs-5.2.0.11.jarSHA-1 94c2ae611421ead406de79cd8442dfe776f1f5a9获取文件 Compat-GriefPrevention-5.2.0.11.jarSHA-1 aba250bdb722cef6d44e1f403bac0e4384f58804获取文件 Compat-Lands-5.2.0.11.jarSHA-1 4dbf418dcabe3005f00b2ed090b73308762abbd2获取文件 Compat-OpenInv-5.2.0.11.jarSHA-1 a0ac8bfdca3f5ae78f1ef90710f0338bb6ec0f1f获取文件 Compat-PlotSquared-5.2.0.11.jarSHA-1 11cc1747c43296a9e5994124ed30a2ca6f4ac195获取文件 Compat-Reforges-5.2.0.11.jarSHA-1 5c4e62470122e0baa9e1b9828c89091f8814925a获取文件 Compat-Residence-5.2.0.11.jarSHA-1 b1b943afe47c7299ceb5d7cf9f60c8afecf691d0获取文件 Compat-SuperiorSkyblock-5.2.0.11.jarSHA-1 15946cc9daf579001b229f2c845c3595714ca28e获取文件 Compat-Towny-5.2.0.11.jarSHA-1 8adc04c6a4ff53a0594bdac7d20564bdfc1e970f获取文件 Compat-Velocity-5.2.0.11.jarSHA-1 0a8c5a874cd8e735dc5c6dec480847bed021f3af获取文件 Compat-WorldEdit-5.2.0.11.jarSHA-1 9af03b8e633922a91a1caeb931fdadf6d6a9bdbd获取文件 Compat-WorldGuard-5.2.0.11.jar展开更新日志
Bug Fixes
- Fixed
/qs permisisondoesn't save the changes - Fixed plugin on Paper 1.20.1 may report NoClassDefException.
Optimization
- SpigotLibraryLoader is abandoned and dependency resolution is now handled by QuickShop-Hikari itself.
- Added mirror for dependency resolution for server in China.
- Users in China will use Maven Central mirrors from Aliyun, Tencent Cloud, and NetEase to accelerate dependency resolution.
- Users in Global will keep the original (Maven Central) repository.
5.2.0.10
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 f0081543f3433123ea705a4835b75fcac27e2b79获取文件 QuickShop-Hikari-5.2.0.10.jarSHA-1 0c13b8fef8cae4ce3e293ba798a7916f402480c8获取文件 Addon-BlueMap-5.2.0.10.jarSHA-1 084b35ef8e0da61a986a31a3e6909a8874f9e0e3获取文件 Addon-DiscordSRV-5.2.0.10.jarSHA-1 90682f1860a4249f92111439655caf74726972d9获取文件 Addon-Discount-5.2.0.10.jarSHA-1 193459837de533e9dd2a225a57e88e4cf36e314a获取文件 Addon-DisplayControl-5.2.0.10.jarSHA-1 f1691d4b9b42a98abd1cabc7552c4e34286128bf获取文件 Addon-Dynmap-5.2.0.10.jarSHA-1 64bba1febdc24b79662605fe8b3414dba5883754获取文件 Addon-Limited-5.2.0.10.jarSHA-1 76abb5f19c53b1478835e01eade707d72e9a27d8获取文件 Addon-List-5.2.0.10.jarSHA-1 efe39a9090948fcd083e1a59e115efe6da352bca获取文件 Addon-Plan-5.2.0.10.jarSHA-1 0e01b1005d67d8de072ab1b901a62026a2bb3c22获取文件 Addon-Reremake-Migrator-5.2.0.10.jarSHA-1 251fcbe85aab6144a4b9b9ac6d2e26b5b93865ae获取文件 Addon-ShopItemOnly-5.2.0.10.jarSHA-1 afa6845ba9a5d9d54fd0f8a14ce5e7ebd3b4fbaf获取文件 Compat-AdvancedRegionMarket-5.2.0.10.jarSHA-1 cbb975946b72178604278464604ed17e180993aa获取文件 Compat-AngelChest-5.2.0.10.jarSHA-1 05e1aca72b46742b137c351a4bf5384aa714f91e获取文件 Compat-BentoBox-5.2.0.10.jarSHA-1 542f74ea98a29908a859bc52622430a219383587获取文件 Compat-BungeeCord-5.2.0.10.jarSHA-1 c19fd8ffd7bb37156b29651fdad75635be3598de获取文件 Compat-BungeeCord-Geyser-5.2.0.10.jarSHA-1 d2249a37584e9ef15f0780894d8b833b2e3069c6获取文件 Compat-ChestProtect-5.2.0.10.jarSHA-1 8b6055c0972756f5e0d44285328238f0fad31326获取文件 Compat-Clearlag-5.2.0.10.jarSHA-1 4687769be16bd9365ba4d1d5ce523d455fd1383e获取文件 Compat-EcoEnchants-5.2.0.10.jarSHA-1 0dcd2c80343841f2df6d323de4bce338270c0342获取文件 Compat-EliteMobs-5.2.0.10.jarSHA-1 49f3cbf1af96e54873605a6d5486af6912e129f2获取文件 Compat-GriefPrevention-5.2.0.10.jarSHA-1 c0c7542b08b7efab42d86c0aefc8919ba24d861a获取文件 Compat-Lands-5.2.0.10.jarSHA-1 8cc8226381642d7a9dc91bc63662c3a3b63bb245获取文件 Compat-OpenInv-5.2.0.10.jarSHA-1 1db401e291c045bfed6e660a2b38678318902b7c获取文件 Compat-PlotSquared-5.2.0.10.jarSHA-1 9325e9eb8a34f3051e7ceea767248c9e043bb1c0获取文件 Compat-Reforges-5.2.0.10.jarSHA-1 3b2deccafc909a921e25a7eec774cf69076fd086获取文件 Compat-Residence-5.2.0.10.jarSHA-1 8b7dae9908ae2f50aee608f212743358d5b5be3a获取文件 Compat-SuperiorSkyblock-5.2.0.10.jarSHA-1 0f6b5c1dc1723c5c9887515f586e7c183fdd0837获取文件 Compat-Towny-5.2.0.10.jarSHA-1 4924b60f23aa7b8a4c2649d17283d743e34ae2d4获取文件 Compat-Velocity-5.2.0.10.jarSHA-1 ac9b37c5835ca4d58b29282d5bcda98798feaaf0获取文件 Compat-WorldEdit-5.2.0.10.jarSHA-1 c8418e0ff74b63d604e9756883dbda1450d71b40获取文件 Compat-WorldGuard-5.2.0.10.jar展开更新日志
Fixed a security issue:
Missing store ownership check when a player modifies a user's store permissions using the /qs permission command. This allows the user to take over arbitrary store permissions, including the administrator store.
This patch will not revoke permissions, you will need to do a check on the store's already set Per-player permissions property to avoid pre-existing exploits. For past versions, you can disable the command interface for the per-player permission system to avoid new exploits /lp group default permission set quickshop.permission false. However, upgrading is still recommended.
Considering that this security vulnerability allows for store privilege escalation (including unlimited stores, aka AdminShop) and allows for the modification of store transaction contents, prices, and disruption of the server's economic system, we strongly recommend that you plan an update immediately and utilize LuckPerms through the guide to disable this feature before you maintain it.
5.2.0.9
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 2133dc65bf69395c19a8fffc3292fa119184ded1获取文件 QuickShop-Hikari-5.2.0.9.jarSHA-1 f1d971b36577a65813379fcb7b45f33e2c9101c9获取文件 Addon-BlueMap-5.2.0.9.jarSHA-1 4b23774ef69db4bcd56786d75024286685281672获取文件 Addon-DiscordSRV-5.2.0.9.jarSHA-1 c1878f0698c2c52004915d241142a6d4d38ec17f获取文件 Addon-Discount-5.2.0.9.jarSHA-1 e928940a7a841b8c463d0c847af151f69127b6c8获取文件 Addon-DisplayControl-5.2.0.9.jarSHA-1 95eff51e052e4e045dfa00ee39989948b8e19799获取文件 Addon-Dynmap-5.2.0.9.jarSHA-1 6d48d0caee3054189dce186d3dd5488ddd8ebdf4获取文件 Addon-Limited-5.2.0.9.jarSHA-1 b0d8e8de3a224dd4686feedf4342a4eceb71f9f1获取文件 Addon-List-5.2.0.9.jarSHA-1 c862f9c0fb74b5351d21034adbc4d82bd3c9b8c7获取文件 Addon-Plan-5.2.0.9.jarSHA-1 b0e4a71547e6fed959fb5e11611cb067f18a0029获取文件 Addon-Reremake-Migrator-5.2.0.9.jarSHA-1 2e8201616b845e7b53790332225d145688e5c30c获取文件 Addon-ShopItemOnly-5.2.0.9.jarSHA-1 da339ad4a04abc4229078265abd45fb1f4ee3f51获取文件 Compat-AdvancedRegionMarket-5.2.0.9.jarSHA-1 9edb004a87751a2a3f462ff0c87853c4bc711ddc获取文件 Compat-AngelChest-5.2.0.9.jarSHA-1 cceab2245521017b08c93a65fd5305c8507388ad获取文件 Compat-BentoBox-5.2.0.9.jarSHA-1 a237ad22730a12d639f4229966dc1dd66d9bb5a1获取文件 Compat-BungeeCord-5.2.0.9.jarSHA-1 80d56da9d1ac914f89ae97b998f1314737266972获取文件 Compat-BungeeCord-Geyser-5.2.0.9.jarSHA-1 a982837fd92d8c5ded9c6699e3b2de114c5ced0a获取文件 Compat-ChestProtect-5.2.0.9.jarSHA-1 e341d5c186f06d09e0deaed04a88854f3387e97a获取文件 Compat-Clearlag-5.2.0.9.jarSHA-1 240283c07950a27e4544ee02e2a7339b71863f32获取文件 Compat-EcoEnchants-5.2.0.9.jarSHA-1 fe181b964c21eca956789b97ab3f57a4b0d9efcb获取文件 Compat-EliteMobs-5.2.0.9.jarSHA-1 d3987c407cdf60a7ab426b7e708854ed7625817c获取文件 Compat-GriefPrevention-5.2.0.9.jarSHA-1 835a1c14e8fb63c71936417fa8bab0edeedd2954获取文件 Compat-Lands-5.2.0.9.jarSHA-1 4938cadcdd5dd29dc5edca45b58d6140bb78a2e6获取文件 Compat-OpenInv-5.2.0.9.jarSHA-1 2a928cd9367f8f6ad768a64aa7f5b34894fda607获取文件 Compat-PlotSquared-5.2.0.9.jarSHA-1 d8b3cff8fe7c18907472b4f5e98381883028a7d1获取文件 Compat-Reforges-5.2.0.9.jarSHA-1 091f8e7ade69b66b41b37ff13773f35edc9771b0获取文件 Compat-Residence-5.2.0.9.jarSHA-1 899d29a39cf15f3f1d09b1cf62b2e769d00a3173获取文件 Compat-SuperiorSkyblock-5.2.0.9.jarSHA-1 7387d0cb990ccdd2c0bcced60e5c305e65a5ca17获取文件 Compat-Towny-5.2.0.9.jarSHA-1 fe8cae493d9c46d10550f0def71449c27bc0484e获取文件 Compat-Velocity-5.2.0.9.jarSHA-1 82af3e4ea9b1100c774cd057392868bc6eca0fad获取文件 Compat-WorldEdit-5.2.0.9.jarSHA-1 03a9492fa173fc21e2d77cf3a2f7a52f74a1a59c获取文件 Compat-WorldGuard-5.2.0.9.jar展开更新日志
Bug Fixes
/qs reloadwill cause OngoingFeeWatcher to be executed early- Repeated execution of restarting the server is within the design.
- Fixed an issue where store owners would not automatically grant ADMINISTRATOR permissions.
Summary by CodeRabbit
-
Dependency Updates
- Updated
quickshop-hikarito version5.2.0.9. - Upgraded Maven compiler plugin to version
3.12.1. - Updated versions-maven-plugin to version
2.16.2. - Incremented
EcoEnchantsto version11.2.0. - Updated
ecoto version6.68.0. - Upgraded
LandsAPIto version6.42.15. - Updated
townyto version0.100.0.17. - Incremented
EconomyCoredependency to version0.1.2.6-Pre3.
- Updated
-
Refactor
- Modified permission handling logic in
ContainerShop. - Adjusted module reload process in
QuickShop.
- Modified permission handling logic in
5.2.0.8
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 f020008596bceab42a6a02cb09ba0e4228bef221获取文件 QuickShop-Hikari-5.2.0.8.jarSHA-1 6d6599078c5aba7066b8bf0b8d47ce0ca0d4b37b获取文件 Addon-BlueMap-5.2.0.8.jarSHA-1 68229d0c74293fd1bfb15df3f3cda04a50433413获取文件 Addon-DiscordSRV-5.2.0.8.jarSHA-1 ae13fc92d4d050ae8edc05fdeb44aa85c65324c7获取文件 Addon-Discount-5.2.0.8.jarSHA-1 6b3c4be3151cb570bc23c471c09718fee3765f82获取文件 Addon-DisplayControl-5.2.0.8.jarSHA-1 e078d11ce16f76a5419f9211210881c817903f35获取文件 Addon-Dynmap-5.2.0.8.jarSHA-1 5568db31ff660f614edc66f072968f50ee33037a获取文件 Addon-Limited-5.2.0.8.jarSHA-1 68c796417f60a21cda1910a25c47549601f68cf5获取文件 Addon-List-5.2.0.8.jarSHA-1 8c2bd4572c633e938ab4eb8957138f7ac7463f64获取文件 Addon-Plan-5.2.0.8.jarSHA-1 2969e53407234ced61592fdcdab196ee5a0317e9获取文件 Addon-Reremake-Migrator-5.2.0.8.jarSHA-1 a73bdfe02127f7aeeaf5dc1129ef47bd3cdcda86获取文件 Addon-ShopItemOnly-5.2.0.8.jarSHA-1 279862e018b3dd054514aacfa62d85be536428aa获取文件 Compat-AdvancedRegionMarket-5.2.0.8.jarSHA-1 1367675e19c6c8028be3ab8952f4be679b7b6c02获取文件 Compat-AngelChest-5.2.0.8.jarSHA-1 1e23c404b53f23fb933003d6401a23e31d427fd4获取文件 Compat-BentoBox-5.2.0.8.jarSHA-1 f3faa80832963a9669c6ea46f719a97b3f143cf4获取文件 Compat-BungeeCord-5.2.0.8.jarSHA-1 35bbb8c1c75cc3ee34ebfeb9e2ad377d216b7a10获取文件 Compat-BungeeCord-Geyser-5.2.0.8.jarSHA-1 9eab4ccdcf6375062dffe4a582e05aa67c448b5f获取文件 Compat-ChestProtect-5.2.0.8.jarSHA-1 e52459aa481a2d3ffecc32faaf739c455e451bf6获取文件 Compat-Clearlag-5.2.0.8.jarSHA-1 84208ed517a58a1c594f5f16007ce29ab9566c41获取文件 Compat-EcoEnchants-5.2.0.8.jarSHA-1 84e537b50444e26038c73a85571f56ed450f1f06获取文件 Compat-EliteMobs-5.2.0.8.jarSHA-1 1dec7ffad9e61f0daed1d2808eaab37904196290获取文件 Compat-GriefPrevention-5.2.0.8.jarSHA-1 91c4bb1d88a48639187793ff588e0135450994a0获取文件 Compat-Lands-5.2.0.8.jarSHA-1 a445d633f524469c0584f94ad626422975d98130获取文件 Compat-OpenInv-5.2.0.8.jarSHA-1 0879e8fbb03eedf5ad3e84019caa7f05b1cc3956获取文件 Compat-PlotSquared-5.2.0.8.jarSHA-1 391daac71d920251b18c1feb56182d2b60f9171f获取文件 Compat-Reforges-5.2.0.8.jarSHA-1 88c990cc13e641f0fdad4025fb87063c7e1dd648获取文件 Compat-Residence-5.2.0.8.jarSHA-1 8cc2555b232b4641633f3de58d3aebe457f13720获取文件 Compat-SuperiorSkyblock-5.2.0.8.jarSHA-1 6250166a7e5fdbdb838f23abfba02b21375d5ec6获取文件 Compat-Towny-5.2.0.8.jarSHA-1 3b05fd0e5d27d81b5280d7ef50a4f79d083bf82f获取文件 Compat-Velocity-5.2.0.8.jarSHA-1 9bd8346d7b86f57b50633e504f45a36d410067b7获取文件 Compat-WorldEdit-5.2.0.8.jarSHA-1 78d4b1a7559601696e036baa962a166d377a664a获取文件 Compat-WorldGuard-5.2.0.8.jar展开更新日志
This is a quick update to prevent QuickShop-Hikari running on server which installed EcoEnchants v11+ to avoid data corruption.
Also updated Adventure Lib to 4.15.0 for MC 1.20.3+ compatibility.
5.2.0.7
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 d07ef83f187ff59bd6e1464fb1d904db6dbf5679获取文件 QuickShop-Hikari-5.2.0.7.jarSHA-1 fb279c35158c0fe20b4ff3bdf4b88cf07b46affe获取文件 Addon-BlueMap-5.2.0.7.jarSHA-1 c2ea783f229e4c6b083a97fa18e619eb895eb480获取文件 Addon-DiscordSRV-5.2.0.7.jarSHA-1 ec19a666da17ccd1bb013ed686af4ec77a29af05获取文件 Addon-Discount-5.2.0.7.jarSHA-1 4e78968a57c8133acf4d0e52faaac04ea184b1ec获取文件 Addon-DisplayControl-5.2.0.7.jarSHA-1 d6d5237d4002741195ad20ffdb31bda80af77210获取文件 Addon-Dynmap-5.2.0.7.jarSHA-1 36c201605cc4367c2993c15ba74368905cdbd7c9获取文件 Addon-Limited-5.2.0.7.jarSHA-1 af12402d076be73725dd62eda90e28e278bc2746获取文件 Addon-List-5.2.0.7.jarSHA-1 07f9dadbbc5bc0d4b6f3b59a4db43edd7f4fef2f获取文件 Addon-Plan-5.2.0.7.jarSHA-1 c93a003c7855c1c123c42b946487030aee475cca获取文件 Addon-Reremake-Migrator-5.2.0.7.jarSHA-1 6af8407f1d2e666fd3b67c0c1c0ffd26c6da5f41获取文件 Addon-ShopItemOnly-5.2.0.7.jarSHA-1 f5626e3b6312d50a8808df5968bbbe2014b166a6获取文件 Compat-AdvancedRegionMarket-5.2.0.7.jarSHA-1 7a9e4441f63fae0629d8b84200ad982f5b2bdb73获取文件 Compat-AngelChest-5.2.0.7.jarSHA-1 01d1585a1459196b294a88d329377ce969c82e28获取文件 Compat-BentoBox-5.2.0.7.jarSHA-1 88e5d3141ca0f8b8d953ce070b20ca63ac97801d获取文件 Compat-BungeeCord-5.2.0.7.jarSHA-1 c4015ac39b211e949b5a6aab7e0837f6bf3ac78d获取文件 Compat-BungeeCord-Geyser-5.2.0.7.jarSHA-1 fcbbf8ce4ee7e42c7f0e3149ae3589069c92176f获取文件 Compat-ChestProtect-5.2.0.7.jarSHA-1 11d8cbc3f7de1d9258d1eede123ec4c43b6ec6e9获取文件 Compat-Clearlag-5.2.0.7.jarSHA-1 34ec8c0e863a0b97ab7c2fab5305807ec8d98372获取文件 Compat-EcoEnchants-5.2.0.7.jarSHA-1 33a635809047170a92f63dde9d57ffa76b0d1732获取文件 Compat-EliteMobs-5.2.0.7.jarSHA-1 85166646c0fd2059a8b63e9fddba25904810fc40获取文件 Compat-GriefPrevention-5.2.0.7.jarSHA-1 e25b733097462269d983eda85f8d4aefe812d9ad获取文件 Compat-Lands-5.2.0.7.jarSHA-1 bc30d39c26ff7bef459f1585ffcd4562b81234d8获取文件 Compat-OpenInv-5.2.0.7.jarSHA-1 fad4c21110076dcecc94dc8c5317abd2f0c31f0e获取文件 Compat-PlotSquared-5.2.0.7.jarSHA-1 b54eacf161eee1a78fb935613652874adc690509获取文件 Compat-Reforges-5.2.0.7.jarSHA-1 418a2d576845def0295ee8f1f5a967500b84a11f获取文件 Compat-Residence-5.2.0.7.jarSHA-1 bb3467ab0b18e21152254684bccb052104369a2d获取文件 Compat-SuperiorSkyblock-5.2.0.7.jarSHA-1 7792c055761d7908cb9e0a3d0adcf8e0d9179824获取文件 Compat-Towny-5.2.0.7.jarSHA-1 3b216d4b9244d16870dc124ceda53f3b52ed8396获取文件 Compat-Velocity-5.2.0.7.jarSHA-1 e6c315355d44219baf3f7e60d23b372c544eb556获取文件 Compat-WorldEdit-5.2.0.7.jarSHA-1 8b9b15154098eb3967dc2a0c3286654bdbe55c56获取文件 Compat-WorldGuard-5.2.0.7.jar展开更新日志
This update introduces support for Spigot 1.20.4.
New Features
- 1.20.4 supports
- You may need update ProtocolLib to ProtocolLib#675 or higher if you're running a 1.20.4 server.
- You may need update NBT-API to 2.12.2-SNAPSHOT or higher if you're running a 1.20.4 server, you can download from QuickShop-Hikari's support channel or click here
5.2.0.6
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 de0221103365955186b15ca046448e0b617fc48c获取文件 QuickShop-Hikari-5.2.0.6.jarSHA-1 d31309947fb4e42cac32ce1222053029f77dbdc6获取文件 Addon-BlueMap-5.2.0.6.jarSHA-1 5b174e1dd9fb154ea55e75d7f3c1de3bae76fc4f获取文件 Addon-DiscordSRV-5.2.0.6.jarSHA-1 dabda1346a6b271dc0c10c0bfb0caffd410b00e1获取文件 Addon-Discount-5.2.0.6.jarSHA-1 46b1b66fb62703040caa7d1d5496811de186ca24获取文件 Addon-DisplayControl-5.2.0.6.jarSHA-1 82e8b8b0e941512749e4dd0d6fcad4f68be1cfa1获取文件 Addon-Dynmap-5.2.0.6.jarSHA-1 7e28578b79bfc869f363ff2770424f606dc663fb获取文件 Addon-Limited-5.2.0.6.jarSHA-1 bcea0609769097ffedc4a9f3f4f7620f6c756d73获取文件 Addon-List-5.2.0.6.jarSHA-1 4cf3e0023ae76a816dc26a85b1a551f3c2b44c78获取文件 Addon-Plan-5.2.0.6.jarSHA-1 fb6208571d427a9aef745e36b4aebd9d8b8a96c9获取文件 Addon-Reremake-Migrator-5.2.0.6.jarSHA-1 af9f7068dcb12cbc649264e4d27704184b53270f获取文件 Addon-ShopItemOnly-5.2.0.6.jarSHA-1 1feabfa35b6ee2f4830c24a5786ae268ab463e55获取文件 Compat-AdvancedRegionMarket-5.2.0.6.jarSHA-1 5d33e4e8e4a0b99bd3f3715c41827a9df152ab3a获取文件 Compat-AngelChest-5.2.0.6.jarSHA-1 b9a50eeae93797459e3a37c3c199bb06d0556378获取文件 Compat-BentoBox-5.2.0.6.jarSHA-1 6d6364118411f1020794a8e2033cfbaf4e98e4a1获取文件 Compat-BungeeCord-5.2.0.6.jarSHA-1 269ad2c8f1d1993be2c71c1a8f32108efd841b6b获取文件 Compat-BungeeCord-Geyser-5.2.0.6.jarSHA-1 8117f5303bb129aa30ed5a492937f69227366911获取文件 Compat-ChestProtect-5.2.0.6.jarSHA-1 4c57a5b096fe037927a7bc98edc741e3e365bc52获取文件 Compat-Clearlag-5.2.0.6.jarSHA-1 cc3e7d987527eac60e3683bf39200e4d8fac7fb7获取文件 Compat-EcoEnchants-5.2.0.6.jarSHA-1 5c952284f87ce7e31f635ebc2c1801588b04bf15获取文件 Compat-EliteMobs-5.2.0.6.jarSHA-1 019426e6abd4e012f5356cb418fadf34282a8331获取文件 Compat-GriefPrevention-5.2.0.6.jarSHA-1 931040c1b4f60e706594ef850ed347da4f896804获取文件 Compat-Lands-5.2.0.6.jarSHA-1 374c91b89a80e5f5689a1ff92710f554ebfbdb35获取文件 Compat-OpenInv-5.2.0.6.jarSHA-1 39db729b88b421080924f8ae06f9b0860dc7f884获取文件 Compat-PlotSquared-5.2.0.6.jarSHA-1 9ac488f9030f1ebfe0b7a103cc7a23a96a87b430获取文件 Compat-Reforges-5.2.0.6.jarSHA-1 f049fafab15221a1b6dc9bb3dab6b09992506ee2获取文件 Compat-Residence-5.2.0.6.jarSHA-1 ba896a8bb2a63f60dc282f05ce5c8a6f6324560d获取文件 Compat-SuperiorSkyblock-5.2.0.6.jarSHA-1 55d38351a86cc9543b6b3d1f56351e35877103af获取文件 Compat-Towny-5.2.0.6.jarSHA-1 790ca60bd0c6dea12b21453cb8e15b1e492ff3dc获取文件 Compat-Velocity-5.2.0.6.jarSHA-1 000b7710d6f4682259a95997da04527936c2bcaf获取文件 Compat-WorldEdit-5.2.0.6.jarSHA-1 05fbb256b585169b7cbcd06590cebd9bfdfacae8获取文件 Compat-WorldGuard-5.2.0.6.jar展开更新日志
As always, we keep it updated with bug fixes and performance improvements.
New
-Dcom.ghostchu.quickshop.shop.ContainerShop.updateShopSignOnLoaddebug startup flag was added, when it set to true, the shop will update their signs when shop enter the loaded state from unloaded state, This will result in lower performance, but will improve the update lag of the signs. Startup use only on servers that are confirmed to have this issue.- [ADDON] Reremake-Migrator now able to migrate QuickShopBan addon's data.
- [ADDON] Reremake-Migrator now able to migrate QuickShop-Reremake's transaction logs into database.
Optimization
- Reintroduced an optimized StackWalker API to improve the performance of the background logger. This contribution was submitted by @SirYwell. 👍
Changes
- In new QuickShop-Hikari installations, transaction logs are now logged to the database by default instead of the qs.log file, and you can manually change the configuration file to restore the original behavior.
Bug Fixes
- Fixed Inventory Holder
isValid()check issue - Disabled the BlockState fetching optimization for the Paper platform, which seems to no longer be needed since the 1.16 update, when the speed of the BS API was significantly improved, and was causing inconsistent fetched state errors.
- Fixed the issue where the display of some words in the store information board did not follow the language setting.
- Fixed plugin crash when ProtocolLib not installed and display-type was set to VIRUAL_DISPLAYITEM.
Summary by CodeRabbit
-
Dependency Updates
- Updated
quickshop-hikaridependency across multiple modules. - Updated
BlueMapAPI,Plan,ChestProtectAPI,EcoEnchants,LandsAPI,openinvapi,worldedit-bukkit,Reforges,towny,item-nbt-api-plugin,specialsource-maven-plugin,placeholderapi,EconomyCore,csvjdbc,slf4j-jdk14,commons-text,commons-compress, and variousnet.kyoriartifacts to their latest versions.
- Updated
-
New Features
- Introduced new search functionality for transaction logs in the
reremake-migratormodule. - Added a new
MockPluginclass for mocking plugin behavior. - Implemented a new
ShopLogsMigrateclass for migrating shop logs to a database.
- Introduced new search functionality for transaction logs in the
-
Bug Fixes
- Fixed null-safe comparison in
griefpreventioncompatibility module.
- Fixed null-safe comparison in
-
Refactor
- Simplified error handling in
VirtualDisplayItemManager. - Streamlined
isValidmethod inBukkitInventoryWrapper. - Enhanced double chest handling in
BukkitInventoryWrapperManager. - Removed unnecessary asynchronous behavior in
UtilandLogclasses. - Adjusted
PerfMonitorto useLog.Callerdirectly.
- Simplified error handling in
-
Documentation, Style, Tests, Chores, Revert
- No specific end-user facing changes noted in these categories.
5.2.0.5
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 066922cf14d15f282348f790a74617f3ed187562获取文件 QuickShop-Hikari-5.2.0.5.jarSHA-1 9623daa52fc83f40e294fab68a90681cc1a8389b获取文件 Addon-BlueMap-5.2.0.5.jarSHA-1 1f3829632f1657ef4723db5ac54e33c16e0e86de获取文件 Addon-DiscordSRV-5.2.0.5.jarSHA-1 1af75d3e116eebfd2a884b863697c9d5633db15c获取文件 Addon-Discount-5.2.0.5.jarSHA-1 ed7fff73b781f6d5a623744801d1a5b75e1734b4获取文件 Addon-DisplayControl-5.2.0.5.jarSHA-1 2157bbcf7595eacf4447d525258c4cb71425d6a3获取文件 Addon-Dynmap-5.2.0.5.jarSHA-1 f37a5ef4635845b33d58e31bd9289b296d0db134获取文件 Addon-Limited-5.2.0.5.jarSHA-1 19a9a68fe314230329e003e400cee74c8b5e77f1获取文件 Addon-List-5.2.0.5.jarSHA-1 b294737398859f565ee2c94014818ad32520e29e获取文件 Addon-Plan-5.2.0.5.jarSHA-1 2ba0c78ec1461fb1665e590d691041c67ce611b3获取文件 Addon-Reremake-Migrator-5.2.0.5.jarSHA-1 94cecc81026c414bd4d64737e2d86001ef3e4bda获取文件 Addon-ShopItemOnly-5.2.0.5.jarSHA-1 742256c9b5eb6b26a82810225d8c832fbde6a2cf获取文件 Compat-AdvancedRegionMarket-5.2.0.5.jarSHA-1 3c0a7098c4dbb9cd3c4d9d735958e4f4f124add9获取文件 Compat-AngelChest-5.2.0.5.jarSHA-1 fbf3d701ff807b1a261bf6bad425dceaac704cf1获取文件 Compat-BentoBox-5.2.0.5.jarSHA-1 367dc2c236ac52be331790063e35aba13dcd015b获取文件 Compat-BungeeCord-5.2.0.5.jarSHA-1 e77e56fca930fd868896122f1bc76ebe2dba0fd6获取文件 Compat-BungeeCord-Geyser-5.2.0.5.jarSHA-1 e73f4d927bee4dfff044ce0a6d7c326e78053446获取文件 Compat-ChestProtect-5.2.0.5.jarSHA-1 730a3057eb9af828940df6ab65bf0daac890486e获取文件 Compat-Clearlag-5.2.0.5.jarSHA-1 f81b6f51c917c03d60beffaae56eea7842aede14获取文件 Compat-EcoEnchants-5.2.0.5.jarSHA-1 66aba19dc78c4a2881ca267ccfddb1da18039d52获取文件 Compat-EliteMobs-5.2.0.5.jarSHA-1 1d62df2762476c78d22e97a81e6dd53c7ed4a3c6获取文件 Compat-GriefPrevention-5.2.0.5.jarSHA-1 b5d7a81dba5f802e478636f675d7cc819e7be966获取文件 Compat-Lands-5.2.0.5.jarSHA-1 21fae3aa9a7f87f55bdb089423d4c9ee0f425347获取文件 Compat-OpenInv-5.2.0.5.jarSHA-1 08663c60377379352de285875fa71f853292221d获取文件 Compat-PlotSquared-5.2.0.5.jarSHA-1 0f7336bb3a9de9ab05bc9fced0b32c3472380fdc获取文件 Compat-Reforges-5.2.0.5.jarSHA-1 2d870b2f42a391e4958f4b63766fe0f8820fc25f获取文件 Compat-Residence-5.2.0.5.jarSHA-1 924f9ff09c58839e3b4e95b662850ca33fdf4191获取文件 Compat-SuperiorSkyblock-5.2.0.5.jarSHA-1 5752e7bb31d3a043a6f80b4502da6427e2a3ce1e获取文件 Compat-Towny-5.2.0.5.jarSHA-1 45c29f7f3e8599fb3a104391754284c5fcacca3e获取文件 Compat-Velocity-5.2.0.5.jarSHA-1 0b5c8c37b27325bed650bf3c1cce7aff156ed05b获取文件 Compat-WorldEdit-5.2.0.5.jarSHA-1 b70c21d48075ce90af8562f5f1bff29c4514d629获取文件 Compat-WorldGuard-5.2.0.5.jar展开更新日志
This is a cumulative update to fix bug reports received since the last LTS release.
Compatibility
We have partnered with the developers of Mohist and worked on improving the stability of QuickShop-Hikari on Hybird Server.
In the latest Mohist 1.20.1/.2 you can run QuickShop-Hikari perfectly and QuickShop-Hikari protects its store containers from being accessed by other mods pipes or machines.
Also, in the latest version of Mohist 1.20.1/.2, QuickShop-Hikari is able to use most of the Mod containers as store containers.
Bug Fixes
- Fixed annoying NPE error when loading a store that is in an unloaded world during startup, althrough it won't cause any actual issues.
- [Addon] Fixed an issue where the item stack amount setting was not preserved for stores that migrated from Reremake.
Changes
- Disabling the H2 compatibility warning on Mohist will test H2 to work fine on Mohist.
- Added
/quickshop debug reset-shop-cachessubcommand to allow user purge all caches from memory to debugging the cache issues.
Privacy
To inform you of warnings about QuickShop-Hikari in accordance with our Privacy Transparency Policy.
We received a data breach alert from the Rollbar* cloud service informing us that our Access Token (post_server_items) had been compromised and a forced reset was performed on our affected Token, not only QuickShop-Hikari but also QuickShop-Reremake affected.
However, our Access Token (post_server_items) is distributed with Jar, so whether it was compromised or not doesn't affect us in any way - it's inherently public and we use it for public purposes. As a result, this forced reset caused the Rollbar to no longer be able to report bugs in older versions of QuickShop-Hikari, where we distributed the new Access Token (post_server_items).
We practice our privacy policy and therefore all submitted data is submitted in the minimal sample and anonymized. Your data is therefore not affected. Although no QuickShop-Hikari is actually affected, you can always disable the error log reporting feature if you want.
* Rollbar is a service used by QuickShop-Hikari AND QuickShop-Reremake that used for collecting error logs that generated by QuickShop plugin.
*This warning only affects developers who sign up for Rollbar (that's me), and based on current research, this warning has no effect on QuickShop users.
5.2.0.4
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 71f346dcadb8873ca532e7fc420f75e0fb893252获取文件 QuickShop-Hikari-5.2.0.4.jarSHA-1 d2bb83b35b15c983063ef17c4b8e692b5822545f获取文件 Addon-BlueMap-5.2.0.4.jarSHA-1 4d67802476b39afe3e80af8d5469000618528e2c获取文件 Addon-DiscordSRV-5.2.0.4.jarSHA-1 7e3eaa13b7dbb9a709c66aaf0a7f5b95ededf1e8获取文件 Addon-Discount-5.2.0.4.jarSHA-1 de5d7e18882bbd41dd4666957cc8fa7f5d727eb4获取文件 Addon-DisplayControl-5.2.0.4.jarSHA-1 e4de0b2be404f1cf674b5664d6c76df4b6091be9获取文件 Addon-Dynmap-5.2.0.4.jarSHA-1 cb2c80d4a289fe99e18f06a729940c15de5fda0a获取文件 Addon-Limited-5.2.0.4.jarSHA-1 21bc0c6c4c7e36a24bfbd65b451a2bdcf1189d78获取文件 Addon-List-5.2.0.4.jarSHA-1 9df7b2860a0a5b47589d06c5a65f4b037374339a获取文件 Addon-Plan-5.2.0.4.jarSHA-1 ca32b61001d2dfe005df7783b5ecd66657274605获取文件 Addon-Reremake-Migrator-5.2.0.4.jarSHA-1 c4e159a47c1a06b026f24c87bae50b9dc7811b04获取文件 Addon-ShopItemOnly-5.2.0.4.jarSHA-1 23de607c552b54549ab29a9ac3ec68821c090937获取文件 Compat-AdvancedRegionMarket-5.2.0.4.jarSHA-1 08e1438b9f2f37f47446691d3997eec08c6af038获取文件 Compat-AngelChest-5.2.0.4.jarSHA-1 6cd5b1ad2ac2669e2659346738b7be8f6a0f1252获取文件 Compat-BentoBox-5.2.0.4.jarSHA-1 60320ff87d49014ab70f792a9ba0858633d2e590获取文件 Compat-BungeeCord-5.2.0.4.jarSHA-1 659aa2e9fa91196edff29abf594ee318f47c77ef获取文件 Compat-BungeeCord-Geyser-5.2.0.4.jarSHA-1 fff40bd626c3a4ef875c80b3d28c3c6fd9c9bbdc获取文件 Compat-ChestProtect-5.2.0.4.jarSHA-1 5b24f12bdd28fd9f39ec5487927517f40e136f97获取文件 Compat-Clearlag-5.2.0.4.jarSHA-1 f19f725cedad2fb02e1e1c80a9a4e6c34bdfb04b获取文件 Compat-EcoEnchants-5.2.0.4.jarSHA-1 4cb4ae4f55cc50c1b82bf4110ef91ef1eff2d4f1获取文件 Compat-EliteMobs-5.2.0.4.jarSHA-1 cd17c867e239409c6b288c2eea1a8b80c78eb603获取文件 Compat-GriefPrevention-5.2.0.4.jarSHA-1 3f09ad60ff88d1489eb71ebe3dd5f51db80faf1b获取文件 Compat-Lands-5.2.0.4.jarSHA-1 7d8ee314ca4b775d80cc6a5c03d0264f0b6e589d获取文件 Compat-OpenInv-5.2.0.4.jarSHA-1 1216539f8b75950a8f9ae845749cd02c938ebda7获取文件 Compat-PlotSquared-5.2.0.4.jarSHA-1 b0e68d6cf781aeafb87ddc7e5261bb66b2a9255b获取文件 Compat-Reforges-5.2.0.4.jarSHA-1 097729fb27f16913f5b02dfd23563fdcf1e3bfd4获取文件 Compat-Residence-5.2.0.4.jarSHA-1 005a973d4af7793d130e9f5efd79a565bcf1d9e8获取文件 Compat-SuperiorSkyblock-5.2.0.4.jarSHA-1 1040588d1a2696a2205402def520323a28e858af获取文件 Compat-Towny-5.2.0.4.jarSHA-1 97449efb40acb5fdcb1c6638af4aa438d7367d80获取文件 Compat-Velocity-5.2.0.4.jarSHA-1 79dc4c6f7a5e7b655373ef03faf89460842f6fba获取文件 Compat-WorldEdit-5.2.0.4.jarSHA-1 9a3b905b04265a24c6da78be73b6d9e73040f90f获取文件 Compat-WorldGuard-5.2.0.4.jar展开更新日志
Cheers! Catching up with the tail end of September, we're releasing the first of LTS build of Cyno before October rolls around.
An LTS release is a quality-proven version that we release every so often (usually for a longer period of time). Long-term stable support releases are selected by observing user reports, logging in automated bug reporters, and manual testing.
The LTS version is suitable for operation in large networks and production environments. It is recommended that you upgrade.
Upgrade from previous LTS (4.2.2.12)
- Read the change log of 5.0.0.0 (Cyno), quick look at the major updates in version 5.x. You should also read the changelogs for all versions in between, if possible.
- Backup everyting including the databases and worlds.
- Upgrade QuickShop-Hikari and all Addons, Compacts, make sure they are the same version.
- Upgrade your NBTAPI to a appropriate version if you're on a Spigot server.
- Startup the server and check if everything is running correctly.
Tested under
- Spigot 1.18.2 (EOL): CraftBukkit version 3498-Spigot-b081915-10ba1be (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT)
- Paper 1.18.2 (EOL): Paper version git-Paper-388 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: fc9ee65 on ver/1.18.2)
- Spigot 1.19.1 (EOL): CraftBukkit version 3563-Spigot-2183145-1e3bf58 (MC: 1.19.1) (Implementing API version 1.19.1-R0.1-SNAPSHOT)
- Paper 1.19.1 (EOL): Paper version git-Paper-111 (MC: 1.19.1) (Implementing API version 1.19.1-R0.1-SNAPSHOT) (Git: 02831e3)
- Spigot 1.19.2 (EOL): CraftBukkit version 3610-Spigot-6198b5a-19df23a (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT)
- Paper 1.19.2 (EOL): Paper version git-Paper-307 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) (Git: 476ef25)
- Spigot 1.19.3 (EOL): CraftBukkit version 3670-Spigot-454acb7-bd29f41 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT)
- Paper 1.19.3 (EOL): Paper version git-Paper-448 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: 155aa36)
- Spigot 1.19.4: CraftBukkit version 3763-Spigot-7d7b241-5a5e43e (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT)
- Paper 1.19.4: Paper version git-Paper-550 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: 483368e on ver/1.19.4)
- Spigot 1.20.1: CraftBukkit version 3871-Spigot-d2eba2c-3f9263b (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT)
- Paper 1.20.1: Paper version git-Paper-196 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 773dd72)
- Spigot 1.20.2: CraftBukkit version 3877-Spigot-17ca32d-f070277 (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT)
- Paper 1.20.2: Paper version git-Paper-197 (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT) (Git: e284bb1)
For non-1.20.x versions of the Spigot server, you may need to manually download the appropriate NBTAPI plugin.
Versions marked as End Of Life will no longer provide active technical support and we strongly recommend that you upgrade as soon as possible.
The migration script for Hikari-3.x has been removed, so if you are upgrading from Hikari-3.x, please download the last stable version of Hikari-3.x that supports Hikari-3.x to upgrade, and then upgrade to this LTS version.
Changes between 5.2.0.3 to 5.2.0.4
Bug Fixes
- Fixed 1.18.2, 1.19.1, 1.19.2 compatibilities.
Privacy
We have always valued the privacy of our users, so to ensure our privacy transparency and your right to know, we have publicized changes to our data collection list. The following statistical metrics have been added to the data collection list.
- Research - ProtocolLib Version
- We collect this so we can know the which one ProtocolLib is popular. ProtocolLib sometimes releases destructive updates, so we collect this metric to know the distribution of ProtocolLib versions among users and remove unused ProtocolLib workaround code to improve code maintainability and program performance.
- Statistic - Server Software Build Version
- Spigot and Paper always release updates during their version support cycles. Counting the server-side software versions used by users lets us know which builds are popular. And it allows us to be more aggressive with newly added APIs, This can improve code maintainability, stability and program performance.
- Research - Geyser
- We've released the display control addon for Geyser users, but we're ultimately undecided about a Geyser-specific update. The data collected from this research allows us to analyze the QuickShop-Hikari user base to check if Geyser or Floodgate is installed, and with the percentage of users who have the statistics, we will decide whether to add support for Geyser GUIs and the like. We also welcome your feedback on our Discord server.
5.2.0.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 af9ab1e1255e3a25240003db02949e7da07d5049获取文件 QuickShop-Hikari-5.2.0.3.jarSHA-1 4d0bf051883d5a425b3071782ccfc0c7b2a4c325获取文件 Addon-BlueMap-5.2.0.3.jarSHA-1 243379ea1b10695257572add7ff488ee1bed13a6获取文件 Addon-DiscordSRV-5.2.0.3.jarSHA-1 f3b73ffbd0b755bc7170bcbe33ced6c951fcc5c9获取文件 Addon-Discount-5.2.0.3.jarSHA-1 0c8ce5e3447d5f1b5bb1af5703bec9fd0a11f813获取文件 Addon-DisplayControl-5.2.0.3.jarSHA-1 a42c2af2e8fe67c36bc45020e0f296812333e3b6获取文件 Addon-Dynmap-5.2.0.3.jarSHA-1 d288599457b6cd57d867f0fa70f5c75cec2c8814获取文件 Addon-Limited-5.2.0.3.jarSHA-1 0deb612a429622b918f1972733118d2ada26b738获取文件 Addon-List-5.2.0.3.jarSHA-1 7f83a6757b09360276c3cac9e430740dab62f63f获取文件 Addon-Plan-5.2.0.3.jarSHA-1 eba221da7bbdc0c2fac597f553d84d9ab1d1bcda获取文件 Addon-Reremake-Migrator-5.2.0.3.jarSHA-1 17eacdc0a6481438d549ee9d2bf3f52eb62aac2a获取文件 Addon-ShopItemOnly-5.2.0.3.jarSHA-1 52f1664f81ebe8c6a7d46c113b61dc41583c502b获取文件 Compat-AdvancedRegionMarket-5.2.0.3.jarSHA-1 da70675e2395d7ce8cdf346d5c7810bb64dcbf79获取文件 Compat-AngelChest-5.2.0.3.jarSHA-1 f1966a3a7e7fbad7c44fa816b1b401a96d487c37获取文件 Compat-BentoBox-5.2.0.3.jarSHA-1 74edf3532c6cfbfc5391faa800a4d0bfd0c18918获取文件 Compat-BungeeCord-5.2.0.3.jarSHA-1 6d12dfda62b971e5eb700946e998669fd91103af获取文件 Compat-BungeeCord-Geyser-5.2.0.3.jarSHA-1 783678207fcbb04bb3e7e98de2a7f0d765815293获取文件 Compat-ChestProtect-5.2.0.3.jarSHA-1 67d24a3baef8ed20487f979e55bd3d5865427d3d获取文件 Compat-Clearlag-5.2.0.3.jarSHA-1 78fb67059850cfbd5fee6d8610412c13b0c57998获取文件 Compat-EcoEnchants-5.2.0.3.jarSHA-1 3b4afdfa1ef10c3892f91335d249c8e4f7980613获取文件 Compat-EliteMobs-5.2.0.3.jarSHA-1 b74286c35b7aaf1233f334cdf5b7fd27338698bb获取文件 Compat-GriefPrevention-5.2.0.3.jarSHA-1 d175739fe32e6965d788dbda9f2d9919a32ea4f6获取文件 Compat-Lands-5.2.0.3.jarSHA-1 65921d3e45fafa2ee9e49a8f55b6f30c7f8ce33d获取文件 Compat-OpenInv-5.2.0.3.jarSHA-1 4d48dd0985eaecc60fb3da588d22179fb641be58获取文件 Compat-PlotSquared-5.2.0.3.jarSHA-1 d1f0673ba5d26962c84231d2c1622f427fc83de7获取文件 Compat-Reforges-5.2.0.3.jarSHA-1 92fc7011e8b28d1c3a36858b092d13e01083b99e获取文件 Compat-Residence-5.2.0.3.jarSHA-1 d596102d3a5f273d2fc5a55cde1e20d7be4f463d获取文件 Compat-SuperiorSkyblock-5.2.0.3.jarSHA-1 5fbbe480e49a902315ed4c266ccd4bacecebd56b获取文件 Compat-Towny-5.2.0.3.jarSHA-1 7d7ab362340c8e3525ec14824572ea226c1986f7获取文件 Compat-Velocity-5.2.0.3.jarSHA-1 7ed858881b4ff6acd2077f80f8bc6dababe3b049获取文件 Compat-WorldEdit-5.2.0.3.jarSHA-1 2668e03b395c7e409a0e137070f51eb1cdb5ccf6获取文件 Compat-WorldGuard-5.2.0.3.jar展开更新日志
Bug Fixes
- [ADDON] Fixed DiscordSRV Addon URL parsing exception.
- [ADDON] Fixed DiscordSRV Addon Location Z always showing the the Y value.
- [ADDON] Fixed DiscordSRV Addon displaying the item translation key instead of the item material name.
- [ADDON] Fixed Reremake-Migrator unloading the Reremake from Async thread, it won't affect upgrade but an exception will thrown.
5.2.0.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 a16bd38e21945b751d5fb34c9972eb5c6bd8b9dc获取文件 QuickShop-Hikari-5.2.0.2.jarSHA-1 36ac3bf7f209018ef9f9c69106876109a944624d获取文件 Addon-BlueMap-5.2.0.2.jarSHA-1 f38fe23c5c0e71788d7b6de04a3d31453bcceace获取文件 Addon-DiscordSRV-5.2.0.2.jarSHA-1 573f755d408968d3e64bad6474585afb1ca5d738获取文件 Addon-Discount-5.2.0.2.jarSHA-1 84c0542fb1427b2710b8a78598c6b3b0912633e9获取文件 Addon-DisplayControl-5.2.0.2.jarSHA-1 993e1a5424a17e567c8266b01897f63fc7e9ffb1获取文件 Addon-Dynmap-5.2.0.2.jarSHA-1 57824e21d6ed0f9f91f6c04fec8f0d0f3e9704ae获取文件 Addon-Limited-5.2.0.2.jarSHA-1 7c79542579f27c433f5cbcd1d5406812afa29a1d获取文件 Addon-List-5.2.0.2.jarSHA-1 d37e715a3603c97db2088076b28d24687ce7dda5获取文件 Addon-Plan-5.2.0.2.jarSHA-1 54f7f7174aa35e5b5cf4850d78770fcc122eaf6c获取文件 Addon-Reremake-Migrator-5.2.0.2.jarSHA-1 7d5d9278375ced5ea143c470604812741300c71a获取文件 Addon-ShopItemOnly-5.2.0.2.jarSHA-1 512efc53c314feb65f0a6ba9ea9c529d5fe48e07获取文件 Compat-AdvancedRegionMarket-5.2.0.2.jarSHA-1 e1e7aa7b8672c684e070d6445189b4dcfb66384b获取文件 Compat-AngelChest-5.2.0.2.jarSHA-1 d0d7c5f05b7b91f59eb43bcd8aee12d361fac5a6获取文件 Compat-BentoBox-5.2.0.2.jarSHA-1 9b1fa0160ac6ed83e5d3dcfe3bec0a72747cf16b获取文件 Compat-BungeeCord-5.2.0.2.jarSHA-1 f0428e318fe9f996e7d6b800dc07a193cc6efba1获取文件 Compat-BungeeCord-Geyser-5.2.0.2.jarSHA-1 9eb8716ef27252c226739b0e836b402ef843eee6获取文件 Compat-ChestProtect-5.2.0.2.jarSHA-1 97fc5e32a6f7b291584342d173a6c0af279aad75获取文件 Compat-Clearlag-5.2.0.2.jarSHA-1 cf94b77c0f18c818e9712c12ad6fa036ee4cd75b获取文件 Compat-EcoEnchants-5.2.0.2.jarSHA-1 7cab6806e7d0f29f2b1efa6fd4c10830832e77f5获取文件 Compat-EliteMobs-5.2.0.2.jarSHA-1 b61348842d029352a79eec377fe8ae478ff851dc获取文件 Compat-GriefPrevention-5.2.0.2.jarSHA-1 a011df0f0419858556f72811d4654da1223a9561获取文件 Compat-Lands-5.2.0.2.jarSHA-1 bec66b530e008ce8ff9d1203471d2ef32d132c5b获取文件 Compat-OpenInv-5.2.0.2.jarSHA-1 cbb233bfb0d96da4d18e776d6463a04923e82e02获取文件 Compat-PlotSquared-5.2.0.2.jarSHA-1 eaeb774e586df4dc9a6a9ddba08c527e1d00a1f2获取文件 Compat-Reforges-5.2.0.2.jarSHA-1 f5b8fe6d5ce7833ccc0019b28c9af61517665884获取文件 Compat-Residence-5.2.0.2.jarSHA-1 39a5d693aa0f3a3fe3f6ea6ef05bf2a92b5abbe9获取文件 Compat-SuperiorSkyblock-5.2.0.2.jarSHA-1 37101409a0dc6b89237028cdf426a4d8b549a240获取文件 Compat-Towny-5.2.0.2.jarSHA-1 c285bfc0c0b29c0a2faa25255216928c3acc13b4获取文件 Compat-Velocity-5.2.0.2.jarSHA-1 be3910b384031afd26e515047cb753305cd10665获取文件 Compat-WorldEdit-5.2.0.2.jarSHA-1 7f8cd9efe0cc6823fa0e6f8ae704126a1f03a957获取文件 Compat-WorldGuard-5.2.0.2.jar展开更新日志
This build tested with Spigot server sofware CraftBukkit version 3877-Spigot-17ca32d-f070277 (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT).
New Features
-
Introduced VirtualDisplayItem on MC 1.20.2 based on Spigot 1.20.2 and PLIB 1.20.2 Pull Request #2501.
- This feature is built based on ProtocolLib PR snapshots, so the system may change and cause it to stop working when ProtocolLib is finally released.
- To use the VDI system on 1.20.2, use the ProtocolLib build from PR #2501, which is available here.
-
[ADDON] Reremake-Migrator now able to migrate the translations from Reremake from MineDown syntax to MiniMessage syntax and also convert file format from JSON to YAML.
Deleted
- Upgrade scripts for Hikari 3.x and earlier have been removed (both Database and Configurations), and users who are still using a version of Hikari 3.x will need to upgrade to 5.2.0.1, the last version that supported upgrade scripts for 3.x, before upgrading to a higher version.
- This doesn't happen all the time, and the reason for removing them is that they were used to migrate from Reremake, but there are now better migration tools.
Bug Fixes
- Fix incorrect initialization of Database Version metadata.
- [ADDON] Fixed price restrict rules migration bug in Reremake-Migrator.
5.2.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 8550de8e5829f8e15bd38a21cc503960bd9e7f6a获取文件 QuickShop-Hikari-5.2.0.1.jarSHA-1 f7ab5801339de5a473f1bf000302c145a7c9a77a获取文件 Addon-BlueMap-5.2.0.1.jarSHA-1 2c70b57ca459c3b0cc22cb9890869b3149ae4220获取文件 Addon-DiscordSRV-5.2.0.1.jarSHA-1 01929bb021761683d1a9ede2b976a332784f4251获取文件 Addon-Discount-5.2.0.1.jarSHA-1 dfa86169193317eaaffb6e97c8de26f9d550ddea获取文件 Addon-DisplayControl-5.2.0.1.jarSHA-1 449422ce7dbf2ddce91ede13b72ea7452e53d10a获取文件 Addon-Dynmap-5.2.0.1.jarSHA-1 3fc4f0c176588efd0dc00007048fd052465207a0获取文件 Addon-Limited-5.2.0.1.jarSHA-1 4bf90843a6edc56ac24a2306d25a3cd10d45bc18获取文件 Addon-List-5.2.0.1.jarSHA-1 b6db9a3db1cc3a1904b6bb75282da6fc296d54d3获取文件 Addon-Plan-5.2.0.1.jarSHA-1 815ed02086d2a6485342302f3c197dd7ed578056获取文件 Addon-Reremake-Migrator-5.2.0.1.jarSHA-1 6af5923abf30a45158f88968846e9e817d3ea2dc获取文件 Addon-ShopItemOnly-5.2.0.1.jarSHA-1 ec40ff7254ab797ad820dc45756587efc25b5f2e获取文件 Compat-AdvancedRegionMarket-5.2.0.1.jarSHA-1 38e58921bec1b522fdcc2b23f4d20a1cb42b8fa1获取文件 Compat-AngelChest-5.2.0.1.jarSHA-1 c8e59f2e11d704adf38d36cdc363eb56a5fbfdf1获取文件 Compat-BentoBox-5.2.0.1.jarSHA-1 0ffc18c0384f69e64c1c89b90c48d89bb6fe14cc获取文件 Compat-BungeeCord-5.2.0.1.jarSHA-1 184cb209752bb3c97d81973b9e21798b355a3372获取文件 Compat-BungeeCord-Geyser-5.2.0.1.jarSHA-1 be9056a025c254d12dcea0e8d779f8e9f7a20ba6获取文件 Compat-ChestProtect-5.2.0.1.jarSHA-1 5a4255a479c84307b0a311270d73cd567b10d23b获取文件 Compat-Clearlag-5.2.0.1.jarSHA-1 85e1e33ec638dffbe324581865dbfb12a088daae获取文件 Compat-EcoEnchants-5.2.0.1.jarSHA-1 9917ef53f2abf050991a32e09de175530c02e6e7获取文件 Compat-EliteMobs-5.2.0.1.jarSHA-1 643776ad7e17a4d9c4146814d3ef3a098757a9fa获取文件 Compat-GriefPrevention-5.2.0.1.jarSHA-1 070be2238bc8a9b5ac7ac26036e1fcbef758bae9获取文件 Compat-Lands-5.2.0.1.jarSHA-1 6ca6ca089f6e3fba0d748721dd55e001331d7b0e获取文件 Compat-OpenInv-5.2.0.1.jarSHA-1 fe4b0be5483816ab58787ff61eb519eabdbbe958获取文件 Compat-PlotSquared-5.2.0.1.jarSHA-1 83205e61feda2abe11beb1883c9f40043b9db8d3获取文件 Compat-Reforges-5.2.0.1.jarSHA-1 58564dbb4b1070abee051ec7787b4741fe3f94a6获取文件 Compat-Residence-5.2.0.1.jarSHA-1 5fd7cd9200d59d0231caa8362d5e172ced3b9b1d获取文件 Compat-SuperiorSkyblock-5.2.0.1.jarSHA-1 770ab86009a367928c02fdbe513d2ff515446e19获取文件 Compat-Towny-5.2.0.1.jarSHA-1 a988b8165625f992bf8b1c5322d66bd30f7b2aff获取文件 Compat-Velocity-5.2.0.1.jarSHA-1 86b320fc0b902520b9ee4f156c4854a301c41366获取文件 Compat-WorldEdit-5.2.0.1.jarSHA-1 35eebda551a56a240144068bd55a13911ee49c13获取文件 Compat-WorldGuard-5.2.0.1.jar展开更新日志
This update brings the initial 1.20.2 update, this build tested with Spigot server sofware CraftBukkit version 3877-Spigot-17ca32d-f070277 (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT).
New Features
- [Hightlight] 1.20.2 initial support
- This build is compatible with Spigot 1.20.2.
- The compatibility of this build with Paper 1.20.2 is unknown, and Paper 1.20.2 has not been released at the time of this posting.
- The compatibility of this build with VirtualDisplayItem with ProtocolLib on MC 1.20.2 is unknown, and ProtocolLib not released a version that compatiable with MC 1.20.2 at the time of this posting.
- When they are released, we will test them as soon as possible and release fixes as soon as they are found to be available.
Bug Fixes
- If VirtualDisplayItem initialization failed, VDI was incorrectly and permanently disabled (even if the user installed ProtocolLib correctly afterwards), we fixed this issue and automatically re-enabled VDI support for all users.
- QuickShop-Hikari will test VDI at startup and if it is not available, it will disable VDI for this server session.
- Fixed text hover, click events, and translation strings not working on Spigot platforms due to Adventure versioning issues.
- We correctly tuned Adventure's components and passed the Spigot 1.20.2 and Paper 1.20.1 test and made them available to all users in this build.
- To address chat issues on Spigot, all messages are now converted from Adventure format to Spigot's BungeeChat format before they are about to be sent (on Spigot platform only).
- Fixed NoSuchMethodError when using RealDisplayItem on some builds of Paper/Paper's forks.
5.2.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 9db2d2526cc7ca0bbfbafc4a06064a427c49e302获取文件 QuickShop-Hikari-5.2.0.0.jarSHA-1 e101ff845e33249c72bf6f704cbdad578ec59268获取文件 Addon-BlueMap-5.2.0.0.jarSHA-1 799e7bb6cb57a6800f5623cef7cc37235636012c获取文件 Addon-DiscordSRV-5.2.0.0.jarSHA-1 705374f043ee44883e88695e2e6a25624173aac5获取文件 Addon-Discount-5.2.0.0.jarSHA-1 92ceeafba7016c4d5c774d056cdd6705fb4c319c获取文件 Addon-DisplayControl-5.2.0.0.jarSHA-1 17b5459e479de3b935a7bb9306d49b49b99ef62d获取文件 Addon-Dynmap-5.2.0.0.jarSHA-1 df538b23a068c8ff7e955228a05964e34aeb69ee获取文件 Addon-Limited-5.2.0.0.jarSHA-1 221faf429819144c8cfdd3252805fa304e560a26获取文件 Addon-List-5.2.0.0.jarSHA-1 8131bb5ad36f2c5c17e35f16e32b48f3ccd71940获取文件 Addon-Plan-5.2.0.0.jarSHA-1 9a9a9c4d88022250d25768d4591d6cfe196487e1获取文件 Addon-Reremake-Migrator-5.2.0.0.jarSHA-1 546eb5bd114161d39eab0aef0d3835ed2ec96e39获取文件 Addon-ShopItemOnly-5.2.0.0.jarSHA-1 c4e9a380b93ef1d7ade7e1a82b7995e5342cfbdb获取文件 Compat-AdvancedRegionMarket-5.2.0.0.jarSHA-1 bbbf55c27b374433ee7c9a884ab5915125152075获取文件 Compat-AngelChest-5.2.0.0.jarSHA-1 a3f04922d17501fb8e655ab174fd59cf391f22e7获取文件 Compat-BentoBox-5.2.0.0.jarSHA-1 24f7b9d737e9a2a7de1b8b614dd5514b5dc054f4获取文件 Compat-BungeeCord-5.2.0.0.jarSHA-1 f19876d0d517ead3a59f388a8bc631b443ab9eb3获取文件 Compat-BungeeCord-Geyser-5.2.0.0.jarSHA-1 b3b9c11841c9ddec0d789af52949fa39af0c25e0获取文件 Compat-ChestProtect-5.2.0.0.jarSHA-1 a1d7bff22a6a7434b554b14bc7200287b2e6ce6d获取文件 Compat-Clearlag-5.2.0.0.jarSHA-1 9dff6b7eef4df50fcb82fb4889be0a35abfb96f1获取文件 Compat-EcoEnchants-5.2.0.0.jarSHA-1 c1744059c87c52e986f54d6145f2fbf6d15d193a获取文件 Compat-EliteMobs-5.2.0.0.jarSHA-1 c450bb421bb3120f42094b9da45201510bc98f37获取文件 Compat-GriefPrevention-5.2.0.0.jarSHA-1 b871364ce89eb957c282a620260735d27d9e63b4获取文件 Compat-Lands-5.2.0.0.jarSHA-1 ca39cc7698de6c42a7dce8b6b74f7e4b1c3b9d18获取文件 Compat-OpenInv-5.2.0.0.jarSHA-1 4b59e4af2174f5cd0620918a7cc69df7e25acdb5获取文件 Compat-PlotSquared-5.2.0.0.jarSHA-1 42b7478417dbbb20759d2644a4bcb8dcaccb686c获取文件 Compat-Reforges-5.2.0.0.jarSHA-1 6bba83875f5a0eac7d3532da882419063cf11b18获取文件 Compat-Residence-5.2.0.0.jarSHA-1 a39022a6f56f4a45cab3a70f2b5fe515877ff651获取文件 Compat-SuperiorSkyblock-5.2.0.0.jarSHA-1 8b0f6991487b3ba1d0cdcbe6864e1793ad171ef9获取文件 Compat-Towny-5.2.0.0.jarSHA-1 e5609f115b5188a43ac5c329a321b0b347115813获取文件 Compat-Velocity-5.2.0.0.jarSHA-1 ad223b04e6f53295ef965e5c55b5c28f1d7c8565获取文件 Compat-WorldEdit-5.2.0.0.jarSHA-1 3451b6b605df5c9d8be09a8de1b06d8730bbaa30获取文件 Compat-WorldGuard-5.2.0.0.jar展开更新日志
As usual, we add more features to QuickShop-Hikari by releasing new versions, optimizing performance and fixing bugs. Sit back with a cup of tea and enjoy the new update!
New Features
- [Experimental] Added the support for Arclight hybird server software.
- Tested with Arclight version arclight-1.20.1-1.0.1-c3fc1d3 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) with mods TwilightForest and Create.
- When running in Hybird Server Software, the H2 database is temporarily unavailable because it seems unstable and destroying the data. The MySQL must be used.
- The Bukkit plugin does not prevent Forge Mods from manipulating blocks (In hybird server, Bukkit is a mod that running UNDER Forge), so Mods can bypass QuickShop's store protections unless they use fake players for permission checks.
- This feature is experimental and at your own risk.
- MySQL 8+ support
- We added the MySQL 8+ parameters to the default configuration file and can now connect to MySQL 8+ databases without modifying the QuickShop or MySQL configuration.
Changes
- The table
shop_map'sworldfield data length now extended to 255 for better handling modded server worlds.
Bug Fixes
- The database upgrade script never runs.
- The NBTAPI checks didn't runs properly on Spigot. It caused QuickShop-Hikari always repeat downloads NBTAPI.
5.1.2.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 b8e9af06fc33978c62549cd7110f18bca25aaf0f获取文件 QuickShop-Hikari-5.1.2.1.jarSHA-1 d1f30726cdfebf1033c3439365904e6669b4e424获取文件 Addon-BlueMap-5.1.2.1.jarSHA-1 17f93450ad3d21aee2752d85926e56d4c27a2dc1获取文件 Addon-DiscordSRV-5.1.2.1.jarSHA-1 c2b8b294c149bbd32c25f6ab2a94f3a0a15d6c66获取文件 Addon-Discount-5.1.2.1.jarSHA-1 fe44b933000d131820281d8db73b243cd6419871获取文件 Addon-DisplayControl-5.1.2.1.jarSHA-1 4c51a1546418779bd3e4febc25bd86c46a512808获取文件 Addon-Dynmap-5.1.2.1.jarSHA-1 01459077918047c576ea4de9d4da3e5b0fe0c962获取文件 Addon-Limited-5.1.2.1.jarSHA-1 d3f39264be351ebf3bcddd614e5ba6b491d72a16获取文件 Addon-List-5.1.2.1.jarSHA-1 fb4ceee79b3f789e3319dc4e022b22652adab609获取文件 Addon-Plan-5.1.2.1.jarSHA-1 2104e8056c4b6e55378d98eea4bc743f6876f4e3获取文件 Addon-Reremake-Migrator-5.1.2.1.jarSHA-1 de220910ea7b9d7b80b7ea5201005633263037cc获取文件 Addon-ShopItemOnly-5.1.2.1.jarSHA-1 d3cd5c54507fb87d3387af4ba38f7be9cea54dae获取文件 Compat-AdvancedRegionMarket-5.1.2.1.jarSHA-1 46f1e0a61bfdcac686d9e67c1d570b8adfa2e05b获取文件 Compat-AngelChest-5.1.2.1.jarSHA-1 642188e72fe5a87c7423de8078887f8cf95c4fe3获取文件 Compat-BentoBox-5.1.2.1.jarSHA-1 8882414e34822e0a56f032f00e5d6fed2cf79426获取文件 Compat-BungeeCord-5.1.2.1.jarSHA-1 b192fc3116c514f9cc35e45cf151f845f67cb96c获取文件 Compat-BungeeCord-Geyser-5.1.2.1.jarSHA-1 cd4d0bdd823919e211fa03603d3b36e821cb9233获取文件 Compat-ChestProtect-5.1.2.1.jarSHA-1 fc999671fc8f251d4882174ac0224267c97a938b获取文件 Compat-Clearlag-5.1.2.1.jarSHA-1 c5526f34b8d816ecaeb5b5165ab9d6518d11d45c获取文件 Compat-EcoEnchants-5.1.2.1.jarSHA-1 42394d8476cd4fd0ee543dfc74557f11a2477f2f获取文件 Compat-EliteMobs-5.1.2.1.jarSHA-1 5b6f005b782b2eb6c7c4bc2513e23a700a84c102获取文件 Compat-GriefPrevention-5.1.2.1.jarSHA-1 d166c6ded677443dc057d05b337fc1e249948acf获取文件 Compat-Lands-5.1.2.1.jarSHA-1 660f196c091dd2ff82da7c9c9083dbd3e3b8ef0f获取文件 Compat-OpenInv-5.1.2.1.jarSHA-1 90d222ff7598186f61c62749fd50d9944dfe9325获取文件 Compat-PlotSquared-5.1.2.1.jarSHA-1 128c995fe4af5c26a0c8c71d51fc321171855f55获取文件 Compat-Reforges-5.1.2.1.jarSHA-1 4180d281b93e580ff30922a04bcccdd74595e7d9获取文件 Compat-Residence-5.1.2.1.jarSHA-1 0a43b913164bfd20afd3772f2ab136bc4c9fed10获取文件 Compat-SuperiorSkyblock-5.1.2.1.jarSHA-1 5d0c2feb328233dbdb073969224034698b89676c获取文件 Compat-Towny-5.1.2.1.jarSHA-1 957c25434774457ce2bc23ab9da0c7f27ef324a8获取文件 Compat-Velocity-5.1.2.1.jarSHA-1 ac766b8fa2667da2cbb8c4e5af495d603475db4e获取文件 Compat-WorldEdit-5.1.2.1.jarSHA-1 aa298a8b1b699fa13d1fb2352d53c22b7b2d4f61获取文件 Compat-WorldGuard-5.1.2.1.jar展开更新日志
Re-published cause last update actually still using 5.1.1.1 code base.
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.
5.1.2.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 af494c3ec4c0939db87abce46ca93ca0467f5f8b获取文件 QuickShop-Hikari-5.1.1.1.jarSHA-1 1be96c5bebebaa61f1551e3016fb3a20b855017d获取文件 Addon-BlueMap-5.1.1.1.jarSHA-1 a7e6c7ba1680b85e06d61141ff6d0556c0d82bc8获取文件 Addon-DiscordSRV-5.1.1.1.jarSHA-1 d90e924757a6ce660d5805fb652a89f6fccd440c获取文件 Addon-Discount-5.1.1.1.jarSHA-1 9ee7f5cbca0594dcc36b11b4ca6c9830dbf444dc获取文件 Addon-DisplayControl-5.1.1.1.jarSHA-1 ebe557d0badc6151ea2433362994497407cebc94获取文件 Addon-Dynmap-5.1.1.1.jarSHA-1 9f262863c49e13adeee733c928dc6e07b970eb3f获取文件 Addon-Limited-5.1.1.1.jarSHA-1 6bb3dd0419ef4c62c74532daad5125ceaba8f39d获取文件 Addon-List-5.1.1.1.jarSHA-1 56535605bb084d157f85a2e7704907bbe204b24a获取文件 Addon-Plan-5.1.1.1.jarSHA-1 4c4ec6380ec17507c1d82dd628b3503914c77ea5获取文件 Addon-Reremake-Migrator-5.1.1.1.jarSHA-1 908354827846d48f83fbac6964a322bf996db0cd获取文件 Addon-ShopItemOnly-5.1.1.1.jarSHA-1 a0ac71323a7738ae39245f18a46a9de1c76794da获取文件 Compat-AdvancedRegionMarket-5.1.1.1.jarSHA-1 61f7602b0449dca31ea4af2846491e8377d76cec获取文件 Compat-AngelChest-5.1.1.1.jarSHA-1 b1dc708bee828924141b9aab866744a2647f2e32获取文件 Compat-BentoBox-5.1.1.1.jarSHA-1 42c2875dbbbc406abc334252ae02dc562df26456获取文件 Compat-BungeeCord-5.1.1.1.jarSHA-1 5402d593c4f98419c867d63e58707b8214c8db57获取文件 Compat-BungeeCord-Geyser-5.1.1.1.jarSHA-1 0661c8ba494b44e09b974f7f46a636fd904ec5b5获取文件 Compat-ChestProtect-5.1.1.1.jarSHA-1 be1f307037c3630ac70f9c48f8782780db31f3df获取文件 Compat-Clearlag-5.1.1.1.jarSHA-1 2fa65013a993cbe844be6ad79cf6391d01fbc93a获取文件 Compat-EcoEnchants-5.1.1.1.jarSHA-1 e5e788cbaeda3890cff0302667b200237e907a3e获取文件 Compat-EliteMobs-5.1.1.1.jarSHA-1 6be7a3593938548a4ce9a36a5c4451ddeecf7f2a获取文件 Compat-GriefPrevention-5.1.1.1.jarSHA-1 c39d7fefa2009eb3cf570d48aab8dbeec1157898获取文件 Compat-Lands-5.1.1.1.jarSHA-1 3559d99699facaefc5889e745e54006481e71811获取文件 Compat-OpenInv-5.1.1.1.jarSHA-1 b0a737123ae4729f44b8f566de9d167ae5009a57获取文件 Compat-PlotSquared-5.1.1.1.jarSHA-1 fa552f3a1235623fd8e9832204a3b238bb0f0bd2获取文件 Compat-Reforges-5.1.1.1.jarSHA-1 cb4d41330ad54cd4484114e054101b9536e2a0b5获取文件 Compat-Residence-5.1.1.1.jarSHA-1 a41f7123970343856b11bfe3bca29a13acd4c9db获取文件 Compat-SuperiorSkyblock-5.1.1.1.jarSHA-1 fb008d7dabd4603b50c274928a1fd6c4c51a14f7获取文件 Compat-Towny-5.1.1.1.jarSHA-1 f7623ed0a01fef43ea8c397b4f24f1ca21558207获取文件 Compat-Velocity-5.1.1.1.jarSHA-1 03b9839804fba1a798ad7f2ed9e0eb7290f92fb4获取文件 Compat-WorldEdit-5.1.1.1.jarSHA-1 3ae40510ef8fb665c9efe9360e116112f09a9eb8获取文件 Compat-WorldGuard-5.1.1.1.jar展开更新日志
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.
5.1.1.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 6f95800869dc1ba892ea68e09b6181a651a50759获取文件 QuickShop-Hikari-5.1.1.1.jarSHA-1 0042fe99639d9fc3e543b64fa009b2899226ea9d获取文件 Addon-BlueMap-5.1.1.1.jarSHA-1 6c17a1e4bce2cb1813b15d172ed906882396ad95获取文件 Addon-DiscordSRV-5.1.1.1.jarSHA-1 5f4f2777cd33c91c1851f0680cb951fbf7906841获取文件 Addon-Discount-5.1.1.1.jarSHA-1 1e50cac4d92fd7a803d2f09798d1dae1b55d3a8d获取文件 Addon-DisplayControl-5.1.1.1.jarSHA-1 d47d359d7c5cd58a054132e9e8be5a31767fe102获取文件 Addon-Dynmap-5.1.1.1.jarSHA-1 0f5b92273b111af97325bcae867273c38a62c6ab获取文件 Addon-Limited-5.1.1.1.jarSHA-1 c0d4f417ddc2dc30bf08d75d8a16a89642b91732获取文件 Addon-List-5.1.1.1.jarSHA-1 aeda408afb6b78d1352d9d639fce3cd4d30f3df8获取文件 Addon-Plan-5.1.1.1.jarSHA-1 ec839ef7385ca14a1eb3b87b7393d96e29852834获取文件 Addon-Reremake-Migrator-5.1.1.1.jarSHA-1 3d6d3faec59f603e29280bc0b6846fa51aeb172f获取文件 Addon-ShopItemOnly-5.1.1.1.jarSHA-1 1a4ccad5d84cf51cc64f64c3fba599305f705f93获取文件 Compat-AdvancedRegionMarket-5.1.1.1.jarSHA-1 4948799404a2aa45719a3658c93187aea3f184fa获取文件 Compat-AngelChest-5.1.1.1.jarSHA-1 f5ec613ec53f611bcb4ab1b880355cf10b5035c7获取文件 Compat-BentoBox-5.1.1.1.jarSHA-1 311108d96357d218770698ba349db52c07d218b8获取文件 Compat-BungeeCord-5.1.1.1.jarSHA-1 f3aa7fe2ca44fc3dd54bb1001fa406ca86350d33获取文件 Compat-BungeeCord-Geyser-5.1.1.1.jarSHA-1 33394631d65716ff69ba2d9a4484e2b3c05f2095获取文件 Compat-ChestProtect-5.1.1.1.jarSHA-1 d694ebe2616bda411de965b59c899a1f763aede7获取文件 Compat-Clearlag-5.1.1.1.jarSHA-1 f7e15445f393bdb31ebe7ab9d78b770c4020837b获取文件 Compat-EcoEnchants-5.1.1.1.jarSHA-1 950f891b15e3c11c16b28dcf9d8c5f62f68501ab获取文件 Compat-EliteMobs-5.1.1.1.jarSHA-1 1e0e0868cc242c6a2caa3804a062536ab6fd94df获取文件 Compat-GriefPrevention-5.1.1.1.jarSHA-1 4c84c02edf353f68102cc0723f8612cb7ab873b3获取文件 Compat-Lands-5.1.1.1.jarSHA-1 868b9d42a281158a5d9f2667770533ebbfc82787获取文件 Compat-OpenInv-5.1.1.1.jarSHA-1 33c9f7ffc6fa8623ccc42e8d2d0504b270662df6获取文件 Compat-PlotSquared-5.1.1.1.jarSHA-1 2d0b001ef96f28748bf7e99c7f47cecf243c3bbb获取文件 Compat-Reforges-5.1.1.1.jarSHA-1 5cc68d6d010e7a761a34b59a7ea623e9403a663d获取文件 Compat-Residence-5.1.1.1.jarSHA-1 e362cc26e66beb28f78280dc31f73ca7b257836c获取文件 Compat-SuperiorSkyblock-5.1.1.1.jarSHA-1 838c277f382b36a371367dbce40db583e2ddc9aa获取文件 Compat-Towny-5.1.1.1.jarSHA-1 fe0ab131b90f65615c083be6ccf15e11b21bba6c获取文件 Compat-Velocity-5.1.1.1.jarSHA-1 a8b19b445aee642d7bbe1cfd2db6a7b2a5a3ab74获取文件 Compat-WorldEdit-5.1.1.1.jarSHA-1 b277de807ad6ad7fbe2a12f0e34e440d00853e81获取文件 Compat-WorldGuard-5.1.1.1.jar展开更新日志
Bug Fixes
- Fixed QUserImpl NullPointerException when player purcahing a converted shop.
5.1.1.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 e1a7e1f346009b1e0f9a24012222a9a7752642a0获取文件 QuickShop-Hikari-5.1.1.0.jarSHA-1 94c9057ac12225ac5753c785766f3b5971c3d56a获取文件 Addon-BlueMap-5.1.1.0.jarSHA-1 92179218c0ffa94b3b65fcd38de443ffa436aad8获取文件 Addon-DiscordSRV-5.1.1.0.jarSHA-1 6d15a2975ed32cddc02bf629e784684d6b3732a8获取文件 Addon-Discount-5.1.1.0.jarSHA-1 af904a4e9c26f767fb5609c70ebb8d96d002d21a获取文件 Addon-DisplayControl-5.1.1.0.jarSHA-1 0bfbd5f50b909e0038b2df5ad982875cad529219获取文件 Addon-Dynmap-5.1.1.0.jarSHA-1 2f045318ea417199048c003129af416c95728092获取文件 Addon-Limited-5.1.1.0.jarSHA-1 660ab2a27042ad7b10a16d49c59b2f8c19be969b获取文件 Addon-List-5.1.1.0.jarSHA-1 186ef02c3c976d51d08f06992e735b0ffc195c6e获取文件 Addon-Plan-5.1.1.0.jarSHA-1 bd95c4d15333be2c84d9cccaafbea91ad0b5ed70获取文件 Addon-Reremake-Migrator-5.1.1.0.jarSHA-1 ab70df0a48d3167ca6019936dddae72b07d3668c获取文件 Addon-ShopItemOnly-5.1.1.0.jarSHA-1 b4df2bd20fa1fc90454a82935bcf007e148a55cf获取文件 Compat-AdvancedRegionMarket-5.1.1.0.jarSHA-1 771fc2ea07c410817aade892644f754f4e16269c获取文件 Compat-AngelChest-5.1.1.0.jarSHA-1 62e4dd9987d4a2543ea02882387cef08e21fdd40获取文件 Compat-BentoBox-5.1.1.0.jarSHA-1 daa1545fd10ade15b524e91bd253dda05699f34f获取文件 Compat-BungeeCord-5.1.1.0.jarSHA-1 58712ee64950f89d2d5fe170d321a20d90617916获取文件 Compat-BungeeCord-Geyser-5.1.1.0.jarSHA-1 49ac9b7bddde55c19fcf4e5ba8d7c37b82c0ffdb获取文件 Compat-ChestProtect-5.1.1.0.jarSHA-1 bc6f17dcb8a441a7b6656349190d169632b1377f获取文件 Compat-Clearlag-5.1.1.0.jarSHA-1 16ab4562c4309b8f215dd2819d1a2a885cc17a85获取文件 Compat-EcoEnchants-5.1.1.0.jarSHA-1 52d25ff88bba682bed1be91fc38c1978dcf6562c获取文件 Compat-EliteMobs-5.1.1.0.jarSHA-1 d0323e5ca851a8d9b664b1631e071c59328a0114获取文件 Compat-GriefPrevention-5.1.1.0.jarSHA-1 b3d3718c0b67ad78d84a30bfca5e83cb12c008bf获取文件 Compat-Lands-5.1.1.0.jarSHA-1 f7dbb89b0505f8fb845828cc9b4efbc241ea83c6获取文件 Compat-OpenInv-5.1.1.0.jarSHA-1 d993a44e5e4872ffc263532adfe5c4a8f8a342f2获取文件 Compat-PlotSquared-5.1.1.0.jarSHA-1 6028c64c773e9ae6c92793c420fbfa2aa655a461获取文件 Compat-Reforges-5.1.1.0.jarSHA-1 6b5f5eecc81692c5392617a2a5faff6b4de0f01a获取文件 Compat-Residence-5.1.1.0.jarSHA-1 cefa1491501617528ef4005ebcc70c7a2958b895获取文件 Compat-SuperiorSkyblock-5.1.1.0.jarSHA-1 fc7ea5094c9c2db85294d849b26b106c82764161获取文件 Compat-Towny-5.1.1.0.jarSHA-1 31876676a2f1750879a99777eb7321209a404a1e获取文件 Compat-Velocity-5.1.1.0.jarSHA-1 2730f7e87f309589cb9ab00efbbf98ed5f60b3b0获取文件 Compat-WorldEdit-5.1.1.0.jarSHA-1 6dc4e1be4476dd767cf5be80c4fe13314e7ed7f4获取文件 Compat-WorldGuard-5.1.1.0.jar展开更新日志
New Features
- [ADDON] Reremake Migrator (docs)
- We have finally released the available QuickShop-Reremake data migration tool that helps you to migrate from QuickShop-Reremake to QuickShop-Hikari!
- The data migration tool migrates most of the configuration settings, created stores, store metadata, store extension data.
- To learn how to use this tool, see the wiki page.
- The tool is currently an experimental feature, and despite our internal testing, it may not cover all edge cases. If problems arise, please join the Discord server for technical support.
Bug Fixes
- Privacy settings and caching settings may not write into configuration correctly, it will cause all privacy options default to DECLINED and shop lookup caching will be disabled, it may hurt the server performance. This build fixed and re-enabled them.
5.1.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 4422265e88df436f7ba771d87a17f99cebc0db2c获取文件 QuickShop-Hikari-5.1.0.0.jarSHA-1 12d9ac63bf596f3d5613802c609c94250c620cd9获取文件 Addon-BlueMap-5.1.0.0.jarSHA-1 e14a39b3d6345cd15ee1ff272b7a5173fb6e0b7f获取文件 Addon-DiscordSRV-5.1.0.0.jarSHA-1 a7c1396c9f2f97748f711c0e87ff15d307592f20获取文件 Addon-Discount-5.1.0.0.jarSHA-1 4357797be0f6ffa30b685f37217447e565284404获取文件 Addon-DisplayControl-5.1.0.0.jarSHA-1 14d49ead63ca434b604b134b80c1f430c630f05c获取文件 Addon-Dynmap-5.1.0.0.jarSHA-1 f6447143334ea441146d07a47dc5e9d98fa6cb24获取文件 Addon-Limited-5.1.0.0.jarSHA-1 c2042e590b0d2867115aa3374a197a2bc04f0710获取文件 Addon-List-5.1.0.0.jarSHA-1 f292a3fdfb6a69e681844757df5ceb45ee584b5e获取文件 Addon-Plan-5.1.0.0.jarSHA-1 de8f186cc59e4f8e25726fc981ce9f5e4041e55e获取文件 Addon-ShopItemOnly-5.1.0.0.jarSHA-1 22165e55fd18d0cb29f8ef8923b275e0e8039991获取文件 Compat-AdvancedRegionMarket-5.1.0.0.jarSHA-1 fe9715f71f9f438dde52727b4dccf25477d14d44获取文件 Compat-AngelChest-5.1.0.0.jarSHA-1 a8b2fa63c9f843d244206084bd75a75dc9fabbb9获取文件 Compat-BentoBox-5.1.0.0.jarSHA-1 01208b3b4e3e967d7f01252f0c3a1cd4e8111e04获取文件 Compat-BungeeCord-5.1.0.0.jarSHA-1 6fe1ed85626b434c04fc69fe9e563367f77e47d7获取文件 Compat-BungeeCord-Geyser-5.1.0.0.jarSHA-1 8d24f29496e763216714778a72533a5911c125cd获取文件 Compat-ChestProtect-5.1.0.0.jarSHA-1 fd684cdfe8dc2a4cf551fa6c5d37d56931ed51bf获取文件 Compat-Clearlag-5.1.0.0.jarSHA-1 09c5100bcb3885ae30f6c4c140b8ab4984b35f31获取文件 Compat-EcoEnchants-5.1.0.0.jarSHA-1 4edaddace9f2fc5d08f1973b1442af28d38eaab9获取文件 Compat-EliteMobs-5.1.0.0.jarSHA-1 cefc510637548386f0ee06b0ee6649947319dab3获取文件 Compat-GriefPrevention-5.1.0.0.jarSHA-1 39ec67d045ebd6fb27d86bc71fc1b6bacb3475cb获取文件 Compat-Lands-5.1.0.0.jarSHA-1 9f980532ace6fa64811a9214b4e84e3c584b55a4获取文件 Compat-OpenInv-5.1.0.0.jarSHA-1 3974aba27efa64cbc23a3c54890059d532f8e28e获取文件 Compat-PlotSquared-5.1.0.0.jarSHA-1 20cec9a46767e5da718456ffdfdfa2aa30ae7c08获取文件 Compat-Reforges-5.1.0.0.jarSHA-1 9bad544954b566ed52cfcaeeb7e8c501117e8727获取文件 Compat-Residence-5.1.0.0.jarSHA-1 213918680d674ac0e1f1595231624fd0efa9476e获取文件 Compat-SuperiorSkyblock-5.1.0.0.jarSHA-1 25d05ad7f27a1b15c6fcaa73e2aecbf868713303获取文件 Compat-Towny-5.1.0.0.jarSHA-1 a6fed5b4db58cd79fee7091dd81e126c427eb03a获取文件 Compat-Velocity-5.1.0.0.jarSHA-1 e4422036678e8b7d258e6190a9141d4be6beb07d获取文件 Compat-WorldEdit-5.1.0.0.jarSHA-1 7c9664948e3c82d86e5268cbfc336e38b58e3e4c获取文件 Compat-WorldGuard-5.1.0.0.jar展开更新日志
Another regular update for QuickShop-Hikari! In this update we've made a special update to privacy protection, increasing user control over data collection and sending. In addition to this, we have fixed several bugs, optimized performance, and brought some extended feature updates.
The Minecraft 1.20.2 is coming soon, and we'll be adapting the new version as soon as it's released, so we'll see you again in 1.20.2! (If there are no new bugs that need to be fixed urgently ;))
New Features
- Privacy Controller
- We've always taken our users' privacy seriously, and in 5.1.0.0 we've added a brand new privacy management tool.
- The privacy controller and reviews all privacy related requests, like paste, bStats, rollbar error tracker.
- This tool provides an efficient switch for data processing within QuickShop-Hikari, allowing the management of data processing for the entire assortment or for individual modules.
- You can review the audit log in
/quickshop pastereport. - The goal of this tool is not GDPR compliance, but we also don't deal with non-anonymized processing; the data transferred to bStats, Rollbar etc. is all anonymized; the tool primarily allows users to opt-out of some outgoing data. This provides an option other than disabling the entire bStats or error handler.
- Our goal is to plug as many modules that will execute external data transfer into this controller as possible and provide a command that allows you to quickly disable, enable them, these missing pieces will be added gradually in future versions.
- [COMPACT] AngelChest Compatibility Module.
- This module can disallow users create shop on a AngenChest and prevent AngelChest being deleted when executing Protection Checking.
- [COMPACT] ChestProtect Compatibility Module.
- This module can disallow users create shop on a container that proteced by ChestProtect, and prevent protect removing by executing Protection Checking.
Reworks
- Rewrited shop cache system
- The new Shop Lookup Cache module improves code maintainability so that we can apply it to more places in future releases.
- After the rewrite, the cache hit statistics for this module now reflect the real data.
- Reduced cache size, too large a size reduces cache lookup performance and leads to wasted memory usage.
Optimizes
- Improved performance of out-of-cache shop lookups, and chunk loading is now no longer performed in non-necessary cases.
Changes
- Added and default enabled option that cancel the fake Protection Checking Event (BlockBreakEvent) before pass to MONITOR listeners.
- This can alleviate conflicts or error logging with some plugins.
- Updated TNE-API to TNE-Recode (0.1.2.2-Pre-1), this should fix an incompatibility issue that arose with newer versions of TNE. (contributed by @creatorfromhell )
- [ADDON] Improved BlueMap addon. (contributed by @ItsJuls )
Bug Fixes
- Fixed
shop.blacklist-loressetting doesn't work at all.- The code implementation of this feature was accidentally removed in an earlier updates.
- We rewrote the code for the relevant functions and the new check will ignore color and style symbols in lores.
- Fixed minor CSS issue in generated paste.
- [ADDON] Fixed DiscordSRV json message template parsing issue, now load the JSON message template from the language file with the correct mapping name.
API Changes
- Added
ShopManager#getShopsViaCacheandShopManager#getShopsIncludeAttachedViaCacheinterfaces. - Deleted ShopCache class cause it was replaced by new ShopCaching system.
Privacy Changes
- We've added a new bStats data collection (similar to QuickShop-Reremake) Here's a list of all the new collection items, you can opt out of them at any time using the new PrivacyController.
- In order to comply with our privacy transparency requirements, we explain the uses of the metrics we collect in more detail below.
- Collecting the all QuickShop-Hikari's addons/compactibility module's name that installed on your server.
- We use this metric to understand the popularity of extensions among the user community and consider merging popular expansions into the core. We also use this metric to discover new third-party modules.
- Collecting the QuickShop-Hikari's feature status of allow-stacks
- We use this metric to understand the popularity of this feature and decide if we should put it default enabled in default configuration.
- Collecting the QuickShop-Hikari's feature status of protection-checker-listener-blacklist
- We use this metric to understand most popular blacklist settings across our users, this allows us to work with its authors to improve compatibility.
- Collecting the QuickShop-Hikari's command alias.
- We use this metric to understand most popular/most disabled command alias of quickshop, then we will consider put them into/remove them from default alias list.
- Collecting the QuickShop-Hikari's database type you're using.
- We use this metric to understand most popular database type, and targeted to improve its query, insert and modify performance.
- Collecting the QuickShop-Hikari's database version.
- We use this metric as a reference so that we don't drop support for older but popular database versions.
- Collecting the QuickShop-Hikari's database vendor.
- We use this metric to know the name of the specific database vendor that the user is using so that we can use an optimized JDBC driver for the specific database vendor, such as MariaDB or OceanBase.
- Collecting the QuickShop-Hikari's economy bridge type that user using.
- We use this metric to understand the types of economic bridging plugins used by our users so that we can improve the corresponding economic bridging plugin transaction processing and transactional performance, and optimize performance using asynchrony and callbacks where supported.
- Collecting QuickShop-Hikari's item matcher type that user using.
- We use this metric to check the popularity between different ItemMatchers in order to improve them. It also helps us understand the popularity of some of the ItemMatcher implementations that are known to be problematic in order to decide if we should write mitigations.
- Collecting QuickShop-Hikari's display type that user using.
- We use this metric to check the popularity of different DisplayImpl's across servers so that we can decide whether to optimize them or maintain the status quo. It also helps us to see if the popularity of the faster VirtualDisplayItem has suffered due to the demand for ProtocolLib.
- Collecting QuickShop-Hikari's total shops amount on your server.
- This metric ends up on bStats as a total of all stores on all servers. This metric helps us average the size of the number of server stores in order to decide whether to optimize lookup or cache performance, or whether we should not over-optimize. When this value rises for a period of time, we may initiate a performance optimization topic update program within Discord so that we can look for potential operational performance issues.
- Collecting QuickShop-Hikari's background debug logger switch status.
- We use this metric as a reference to get a rough idea of whether a large number of users are being affected by the unknown performance degradation of DebugLogger and to improve its performance if needed, which seems to be good, at least for now.
- Other metrics collected by bStats it self.
- Just like other plugins and your server software, here is some basic metrics data collected by bStats and we can't control them. To out-put from them, go to
/plugins/bStats/config.ymlto disable bStats.
- Just like other plugins and your server software, here is some basic metrics data collected by bStats and we can't control them. To out-put from them, go to
- Collecting the all QuickShop-Hikari's addons/compactibility module's name that installed on your server.
5.0.0.7
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 dbdf6d5d6830a74c85fc194faa4861fd392013bd获取文件 QuickShop-Hikari-5.0.0.7.jarSHA-1 8eef772cd4bd712f7597f2b031c0c429f4eea131获取文件 Addon-BlueMap-5.0.0.7.jarSHA-1 b775534998728e040f8eea74bbbccb3edcde4ecc获取文件 Addon-DiscordSRV-5.0.0.7.jarSHA-1 354e000690ccbfa85b801147d6e4cbf919af611c获取文件 Addon-Discount-5.0.0.7.jarSHA-1 889cc45c174a2aabe74ddf9fb6d6091018d4c667获取文件 Addon-DisplayControl-5.0.0.7.jarSHA-1 8e8a6a970041e0da25d1870b3e6a8ae68ece1bf8获取文件 Addon-Dynmap-5.0.0.7.jarSHA-1 419c5c75c28f2a2c0dcb631308bf1f37850133aa获取文件 Addon-Limited-5.0.0.7.jarSHA-1 0d04d41d39aa926c2ac56b4319262b643c9713e8获取文件 Addon-List-5.0.0.7.jarSHA-1 2638e4dc3a46430ddfc116807c86bb42b93bc51e获取文件 Addon-Plan-5.0.0.7.jarSHA-1 6e6c378c68950ffeb2c2e47b7babc6f41fd8d84d获取文件 Addon-ShopItemOnly-5.0.0.7.jarSHA-1 2a6f59498e6b98fbd87d7269f87476773d2251e6获取文件 Compat-AdvancedRegionMarket-5.0.0.7.jarSHA-1 2f340cf34382b6106493ae50bf71a928eb9dd49e获取文件 Compat-BentoBox-5.0.0.7.jarSHA-1 5d73b844da3f6e389d881ce25cf8ebf8dcf40d24获取文件 Compat-BungeeCord-5.0.0.7.jarSHA-1 502f631530427fa4149f83b8129be9f5b16b9b6f获取文件 Compat-BungeeCord-Geyser-5.0.0.7.jarSHA-1 0f0f8013a58d598683bac3724e01f8fad910a0e6获取文件 Compat-Clearlag-5.0.0.7.jarSHA-1 3e14b9d864d1448363cdec8ee4b2d6b23800051b获取文件 Compat-EcoEnchants-5.0.0.7.jarSHA-1 db838a0b35493b272fc9682376ef466a6b42636c获取文件 Compat-EliteMobs-5.0.0.7.jarSHA-1 6c1968c7e4848be94d0491933c59bf8c46f88a37获取文件 Compat-GriefPrevention-5.0.0.7.jarSHA-1 264d0b40872e7fd42a080d1eddd63c51530c7171获取文件 Compat-Lands-5.0.0.7.jarSHA-1 ace5807f533e120736487c1ae66177e3d2cc1937获取文件 Compat-OpenInv-5.0.0.7.jarSHA-1 4b9f71dd081870d2e4c4581a02f6b6f69101363a获取文件 Compat-PlotSquared-5.0.0.7.jarSHA-1 fffaaa34a75de263403203d5e017500439cbde0d获取文件 Compat-Reforges-5.0.0.7.jarSHA-1 1b93881e51b7b472f94e7ce2fc25652a8084dc56获取文件 Compat-Residence-5.0.0.7.jarSHA-1 2b007b33b1ea72f8e91935d2a9c745fd373cbd37获取文件 Compat-SuperiorSkyblock-5.0.0.7.jarSHA-1 f16089bd12c34d9382601943c44fa2f5b0bb031b获取文件 Compat-Towny-5.0.0.7.jarSHA-1 25d10dcc1be26e6448ccf5390dbd0a74636133fe获取文件 Compat-Velocity-5.0.0.7.jarSHA-1 ea03b082ceffa3836575b545bbf01d099aed32a8获取文件 Compat-WorldEdit-5.0.0.7.jarSHA-1 9886e0c933048e899f656d9f6e4593ce4f6eb92f获取文件 Compat-WorldGuard-5.0.0.7.jar展开更新日志
4.x to 5.x is a major breaking update, read the 5.x main-changelog here before upgrading from 4.x to 5.
New Features
/qs findoutputs now support hover item previewing- [ADDON]
/qs listoutputs now support hover item previewing - [ADDON]
/qs listnow supports tab-completing for online players if player have permission to listing other shops
Changes
- Barrel now added to default store container list, this change will only affect the new generated configuration.
- Maxmium item price in
price-restriction.ymlwas limit to up to999999999999999999999999999999.99 (1.0E30)to adapt decimal (32,2) to avoid over database data type limit to prevent SQLException, this change will only affect the new generated configuration. - Some invalid configuration nodes will be removed from configuration after this update (those options nolonger works for a long time ago).
Bug Fixes
- Fixed shop deleting was recorded as shop creating in database.
- Fixed
PackageUtil#parsePackageProperlydoesn't work when user disabled debug logger, it also affected-Dcom.ghostchu.quickshopproperly args.
5.0.0.6
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 5e06f6a300ad4bff73c64d8af3dd2c2e5fd158f5获取文件 QuickShop-Hikari-5.0.0.6.jarSHA-1 42031f9632ae98c31d7dd9f22f589bf7dc58f232获取文件 Addon-BlueMap-5.0.0.6.jarSHA-1 78041ecc7fcd4806cf52f599d3d737825d1ecabd获取文件 Addon-DiscordSRV-5.0.0.6.jarSHA-1 aad356d9d17a4c2fe1af789b8a822e1899798df1获取文件 Addon-Discount-5.0.0.6.jarSHA-1 8d0f770ab3f05d650c57ee246589378966e7a67b获取文件 Addon-DisplayControl-5.0.0.6.jarSHA-1 4e2ec5fd8ab13f047cc176b76b6ce747c26e63d1获取文件 Addon-Dynmap-5.0.0.6.jarSHA-1 91746f0663298961393d4edeac866ae914ed9449获取文件 Addon-Limited-5.0.0.6.jarSHA-1 61895c028215f6da36dbb16e36f189db8485c365获取文件 Addon-List-5.0.0.6.jarSHA-1 1bb1775cd119fed32e38ddb59a24247a5eea6071获取文件 Addon-Plan-5.0.0.6.jarSHA-1 69659882a48698dba16da77af1398e0be7966eab获取文件 Addon-ShopItemOnly-5.0.0.6.jarSHA-1 c89027386f07a490495efd10973acff94ea33df1获取文件 Compat-AdvancedRegionMarket-5.0.0.6.jarSHA-1 e4ea970e357788fd87fd9a3f15a22d78a6185614获取文件 Compat-BentoBox-5.0.0.6.jarSHA-1 59012635842f4ff8fcc1f533a812fac7cd37c8d5获取文件 Compat-BungeeCord-5.0.0.6.jarSHA-1 95475af0acdd3d0181f911b817d4c1bc89aca793获取文件 Compat-BungeeCord-Geyser-5.0.0.6.jarSHA-1 41caf69b6c1064b3390e6926110d58347fc6261e获取文件 Compat-Clearlag-5.0.0.6.jarSHA-1 cdec6cc1a06a8bd8566c9cb2f0710d33ebefc5a1获取文件 Compat-EcoEnchants-5.0.0.6.jarSHA-1 3996063c3402f65dfbc325dcbf970daa4df5403a获取文件 Compat-EliteMobs-5.0.0.6.jarSHA-1 635a328aecd9c83de355b4077f7d723a26da00f7获取文件 Compat-GriefPrevention-5.0.0.6.jarSHA-1 62c90c1781de3003a5de11b110ad1ae7d368dffb获取文件 Compat-Lands-5.0.0.6.jarSHA-1 8e2e60976b303db4685ae5913d312955e330bdd5获取文件 Compat-OpenInv-5.0.0.6.jarSHA-1 bd6523469bafd27ec149d815ab90effedb75de8e获取文件 Compat-PlotSquared-5.0.0.6.jarSHA-1 9009a3685fffeefc3a1babd8c7db08244de28826获取文件 Compat-Reforges-5.0.0.6.jarSHA-1 11c3505efa57b1451cae0e411206a6cddcca40e5获取文件 Compat-Residence-5.0.0.6.jarSHA-1 c5bfe0411ce25bb19072b54df65a9f53a272fb83获取文件 Compat-SuperiorSkyblock-5.0.0.6.jarSHA-1 89849875b9b493f512362ca8b6cadab4f97e8342获取文件 Compat-Towny-5.0.0.6.jarSHA-1 00c0b8da3bd2ddb540fc3cfe6832c6f5351823f8获取文件 Compat-Velocity-5.0.0.6.jarSHA-1 48629b1030ea37acfe843a26c27a38b9b94a45b3获取文件 Compat-WorldEdit-5.0.0.6.jarSHA-1 2c7bdafd23fdec7c7040a8b3c407d90428daea66获取文件 Compat-WorldGuard-5.0.0.6.jar展开更新日志
4.x to 5.x is a major breaking update, read the 5.x main-changelog here before upgrading from 4.x to 5.
This is a hot fix for 5.0.0.5 version.
Hot fix
- Fixed SQLException when trying to fetch players offline messages from database.
5.0.0.5
New Features
- Added new
backup-policysettings.- This option allows the user to control the triggering of database backups
- Rate-limit for player block clicking
- This is a very basic frequency limit, QuickShop will only respond to a single click event from the same player within 125 milliseconds.
- This helps to solve the problem of players maliciously clicking on squares quickly, causing QuickShop to look up, parse, and calculate store data frequently, resulting in tick-time increases
- Shop locks are not limited by this frequency; they are fast enough to find without excessive computation, and in redstone environments will even use cached lookups without causing computational stress.
We're planned apply the rate-limit to more modules in future to avoid affect server performances by players maliciously actions.
Optimization
- The players offline messages are not persistent in memory but fetch from database in async.
- We note that on large networks huge amounts of transaction logs may be generated, which are loaded into memory at startup and increase RAM usage.
- However QuickShop will always perform the same operation on the database while manipulating the content. This made the in-memory copy meaningless, so we moved it all to the database and read and write asynchronously when needed.
Changes
- QuickShop-Hikari nolonger automaticlly backup H2 databases on startup.
- QuickShop-Hikari nolonger automaticlly backup databases on shop purges.
Bug Fixes
- Fixed debug logs in paste is all empty lines.
- [ADDON] Fixed discount addon lost all discount codes after server restart.
5.0.0.5
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 8d5c544c63c37429139cedf1655f6440ec236da0获取文件 QuickShop-Hikari-5.0.0.5.jarSHA-1 3b464ae602d3e904987cf2c5bc6551963cbaa2c8获取文件 Addon-BlueMap-5.0.0.5.jarSHA-1 c147d2de30adb068b93be1615dab7fc049323352获取文件 Addon-DiscordSRV-5.0.0.5.jarSHA-1 42e4495316f199fb3f0a54aa584380839efacc27获取文件 Addon-Discount-5.0.0.5.jarSHA-1 f0a489744f2798a21333b1ddba913202c948849a获取文件 Addon-DisplayControl-5.0.0.5.jarSHA-1 098a16d84a72425b9cebf18a630806136e2aabae获取文件 Addon-Dynmap-5.0.0.5.jarSHA-1 dcc873ff60dc70ef03265712b316db2b95d4d31e获取文件 Addon-Limited-5.0.0.5.jarSHA-1 adb98c22e05cd54fd08dce29e67e359005beb191获取文件 Addon-List-5.0.0.5.jarSHA-1 b0edee5840e0a12ac505557ea60dc93a3a11f926获取文件 Addon-Plan-5.0.0.5.jarSHA-1 7820427fcdb45130a6621d1e6827310df63e8f5b获取文件 Addon-ShopItemOnly-5.0.0.5.jarSHA-1 b842febabe82773416708096a9bc844cadd0453c获取文件 Compat-AdvancedRegionMarket-5.0.0.5.jarSHA-1 e35cb6d6fbe80c60dd7e4638250e5278c2edb2d7获取文件 Compat-BentoBox-5.0.0.5.jarSHA-1 8772117d7eff9b7e7a0a508017ce83ecae673cfd获取文件 Compat-BungeeCord-5.0.0.5.jarSHA-1 8f46225c687fe19f3a96764e63ebb3e37cf9b9cd获取文件 Compat-BungeeCord-Geyser-5.0.0.5.jarSHA-1 6e34e4db55aef4a9a5b81b578d03f043903365a7获取文件 Compat-Clearlag-5.0.0.5.jarSHA-1 a14e4ad4c39c46f5d3f801f73b9331e243c0f594获取文件 Compat-EcoEnchants-5.0.0.5.jarSHA-1 6485fef7d451514e92b53fd5be58b2c4dcf44c8a获取文件 Compat-EliteMobs-5.0.0.5.jarSHA-1 a9c45b846c673519df73970d599c4b300f0443d8获取文件 Compat-GriefPrevention-5.0.0.5.jarSHA-1 edeb8e99a9f283cfab9fc51f74eac9fa2b0b3a53获取文件 Compat-Lands-5.0.0.5.jarSHA-1 1771fa694d18a6938ba169681f9363b4255eb047获取文件 Compat-OpenInv-5.0.0.5.jarSHA-1 b2ff7e3d6f96e2061981adbb14443394a35647a5获取文件 Compat-PlotSquared-5.0.0.5.jarSHA-1 a9ec3178fde0fc72a8322f07cd2904ea4bf2ddf3获取文件 Compat-Reforges-5.0.0.5.jarSHA-1 a4cda0f3b7a3b06c3724654cbe3df428668bf84d获取文件 Compat-Residence-5.0.0.5.jarSHA-1 e97a85ef70d6aa0401da4d788b52aaa639dd2469获取文件 Compat-SuperiorSkyblock-5.0.0.5.jarSHA-1 fc63965ca59c99885208e77ad8319b3376ffbcf4获取文件 Compat-Towny-5.0.0.5.jarSHA-1 3c63dfd4c98ff9c28719151c8f168ca7948f4128获取文件 Compat-Velocity-5.0.0.5.jarSHA-1 a65cab6e78d71f6404d3451b03e51a1bb3d39a30获取文件 Compat-WorldEdit-5.0.0.5.jarSHA-1 e523a19defb41ed0f910e9148d83f1843c95f934获取文件 Compat-WorldGuard-5.0.0.5.jar展开更新日志
4.x to 5.x is a major breaking update, read the 5.x main-changelog here before upgrading from 4.x to 5.
New Features
- Added new
backup-policysettings.- This option allows the user to control the triggering of database backups
- Rate-limit for player block clicking
- This is a very basic frequency limit, QuickShop will only respond to a single click event from the same player within 125 milliseconds.
- This helps to solve the problem of players maliciously clicking on squares quickly, causing QuickShop to look up, parse, and calculate store data frequently, resulting in tick-time increases
- Shop locks are not limited by this frequency; they are fast enough to find without excessive computation, and in redstone environments will even use cached lookups without causing computational stress.
We're planned apply the rate-limit to more modules in future to avoid affect server performances by players maliciously actions.
Optimization
- The players offline messages are not persistent in memory but fetch from database in async.
- We note that on large networks huge amounts of transaction logs may be generated, which are loaded into memory at startup and increase RAM usage.
- However QuickShop will always perform the same operation on the database while manipulating the content. This made the in-memory copy meaningless, so we moved it all to the database and read and write asynchronously when needed.
Changes
- QuickShop-Hikari nolonger automaticlly backup H2 databases on startup.
- QuickShop-Hikari nolonger automaticlly backup databases on shop purges.
Bug Fixes
- Fixed debug logs in paste is all empty lines.
- [ADDON] Fixed discount addon lost all discount codes after server restart.
5.0.0.4
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 266b5ec713b1e3eca2f857bd1a690bf0f12f1886获取文件 QuickShop-Hikari-5.0.0.4.jarSHA-1 18334ee212e0737ba43054d8bac03827c69fcdad获取文件 Addon-BlueMap-5.0.0.4.jarSHA-1 b5e0ea1f1e66487480a76294536ff8ffdbc42c2d获取文件 Addon-DiscordSRV-5.0.0.4.jarSHA-1 2ba0a347adbf6b87d46d482eb61cd0788207d0d6获取文件 Addon-Discount-5.0.0.4.jarSHA-1 ec7e3b770f66a048acba12742389dda1b4e1768b获取文件 Addon-DisplayControl-5.0.0.4.jarSHA-1 e85a2449cf472e9f00e3d701eeb9ec43c7eccd62获取文件 Addon-Dynmap-5.0.0.4.jarSHA-1 05d47c038d03f09de96b221cb084f83d27a4021f获取文件 Addon-Limited-5.0.0.4.jarSHA-1 8d1d4156bb69abd598196f607b5da4ff920c7ba1获取文件 Addon-List-5.0.0.4.jarSHA-1 3b05a967ef4e31e74cd4fe76acc6febecd5ae8dd获取文件 Addon-Plan-5.0.0.4.jarSHA-1 79dfbdc6afd3665116428a7e623336b9966af735获取文件 Addon-ShopItemOnly-5.0.0.4.jarSHA-1 d87a1003187b74d510070294b74be44b8b1cd1c9获取文件 Compat-AdvancedRegionMarket-5.0.0.4.jarSHA-1 b37f12167281f56a29cce4c7b32967d720350dc4获取文件 Compat-BentoBox-5.0.0.4.jarSHA-1 ab76e308ea1a6e58f0c999cc1237b0bc090df07a获取文件 Compat-BungeeCord-5.0.0.4.jarSHA-1 3f5d6762e4f5ee3eeaf6d626313cd82346a4f4ff获取文件 Compat-BungeeCord-Geyser-5.0.0.4.jarSHA-1 4f45f40c5043faaab8a18dd84e8749cfff0e92a9获取文件 Compat-Clearlag-5.0.0.4.jarSHA-1 00510f8fbcfde6734309e3bb5cb32ee04a45ec96获取文件 Compat-EcoEnchants-5.0.0.4.jarSHA-1 bda871473aaefd5d64090f816c25f81d36c4e4af获取文件 Compat-EliteMobs-5.0.0.4.jarSHA-1 21867a1ca6e08b33ce30e4b86d8915199fea888e获取文件 Compat-GriefPrevention-5.0.0.4.jarSHA-1 9b4aff82aa01aac604d4f3bd71c0787267ef41a6获取文件 Compat-Lands-5.0.0.4.jarSHA-1 7cf2a0598e3d7940f19cfc96510a5237439464ca获取文件 Compat-OpenInv-5.0.0.4.jarSHA-1 227a34098db11be021908c61b09d05e7dd6f4fa0获取文件 Compat-PlotSquared-5.0.0.4.jarSHA-1 bf9d97c0a07c9e127b63c8e88c46299112dde69f获取文件 Compat-Reforges-5.0.0.4.jarSHA-1 0274ec59f6c0eb577099598bd2628f01987b1265获取文件 Compat-Residence-5.0.0.4.jarSHA-1 4933b2d00d933306088f9fdacc1778fbcc69bd88获取文件 Compat-SuperiorSkyblock-5.0.0.4.jarSHA-1 01a28481aaa43d72703cc68ce895914208d77fa5获取文件 Compat-Towny-5.0.0.4.jarSHA-1 ae5e1f08a154990544f635fdee76b525a512d93b获取文件 Compat-Velocity-5.0.0.4.jarSHA-1 3766910a8f668dd200ce7d05c2e76460e1152395获取文件 Compat-WorldEdit-5.0.0.4.jarSHA-1 0dfbe04ecc32311f4d33995d3c18a2be98f8a28f获取文件 Compat-WorldGuard-5.0.0.4.jar展开更新日志
4.x to 5.x is a major breaking update, read the 5.x main-changelog here before upgrading from 4.x to 5.
Bug Fixes
- Fixed background logger's logs always unreadable random string in debug paste.
- 5.0.0.1 to 5.0.0.3 now marked unsupported due this bug. To continue get the support, please use the version > 5.0.0.4 or the latest LTS (4.2.2.12).
- [ADDON] Fixed discount addon will always apply -100% discounting to percentage discount code.
5.0.0.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 6fb14f4e5fdd29cc4fa595c2d55a59223a4ee701获取文件 QuickShop-Hikari-5.0.0.3.jarSHA-1 35f520f56932794ebb08d961491a1cbd71c84d54获取文件 Addon-BlueMap-5.0.0.3.jarSHA-1 0dbf890fd5efff6471083267a33e9b49e4989736获取文件 Addon-DiscordSRV-5.0.0.3.jarSHA-1 117042cbb1cb46a1144fdfa7895271370b79ff09获取文件 Addon-Discount-5.0.0.3.jarSHA-1 29dde1a644d22fb650d7da5d05d3480cec690906获取文件 Addon-DisplayControl-5.0.0.3.jarSHA-1 5ec3f50fd0d76ce9d10e88e2650841deadaea80e获取文件 Addon-Dynmap-5.0.0.3.jarSHA-1 0d882b10f60b97e522c5dcfea799c6565773b2f6获取文件 Addon-Limited-5.0.0.3.jarSHA-1 f17c8dc75402a74595905d5be055e3b9b2513aab获取文件 Addon-List-5.0.0.3.jarSHA-1 f3bfcc3c473f00c5c7c53339d3b3965544f700f9获取文件 Addon-Plan-5.0.0.3.jarSHA-1 a4b4189026bc12c2701692aa698d5545d7cfc12a获取文件 Addon-ShopItemOnly-5.0.0.3.jarSHA-1 327e3411231652a1bb4f7880e87e9074541a35c0获取文件 Compat-AdvancedRegionMarket-5.0.0.3.jarSHA-1 79f595d5b37d3acbb628a1ab4fbddd15e526c744获取文件 Compat-BentoBox-5.0.0.3.jarSHA-1 425fc1dec643936a046ac6ec2bac24ef1e394d16获取文件 Compat-BungeeCord-5.0.0.3.jarSHA-1 00958682a27058ecbfab8c82cc9d7d16e416a5a6获取文件 Compat-BungeeCord-Geyser-5.0.0.3.jarSHA-1 6b5038c1a2babcd214f6a012578ee928ed8d893d获取文件 Compat-Clearlag-5.0.0.3.jarSHA-1 d48e3ba656ac69d64789c3d34b51472c6754caa0获取文件 Compat-EcoEnchants-5.0.0.3.jarSHA-1 e9099ff8772db3868a33fdb4e01fe9a973097572获取文件 Compat-EliteMobs-5.0.0.3.jarSHA-1 c2d7284f0126d6cf2d43b42ea174d97366786c9e获取文件 Compat-GriefPrevention-5.0.0.3.jarSHA-1 4e34409d40db9dd3f51e309f602b236d57905d10获取文件 Compat-Lands-5.0.0.3.jarSHA-1 a0177bada06cb1290f308857a6a4b156a3c53f52获取文件 Compat-OpenInv-5.0.0.3.jarSHA-1 b5d7383e6b93c47fd18eb14c24a3e8286ff2a937获取文件 Compat-PlotSquared-5.0.0.3.jarSHA-1 e11ea78205166b6f42da4f7fc27ce97b9d265aa7获取文件 Compat-Reforges-5.0.0.3.jarSHA-1 a57553175d8f2ea7328d294c742d740970d16ec6获取文件 Compat-Residence-5.0.0.3.jarSHA-1 23dd71a3fb0aff99df15992acfcd06463a197d03获取文件 Compat-SuperiorSkyblock-5.0.0.3.jarSHA-1 fb9b5eb7479a1dd9f5ef97fcc6ad90b800fc429c获取文件 Compat-Towny-5.0.0.3.jarSHA-1 73a9b8e2007cea24ea18596cbbeb55cc894f3204获取文件 Compat-Velocity-5.0.0.3.jarSHA-1 24d1eca1c2dd17cb8d33348e3f4f7883ec967dd5获取文件 Compat-WorldEdit-5.0.0.3.jarSHA-1 6ad593b71e46b1e0ad2cd48d825973fc6286dec8获取文件 Compat-WorldGuard-5.0.0.3.jar展开更新日志
4.x to 5.x is a major breaking update, read the 5.x main-changelog here before upgrading from 4.x to 5.
New Features
- QuickShop-Hikari now able to automaticlly download NBT-API from Modrinth on Spigot server, this improves the out-of-the-box experience for users of Spigot.
Bug Fixes
- The
[Preview Item]button doesn't work and only print the command help. - Shop creation failure when user trying make a shop with item that name contains Emoji due database tables is
utf8chatset rather thanutf8mb4. Thanks 针织薄外套 (kioproject) and Clxdy (clxdywindows) report it.- By install this update, your quickshop tables in database will automaticlly convert to
utf8mb4charset.
- By install this update, your quickshop tables in database will automaticlly convert to
- The empty signs won't be removed after shop creation failed. Thanks 针织薄外套 (kioproject) report it.
- [ADDON] DiscordSRV addon doesn't work when sending embed messages. Thanks @Subdevell and Maoyue report it.
- The purchase log won't send and out-of-stock log will send twich when a selling shop run out of stock. Thanks 针织薄外套 (kioproject) report it.
- [ADDON] Fixed Velocity compatibility module doesn't work. Thanks @Q2297045667 (Missing_Love) report it.
5.0.0.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 a2e9df84ccd69739f6901001e574bb4d7c184ee0获取文件 QuickShop-Hikari-5.0.0.2.jarSHA-1 30f97612320c30863dd59334ba27b4b4f190b5e6获取文件 Addon-BlueMap-5.0.0.2.jarSHA-1 bc80a5b0b7407bed5e08c19a70a97ceb63061dfb获取文件 Addon-DiscordSRV-5.0.0.2.jarSHA-1 d698b48ddcbc8c19de70bc05cf72c7c288d7663c获取文件 Addon-Discount-5.0.0.2.jarSHA-1 7dc4219b6c6a5b5efb0d77297a7a36772b39ed04获取文件 Addon-DisplayControl-5.0.0.2.jarSHA-1 5cda29338106592f0dd19d175c95e9250550cb8b获取文件 Addon-Dynmap-5.0.0.2.jarSHA-1 fc85caf52f05c010e7593bcaa87c8e7263c927f7获取文件 Addon-Limited-5.0.0.2.jarSHA-1 d06a04908ca7c64de7f03ed77cccf70fb66523bc获取文件 Addon-List-5.0.0.2.jarSHA-1 623bc58a05589230ca95f40dd718f98f1dc684ca获取文件 Addon-Plan-5.0.0.2.jarSHA-1 463350ff9659b41f927111375c21d91ef12efec9获取文件 Addon-ShopItemOnly-5.0.0.2.jarSHA-1 b16706809ac940b54c18bbe577feba52b9122cc9获取文件 Compat-AdvancedRegionMarket-5.0.0.2.jarSHA-1 4d8b2173b87051004a9b53148edc00d9a4fa0336获取文件 Compat-BentoBox-5.0.0.2.jarSHA-1 17d27869ed86b289deb440c246fc516d48de44d4获取文件 Compat-BungeeCord-5.0.0.2.jarSHA-1 94cb24e3a93f44c061daae2e630c34920ff51bf7获取文件 Compat-BungeeCord-Geyser-5.0.0.2.jarSHA-1 7492625c54eabde40d3c14aca53d31b5674f9918获取文件 Compat-Clearlag-5.0.0.2.jarSHA-1 ea35274263371c4de2cd5e68c13d216f813a219b获取文件 Compat-EcoEnchants-5.0.0.2.jarSHA-1 1270e7a033fa00ed4aa7484d72a8c5c86f44be2e获取文件 Compat-EliteMobs-5.0.0.2.jarSHA-1 d2167e5eb0549e25d7fc3072f79dfe6210f3b737获取文件 Compat-GriefPrevention-5.0.0.2.jarSHA-1 07042edbd19795febbdf48798dd05cab1b84ae08获取文件 Compat-Lands-5.0.0.2.jarSHA-1 d54070e8567ec72230ab40997c488521d69a0b74获取文件 Compat-OpenInv-5.0.0.2.jarSHA-1 7e74c85be9013054462180169aa1bbc33306666f获取文件 Compat-PlotSquared-5.0.0.2.jarSHA-1 c7b8a4b14c22b4e9166bba68398f6a3fd5b7d906获取文件 Compat-Reforges-5.0.0.2.jarSHA-1 deaaf9b24e1566058d85169217ce6e489ed1871d获取文件 Compat-Residence-5.0.0.2.jarSHA-1 159568a85e9df2dd03b4c5dda5a82a50ad049da2获取文件 Compat-SuperiorSkyblock-5.0.0.2.jarSHA-1 c8d74d32807444d97ce4b46169d7420b0bac4f54获取文件 Compat-Towny-5.0.0.2.jarSHA-1 09546822ee0d25902b0f94353b927871400b0585获取文件 Compat-Velocity-5.0.0.2.jarSHA-1 f6b73ed27065347b95faf7eedcde7cb5faaa1e06获取文件 Compat-WorldEdit-5.0.0.2.jarSHA-1 090cd20f5869a67f2bff8d6759eb6b06b31f199d获取文件 Compat-WorldGuard-5.0.0.2.jar展开更新日志
4.x to 5.x is a major breaking update, read the 5.x main-changelog here before upgrading from 4.x to 5.
New Feature
- New
/qs debug set-property <key-value>sub command to dynamically change the JVM property.- For safety, you're only able to change the quickshop related properties.
Improved
- Improved background debug logger
- From
0.1329msper record to0.0061msper record by moving cost tasks into a async executor, it improved the performance on busy server when there have LOTS of debug logs on server main thread. - By set
-Dquickshop-hikari-disable-debug-logger=truewill able to disable the debug logger's stack trace completely when you running a huge server, but remember you will need re-enable it before reporting the bugs/errors to us.
- From
5.0.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 13bee0fc253009cafba4531ca08bb7c6b1490d04获取文件 QuickShop-Hikari-5.0.0.1.jarSHA-1 0a37329a67c8284beaa460289ede1308089eac20获取文件 Addon-BlueMap-5.0.0.1.jarSHA-1 a473eb087d245f951260d15c9b410bd1857eec3a获取文件 Addon-DiscordSRV-5.0.0.1.jarSHA-1 65ca2de8989d36f7086d6f65e899ad6dc2c2b9b6获取文件 Addon-Discount-5.0.0.1.jarSHA-1 1f0889fb1d7cd21855acf1e22ab16fd5b79c766e获取文件 Addon-DisplayControl-5.0.0.1.jarSHA-1 4dcb683e1f54f131d5b12de64238782e23d78c47获取文件 Addon-Dynmap-5.0.0.1.jarSHA-1 19ffaa02021cf67b6b512eedcbcccb863997b41c获取文件 Addon-Limited-5.0.0.1.jarSHA-1 98864a48c5072b1ac092d50d4e767818c7aeb970获取文件 Addon-List-5.0.0.1.jarSHA-1 5fe8e14dd38e888ea93861b79a768b4730b7e8cc获取文件 Addon-Plan-5.0.0.1.jarSHA-1 262994745a5729668d40874ff219c8d46d8df8de获取文件 Addon-ShopItemOnly-5.0.0.1.jarSHA-1 67fcb587e5e67aa03085b4a9b8f86d55baeebce9获取文件 Compat-AdvancedRegionMarket-5.0.0.1.jarSHA-1 cfedc6b93586593cf20e02456f423755238eb7a4获取文件 Compat-BentoBox-5.0.0.1.jarSHA-1 9dcaa126595829ab3de1d98d9245338372e13ea8获取文件 Compat-BungeeCord-5.0.0.1.jarSHA-1 9052995c8462cb9c4e52f5ea17a68cfc7891931b获取文件 Compat-BungeeCord-Geyser-5.0.0.1.jarSHA-1 93655a3cedff94c3d1f2999065d1d341f3ae19e3获取文件 Compat-Clearlag-5.0.0.1.jarSHA-1 ed6ec492276e2fdbd14144123a78acf3692e1c3a获取文件 Compat-EcoEnchants-5.0.0.1.jarSHA-1 3285c3a36ceef3b8cf789ad07b55a4f4935f0107获取文件 Compat-EliteMobs-5.0.0.1.jarSHA-1 e10f1a75620e330df4b58a11c69dbb50171cd316获取文件 Compat-GriefPrevention-5.0.0.1.jarSHA-1 99f63c3799fde530b0fabaa210e793f7447f5c1d获取文件 Compat-Lands-5.0.0.1.jarSHA-1 6971cbde4ace6a7f4897c779534a9f15c39e81a0获取文件 Compat-OpenInv-5.0.0.1.jarSHA-1 9face1edabf5cdcb3bbfcb865cf9f4b7195b11df获取文件 Compat-PlotSquared-5.0.0.1.jarSHA-1 8a1c7d08adeb3ac3b84c6a4879239a6803c943f6获取文件 Compat-Reforges-5.0.0.1.jarSHA-1 efae8cce7faa74f166771eb8cfce9e2be664d60f获取文件 Compat-Residence-5.0.0.1.jarSHA-1 fd7df3165ac07ade67eab1029842aac53cd1faa0获取文件 Compat-SuperiorSkyblock-5.0.0.1.jarSHA-1 bf54a29bea7cad0f0c59fd4ab8e4fcc17561909e获取文件 Compat-Towny-5.0.0.1.jarSHA-1 c494e18c2e32c110949ff5ba5a827d34a66b9398获取文件 Compat-Velocity-5.0.0.1.jarSHA-1 eccda0862ef2af78fbf70464c10d3e4a9888b55b获取文件 Compat-WorldEdit-5.0.0.1.jarSHA-1 b88193e1aeb736bd290b6c72985deefed38c7ab0获取文件 Compat-WorldGuard-5.0.0.1.jar展开更新日志
5.0.0.1
A small fix for multiple NPE on the server who set tax-account to empty string.
5.0.0.0 - Cyno
5.0.0.0 is a BREAKING UPDATE with ton of BREAKING CHANGES, and will kill most of 3rd-party addons.
It may also lead to data corrupt, world corrupt, MAKE SURE YOU CREATE A FULL BACKUP BEFORE INSTALL THE UPDATE.
Latest LTS build: 4.2.2.12
September is coming, welcome to the new "Cyno" update!
Cyno update mainly makes drastic changes to the underlying code of QuickShop-Hikari in order to solve some performance issues and historical problems.
New Features
- System account support (QUser)
- QuickShop-Hikari now able to handle the system account (username based)
- To specify a system account, you need to add square brackets around the account name:
[SystemAccount] - This feature is useful when economy plugins handle player-based UUIDs separately from system-based Usernames.
- The system account will not trigger the query from Username to UUID, and the standard Bukkit OfflinePlayer method will be used to calculate UUID
- All player-related API and internal calls are replaced with QUser.
- Player related inputs now support UUID, username, username based on system account
- For example:
/qs setowner Ghost_chu(Username)/qs setowner 7351a6fd-a09a-4c2d-aae9-86252d079a4c(UUID)/qs setowner [SystemAccount](Username based System account)
- The store information panel now provides store owner information viewing.
- Including UUID, Username, Display As. Both support for Virtual Account (System Account) and Real Player Account
| Real Exists Player | Virtual System Account |
|---|---|
Changes
- Shop Purger's return-fee settings has been removed (Now keeps the same logic as normal user delete).
- Name lookup in async settings has been removed, almost all name lookup are async now.
/qsnolonger as main-command, but/quickshopinstead./qsstill presents in config.yml as a alias of/quickshop.
Improves & Optimized
- Improved shop register logic to relieve the shop loading issue on modded servers.
- [ADDON] Prevent un-necessary chunks loading during handle the island delete.
- [ADDON] Handle the island delete chunks operations in async if user using Paper or Paper's fork server software.
- Improved store loading performance, it can save lots of time on both large network and small server.
- Improved symlink resolution performance for InventoryWrapper.
- Improved uuid2Name or name2Uuid lookups in a number of locations, they will now be handled in an asynchronous thread to avoid network IO on the ServerThread.
- Inventory check alert now included into i18n system and translatable.
Bug Fixes
- Fixed the URL in update notification are non-clickable.
- [ADDON] Fix multiple addons's permission override doesn't work.
- Fixed
/qs setownerresult may won't save into database. - Fixed store information panel missing the centered enchantments title for enchanted items.
New Compatibility Modules
EcoEnchants
This addon added EcoEnchants support for:
- Display the EcoEnchants's enchantments name on sign and shop info panel.
- Display the EcoEnchants's enchantments in the hover item previewing.
Click Here To EcoEnchants Addon Wiki

Reforges
This addon added Reforges support for:
- Display the Reforges's reforges on shop info panel
Click Here To Reforges Addon Wiki

API Changes
- Added ItemPreviewComponentPopulateEvent
- Added ItemPreviewComponentPrePopulateEvent
- Removed outdated API endpoints.
- Refactored ShopManager API & Shops API
Dependencies
The following Maven dependencies were updated.
- BlueMapAPI
- Plan
- BentoBox
- Towny
- LandsAPI
- Apache Commons Lang3
- WorldGuard
- EssentialsX
- BungeeCord-API
First time contributor
@tdiant
5.0.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 55230619a9c9f0a41f9c590ca75016fef740f6d7获取文件 QuickShop-Hikari-5.0.0.0.jarSHA-1 fd1dbd9932e97a530c8696d660eaaae435cda158获取文件 Addon-BlueMap-5.0.0.0.jarSHA-1 9531781258eec699fd7dac2e7693e2b35380e769获取文件 Addon-DiscordSRV-5.0.0.0.jarSHA-1 e3b58d3e8a1ac348601e288ee9390bcd3f505058获取文件 Addon-Discount-5.0.0.0.jarSHA-1 fd54d49d136d279a9645cc511d68f3a1468b6565获取文件 Addon-DisplayControl-5.0.0.0.jarSHA-1 457a66756228d83ce7dd6ada584b52708472de49获取文件 Addon-Dynmap-5.0.0.0.jarSHA-1 fdfdf00ff890361c77114715a5f89cdb21d16a47获取文件 Addon-Limited-5.0.0.0.jarSHA-1 909d4e074e19257f95c11b2f198f2f27b8c0537c获取文件 Addon-List-5.0.0.0.jarSHA-1 63eeb33634a298b9e0b0733c278ab37261d24e85获取文件 Addon-Plan-5.0.0.0.jarSHA-1 99280e99177c1db9a0488cc677649577b739265d获取文件 Addon-ShopItemOnly-5.0.0.0.jarSHA-1 009c62ba044e55a1d71b4863f4750546d0c5ab15获取文件 Compat-AdvancedRegionMarket-5.0.0.0.jarSHA-1 beca1c660d7ce19f78230ae3523eab24de4f70c1获取文件 Compat-BentoBox-5.0.0.0.jarSHA-1 25cce692f3b94d0a0068ab3dd344da7750e9ccd3获取文件 Compat-BungeeCord-5.0.0.0.jarSHA-1 f738244fbccc0dc48d91202a40f39068b539216d获取文件 Compat-BungeeCord-Geyser-5.0.0.0.jarSHA-1 ecdbb693ce99a88b4fb594ea219c1e573d6dea6b获取文件 Compat-Clearlag-5.0.0.0.jarSHA-1 c97304950256c3b2f9e4c800d8692f496c4a870b获取文件 Compat-EcoEnchants-5.0.0.0.jarSHA-1 cb225fa195a909a2a30eb5ed4cc4a219b45ccf28获取文件 Compat-EliteMobs-5.0.0.0.jarSHA-1 20091aeb2beec1cf0a2dadae1c41c413a0d70b4c获取文件 Compat-GriefPrevention-5.0.0.0.jarSHA-1 25dd6ff9363abf09ce2166ad75ec848261846a2e获取文件 Compat-Lands-5.0.0.0.jarSHA-1 30b6e80f0ff8f3f255fdc4c8c9756c3d2c9378e6获取文件 Compat-OpenInv-5.0.0.0.jarSHA-1 89f895bcbc43bee5d730922920fe01d9a66123ec获取文件 Compat-PlotSquared-5.0.0.0.jarSHA-1 dee74d892aa3c12c9b4de1d97e725c9812592595获取文件 Compat-Reforges-5.0.0.0.jarSHA-1 4aad34ef1b9e21905618556a0df400eea04300da获取文件 Compat-Residence-5.0.0.0.jarSHA-1 d59fb6c7a0b576171067336b0b8263f1d8535afb获取文件 Compat-SuperiorSkyblock-5.0.0.0.jarSHA-1 59fb86b274e693a5ae19e770d7a71ee129ac37ec获取文件 Compat-Towny-5.0.0.0.jarSHA-1 c8c30734eb435a6db42d37ed9ddc6221dae7fbc7获取文件 Compat-Velocity-5.0.0.0.jarSHA-1 07e3421235f74cc8738bbf71069606e59d0ac243获取文件 Compat-WorldEdit-5.0.0.0.jarSHA-1 640e7517272f0213c08b7a9241ad827c8d5b345d获取文件 Compat-WorldGuard-5.0.0.0.jar展开更新日志
5.0.0.0 - Cyno
5.0.0.0 is a BREAKING UPDATE with ton of BREAKING CHANGES, and will kill most of 3rd-party addons.
It may also lead to data corrupt, world corrupt, MAKE SURE YOU CREATE A FULL BACKUP BEFORE INSTALL THE UPDATE.
Downgrade without backup is impossible
Latest LTS build: 4.2.2.12
September is coming, welcome to the new "Cyno" update!
Cyno update mainly makes drastic changes to the underlying code of QuickShop-Hikari in order to solve some performance issues and historical problems.
New Features
- System account support (QUser)
- QuickShop-Hikari now able to handle the system account (username based)
- To specify a system account, you need to add square brackets around the account name:
[SystemAccount] - This feature is useful when economy plugins handle player-based UUIDs separately from system-based Usernames.
- The system account will not trigger the query from Username to UUID, and the standard Bukkit OfflinePlayer method will be used to calculate UUID
- All player-related API and internal calls are replaced with QUser.
- Player related inputs now support UUID, username, username based on system account
- For example:
/qs setowner Ghost_chu(Username)/qs setowner 7351a6fd-a09a-4c2d-aae9-86252d079a4c(UUID)/qs setowner [SystemAccount](Username based System account)
- The store information panel now provides store owner information viewing.
- Including UUID, Username, Display As. Both support for Virtual Account (System Account) and Real Player Account
| Real Exists Player | Virtual System Account |
|---|---|
Changes
- Shop Purger's return-fee settings has been removed (Now keeps the same logic as normal user delete).
- Name lookup in async settings has been removed, almost all name lookup are async now.
/qsnolonger as main-command, but/quickshopinstead./qsstill presents in config.yml as a alias of/quickshop.
Improves & Optimized
- Improved shop register logic to relieve the shop loading issue on modded servers.
- [ADDON] Prevent un-necessary chunks loading during handle the island delete.
- [ADDON] Handle the island delete chunks operations in async if user using Paper or Paper's fork server software.
- Improved store loading performance, it can save lots of time on both large network and small server.
- Improved symlink resolution performance for InventoryWrapper.
- Improved uuid2Name or name2Uuid lookups in a number of locations, they will now be handled in an asynchronous thread to avoid network IO on the ServerThread.
- Inventory check alert now included into i18n system and translatable.
Bug Fixes
- Fixed the URL in update notification are non-clickable.
- [ADDON] Fix multiple addons's permission override doesn't work.
- Fixed
/qs setownerresult may won't save into database. - Fixed store information panel missing the centered enchantments title for enchanted items.
New Compatibility Modules
EcoEnchants
This addon added EcoEnchants support for:
- Display the EcoEnchants's enchantments name on sign and shop info panel.
- Display the EcoEnchants's enchantments in the hover item previewing.
Click Here To EcoEnchants Addon Wiki

Reforges
This addon added Reforges support for:
- Display the Reforges's reforges on shop info panel
Click Here To Reforges Addon Wiki

API Changes
- Added ItemPreviewComponentPopulateEvent
- Added ItemPreviewComponentPrePopulateEvent
- Removed outdated API endpoints.
- Refactored ShopManager API & Shops API
Dependencies
The following Maven dependencies were updated.
- BlueMapAPI
- Plan
- BentoBox
- Towny
- LandsAPI
- Apache Commons Lang3
- WorldGuard
- EssentialsX
- BungeeCord-API
First time contributor
@tdiant
4.2.2.12
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 6dfcb31b6cfd6328312b3a48ac74458fa56e0564获取文件 QuickShop-Hikari-4.2.2.12.jarSHA-1 b187f31aac47eb609c83514d2754b18984099845获取文件 Addon-BlueMap-4.2.2.12.jarSHA-1 17a95fa30c9afdd6e897043d0673318496adac58获取文件 Addon-DiscordSRV-4.2.2.12.jarSHA-1 9f0afede0176a4360dd0eb4188336a4c99db44bb获取文件 Addon-Discount-4.2.2.12.jarSHA-1 dc98832a1dc96d9b451d52e09ad22c11989b8654获取文件 Addon-DisplayControl-4.2.2.12.jarSHA-1 0235933003830ddc68c36c468ee96a700a1b1f03获取文件 Addon-Dynmap-4.2.2.12.jarSHA-1 0d73c0b354761a93b9bd74185947dbc48e852f51获取文件 Addon-Limited-4.2.2.12.jarSHA-1 f5515d1e96ea4f6aafb6f34d726a27f31dc4fd15获取文件 Addon-List-4.2.2.12.jarSHA-1 067b7e745d6ea13a96b117ad84cd4190173c9835获取文件 Addon-Plan-4.2.2.12.jarSHA-1 57564ea885aeff5f048d4fb43428153e06a0de2c获取文件 Addon-ShopItemOnly-4.2.2.12.jarSHA-1 d811a528dbdd0bf50c52f812720eb5994251da7a获取文件 Compat-AdvancedRegionMarket-4.2.2.12.jarSHA-1 65eed68d1fa817d187595b8907fbe94853bd5918获取文件 Compat-BentoBox-4.2.2.12.jarSHA-1 dffcc3e0e58b63d23c8c8ad08b1e451e624bf9cc获取文件 Compat-BungeeCord-4.2.2.12.jarSHA-1 34d0ac1b93eb9714c84556bf0f7b2f06c95f4b3e获取文件 Compat-BungeeCord-Geyser-4.2.2.12.jarSHA-1 f9a72ded55f4d0b4c8f0ab681b78bca00629022f获取文件 Compat-Clearlag-4.2.2.12.jarSHA-1 c24dc445d58d71c2b8d4bac2e7a573e69afb7740获取文件 Compat-EliteMobs-4.2.2.12.jarSHA-1 8b9f4805d5b074b484b0e23685ba57f9511a4fdb获取文件 Compat-GriefPrevention-4.2.2.12.jarSHA-1 7b0a6a06a524dd8c5b2a37935e1f7c52feebefd9获取文件 Compat-Lands-4.2.2.12.jarSHA-1 f61fc162220587a3a628565f34a18ed9c5daac2f获取文件 Compat-OpenInv-4.2.2.12.jarSHA-1 cf4daf610b6c12e5a4637c6dd282089c3eaed3e3获取文件 Compat-PlotSquared-4.2.2.12.jarSHA-1 aade10c5dd27e9d35781fa1d22f7eeb1333d0040获取文件 Compat-Residence-4.2.2.12.jarSHA-1 a2920be53539f22fae819036cc22e5807ada1fda获取文件 Compat-SuperiorSkyblock-4.2.2.12.jarSHA-1 571a650117b3cf40dd7a8017bb3e78135bdd9628获取文件 Compat-Towny-4.2.2.12.jarSHA-1 fdf36ec5982cfc4ace8d0c0612064380e1e7c3c1获取文件 Compat-Velocity-4.2.2.12.jarSHA-1 74a5a5527a519f75c7a71d893e730f32e36364d0获取文件 Compat-WorldEdit-4.2.2.12.jarSHA-1 176fe520fd38f29f46f778db5db9720873715e2c获取文件 Compat-WorldGuard-4.2.2.12.jar展开更新日志
Bug Fixes
- Fixes an issue where the maximum number of caps is miscalculated when a player has multiple QuickShop Ranks permission nodes at the same time
This should be the last one revision of 4.2.2, it is stable enough and I will focus on adding new features in 4.3/4.2.3, stay tuned!
4.2.2.11
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 fae3170bd1b09fe9c7d8260246718896a936ae5c获取文件 QuickShop-Hikari-4.2.2.11.jarSHA-1 90b2cbed511b27bafea82090f6e355f0d87d531b获取文件 Addon-BlueMap-4.2.2.11.jarSHA-1 ba255d8dbd3bc165ef63606a33a5b2ca4d05dd78获取文件 Addon-DiscordSRV-4.2.2.11.jarSHA-1 66680cb4b388f3886427fa86a80bd3b9b8a01e87获取文件 Addon-Discount-4.2.2.11.jarSHA-1 7446f69fb15579e44ef254e742f1e78ed72d9a02获取文件 Addon-DisplayControl-4.2.2.11.jarSHA-1 0373d2209f09be6e75963e54bbc57b1397d921e2获取文件 Addon-Dynmap-4.2.2.11.jarSHA-1 5f8f3b61bfbe3610b15c29f17e537e5a18d496b3获取文件 Addon-Limited-4.2.2.11.jarSHA-1 3e9d7d4300d44eaf9235adc537a3c63d6e220eb9获取文件 Addon-List-4.2.2.11.jarSHA-1 aa416f34e7792d54cbc4946e6f2bc7c592d5ade8获取文件 Addon-Plan-4.2.2.11.jarSHA-1 b92d5ddb589fcd20e16c065ae6716a581f897290获取文件 Addon-ShopItemOnly-4.2.2.11.jarSHA-1 7f6bbdb0a0565cd312b0a1021659acbc7a4d98df获取文件 Compat-AdvancedRegionMarket-4.2.2.11.jarSHA-1 9faac6fd8854a315bb3f8996042b602c24e721b7获取文件 Compat-BentoBox-4.2.2.11.jarSHA-1 c6ee059bdd5b4bb0d16543aeb64b709d67271752获取文件 Compat-BungeeCord-4.2.2.11.jarSHA-1 5a59cae479280eeb2f8037d2b6aa6719a61747df获取文件 Compat-BungeeCord-Geyser-4.2.2.11.jarSHA-1 15ad7dbbebf84856b8e989923d112e81531ca70e获取文件 Compat-Clearlag-4.2.2.11.jarSHA-1 147770f8c51c34bd5c7d52fb1a594b7cbbcd0dfe获取文件 Compat-EliteMobs-4.2.2.11.jarSHA-1 ea5a19b1550e21e706c4981de22c1d80ce6ae6b3获取文件 Compat-GriefPrevention-4.2.2.11.jarSHA-1 36da28831f4c9273298b61a8087263d38ef4e1d9获取文件 Compat-Lands-4.2.2.11.jarSHA-1 b9fb5d566eb87b30aea20c61f4471a3509150444获取文件 Compat-OpenInv-4.2.2.11.jarSHA-1 ea28272d193719ab0cc5ae29cf4a759fd3886517获取文件 Compat-PlotSquared-4.2.2.11.jarSHA-1 9241231cc5ca9efd8c8156445e52c0c3e2364c9c获取文件 Compat-Residence-4.2.2.11.jarSHA-1 90ffd613ace431d97bafe953d53ad98e29bfdd6b获取文件 Compat-SuperiorSkyblock-4.2.2.11.jarSHA-1 9f9e29ceced6ce54d29379413bb6fbfef73deb1e获取文件 Compat-Towny-4.2.2.11.jarSHA-1 b78fea34842b165e062265a039e4fafbef61dd10获取文件 Compat-Velocity-4.2.2.11.jarSHA-1 7e0cce8776cb41d6fee97377c8e94929b59735a0获取文件 Compat-WorldEdit-4.2.2.11.jarSHA-1 f79e2c4f535978a83e789ec47288e1d88c415675获取文件 Compat-WorldGuard-4.2.2.11.jar展开更新日志
Bug Fixes
- Fixed plugin NPE when platform module failed to load or failure in boot phase.
- Fixed RankLimiter do not use default values when default value larger.
- Fixed that quickshop preventing player to editing the non-shop sign that attached on a shop.
- Fixed ShopClickEvent never fired.
Changes
Addon-Limited
- Displays the player's remaining quota when the player interacts with a restricted shop.
4.2.2.10
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 4a785eb73955f96c53fa16467f613ce7f7e9ef47获取文件 QuickShop-Hikari-4.2.2.10.jarSHA-1 79f491a56b4edbc156d64c9800996c1bf4fa3d58获取文件 Addon-BlueMap-4.2.2.10.jarSHA-1 f3be58cd906e48b6e60d64b07dff1a4d388c2fd7获取文件 Addon-DiscordSRV-4.2.2.10.jarSHA-1 3263215fdb809e5a8809ace22262a153efdf1231获取文件 Addon-Discount-4.2.2.10.jarSHA-1 5bea250cebc2cab3ab26f7dce3ed384cafd7b99f获取文件 Addon-DisplayControl-4.2.2.10.jarSHA-1 e68583f359ca89592458c86c7a88028a5be52c37获取文件 Addon-Dynmap-4.2.2.10.jarSHA-1 d67c614eb00fdcbc9328f39b39c5fed4b40891ef获取文件 Addon-Limited-4.2.2.10.jarSHA-1 1c00377e57b35a705067909a5f0561b75f4abe2d获取文件 Addon-List-4.2.2.10.jarSHA-1 cdf4ed83431f41c001e751c2f761a9bd1bea15e6获取文件 Addon-Plan-4.2.2.10.jarSHA-1 7a9b507268733dcc0ea5e551b1f04a2dd1a096f3获取文件 Addon-ShopItemOnly-4.2.2.10.jarSHA-1 57756a13ff77754a062638b7652775047444be4f获取文件 Compat-AdvancedRegionMarket-4.2.2.10.jarSHA-1 fa59ad9e393c5c91fa8e259df1ce67cf9f5c878a获取文件 Compat-BentoBox-4.2.2.10.jarSHA-1 1f0da643edb6d25a3214f70750d9aa32666a150b获取文件 Compat-BungeeCord-4.2.2.10.jarSHA-1 e3a7cc2fcb1656882d3e6f2a0cbb38bfca2692c7获取文件 Compat-BungeeCord-Geyser-4.2.2.10.jarSHA-1 926231f5b8d6be3d2ed466174fa0cfae1ba9cd19获取文件 Compat-Clearlag-4.2.2.10.jarSHA-1 82c9938639359e4d42de3d9b0426df028e5bf6de获取文件 Compat-EliteMobs-4.2.2.10.jarSHA-1 51c720bb6fc1df7a1b0814670766fac00b6d1f07获取文件 Compat-GriefPrevention-4.2.2.10.jarSHA-1 00c83187a52567858e30d0ffb0c26cb663e31c1f获取文件 Compat-Lands-4.2.2.10.jarSHA-1 fbe665f5b38a81bad4fd628e0bac4ca30b290ce4获取文件 Compat-OpenInv-4.2.2.10.jarSHA-1 9fcbb72b4562eea5e3dc35fa628677291a63b583获取文件 Compat-PlotSquared-4.2.2.10.jarSHA-1 7e3c3092a92d5fabcfbc5452db50e415f825bdc7获取文件 Compat-Residence-4.2.2.10.jarSHA-1 827502c9dd739c15ea2988c1396db11bf952ef2b获取文件 Compat-SuperiorSkyblock-4.2.2.10.jarSHA-1 4f3c969ef1cad1a0880fac0c57213a176ce69788获取文件 Compat-Towny-4.2.2.10.jarSHA-1 5f9c5bbacec23f2305d05d10f04080fcf46b3253获取文件 Compat-Velocity-4.2.2.10.jarSHA-1 137c25ae1d84e1443783ecc142f1ba8bf909c53a获取文件 Compat-WorldEdit-4.2.2.10.jarSHA-1 e8b0465b834d4ae41fb6530928973e30cecc45b2获取文件 Compat-WorldGuard-4.2.2.10.jar展开更新日志
Bug Fixes
- Fixed IllegalArugmentException while shutting down the server when QuickShop-Hikari installed on a server that behind the BungeeCord proxy. (thanks @164ebr)
4.2.2.9
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 8755a0c280ce49a811938084d59e0e9811c89e4c获取文件 QuickShop-Hikari-4.2.2.9.jarSHA-1 b8acac1acc3f3f68f975ea6ba8eb78878131cb0a获取文件 Addon-BlueMap-4.2.2.9.jarSHA-1 50fe59c05f536ad32832af13ccbb72501ffec91b获取文件 Addon-DiscordSRV-4.2.2.9.jarSHA-1 8984f2d626696f090c4755b0c34317ffe88eb31e获取文件 Addon-Discount-4.2.2.9.jarSHA-1 479fa99d6492e7a059549fb0870c98964c871476获取文件 Addon-DisplayControl-4.2.2.9.jarSHA-1 4a2ccbeed464a2dbc56f8881f803588c4b39fcf6获取文件 Addon-Dynmap-4.2.2.9.jarSHA-1 6abf2aafcd0759ded205fd94274ec74493d8cf2c获取文件 Addon-Limited-4.2.2.9.jarSHA-1 33deb5f8e9c1b0d978c03a41c24e0cac92f2eb72获取文件 Addon-List-4.2.2.9.jarSHA-1 3ce968a5f1eedd7973ee4213488b902431683cfa获取文件 Addon-Plan-4.2.2.9.jarSHA-1 7db5ed2abaa044267e38f9dc648f93506d9f8d05获取文件 Addon-ShopItemOnly-4.2.2.9.jarSHA-1 d39d2c91dfe7190a74092e4a2e5db1f02814673a获取文件 Compat-AdvancedRegionMarket-4.2.2.9.jarSHA-1 911f4f645e34d670cdaf384586dd4526932f2c5c获取文件 Compat-BentoBox-4.2.2.9.jarSHA-1 26ebdbc0196bcf35bab1c7a2f539954ffdc43ee1获取文件 Compat-BungeeCord-4.2.2.9.jarSHA-1 51331606c1352081d1c9c8f8939a910462ca1c62获取文件 Compat-BungeeCord-Geyser-4.2.2.9.jarSHA-1 ea16c2e52b2d1174eb91be0c101c4f68effb0b4e获取文件 Compat-Clearlag-4.2.2.9.jarSHA-1 c9f5eeb8f5614aa1840abad458fd5034599a5f25获取文件 Compat-EliteMobs-4.2.2.9.jarSHA-1 03a22c2184d5071448edc42c32a4b467e1f00f21获取文件 Compat-GriefPrevention-4.2.2.9.jarSHA-1 3b281437f18a099ac10d634be1346140940347eb获取文件 Compat-Lands-4.2.2.9.jarSHA-1 0cf20293878ee211e0f7e9a6957ad2becbf90c37获取文件 Compat-OpenInv-4.2.2.9.jarSHA-1 3bdd33c26bc5a5aa8392b7784994d07993e29840获取文件 Compat-PlotSquared-4.2.2.9.jarSHA-1 515a771abba07259b8574f45c40ad6c1994a8262获取文件 Compat-Residence-4.2.2.9.jarSHA-1 3f899337d47bd327fa774d01c26f93e21881c558获取文件 Compat-SuperiorSkyblock-4.2.2.9.jarSHA-1 ff8c4d706152dfb3c8677f21386f57c45fd54d0d获取文件 Compat-Towny-4.2.2.9.jarSHA-1 a15f86354d2885bb53b0319f897e0ca65973734e获取文件 Compat-Velocity-4.2.2.9.jarSHA-1 aa9b7b1c4ba7b0645e9275f4d9ff9a71f781c2f9获取文件 Compat-WorldEdit-4.2.2.9.jarSHA-1 b52743f4ec6985bb60e7c838799e6ea5085cb9da获取文件 Compat-WorldGuard-4.2.2.9.jar展开更新日志
Bug Fixes
- Fixed NPE when player click the chest with nothing in hand.
4.2.2.8
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 5e64ffef78da5156c2658aca73deac40dc8f0448获取文件 QuickShop-Hikari-4.2.2.8.jarSHA-1 3632d953f0efb4a97f2c805a35541cd2766d07a9获取文件 Addon-BlueMap-4.2.2.8.jarSHA-1 a80d89ad56dcea2e516dc5706983445a7f35a522获取文件 Addon-DiscordSRV-4.2.2.8.jarSHA-1 1fd16d906c846b786b64ded07972e1f2a68fafde获取文件 Addon-Discount-4.2.2.8.jarSHA-1 5ef810d52aad2cea0b6ff380a927abff3f569450获取文件 Addon-DisplayControl-4.2.2.8.jarSHA-1 b413c7a86e29f375079da5b56ce75930b70ebbda获取文件 Addon-Dynmap-4.2.2.8.jarSHA-1 82bd33b07642e76c2e57c39800f4cffa8d5513d8获取文件 Addon-Limited-4.2.2.8.jarSHA-1 f18cf52b0f8fa6d66a698f1f1679315d2c714f9d获取文件 Addon-List-4.2.2.8.jarSHA-1 bd15d884a54ba5d3b2a3586e755663a63f8eb309获取文件 Addon-Plan-4.2.2.8.jarSHA-1 c87e7c6fa9132352dec7f8e6b1d7c1b12bd25d22获取文件 Addon-ShopItemOnly-4.2.2.8.jarSHA-1 5caba6d116499c0ab015f8fcfc796dc745f6bf38获取文件 Compat-AdvancedRegionMarket-4.2.2.8.jarSHA-1 4cfd121641afa970af885bb04d63c977da93c337获取文件 Compat-BentoBox-4.2.2.8.jarSHA-1 d2e8d28e9e54c5a993e1f4661739d91ac07aebe9获取文件 Compat-BungeeCord-4.2.2.8.jarSHA-1 5b4625305f4a7839303d6dd2ddaa588ff601dd38获取文件 Compat-BungeeCord-Geyser-4.2.2.8.jarSHA-1 edd65fed780fd41a59498fba87647d0957dce883获取文件 Compat-Clearlag-4.2.2.8.jarSHA-1 9fbcc52f484ccbd8fb00f20e7d1a62eee7bfe2ee获取文件 Compat-EliteMobs-4.2.2.8.jarSHA-1 9acc1da3b01987848eb3ea01e856edc751b59886获取文件 Compat-GriefPrevention-4.2.2.8.jarSHA-1 325c13b892de7af168edea39f19a9c666e2c1227获取文件 Compat-Lands-4.2.2.8.jarSHA-1 0de4514b4f089f605d54b0881edfee312f852414获取文件 Compat-OpenInv-4.2.2.8.jarSHA-1 0374c8e11fe67f9a1d208240fc3687aa79b4ec46获取文件 Compat-PlotSquared-4.2.2.8.jarSHA-1 22e957c399d20e164197eb8f045f55f131cd030f获取文件 Compat-Residence-4.2.2.8.jarSHA-1 6200de043945a9c391942c9e46fa66e751181b38获取文件 Compat-SuperiorSkyblock-4.2.2.8.jarSHA-1 367c2a29fd4fdf28d4fd330f3af64187522ba6cc获取文件 Compat-Towny-4.2.2.8.jarSHA-1 903d2539a08a3698d8bb0186c923b4a5bec64fd7获取文件 Compat-Velocity-4.2.2.8.jarSHA-1 8cfd0ab3f40c88ac45c07f9c4bda979219884a97获取文件 Compat-WorldEdit-4.2.2.8.jarSHA-1 c4c4d07a0fd907cbdfbd47882041352444f85d64获取文件 Compat-WorldGuard-4.2.2.8.jar展开更新日志
Changes
- Dropped 1.18.0, 1.18.1 supports, now we only support 1.18.2 and higher versions.
Bug Fixes
- Fixed
shop.disable-quick-createdoesn't work at all. - Fixed Material translation key doesn't process by config translation keys mapper.
- Fixed the ray-tracing for putting the shop information sign incorrect that may lead the shop sign will put in wrong location if the player using Bedrock Edition.
- Fixed Player are able edit the shop sign on Minecraft 1.20 and higher.
4.2.2.7
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20
SHA-1 98021fff6913dcba0527cd0b359c885184b4b730获取文件 QuickShop-Hikari-4.2.2.7.jarSHA-1 a74c198a446c6a4a4085df50a4a82b4379f0152a获取文件 Addon-BlueMap-4.2.2.7.jarSHA-1 1a1d208e615e7e01c867d9dc963b5027f9d881f1获取文件 Addon-DiscordSRV-4.2.2.7.jarSHA-1 bf5b71252bbf3d8f1d9cc007a839c50c264d4036获取文件 Addon-Discount-4.2.2.7.jarSHA-1 63ec53e2d0596ee6b4b17ffc0ce010954ef4647c获取文件 Addon-DisplayControl-4.2.2.7.jarSHA-1 d12458a985963411ced24cab69121f7ddbdbcff8获取文件 Addon-Dynmap-4.2.2.7.jarSHA-1 89b8a369223dfc8693e518dd67af2d227b589a6a获取文件 Addon-Limited-4.2.2.7.jarSHA-1 8089487a45b1961c9e1f6aa363b078ddb607f64c获取文件 Addon-List-4.2.2.7.jarSHA-1 4fca23014b77e4a048c51922b9f50e6be9a94e69获取文件 Addon-Plan-4.2.2.7.jarSHA-1 a2a730438b0d6a80e61254dcb7b836c2f7f143f3获取文件 Addon-ShopItemOnly-4.2.2.7.jarSHA-1 88f607e33bdec8d2b57ad5a7750ac7d7fe2f4c35获取文件 Compat-AdvancedRegionMarket-4.2.2.7.jarSHA-1 c43d65b7ef4eaed12953d61641829ea91b586a6a获取文件 Compat-BentoBox-4.2.2.7.jarSHA-1 84e4220075a8dce8e08e3d80ba6f02d2f3314b32获取文件 Compat-BungeeCord-4.2.2.7.jarSHA-1 bb2b310f8f7db4c7f5f125e73f563f7d86ba4168获取文件 Compat-BungeeCord-Geyser-4.2.2.7.jarSHA-1 6e669c4e92698749c99766ad8750519da9f733ac获取文件 Compat-Clearlag-4.2.2.7.jarSHA-1 31c738b6992dff0426d5bcdcfd17efbe25d007bb获取文件 Compat-EliteMobs-4.2.2.7.jarSHA-1 fca99cbaa1f09e8fda9404710d65f90b7541d1fa获取文件 Compat-GriefPrevention-4.2.2.7.jarSHA-1 b5a40235849490a7f13217742dcb49e96515641c获取文件 Compat-Lands-4.2.2.7.jarSHA-1 c5c48be934b5cb1eaf68546769f0812b2f9e62e9获取文件 Compat-OpenInv-4.2.2.7.jarSHA-1 bc3bfe38c32146903d1c2b4584d28525c9afae80获取文件 Compat-PlotSquared-4.2.2.7.jarSHA-1 0d39daaddfff7d4ecc5dcd83592636b595336877获取文件 Compat-Residence-4.2.2.7.jarSHA-1 450492763884f2880c79c1b93f9dadd9c6b46064获取文件 Compat-SuperiorSkyblock-4.2.2.7.jarSHA-1 d408a0465de497cab5f9c076c4d1f01a16bfa4f6获取文件 Compat-Towny-4.2.2.7.jarSHA-1 698d1d7e81d374abfbc9b9f0f6d2c9ddd4c16b31获取文件 Compat-Velocity-4.2.2.7.jarSHA-1 c1bb9ae575b051511149f822320d03c8a527ca3f获取文件 Compat-WorldEdit-4.2.2.7.jarSHA-1 e167fba8cb3b3de3d6b9a0ec64efcde4173481c0获取文件 Compat-WorldGuard-4.2.2.7.jar展开更新日志
Bug Fixes
- Fixed the Sign had no texts on Spigot 1.20 platform.
- Fixed name resolver may took too much time on every startup, now it will cache the failure requests and save the time in next startup.
- Fixed
/qs itemwon't trigger the display update even the shop item already changed. It caused the display desync. - Fixed LocaleLib initialization failure.
- Fixed enchantment, material client-side translation doesn't work at all.
4.2.2.5
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20
SHA-1 d91f1d75d48bf4d5104295cfc6fbd219914ae745获取文件 QuickShop-Hikari-4.2.2.5.jarSHA-1 2b6144864c14e390efe38861aea2af36e724b5b6获取文件 Addon-BlueMap-4.2.2.5.jarSHA-1 a1951d3f43b06ff6938ccdb4fb86fce661dbe301获取文件 Addon-DiscordSRV-4.2.2.5.jarSHA-1 bbf9ca4ae58d5a0e0a580e2898c9f9d5d2dc359c获取文件 Addon-Discount-4.2.2.5.jarSHA-1 48b683baa1b12889209ccaf7a0810f22fbe6ea4d获取文件 Addon-DisplayControl-4.2.2.5.jarSHA-1 256e2767b43ffc281176e170e041ed9377d717ca获取文件 Addon-Dynmap-4.2.2.5.jarSHA-1 2508b52bf414989f2a67c101838487dc0107dbbf获取文件 Addon-Limited-4.2.2.5.jarSHA-1 239573618724b19a9ca177a0f3e42d27833b9a58获取文件 Addon-List-4.2.2.5.jarSHA-1 5cd7dfe072dd1d3e85282c02467e2c583b73e522获取文件 Addon-Plan-4.2.2.5.jarSHA-1 2029f770ee5a6045e1ef5982df009c0077c92618获取文件 Addon-ShopItemOnly-4.2.2.5.jarSHA-1 5256f86834e3e76e8eaa498de98a1a49bf7d48f8获取文件 Compat-AdvancedRegionMarket-4.2.2.5.jarSHA-1 63a59091d674a7ccb788fb615a06ae85e16946ad获取文件 Compat-BentoBox-4.2.2.5.jarSHA-1 dd2990ddecdd1966779fb1f77818969c7aa932ac获取文件 Compat-BungeeCord-4.2.2.5.jarSHA-1 02696655e4609725a47a7ac2176858d07df5ec2d获取文件 Compat-BungeeCord-Geyser-4.2.2.5.jarSHA-1 1e20cc0c81663b99b4b691f8342f1faa48b6333c获取文件 Compat-Clearlag-4.2.2.5.jarSHA-1 44d599e0a13fdaba29103db95dfc52e719aacd73获取文件 Compat-EliteMobs-4.2.2.5.jarSHA-1 709c1960aea166fdcbe45d182d381f00f659a235获取文件 Compat-GriefPrevention-4.2.2.5.jarSHA-1 baa3040498f04b8a143d93560ffaacf61ba8de46获取文件 Compat-Lands-4.2.2.5.jarSHA-1 5a0ff2de713aa968dd8427c58231aec295e6deb9获取文件 Compat-OpenInv-4.2.2.5.jarSHA-1 5fe034c0c24bfef15626e0381e59648d3f6c7ac1获取文件 Compat-PlotSquared-4.2.2.5.jarSHA-1 7ed2518e1d6dc9478341ec437e70b946bb498cc5获取文件 Compat-Residence-4.2.2.5.jarSHA-1 ef7047f5254879bb9ba3a6be1b089edfd1489b61获取文件 Compat-SuperiorSkyblock-4.2.2.5.jarSHA-1 c34d98cecaddd07ea61bb726758990b42c3b1809获取文件 Compat-Towny-4.2.2.5.jarSHA-1 a2582e10b539bd6ce206bd6047d5a416a45ca8e9获取文件 Compat-Velocity-4.2.2.5.jarSHA-1 2bd5f1e76c63a0e9d6e465aa85295db07206c062获取文件 Compat-WorldEdit-4.2.2.5.jarSHA-1 851703d5c021769cec6c3422be6051db7198af2a获取文件 Compat-WorldGuard-4.2.2.5.jar展开更新日志
Bug Fixes
- Fixed the Sign had no texts on Spigot 1.20 platform.
- Fixed name resolver may took too much time on every startup, now it will cache the failure requests and save the time in next startup.
- Fixed
/qs itemwon't trigger the display update even the shop item already changed. It caused the display desync.
4.2.2.4
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20
SHA-1 a87dbe8373c3a8b9713e46059d0bba213fef820e获取文件 QuickShop-Hikari-4.2.2.4.jarSHA-1 b2e9ccb50e8935a74adeda79d5614e2ef5e788ee获取文件 Addon-BlueMap-4.2.2.4.jarSHA-1 9e3960b784eb8bc62aa26da19162b4949447a2d9获取文件 Addon-DiscordSRV-4.2.2.4.jarSHA-1 ce87c2f6b2df99aa038e143ca45e09022e857759获取文件 Addon-Discount-4.2.2.4.jarSHA-1 66143b234d6cc5869ce090fb2a2337ed07dea080获取文件 Addon-DisplayControl-4.2.2.4.jarSHA-1 584ba0b9244b86c53d090247f3204457b49c8f87获取文件 Addon-Dynmap-4.2.2.4.jarSHA-1 fa8141faf321d097f4454aee879c1b6689fe32c3获取文件 Addon-Limited-4.2.2.4.jarSHA-1 b592e24807e4945ec7dd64b571de8e38b82c4d2a获取文件 Addon-List-4.2.2.4.jarSHA-1 2a48865416bed12ed33d2156b59aa654244633a8获取文件 Addon-Plan-4.2.2.4.jarSHA-1 2f81bb84022f72f85025eaf32f245a93d39efa37获取文件 Addon-ShopItemOnly-4.2.2.4.jarSHA-1 b4475fae19440213f97e679fa11ab8e84225ff6e获取文件 Compat-AdvancedRegionMarket-4.2.2.4.jarSHA-1 8bdc685f4ee5a35f0c569a29b10bb84aabc4ba9d获取文件 Compat-BentoBox-4.2.2.4.jarSHA-1 4ca39018bd95075ca6d9de2fa2bfa767e9512a26获取文件 Compat-BungeeCord-4.2.2.4.jarSHA-1 709e3bc3f1caa4d562216045ba66db9e8922071a获取文件 Compat-BungeeCord-Geyser-4.2.2.4.jarSHA-1 7f6670474d10aab7ad6b92e9be5ebe1f5e73089a获取文件 Compat-Clearlag-4.2.2.4.jarSHA-1 b3cdf31db5f9b1fafeac3d149db5f0d2627d0a67获取文件 Compat-EliteMobs-4.2.2.4.jarSHA-1 81845c2420d99f2a6650bce222c14fe029a516cb获取文件 Compat-GriefPrevention-4.2.2.4.jarSHA-1 f3ca30f64d810470abc450842613c83115bfbd8d获取文件 Compat-Lands-4.2.2.4.jarSHA-1 ca74a4b02b0af8697ca9dc5f42d0204c2a70e03c获取文件 Compat-OpenInv-4.2.2.4.jarSHA-1 22c2054db702109290fbe1f63974147a4628ff8b获取文件 Compat-PlotSquared-4.2.2.4.jarSHA-1 679e4f040d39be443302f91cc62c11b5236e4510获取文件 Compat-Residence-4.2.2.4.jarSHA-1 8329e7fc4244cc3370477dcd48f371a21ce259ab获取文件 Compat-SuperiorSkyblock-4.2.2.4.jarSHA-1 e70615d3b2098ba025c698728e558e6e756f65d1获取文件 Compat-Towny-4.2.2.4.jarSHA-1 c7c57dc7a4e3de0d7710aac161d6dc6a4814823b获取文件 Compat-Velocity-4.2.2.4.jarSHA-1 b67a808863cb9713e20a35dc52666a3ddffd8aa7获取文件 Compat-WorldEdit-4.2.2.4.jarSHA-1 6df8f8291d138e62c30e797496fc9d76eaee8b88获取文件 Compat-WorldGuard-4.2.2.4.jar展开更新日志
Fixed VirtualDisplayItem on Minecraft 1.20.
4.2.2.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20
SHA-1 2cceb969ac99d922f34ad34f24adaa0b8586b6ed获取文件 QuickShop-Hikari-4.2.2.3.jarSHA-1 cae2609aea24e1b23b96e89a7976dd9f899f0e83获取文件 Addon-BlueMap-4.2.2.3.jarSHA-1 37bdc362b00f0adc64d8e8db9c7e5119b831e1d9获取文件 Addon-DiscordSRV-4.2.2.3.jarSHA-1 bcbdcd7ac7771ae08414883a809f3ef328b9c4cb获取文件 Addon-Discount-4.2.2.3.jarSHA-1 220d425852fad2f794543fde32ca4dd5ee02463f获取文件 Addon-DisplayControl-4.2.2.3.jarSHA-1 4cde26455536124f99f3e0534e7798d340ae87fb获取文件 Addon-Dynmap-4.2.2.3.jarSHA-1 2f45522fba611268a77f8a53e2c5d60b21fa4ded获取文件 Addon-Limited-4.2.2.3.jarSHA-1 7d7f7d5be40f38aabd371ff3bed0a92afcc8df61获取文件 Addon-List-4.2.2.3.jarSHA-1 ddb39c24bd0ae24a2c11446bb6fd987bbba5b841获取文件 Addon-Plan-4.2.2.3.jarSHA-1 1094e23c0bf12b50ef7d9cb672042bdd0d7e59cc获取文件 Addon-ShopItemOnly-4.2.2.3.jarSHA-1 65698fa68a709c31064fd27558dc3c9bdcfeb2f6获取文件 Compat-AdvancedRegionMarket-4.2.2.3.jarSHA-1 156bacb25ad61c00362043859c4bb79b0fd83cbb获取文件 Compat-BentoBox-4.2.2.3.jarSHA-1 6dcad1c87bb45f783c661193f6207af590ea3d37获取文件 Compat-BungeeCord-4.2.2.3.jarSHA-1 aa26f06b2c3c8febe3bc7ca6f5cbe540866db77e获取文件 Compat-BungeeCord-Geyser-4.2.2.3.jarSHA-1 65a666a965632cc11ff3dc35202b8e91f623816f获取文件 Compat-Clearlag-4.2.2.3.jarSHA-1 f940a744e86b25d257310a0afb2169744a888e88获取文件 Compat-EliteMobs-4.2.2.3.jarSHA-1 c26281c356fa479f995ae123331a1044f9777fbc获取文件 Compat-GriefPrevention-4.2.2.3.jarSHA-1 e9fd2f5bb93ecdf435f8bc7f4e9fdba15015df8b获取文件 Compat-Lands-4.2.2.3.jarSHA-1 624ef5dc04d64aabef586c8ad7838d5217eca88e获取文件 Compat-OpenInv-4.2.2.3.jarSHA-1 69c6deeda917f219777a15c5698e726200f78eb3获取文件 Compat-PlotSquared-4.2.2.3.jarSHA-1 19fed52df732479ccb3804234f689cfb1812452d获取文件 Compat-Residence-4.2.2.3.jarSHA-1 edab5168c599576ab34f3586699c19b83d2a691c获取文件 Compat-SuperiorSkyblock-4.2.2.3.jarSHA-1 58e768d017f22bb6534444536c15fdfe5224e13f获取文件 Compat-Towny-4.2.2.3.jarSHA-1 8edaef8a1d537706c4d17eaf42b100db9b933f1b获取文件 Compat-Velocity-4.2.2.3.jarSHA-1 a2b538a53da61a72b433a1684fb0ed5a021fbc7d获取文件 Compat-WorldEdit-4.2.2.3.jarSHA-1 18bf2a8bb9314ee170293ae0dfaef8564591d705获取文件 Compat-WorldGuard-4.2.2.3.jar展开更新日志
This is a quick fix for Bukkit/Spigot 1.20 compatibility.
4.2.2.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4
SHA-1 0016a81bed3abc508b17a855f922ecb5e6d4418c获取文件 QuickShop-Hikari-4.2.2.2.jarSHA-1 c41ee05c2e86ab7d44ad71af66ca4437dcf53a7e获取文件 Addon-BlueMap-4.2.2.2.jarSHA-1 b65d8784abb2713923e2a5a725aa425de0b9f4ff获取文件 Addon-DiscordSRV-4.2.2.2.jarSHA-1 2868557198294c2d6a84c18ec3df5155e6ca06dd获取文件 Addon-Discount-4.2.2.2.jarSHA-1 e092511ea0b2212f36d5e2ddd461e7ab59c51037获取文件 Addon-DisplayControl-4.2.2.2.jarSHA-1 7502b5f0debcffe3249856110ca3d2c652fb0080获取文件 Addon-Dynmap-4.2.2.2.jarSHA-1 f85c6313b27551a7bca0ab8cb86ec27d9e6d43d2获取文件 Addon-Limited-4.2.2.2.jarSHA-1 e7009903c2a1e00745f5e36108161628d6c60298获取文件 Addon-List-4.2.2.2.jarSHA-1 6ab0068cafc6358397ee19edff85c1ac1e52c688获取文件 Addon-Plan-4.2.2.2.jarSHA-1 f30096bd1a037955014af282dcec437c90e6edf5获取文件 Addon-ShopItemOnly-4.2.2.2.jarSHA-1 7e00154e4d192078dbf9f3295d611498c42cc395获取文件 Compat-AdvancedRegionMarket-4.2.2.2.jarSHA-1 128ee5e11a23d1a75fefe07a6f96b92952031042获取文件 Compat-BentoBox-4.2.2.2.jarSHA-1 ef74daaa9b6b5e52ce5d6120fd4c95659aac1964获取文件 Compat-BungeeCord-4.2.2.2.jarSHA-1 a14ac3cf7ab0730a4dd517ec7a4e1a5ad14bbc13获取文件 Compat-BungeeCord-Geyser-4.2.2.2.jarSHA-1 f9074d71c4e0733d24299c03138fbf92e2ad00f5获取文件 Compat-Clearlag-4.2.2.2.jarSHA-1 a11fe266f53782df5b49e7a0239599a7b2e0d660获取文件 Compat-EliteMobs-4.2.2.2.jarSHA-1 fc2d3cd59894bbf2bb8e37c78c4bb3f221592068获取文件 Compat-GriefPrevention-4.2.2.2.jarSHA-1 1f365fe2d82c19b5425d6c00de2e51f5ae126e45获取文件 Compat-Lands-4.2.2.2.jarSHA-1 82e9d16cdd6cb98f3750ecfce290a545322779c9获取文件 Compat-OpenInv-4.2.2.2.jarSHA-1 f87ea4e29f9162058c501404c6b9ce2b437540f6获取文件 Compat-PlotSquared-4.2.2.2.jarSHA-1 1a1ef2c40899680b804641cf4ddb731d83691695获取文件 Compat-Residence-4.2.2.2.jarSHA-1 6bd6996aaf2142fe832c6cd25c0058d4a926da1f获取文件 Compat-SuperiorSkyblock-4.2.2.2.jarSHA-1 d86f36eb9717c6abd8b85d72f43bc28c91881fe6获取文件 Compat-Towny-4.2.2.2.jarSHA-1 f6c250012b27e6c25a29034e13d0c17bccf70925获取文件 Compat-Velocity-4.2.2.2.jarSHA-1 da49283462772284ad334e636d8f07b2759c70f4获取文件 Compat-WorldEdit-4.2.2.2.jarSHA-1 c9a353eb9bbea267f87e14e120de157e0353eb5f获取文件 Compat-WorldGuard-4.2.2.2.jar展开更新日志
New Features
- Added support for Minecraft 1.20 and Spigot 1.20.
- New DisplayControl addon, it can auto detect Geyser and Floodgate players and disable VirtualDisplayItem for them, it also bring
/qs displaycontrol <auto/enable/disable>to allow players control client display behavior. If quickshop behind the a bungeecord proxy, you may need install BungeeCord-Geyser compatibility module to make it works.
Performance
- Improved VirtualDisplayItem performance.
- Improved startup performance on some large network.
Bug Fixes
- Fixed resources leaking in database helper.
- Fixed paste debug logs are actually pulling timings logs.
- Fixed BungeeCord detecting actually doesn't work at all. This may also resolved chat workaround on BungeeCord doesn't work issue.
4.2.2.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4
SHA-1 a8cc88dbadd4595db16c9b6bf5c998b8fc0af617获取文件 QuickShop-Hikari-4.2.2.1.jarSHA-1 35631781ea073202e329ae87534469439aec7901获取文件 Addon-BlueMap-4.2.2.1.jarSHA-1 e1f394a077bcacdc93260acea77282d485e51dba获取文件 Addon-DiscordSRV-4.2.2.1.jarSHA-1 173dc601e17b32e667175ba493c623929b575916获取文件 Addon-Discount-4.2.2.1.jarSHA-1 e7c8e36fcb68e1f0be7e3f16cb3284303a2c33d6获取文件 Addon-Dynmap-4.2.2.1.jarSHA-1 b5f9a6cb4bd94500318f6027099ae6566e58e6d6获取文件 Addon-Limited-4.2.2.1.jarSHA-1 647593ff57faa3f0499e635c985f34cb55dbe412获取文件 Addon-List-4.2.2.1.jarSHA-1 83f016d26956f029144ab1687493d7106962abe5获取文件 Addon-Plan-4.2.2.1.jarSHA-1 6297c0523dfed6bf9771cf42c1fdff6618eb02d0获取文件 Addon-ShopItemOnly-4.2.2.1.jarSHA-1 a1c69d36a0395429dafb8674de2ab01bc24231e0获取文件 Compat-AdvancedRegionMarket-4.2.2.1.jarSHA-1 f9a9c2c85e21419f7fc0e17db6a2fb9a0c836c03获取文件 Compat-BentoBox-4.2.2.1.jarSHA-1 71e3d0210d2729d4100b4f88dedf6f348700344a获取文件 Compat-BungeeCord-4.2.2.1.jarSHA-1 b92ec0ec7e2622b72a3f15a840e79b3e8a5055c7获取文件 Compat-Clearlag-4.2.2.1.jarSHA-1 c0afcb0a39d129c4423fdcb93dd65c4e38ed5765获取文件 Compat-EliteMobs-4.2.2.1.jarSHA-1 0a0ce42af3af97ac82f0823218e905912be46b69获取文件 Compat-GriefPrevention-4.2.2.1.jarSHA-1 d5ab74909cb72308305df6bfdcf78b7424e280af获取文件 Compat-Lands-4.2.2.1.jarSHA-1 c79d3dede0a39789ff5cec9cc31cde2f0a60cb63获取文件 Compat-OpenInv-4.2.2.1.jarSHA-1 6f2ae1a14a63cc6d03789e2ea0f8a6ce10005611获取文件 Compat-PlotSquared-4.2.2.1.jarSHA-1 b80d2c1b40661997d05b7df5cdbb12f7649dc594获取文件 Compat-Residence-4.2.2.1.jarSHA-1 e9cd042fdc5af8f71dbd72134a1cb0b3664debad获取文件 Compat-SuperiorSkyblock-4.2.2.1.jarSHA-1 e8be3cb828f8dbc0078d1eabb4a9025dbf478f36获取文件 Compat-Towny-4.2.2.1.jarSHA-1 1fad3bb218a1de3facba289dd0539c5992cd2704获取文件 Compat-Velocity-4.2.2.1.jarSHA-1 9f3af29d77be96aa5c762741c7fc6635971def19获取文件 Compat-WorldEdit-4.2.2.1.jarSHA-1 9370b73d4e597f6a307fa653aa3e531a190a0b2c获取文件 Compat-WorldGuard-4.2.2.1.jar展开更新日志
4.2.2.1
Bug Fixes
- Command
/qs buyuse wrong permission, it now following thequickshop.create.controlas same as/qs sellbehavior. - QuickShop Paste Generator use incorrect type
PermissionforDebugtype logs generator.
Flags
- New
ignoreProtocolLibEnableStatusstatup flag allow user disableProtocolLib enable statuscheck.
4.2.2.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4
SHA-1 eeb38c8e30239cbdb2aabdfed846993d8d0b9564获取文件 QuickShop-Hikari-4.2.2.0.jarSHA-1 b7c58e6b6d5fff421aa89fe08bd675dd1f2964e0获取文件 Addon-BlueMap-4.2.2.0.jarSHA-1 88fef27f3071876f9c78fc5940c789b07fdb2db5获取文件 Addon-DiscordSRV-4.2.2.0.jarSHA-1 1472d6a192e372c754b5e1df3cd38daf34aa147b获取文件 Addon-Discount-4.2.2.0.jarSHA-1 c2c5f8afa89438d4418edef174c590951823ba11获取文件 Addon-Dynmap-4.2.2.0.jarSHA-1 02e39725572e9c58d2cc4b549e34fd500e509a58获取文件 Addon-Limited-4.2.2.0.jarSHA-1 3ec82f766111b754b97f37ef9f61c0630535d158获取文件 Addon-List-4.2.2.0.jarSHA-1 285746e7133584eba5e0902bde57a6ec10015b5b获取文件 Addon-Plan-4.2.2.0.jarSHA-1 6350abad6badffa3bdfbb685bfc2a3cb3f3194d2获取文件 Addon-ShopItemOnly-4.2.2.0.jarSHA-1 4ca679eddd4fc15abd3cef22cc8ee83017422c69获取文件 Compat-AdvancedRegionMarket-4.2.2.0.jarSHA-1 8654e46d0326d9590170c58a757cd138c3fce621获取文件 Compat-BentoBox-4.2.2.0.jarSHA-1 7a7db810c23670b9fb10d138c76e48995d79cf51获取文件 Compat-BungeeCord-4.2.2.0.jarSHA-1 ca0029ae095edde85fef14b10ec10a7355902c80获取文件 Compat-Clearlag-4.2.2.0.jarSHA-1 5c92c08efaf046c388a585f2329f8f793080fa67获取文件 Compat-EliteMobs-4.2.2.0.jarSHA-1 cd428688e18fd72a10c4d69f6754815a331b5d17获取文件 Compat-GriefPrevention-4.2.2.0.jarSHA-1 e624fd449199c7b20db79a7d386f0c1e928a613a获取文件 Compat-Lands-4.2.2.0.jarSHA-1 af21130d5d8e06493c642bf03ebd426575003932获取文件 Compat-OpenInv-4.2.2.0.jarSHA-1 a767e6d3137092aa6e34104de6653151299743dd获取文件 Compat-PlotSquared-4.2.2.0.jarSHA-1 10e650df1c223a10502985df4b3cb5a082b1c788获取文件 Compat-Residence-4.2.2.0.jarSHA-1 458249edccc12fcb59ff2ec7ec0c8803b962a0c0获取文件 Compat-SuperiorSkyblock-4.2.2.0.jarSHA-1 da8d826225c793a74aca6b45b61df12d8cf37805获取文件 Compat-Towny-4.2.2.0.jarSHA-1 e73fcb26e23dad2bcaa07e39330f879f50ab7f6e获取文件 Compat-Velocity-4.2.2.0.jarSHA-1 8f4942d51934de1216ee6ceb9c9bb385e2a92324获取文件 Compat-WorldEdit-4.2.2.0.jarSHA-1 0224af54c2a957d014ced20ad2c343abce8c5a3c获取文件 Compat-WorldGuard-4.2.2.0.jar展开更新日志
Rewritten buggy old VirtualDisplayItem system with better one, also fixed dupelicated displays in past versions.
Thanks @Kaya @KrunchyTaco @Lufano @maty and @YuanYuanOwO for reporting it!
4.2.2.0-beta
测试版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4
SHA-1 8fd36d68d166353049216784a186e3809ce458bc获取文件 QuickShop-Hikari-4.2.2.0-beta.jarSHA-1 76714c6af55b2572dfc6919fc8c0f5467acd0567获取文件 Addon-BlueMap-4.2.2.0-beta.jarSHA-1 1ef0844a33783a72ff8837cbe3a4ea73e0aa17db获取文件 Addon-DiscordSRV-4.2.2.0-beta.jarSHA-1 cce02718931e12e6194aab51bdb262c9397aec8d获取文件 Addon-Discount-4.2.2.0-beta.jarSHA-1 b7e0a3cbb33fdfa9cc49d03b2264c2aa696a16d6获取文件 Addon-Dynmap-4.2.2.0-beta.jarSHA-1 26e01ed92396bd99f60ea4205d0449d37aa698e5获取文件 Addon-Limited-4.2.2.0-beta.jarSHA-1 e466b6c9bf8b420c5b8598e2f863134b232ea267获取文件 Addon-List-4.2.2.0-beta.jarSHA-1 bbcdb323a97390eeb161f0e665cdbb5f192868f3获取文件 Addon-Plan-4.2.2.0-beta.jarSHA-1 057965b8fa0367c1dab69d5503544a0ca5bdf049获取文件 Addon-ShopItemOnly-4.2.2.0-beta.jarSHA-1 bff546c1777b91618e398f7fbb526966fb90bbb1获取文件 Compat-AdvancedRegionMarket-4.2.2.0-beta.jarSHA-1 2e994870c9d829099d2015d05a01101f4aa7cd80获取文件 Compat-BentoBox-4.2.2.0-beta.jarSHA-1 5637a9ddf00ebea9bc5fd8fde7fdeafa11c75717获取文件 Compat-BungeeCord-4.2.2.0-beta.jarSHA-1 92c4f3d1b361ff88f0806a6cbd048e35be1b7abd获取文件 Compat-Clearlag-4.2.2.0-beta.jarSHA-1 91e8e86ff8916a6cc561cc7b43389782fc8084de获取文件 Compat-EliteMobs-4.2.2.0-beta.jarSHA-1 c6c5b584464cda5d0f81d9025bd45e41254faac6获取文件 Compat-GriefPrevention-4.2.2.0-beta.jarSHA-1 90acaf6747098167fa73db4ceed181b1acae4ff0获取文件 Compat-Lands-4.2.2.0-beta.jarSHA-1 5af4684be26584ba3c37e9b39935573b363a0af5获取文件 Compat-OpenInv-4.2.2.0-beta.jarSHA-1 004601444f3f429cbf8e2958efbc17f715a0e4a1获取文件 Compat-PlotSquared-4.2.2.0-beta.jarSHA-1 f0da963ede4cb21abbeec6db1a3a8caedb0f779e获取文件 Compat-Residence-4.2.2.0-beta.jarSHA-1 a1b39b218f023c14ae8bb7e08f7f5b704697a2fd获取文件 Compat-SuperiorSkyblock-4.2.2.0-beta.jarSHA-1 31704b3c6d58a8f779ad10762735b781afe7a78d获取文件 Compat-Towny-4.2.2.0-beta.jarSHA-1 8b5c78ec6707c0a1faf88179a9b10fc03aa112aa获取文件 Compat-Velocity-4.2.2.0-beta.jarSHA-1 e6242852a2a24e77baa152a6ac32992bdc705359获取文件 Compat-WorldEdit-4.2.2.0-beta.jarSHA-1 189435149a16583834b1cf7288819e940948978e获取文件 Compat-WorldGuard-4.2.2.0-beta.jar展开更新日志
THIS IS A BETA BUILD, DO NOT INSTALL ON YOUR LIVE SERVER UNLESS YOU HAVE FULL BACKUP
Technical update, rewritten the unstable and buggy virtual display item system.
4.2.1.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 0de953a296ba25115ab24b992fcbddea96417a78获取文件 QuickShop-Hikari-4.2.1.1.jarSHA-1 bb6d8a654f5c1fcb07f13521912f357184c8844c获取文件 Addon-BlueMap-4.2.1.1.jarSHA-1 1259a62859c3ba1723cd32ece6038cc6f76c5950获取文件 Addon-DiscordSRV-4.2.1.1.jarSHA-1 d205e8aad99fde4e48b71c31d3160ebaff6329bc获取文件 Addon-Discount-4.2.1.1.jarSHA-1 9367399501c35ddf36ba9cc64e2712228c3bb721获取文件 Addon-Dynmap-4.2.1.1.jarSHA-1 28ded6e99e30109cc7ffe325ada9fd213c6d4914获取文件 Addon-Limited-4.2.1.1.jarSHA-1 324f883c064f844adb3850e8f7d0f511f0910da4获取文件 Addon-List-4.2.1.1.jarSHA-1 e0528b4a26169c284f238863da4e8c3077193cd6获取文件 Addon-Plan-4.2.1.1.jarSHA-1 ec16f3cc7ae6ef998bd67a37458a70ad7b6b64fb获取文件 Addon-ShopItemOnly-4.2.1.1.jarSHA-1 372b442b0c622f78ec8bd88002d65a0a291e5142获取文件 Compat-AdvancedRegionMarket-4.2.1.1.jarSHA-1 dc11fffd92cd56fe6fa7bd7feb58e57ce177b839获取文件 Compat-BentoBox-4.2.1.1.jarSHA-1 5305161b099c3c37f36bd116f3c8f825c7f67e51获取文件 Compat-BungeeCord-4.2.1.1.jarSHA-1 0e6cc8875504d94be0ee566458b3b1009551f970获取文件 Compat-Clearlag-4.2.1.1.jarSHA-1 64b8f7ce2556b101764059118f85b3c00ed9de38获取文件 Compat-EliteMobs-4.2.1.1.jarSHA-1 6d64ffe9890974ffc648a2233d109de806aed575获取文件 Compat-GriefPrevention-4.2.1.1.jarSHA-1 e9d832578e09346514bd5e30050fd5dadf67b7f6获取文件 Compat-Lands-4.2.1.1.jarSHA-1 7663c5c5a6f310412be9d748a924d60c115cdc89获取文件 Compat-OpenInv-4.2.1.1.jarSHA-1 8e103b72ef064226128fb182d7615beabe64b4cc获取文件 Compat-PlotSquared-4.2.1.1.jarSHA-1 f96b19ad1b405f78b2d8fffbbc8161672306f03c获取文件 Compat-Residence-4.2.1.1.jarSHA-1 87d0cf8c93f4b76e67f0575a6673ce1218cd71ce获取文件 Compat-SuperiorSkyblock-4.2.1.1.jarSHA-1 82bfad7ff48085cd3078fbaab6423e6a96a47e6c获取文件 Compat-Towny-4.2.1.1.jarSHA-1 c74fdf7da009bc890f13f22d958dfd43a23b1580获取文件 Compat-Velocity-4.2.1.1.jarSHA-1 ef999e8051a7434555b638ec022ed93c6d1a5ffa获取文件 Compat-WorldEdit-4.2.1.1.jarSHA-1 3b031de2ec6a55f40029d554f64befc24057b03f获取文件 Compat-WorldGuard-4.2.1.1.jar展开更新日志
Just bump the version number
4.2.1.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 f082fd4aba195c43071df5c3cca49569209743b6获取文件 QuickShop-Hikari-4.2.0.2.jarSHA-1 2c4eb99b60b512c94006f18f585f4b36fe884b9b获取文件 Addon-BlueMap-4.2.0.2.jarSHA-1 8dfbbc21453a417c7dc4540d04dc50b689285e76获取文件 Addon-DiscordSRV-4.2.0.2.jarSHA-1 5ab0fd5e9d35fe122be8744dc076a6b69d11352f获取文件 Addon-Discount-4.2.0.2.jarSHA-1 919c43105887061b991d75c14469156fda17e878获取文件 Addon-Dynmap-4.2.0.2.jarSHA-1 dc150a3ea1126f24e269d40b3ba7b868dd85b21d获取文件 Addon-Limited-4.2.0.2.jarSHA-1 19f8571fecdd86e79a94d697b30bf6933f0fed5b获取文件 Addon-List-4.2.0.2.jarSHA-1 e9f978ff3c7daa170d81b92710daf24264526e10获取文件 Addon-Plan-4.2.0.2.jarSHA-1 275fa5b7cb6953b3badf7a3fa957a2fb8dba28a8获取文件 Addon-ShopItemOnly-4.2.0.2.jarSHA-1 f3c97f887f2074a4fd832e8a3f0d3d29d9c581e0获取文件 Compat-AdvancedRegionMarket-4.2.0.2.jarSHA-1 b8279861672844cb19f0f0336066fc223137f21e获取文件 Compat-BentoBox-4.2.0.2.jarSHA-1 70d357e827e97859b914293d99c57e46696e67da获取文件 Compat-BungeeCord-4.2.0.2.jarSHA-1 b9841b2a263539812a2f2881c95c8b33e25dfa3d获取文件 Compat-Clearlag-4.2.0.2.jarSHA-1 7db51fb90694b2724941d9976dac8582a378e253获取文件 Compat-EliteMobs-4.2.0.2.jarSHA-1 b964099dc42e4fe3cad37254fdfddd9073bef4c5获取文件 Compat-GriefPrevention-4.2.0.2.jarSHA-1 1f44a46d49f75ec7495db5c9dc05db60b5a14226获取文件 Compat-Lands-4.2.0.2.jarSHA-1 7b5f3aba5a9cad33b5e53f28444dde2a7c143f34获取文件 Compat-OpenInv-4.2.0.2.jarSHA-1 e41e0f8c96ba39de015099c8724ba6e7d494603c获取文件 Compat-PlotSquared-4.2.0.2.jarSHA-1 ec34593a8282272a81bd81becb823ee3ee720691获取文件 Compat-Residence-4.2.0.2.jarSHA-1 daed4b3e32faaf81f22e66ef62d5b411baa4e24c获取文件 Compat-SuperiorSkyblock-4.2.0.2.jarSHA-1 c6bd1052722d2b283a0b9f73a357c29fb45cae89获取文件 Compat-Towny-4.2.0.2.jarSHA-1 2df070a5e94daae0423f4a46b11d6cfa81402d93获取文件 Compat-Velocity-4.2.0.2.jarSHA-1 9313c62511fef89ed49e73542d6d84a88f576488获取文件 Compat-WorldEdit-4.2.0.2.jarSHA-1 62cba533db6fe96f6309ec6ff2401ba4d12d68ca获取文件 Compat-WorldGuard-4.2.0.2.jar展开更新日志
Warning: This update contains API changes, some 3rd-party addons may stop working after update.
Removed
- DisplayItem-Centered on double-chest store now completely deleted, The code maintainer of this function no longer updates it, and it has created a lot of trouble, making it worth not to keep it again.
Fixes
- When the Quickshop-Hikari runs on the Paper software, the custom enchantment added by a third-party plugin may cause the API call error and prevent the player from accessing the store.
- For the enchantments that creates the errors, we will try to display a fallback name.
- Fixed dupelicated Util reloading registry.
- Fixed
/qs pastemay stop working if updater has been disabled or failed to check the updates.
Changes
- Most of errors now contains a human-friendly simple description.
4.2.0.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 5ac1a9af30051a6ce89a3891e3b160e7bd347972获取文件 QuickShop-Hikari-4.2.0.2.jarSHA-1 2db1e47ad9ff86a95f69afd9fcc7304d8523d659获取文件 Addon-BlueMap-4.2.0.2.jarSHA-1 984cf6cc2c20f17f9c521fc599265fda4e92fecb获取文件 Addon-DiscordSRV-4.2.0.2.jarSHA-1 d312847ab93a5f6b364de168637a6ec82bc18971获取文件 Addon-Discount-4.2.0.2.jarSHA-1 a9fb214bb5f04ab65c3bdc348400ea978a8aa1b6获取文件 Addon-Dynmap-4.2.0.2.jarSHA-1 609fba5241ceb6b9207e71f7e0e507a0f7a843db获取文件 Addon-Limited-4.2.0.2.jarSHA-1 a8b537abfbc45b0de61855d71ede7cd3ea0924d3获取文件 Addon-List-4.2.0.2.jarSHA-1 67fbd045e5bc81c3000a46b4cc4e830d86d5306d获取文件 Addon-Plan-4.2.0.2.jarSHA-1 399c9d9595ca7d13ea6741df1c7380c42fd04acf获取文件 Addon-ShopItemOnly-4.2.0.2.jarSHA-1 4e64756863367cee1b927ba30a2f7e715658af42获取文件 Compat-AdvancedRegionMarket-4.2.0.2.jarSHA-1 98c0bb5c4e19bd4b729c72918106ba75c71c56ef获取文件 Compat-BentoBox-4.2.0.2.jarSHA-1 f662e181fbec6ed73fe6bf4f8ddedd7e1b22bc5a获取文件 Compat-BungeeCord-4.2.0.2.jarSHA-1 b0adc7e60275129c172afe4fdf2b1bcd500b0612获取文件 Compat-Clearlag-4.2.0.2.jarSHA-1 02cdb367a77995b5c2b308dd6aa7f9ee819117ac获取文件 Compat-EliteMobs-4.2.0.2.jarSHA-1 96dad345fb5e9699dd39578c0bf8ea14a462d744获取文件 Compat-GriefPrevention-4.2.0.2.jarSHA-1 531f588ce9748c5ff13636a3056d1a0f31236148获取文件 Compat-Lands-4.2.0.2.jarSHA-1 66e95510cc029342bf3e79612abc1b7e4208067d获取文件 Compat-OpenInv-4.2.0.2.jarSHA-1 0ec86d1fb3749a3b933520b37a6051f4feec7371获取文件 Compat-PlotSquared-4.2.0.2.jarSHA-1 688db2a6794563bd0a789aea24a2e004e013e83e获取文件 Compat-Residence-4.2.0.2.jarSHA-1 40c2d2c18b558ab92bc3e99522ba3fdf03f2aa51获取文件 Compat-SuperiorSkyblock-4.2.0.2.jarSHA-1 ccbf46f52c41fd505d536bb30572ef5e2ebaa8a1获取文件 Compat-Towny-4.2.0.2.jarSHA-1 922451f2a34de995d946fd518210093e2fa14258获取文件 Compat-Velocity-4.2.0.2.jarSHA-1 a670ed6d87d33ca9852b8f9bb2ee95a33a682ba9获取文件 Compat-WorldEdit-4.2.0.2.jarSHA-1 43b05fc4d3add0256b2e234ff6b6c56374235cca获取文件 Compat-WorldGuard-4.2.0.2.jar展开更新日志
4.2.0.1's hot fix for removing debug STDOUT.
4.2.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 c486fe1205a9a4a4bbe61ae658daedbc7c79eb32获取文件 QuickShop-Hikari-4.2.0.1.jarSHA-1 a083ae0e48ba20762d72cb28aa53628ab965ba58获取文件 Addon-BlueMap-4.2.0.1.jarSHA-1 504ca08d01c9ad8738783b87183223649ddf3c93获取文件 Addon-DiscordSRV-4.2.0.1.jarSHA-1 8d36dc3afeec5ba404344c051691dc58631a4a72获取文件 Addon-Discount-4.2.0.1.jarSHA-1 303e533884c9f3e37b65fdc6d9198805f4f995f4获取文件 Addon-Dynmap-4.2.0.1.jarSHA-1 b83411d015e6e8e2bbbfd595502966a3d61a06c9获取文件 Addon-Limited-4.2.0.1.jarSHA-1 1e9b68ab9e2c69245cf4f8c72573abdcf2fecfdd获取文件 Addon-List-4.2.0.1.jarSHA-1 99894c7d03f833074d9ec4e7816a625508a22f85获取文件 Addon-Plan-4.2.0.1.jarSHA-1 b58857f106f76d43d105b667a1d270844023f50f获取文件 Addon-ShopItemOnly-4.2.0.1.jarSHA-1 321b1336884b1614db99d607d668019fcc669d4f获取文件 Compat-AdvancedRegionMarket-4.2.0.1.jarSHA-1 f7bbfd0c5ee63f1818e46757a157a72739a4ca01获取文件 Compat-BentoBox-4.2.0.1.jarSHA-1 e3fc3ea75e72a53613fa3298b4af4082ad3dfcc1获取文件 Compat-BungeeCord-4.2.0.1.jarSHA-1 6ec8cd263db81e21c06899f330a9aee8834df706获取文件 Compat-Clearlag-4.2.0.1.jarSHA-1 1a10892c9395064210d1e565863329f3cf123cc5获取文件 Compat-EliteMobs-4.2.0.1.jarSHA-1 4f2b14e750ed1cde0af639d6733e523aaea1a249获取文件 Compat-GriefPrevention-4.2.0.1.jarSHA-1 15289ac7aba6b32a5016243dbabf8f9ca39eecae获取文件 Compat-Lands-4.2.0.1.jarSHA-1 d9b5f7d21dad820a7387ebe7b3ecc8b1aa48fb3f获取文件 Compat-OpenInv-4.2.0.1.jarSHA-1 38c87f856078a64aae8383f4d9d910245c56e995获取文件 Compat-PlotSquared-4.2.0.1.jarSHA-1 88694594153edb885efd0ad586fe8390f2670d8f获取文件 Compat-Residence-4.2.0.1.jarSHA-1 0f6ba914a2f892f6a18d26f55044c3c45528a84e获取文件 Compat-SuperiorSkyblock-4.2.0.1.jarSHA-1 ab574b0c9602fe6b320e909da4a3e50362bbcc91获取文件 Compat-Towny-4.2.0.1.jarSHA-1 00026b5b26b941deba2f9572396d75067c5b1fd8获取文件 Compat-Velocity-4.2.0.1.jarSHA-1 6533988b12388f2dda8d5e1d1fbd3726ce48d3cd获取文件 Compat-WorldEdit-4.2.0.1.jarSHA-1 fa8afcb6c5ab487ececf794d8a82d25db10dec4c获取文件 Compat-WorldGuard-4.2.0.1.jar展开更新日志
Important: Running QuickShop-Hikari on the Spigot server now requires an NBT-API dependency, Paper and its Fork are not affected.
QuickShop-Hikari 1st Anniversary!
It has been a year since the first stable release of QuickShop-Hikari. Thank you to everyone who supported and used QuickShop-Hikari, your great suggestions and ideas made QuickShop-Hikari get epic feature enhancements in the past year. And thanks to the early supporters and beta testers for their hard work testing so that QuickShop-Hikari becomes more stable and runs smoothly!
New Features
- On Paper and Spigot 1.19.4 or higher, QuickShop-Hikari is now able to display the item names of potions. (example:
Potion->Potion of Speed, orSpeed->Potion of Speed.) They are now displayed in the same format as the client. - The store information sign on Spigot server are able to correctly display and render translation components by access NBT directly through NBT-API (thanks @tr7zw for the help)
- Added Dynmap Addon into official addons bundle.
- Added BlueMap Addon into official addons bundle.
- Redesigned CommandHandler stuff, The new command system can resolve colon variables from commands.
5.1. Colon variables are separate from the parameter variables, are ordered, and can be added at any position (e.g
-foo:bar). 5.2. Command now supports arguments with space inside, just wrap the string containing spaces with the "`" symbol. 5.3. The API has been changed accordingly and developers are advised to upgrade the relevant classes. The original classes will not be removed for a long time and every effort will be made to provide forward compatibility.
Bug Fixes
- Fixed translation files locating issue in Apollo Converter (the thing that Hikari used for converting from Reremake), now MineDown messages.json should can be correctly converting to MiniMessage format.
- Fixed the incorrect price logging in price changing logger.
Optimization
- Redesigned BatchBukkitExecutor, it now more smart and reduces the performance overhead associated with frequent thread scheduling.
- Move
/qs cleanghostcommand to use new BatchBukkitExecutor.
Misc
- Platform field now included into Paste so you can check which one Platform module enabled for your server.
- CommandContainer binding now included into Paste so you can check the specificed quickshop subcommand handler class name.
- Updated translations from Crowdin.
4.1.1.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 a9fbaafde3a1876fe661bcea7bfc4efac4918b49获取文件 QuickShop-Hikari-4.1.1.0.jarSHA-1 9b981e122644e2e99c52cb649642fb3d7b370e8f获取文件 Addon-DiscordSRV-4.1.1.0.jarSHA-1 cdd7dfd4ca3db58ae95b186d0c86eb1111477369获取文件 Addon-Discount-4.1.1.0.jarSHA-1 496f23a9f112ddeca56ab0aff9d91f6d409ddcd9获取文件 Addon-Limited-4.1.1.0.jarSHA-1 ce4bba707a7b7a46a435bf6788def3e4e0c275d7获取文件 Addon-List-4.1.1.0.jarSHA-1 30d0f48470a5fb8f62197a9af998f9e482d0001a获取文件 Addon-Plan-4.1.1.0.jarSHA-1 899459bcbe4b73598c4adec4c80b4166228b6a70获取文件 Addon-ShopItemOnly-4.1.1.0.jarSHA-1 3a745d83d0792c14905d97996f8959eb87bda912获取文件 Compat-AdvancedRegionMarket-4.1.1.0.jarSHA-1 e54aacaa4df7841ce88bc2ea744788e3c30d6eac获取文件 Compat-BentoBox-4.1.1.0.jarSHA-1 9f5876fd92a8f0f5f05fa59ffb6ca04ff6251bb1获取文件 Compat-BungeeCord-4.1.1.0.jarSHA-1 015530613480da63af3430ca62b3df29a6709b3b获取文件 Compat-Clearlag-4.1.1.0.jarSHA-1 a44c6c88419591af983fddbc3b8800e9153b1b8f获取文件 Compat-EliteMobs-4.1.1.0.jarSHA-1 cc607dc6527957b6c0ab3d465c1692bde4b9c3b1获取文件 Compat-GriefPrevention-4.1.1.0.jarSHA-1 d9bd799d69cf6633f2a231a46e5d77f6ca2822f8获取文件 Compat-Lands-4.1.1.0.jarSHA-1 8239e7a1b615a96557f1a6faf7f2def38513b46b获取文件 Compat-OpenInv-4.1.1.0.jarSHA-1 900e9580ab7fd744ee8c1f9c94b87f9dd7efbfa4获取文件 Compat-PlotSquared-4.1.1.0.jarSHA-1 32cc593a4d2cc4a7477c8ce6cb208902c5d67286获取文件 Compat-Residence-4.1.1.0.jarSHA-1 a133a81cbc83b6eae4ec9e54760b3bf878b7baec获取文件 Compat-SuperiorSkyblock-4.1.1.0.jarSHA-1 f726cd3c2e74ad2ec1e64724f82316244bd0588f获取文件 Compat-Towny-4.1.1.0.jarSHA-1 6a886b7de5c416b2af2be1cba0a20910a9448f12获取文件 Compat-Velocity-4.1.1.0.jarSHA-1 e74ade438f1e98a192c9df40ecfd3cd1aa87fe87获取文件 Compat-WorldEdit-4.1.1.0.jarSHA-1 875c8df2f03e3d73c518bc62a270feaf939b34f7获取文件 Compat-WorldGuard-4.1.1.0.jar展开更新日志
New Features
- Added Spigot & Paper 1.19.4 supports.
Misc
- Bump Adventure to
4.13.0 - Bump Adventure Platform Bukkit to
4.3.0 - Bump EasySQL-HikariCP to
0.4.7
4.1.0.4
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 ba455b4a50d7cbba84ee61a6427ac0332f4dc528获取文件 QuickShop-Hikari-4.1.0.4.jarSHA-1 5c7ce80ad2c56662adcb09021ed188172b1617ba获取文件 Addon-DiscordSRV-4.1.0.4.jarSHA-1 5996643cb0eafd82f03b23320c95e2d979aa9a0d获取文件 Addon-Discount-4.1.0.4.jarSHA-1 194318b8f934ae4f7d1b9020cd4a65f9f5b87f95获取文件 Addon-Limited-4.1.0.4.jarSHA-1 31ad71f8cb33056bfd0a632fbc824ea7c829dfaa获取文件 Addon-List-4.1.0.4.jarSHA-1 6304e96da587cd1b3e447aff36d84b7af0aadae7获取文件 Addon-Plan-4.1.0.4.jarSHA-1 a27088704729d26cd26e3ec9dc3e4f50044b378c获取文件 Addon-ShopItemOnly-4.1.0.4.jarSHA-1 6d7e6384c061587f431ad21308765d5d7fadbd13获取文件 Compat-AdvancedRegionMarket-4.1.0.4.jarSHA-1 1b5f2fd72671d7685e384201c6e3619859e75d7a获取文件 Compat-BentoBox-4.1.0.4.jarSHA-1 7716fb156995481276183874308b37272c1364ff获取文件 Compat-BungeeCord-4.1.0.4.jarSHA-1 827156a182e39dcf96625dd438c4156b85d36790获取文件 Compat-Clearlag-4.1.0.4.jarSHA-1 4da415501bfde00897a799bc5b86130e87b182b4获取文件 Compat-EliteMobs-4.1.0.4.jarSHA-1 7b1d71e1b8a513ef106c87f8cc892a5ae69ff366获取文件 Compat-GriefPrevention-4.1.0.4.jarSHA-1 76fd180f806ad9886921951c87724f3a98f827f8获取文件 Compat-Lands-4.1.0.4.jarSHA-1 1e67bb2edb505d3b5a32a213cc73a3dd4e51e00d获取文件 Compat-OpenInv-4.1.0.4.jarSHA-1 e60d838da89f2ea5575a268043c02b379f301539获取文件 Compat-PlotSquared-4.1.0.4.jarSHA-1 413733543cdfec153c5a57290107cb5a759dc4ce获取文件 Compat-Residence-4.1.0.4.jarSHA-1 a7f5782ddce04bd4c0ff8013e3b66926a9de83d9获取文件 Compat-SuperiorSkyblock-4.1.0.4.jarSHA-1 fa93ff1d0d1cc24662cad0a2443e7fcebcad3059获取文件 Compat-Towny-4.1.0.4.jarSHA-1 86a6b2db3dba8a1a3ba8e97f8be011eb69914d87获取文件 Compat-Velocity-4.1.0.4.jarSHA-1 1d9c0148d236849b5c4eaa46bf07c5d66dfbc398获取文件 Compat-WorldEdit-4.1.0.4.jarSHA-1 62c47de60034c2fd70f6990aba759a1be6244c75获取文件 Compat-WorldGuard-4.1.0.4.jar展开更新日志
Long time no see! After a nice holiday and a busy exam week, I'm gradually getting back to my old update frequency and planning new functional updates.
But how, I hope you enjoy the update :)
Paper users: If you're running into java.lang.NoClassDefFoundError with addons installed but doesn't working, it's a Paper new plugin loader bug, make sure you have update to Paper-#445 or higher.
Bug Fixes
- Fixed
/qs exportcommand will create an IOException and doesn't work at all. - Fixed GSON creates IllegalAccessException when I/O per-player notifaction settings on some servers.
- Fixed
/qs importcommand doesn't work if database configured prefix.
Removed
- NoCheatPlus compatibility module was excluded from bundle compatibility modules pack since it's repository down and nobody maintains it. (If there are other forks of active development, please let me know.) 1.1. If QuickShop-Hikari is conflicting with the anti-cheat plugin you are using, please open an Issue and I will try to resolve it.
- Netease regional legal restrictions has been removed since it not necessary anymore.
4.1.0.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 9aa543d59bf5819c2cb74309dee5a15284c814aa获取文件 QuickShop-Hikari-4.1.0.3.jarSHA-1 dd4d44edd1e21fb8e5f8f6ed1905ffdaa079cc05获取文件 Addon-DiscordSRV-4.1.0.3.jarSHA-1 d480f3c2c67a10dd1d286c852d556e3c6bd4e70a获取文件 Addon-Discount-4.1.0.3.jarSHA-1 983f2f68fcdac7ceda42d0d7c587e2d365a83cf9获取文件 Addon-Limited-4.1.0.3.jarSHA-1 bb90dcda6886ac41c73d1f2dd4485162bf6d5da7获取文件 Addon-List-4.1.0.3.jarSHA-1 9ea44f4510365ef6084372e1c82f7040f2ab6a87获取文件 Addon-Plan-4.1.0.3.jarSHA-1 cd1a26f3a78ad9aeee6d6afe179429b848f3f29b获取文件 Addon-ShopItemOnly-4.1.0.3.jarSHA-1 43a45647dcaa75c646ba0321762dfd6b36675ac0获取文件 Compat-AdvancedRegionMarket-4.1.0.3.jarSHA-1 83df4ad02b504fe4283a67b6c347b5a29ddda795获取文件 Compat-BentoBox-4.1.0.3.jarSHA-1 f90d20af21c57c59188e46f7441fa74d7cfe0e48获取文件 Compat-BungeeCord-4.1.0.3.jarSHA-1 0539c9cee0b5d64770e9d0bdd5ca6c053047363f获取文件 Compat-Clearlag-4.1.0.3.jarSHA-1 64fb232c758130abe0c83179d2679f7a1efb9e8d获取文件 Compat-EliteMobs-4.1.0.3.jarSHA-1 8b75586ca6a607098e51535bf3db67b2eb68e944获取文件 Compat-GriefPrevention-4.1.0.3.jarSHA-1 89d7c744502c38017055ce47e6e221d67dfff33d获取文件 Compat-Lands-4.1.0.3.jarSHA-1 cca360a6e0eac58c127e59b4c5815473ca5b91a3获取文件 Compat-NoCheatPlus-4.1.0.3.jarSHA-1 fec00c1efe0f501b923aa41d86d2a76cffd700c8获取文件 Compat-OpenInv-4.1.0.3.jarSHA-1 aafee1ac109d6d4b1b2c1f9d02d52cea8f09818a获取文件 Compat-PlotSquared-4.1.0.3.jarSHA-1 de2644668eefa8b957ee3ce6cab679586a89cf6b获取文件 Compat-Residence-4.1.0.3.jarSHA-1 74b9bfa256f397a7df873075cbe0dd0ffeead450获取文件 Compat-SuperiorSkyblock-4.1.0.3.jarSHA-1 944b7400b0e21e604fe6ba003cc83f35560b6a51获取文件 Compat-Towny-4.1.0.3.jarSHA-1 3e947ee9051aab81c77277447652add4d7b58c30获取文件 Compat-Velocity-4.1.0.3.jarSHA-1 f6db570c13250095bb19419d14ce627792c98651获取文件 Compat-WorldEdit-4.1.0.3.jarSHA-1 f84eff571af5d4597e1bad70cd84e364d989fd1b获取文件 Compat-WorldGuard-4.1.0.3.jar展开更新日志
There are important notes on this update, please read the changelog
EN: Since 4.1.0.3, QuickShop-Hikari are disallowed to be load that the server located at Mainland China due potential legal risks, please read Regional legal restrictions. This decision should won't affect any users out of mainland China.
ZH: 自 4.1.0.3 以来,由于可能的法律风险,QuickShop-Hikari 将不再允许位于中国大陆地区的服务器加载,请阅读区域法律限制.
Privacy Policy
We have updated our privacy policy to reflect the changes we have made.
We are now sending you our new privacy policy to ensure that you are informed.
We will send an IP lookup request to CloudFlare to determine if your server is located in mainland China. For more information, please see: Regional legal restrictions. The URL we will request: https://cloudflare.com/cdn-cgi/trace.
Fixes
- Fixed H2 database won't close until JVM exited.
Optimization
- Created a new batch processing mechanism to avoid server stopping response issues that can occur when a large number of tasks (e.g ShopPurger) are executed.
- The new mechanism limits the maximum number of tasks that can be executed in a period of time and will try to reduce the impact on TPS as much as possible and compensate for TPS time by suspending tasks when they exceed the expected time.
4.1.0.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 7fc8138b1994dba2e4dfd62defb29ac855557c6d获取文件 QuickShop-Hikari-4.1.0.2.jarSHA-1 5940213e6279da5b4fc72423cebc6da85e406454获取文件 Addon-DiscordSRV-4.1.0.2.jarSHA-1 c83af47def6ec39198c1da99ea0a4b9b4e8de8e3获取文件 Addon-Discount-4.1.0.2.jarSHA-1 ed866c977fadac903f55bbee0a6d5d4c1fd7374e获取文件 Addon-Limited-4.1.0.2.jarSHA-1 fca201affae386aafde18bd977eab3e71726fabb获取文件 Addon-List-4.1.0.2.jarSHA-1 824908bdfba70ce9ed7375f44f6d6f6a5b6cf197获取文件 Addon-Plan-4.1.0.2.jarSHA-1 fdba0a7625df750fb6022c6c97249d01e2d80753获取文件 Addon-ShopItemOnly-4.1.0.2.jarSHA-1 3a1a72c8be2950444d868c4f3c3fd8430bd1b5c5获取文件 Compat-AdvancedRegionMarket-4.1.0.2.jarSHA-1 05e84700714660f3c776ae34c28888199145c64b获取文件 Compat-BentoBox-4.1.0.2.jarSHA-1 8f7e11cdb79be696df187d4e9af571636c7896e5获取文件 Compat-BungeeCord-4.1.0.2.jarSHA-1 5f40d24dc415cc96d501342ec073d3dc9c4a184d获取文件 Compat-Clearlag-4.1.0.2.jarSHA-1 b2802868a93d8b895eec1b3c37242b1a08d0a45c获取文件 Compat-EliteMobs-4.1.0.2.jarSHA-1 b9544bcf525bbbd15c411fe92bca58b6e87c0e92获取文件 Compat-GriefPrevention-4.1.0.2.jarSHA-1 cf65f771eb0e836864df22cf532638efa767905a获取文件 Compat-Lands-4.1.0.2.jarSHA-1 d152b050567f9956a8821fd0189690bf4654c14a获取文件 Compat-NoCheatPlus-4.1.0.2.jarSHA-1 b4016219e7aaa8a492cb3dd461d4570ee51be854获取文件 Compat-OpenInv-4.1.0.2.jarSHA-1 e785d96744f0637cf036aa6cd0cc6e25e26b97f2获取文件 Compat-PlotSquared-4.1.0.2.jarSHA-1 a7e6b3c5065b1dcbebe58e9b68f2d15d5d2af34e获取文件 Compat-Residence-4.1.0.2.jarSHA-1 e8012656eee5692ce12707b239ec334d6d5a7579获取文件 Compat-SuperiorSkyblock-4.1.0.2.jarSHA-1 0501f367b5b8080f76ab712e72b1c399a8b1ec66获取文件 Compat-Towny-4.1.0.2.jarSHA-1 dd11093a34abad022d22b14a8726ec4122c96556获取文件 Compat-Velocity-4.1.0.2.jarSHA-1 a6014143152a4e689c210de476c0bd475d6f6e1f获取文件 Compat-WorldEdit-4.1.0.2.jarSHA-1 0a8256b2f6d30e41b804e7c401c6e0234d0e7c25获取文件 Compat-WorldGuard-4.1.0.2.jar展开更新日志
Bug Fixes
- Fixed StackOverFlowError for reloadConfig loop.
4.1.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 1af8a2c94e6ae74d9b4ca0c142ff2b2547b9edf4获取文件 QuickShop-Hikari-4.1.0.1.jarSHA-1 e6b7674a348dfed9eca3b3d98515fd7c2b0a6864获取文件 Addon-DiscordSRV-4.1.0.1.jarSHA-1 fb7d64f06036aea4b626e5da47d28c1a6606ad93获取文件 Addon-Discount-4.1.0.1.jarSHA-1 d2734b6dc50f45c5d3ff318f7fbc42691d64eb4e获取文件 Addon-Limited-4.1.0.1.jarSHA-1 329e5a268e16ec392c92daf9e6b54cf9913df9bf获取文件 Addon-List-4.1.0.1.jarSHA-1 708a88825e975a30a819030946336616b99fd5b4获取文件 Addon-Plan-4.1.0.1.jarSHA-1 2323e44f67ecab12e6717eacf4b89e8a3764ad3d获取文件 Addon-ShopItemOnly-4.1.0.1.jarSHA-1 87d8f3a6438f04a83125a91c1f023fbc9e065e22获取文件 Compat-AdvancedRegionMarket-4.1.0.1.jarSHA-1 beca325a5b4786e9822e12d61f15ff2935ea344d获取文件 Compat-BentoBox-4.1.0.1.jarSHA-1 356356b4484982ac8994dba1ffbe3a6898744f93获取文件 Compat-BungeeCord-4.1.0.1.jarSHA-1 3162a8549057bc0c0695edbc7e0373a7b9739815获取文件 Compat-Clearlag-4.1.0.1.jarSHA-1 ff5c84df489df60fd6b52f9fce7ff9bcaef10a80获取文件 Compat-EliteMobs-4.1.0.1.jarSHA-1 f30d9a9b2f7046769b033119d31cb3cd44c90953获取文件 Compat-GriefPrevention-4.1.0.1.jarSHA-1 f6fd99deb7118b59cba5966538d18af2e1cc2ef8获取文件 Compat-Lands-4.1.0.1.jarSHA-1 29be76345d39639a83ac2f74e26f20399e8cfde2获取文件 Compat-NoCheatPlus-4.1.0.1.jarSHA-1 aea8a4375c4ed18d9be5d169cde75ef80af452a7获取文件 Compat-OpenInv-4.1.0.1.jarSHA-1 9d65ea625b1eee3d71331f539a1e0ba124310fe5获取文件 Compat-PlotSquared-4.1.0.1.jarSHA-1 57be48cd280fb4ddecc6f03590b8bd06c9ef6a35获取文件 Compat-Residence-4.1.0.1.jarSHA-1 b621afe82b114d6f8ef23368561dc1a1de6ef5ca获取文件 Compat-SuperiorSkyblock-4.1.0.1.jarSHA-1 ef3e01190e55cc81751fb5ba1d707d3c2d81db22获取文件 Compat-Towny-4.1.0.1.jarSHA-1 e92e46362630846301c978ee6e8333e18306e5bd获取文件 Compat-Velocity-4.1.0.1.jarSHA-1 84229872bee10913ae1c242c6616379348593951获取文件 Compat-WorldEdit-4.1.0.1.jarSHA-1 1f487749fa281104f38fffa92b8dea347df9de33获取文件 Compat-WorldGuard-4.1.0.1.jar展开更新日志
Bug Fixes
- The shops around in spawnchunks won't be loaded since 4.0.0.0.
- Compatibility Modules doesn't work at all since 4.0.0.0.
Special thanks to @Spaex for reports and help debugging
4.1.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 105c98bb4e8c050d38a96a739a6fe6bf63ab7466获取文件 QuickShop-Hikari-4.1.0.0.jarSHA-1 ff96c5d9b41c088b76f58cfaab00cbd0610905c2获取文件 Addon-DiscordSRV-4.1.0.0.jarSHA-1 365d6f30114a9555c8b4eb3c4896aa5fb2909e9a获取文件 Addon-Discount-4.1.0.0.jarSHA-1 34989564616b832e7aeb1c91f07111dc39f5a6d5获取文件 Addon-Limited-4.1.0.0.jarSHA-1 85a2a3b375f3b5386c828009b1f3cbf4f23391cf获取文件 Addon-List-4.1.0.0.jarSHA-1 93c264aec6e3e2598f7a02a5fc230f1e3f31fb1e获取文件 Addon-Plan-4.1.0.0.jarSHA-1 bd5d46dcf041aea94635267d7e75b606d468e4d5获取文件 Addon-ShopItemOnly-4.1.0.0.jarSHA-1 c5342e9ea9d07c58f054fc316f643fc8f779cf6b获取文件 Compat-AdvancedRegionMarket-4.1.0.0.jarSHA-1 2a887158dc7e9c5ac1aa384f26ad046968b06d73获取文件 Compat-BentoBox-4.1.0.0.jarSHA-1 de6fdefb82257d87c0b4c900c24f45fd4d7f7765获取文件 Compat-BungeeCord-4.1.0.0.jarSHA-1 ff1e55bb8c3f6b2c37c75a985c1b028d57a94bb8获取文件 Compat-Clearlag-4.1.0.0.jarSHA-1 c4235aff9c48e8aae8bda80432605fb7a5349822获取文件 Compat-EliteMobs-4.1.0.0.jarSHA-1 b6fb5bb78a79fdc7c45530769bb45398083c790c获取文件 Compat-GriefPrevention-4.1.0.0.jarSHA-1 66ef4381d7e33e527640212947b6cd254cfb50f9获取文件 Compat-Lands-4.1.0.0.jarSHA-1 a9db823ffe9650248317f9a07feb19c65172e762获取文件 Compat-NoCheatPlus-4.1.0.0.jarSHA-1 bd57ae31d0910f26423adcbe1c578afaa7360473获取文件 Compat-OpenInv-4.1.0.0.jarSHA-1 f4b32db76b501417345c0eaf6486ba2d44ca9bde获取文件 Compat-PlotSquared-4.1.0.0.jarSHA-1 f4c023e90f88bf8389fd2a6b4949db5ea0926ba0获取文件 Compat-Residence-4.1.0.0.jarSHA-1 2f6fa1a73b4905c668aaf9c83fa8d52bb2c8b7b9获取文件 Compat-SuperiorSkyblock-4.1.0.0.jarSHA-1 58629b31f80529476744cd9d502c4e6318e9e0d8获取文件 Compat-Towny-4.1.0.0.jarSHA-1 c694d2131c3bbebdccb735bd295c799c19fdd458获取文件 Compat-Velocity-4.1.0.0.jarSHA-1 02f0e4d9ccb40dec51cc236b1db2dc8d352b6cb0获取文件 Compat-WorldEdit-4.1.0.0.jarSHA-1 6d1416bd9f8b7c60f49ea034e6bb6de4cab5ef01获取文件 Compat-WorldGuard-4.1.0.0.jar展开更新日志
The first release after the Lunar New Year!
Guys how are you? We're starting to get back to normal life after lighting up a lot of fireworks (hah) to celebrate the Lunar New Year, so now allow me to serve up a stack of delicious updates!
Bug Fixes
- All compatibility modules stopping works in 4.0.0.0, please update your all compatibility modules to adapt the new versions.
- Incorrect dependency structure leads to ClassLoader conflicts on some servers, so that the plugin cannot be loaded, mitigation measures have been invoked in this version, and the effects are still to be observed.
Optimization
- Reduced JAR size from 7.7MB to 2.8MB.
Addons
Discord Addon
- Added per-player notifaction settings, player are able to use command
/qs discordto toggle the DM.
List Addon
- The addon
listhas been added into main-line, this addon allow player to check all shops they owned, check the document here.
Limited Addon
- The addon
limitedhas been added into main-line, this addon allow store owners to set a limit on the number of sales for their store over a period of time,check the document here.
ShopItemOnly addon
- The addon
shopitemonlyhas been added into main-line, this addon prevents players from putting non-store items into store containers, check the document here.
4.0.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 e3d42ae9575719084c4c927942839655c45aef18获取文件 QuickShop-Hikari-4.0.0.0.jarSHA-1 fdf168db27ce262afc6ee851052213017dfaea2c获取文件 Addon-DiscordSRV-4.0.0.0.jarSHA-1 b4034ed8d9aab7fe6c9cad0c3efa0c22ac786f3d获取文件 Addon-Discount-4.0.0.0.jarSHA-1 a3a33b4b26834aba2bb7bb112a8202bcc59b28fa获取文件 Addon-Plan-4.0.0.0.jarSHA-1 d7d4779c3bff270a39c2cfa2a41322ff3a6a218b获取文件 Compat-AdvancedRegionMarket-4.0.0.0.jarSHA-1 82216de48615d4a64a8bc9565b48686c29e133ab获取文件 Compat-BentoBox-4.0.0.0.jarSHA-1 ad0f68a807312f69dea4305d900c43c5479b57aa获取文件 Compat-BungeeCord-4.0.0.0.jarSHA-1 672824fea14cafc6891a07d3d18bae755c2dcb96获取文件 Compat-Clearlag-4.0.0.0.jarSHA-1 b33a4c1141704313e8764d1a21a4e4afaeed933d获取文件 Compat-EliteMobs-4.0.0.0.jarSHA-1 bb93f41a527654fed1455668258ef33c0f76fc05获取文件 Compat-GriefPrevention-4.0.0.0.jarSHA-1 f0d24f2dac020608c4ffa27a4d9d7ee833d30c9d获取文件 Compat-Lands-4.0.0.0.jarSHA-1 29b6e78f45eb0bdf6ac11d129ccffa0d2ca57ebb获取文件 Compat-NoCheatPlus-4.0.0.0.jarSHA-1 ed46a9bbed729f1e5eef314b165a7a87394b389e获取文件 Compat-OpenInv-4.0.0.0.jarSHA-1 8df5e990f2408eeceefe61d19b4865c605705c45获取文件 Compat-PlotSquared-4.0.0.0.jarSHA-1 9d65bc340f0bd77e7b1e0adf4835b7a352f4cf9b获取文件 Compat-Residence-4.0.0.0.jarSHA-1 a8981b8b3b262d0a0f728ebdd6b2267b9e608a32获取文件 Compat-SuperiorSkyblock-4.0.0.0.jarSHA-1 1e6b06a339efda30c1b35547e0646dd9aa78133f获取文件 Compat-Towny-4.0.0.0.jarSHA-1 691e925bebfd938c1c026623e768eada839a29d4获取文件 Compat-Velocity-4.0.0.0.jarSHA-1 d1afe319dbd99b04cc30d1ea8dac0326123c1696获取文件 Compat-WorldEdit-4.0.0.0.jarSHA-1 2118d432ad76b6a5f88e68e2b0a557e1ce9a74b2获取文件 Compat-WorldGuard-4.0.0.0.jar展开更新日志
Happy Lunar New Year!
We're celebrating our major event - the Lunar New Year!
Like Christmas, Lunar New Year is a fairly important holiday in mainland China. People leave their work behind and return to their hometowns to reunite with their loved ones and family and celebrate the new year of the lunar calendar together.
I'd like to send Lunar New Year wishes to everyone in the lovely Minecraft community!
This update is a major update, please take care to backup your server and database. It is very difficult to roll back without a backup.
New features
- Added
/qs debug purgeplayerscacheto purge PLAYERS database table. - Paster now contains more useful data.
- Those paste entires has been added into paste:
- PlayerFinder
- Performance Monitor logs
- MiscUtils data (including General, Shopable Types, Custom StackSize etc.)
- TextManager data (including fallback language, local mapping prefix, file pathes, distribution url, available languages, post processors and caching stats)
- Nexus Manager data
- ItemMarker rules
- Price Limiter settings and rules
- Rank Limiter permission nodes
- Interaction Controller mappings
- PAPI Manager placeholder handlers and caching stats
- Added ton of new PlaceHolders.
- All placeholders are caching for 15mins by default to reduce the server performance impacts.
- You can find those placeholders from our documents.
- All placeholders:
%qs_metrics_recent_purchases_global_all_x%- Count all purchases in recent x days with all types%qs_metrics_recent_purchases_global_selling_x%- Count all purchases in recent x days which only selling shops%qs_metrics_recent_purchases_global_buying_x%- Count all purchases in recent x days which only buying shops%qs_metrics_recent_purchases_global_buying_x%- Count all purchases in recent x days which only buying shops%qs_metrics_recent_purchases_player_all_x%- Count all purchases in recent x days with all types%qs_metrics_recent_purchases_player_selling_x%- Count all purchases in recent x days which only selling shops for single player%qs_metrics_recent_purchases_player_buying_x%- Count all purchases in recent x days which only buying shops for single player%qs_metrics_recent_purchases_player_buying_x%- Count all purchases in recent x days which only buying shops for single player%qs_metrics_recent_transactionamount_global_all_x%- Count all purchases transaction amount in recent x days with all types%qs_metrics_recent_transactionamount_global_selling_x%- Count all purchases transaction amount in recent x days which only selling shops%qs_metrics_recent_transactionamount_global_buying_x%- Count all purchases transaction amount in recent x days which only buying shops%qs_metrics_recent_transactionamount_global_buying_x%- Count all purchases transaction amount in recent x days which only buying shops%qs_metrics_recent_transactionamount_player_all_x%- Count all purchases transaction amount in recent x days with all types%qs_metrics_recent_transactionamount_player_selling_x%- Count all purchases transaction amount in recent x days which only selling shops for single player%qs_metrics_recent_transactionamount_player_buying_x%- Count all purchases transaction amount in recent x days which only buying shops for single player%qs_metrics_recent_transactionamount_player_buying_x%- Count all purchases transaction amount in recent x days which only buying shops for single player%qs_shopmanager_global_total_all%- Count all shops in this server%qs_shopmanager_global_total_selling%- Count all selling shops in this server%qs_shopmanager_global_total_buying%- Count all buying in this server%qs_shopmanager_global_total_loaded%- Count loaded shops in this server%qs_shopmanager_global_total_unloaded%- Count unloaded shops in this server%qs_shopmanager_player_total_all%- Count all shops in this server for single player%qs_shopmanager_player_total_selling%- Count all selling shops in this server for single player%qs_shopmanager_player_total_buying%- Count all buying in this server for single player%qs_shopmanager_player_total_loaded%- Count loaded shops in this server for single player%qs_shopmanager_player_total_unloaded%- Count unloaded shops in this server for single player%qs_metadata_fork%- Gets the QuickShop fork name%qs_metadata_version%- Gets the QuickShop version
- Added ItemExpression.
- Please our documents for more.
- Added enchantment support for both blacklist and price-limit based on new ItemExpression system.
- Including enchantment level restrictions
- Added switch ToggleDisplay ability into shop control panel.
- Added
/qs debug updateplayersigns <player>command to allow batch updates all shops info sign for a specific player.
Bug fixes
- Fixed economy loading issue on serval servers.
- Fixed QuickShopItemMatcher cannot correct matching items (thanks @Lufano for reporting it).
Performance optimization
- Baking shops owner uuid<->name mapping in asynchronous threads.
- Loading transaction messages in asynchronous threads.
- Reduced unnecessary shop loading.
- Restricted the sign update watcher can max cost 50ms in single loop.
- Prevent shops loading on server startup if they're in unloaded chunks.
- Caching configuration values and pre-bake decimal formatter in busy tasks.
- Improved database upgrading / check for schame updates speed.
- Improved command handler lookup speed.
API changes
- QuickShop no-longer extends the JavaPlugin, this may break some 3rd-party addons.
- QuickShop logger now replaced by SLF4J.
- Some util funcations moved into PlatformUtil or CommonUtil.
- JsonUtil was moved into common module.
- Exposed PlayerFinder in QuickShopAPI
- Added
QuickShopAPI#getSemVersionfor returning a Semver object. - Added
ShopCreateSuccessEventevent.
Upcoming changes
The following features could not be included in 4.0.0.0 due to time constraints. We are celebrating the Lunar New Year, and as soon as our holiday is over, I will get back to development work and bring them to QuickShop-Hikari.
The following features have been confirmed and are in the process of being implemented.
- Shop Inventory Rebinding
- Allow user change the shop inventory out of shop container, player can easily binding to another container, or multiple container, to extend the shop.
- This allows players to add the contents of multiple chests/containers to a single shop and update inventory/space information simultaneously.
- If you have OpenInv installed, it can also bind the player's EnderChest inventory.
- It is also possible to bind inventory from a plugin, or even from players and entities, if someone is willing to support InventoryWrapper API.
- Allow user change the shop inventory out of shop container, player can easily binding to another container, or multiple container, to extend the shop.
- Extend DiscordSRV addon and allow players self enable/disable DM notifactions.
- Add discord commands into DiscordSRV addon that allow players use discord command to query shops or transaction logs.
- Migrate addons from QuickShop-Suite into QuickShop-Hikari mainline, and also adapt the per-player localization system.
- Dynmap Integration
3.6.1.5
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 c1904671d4aa06e659cf75444a7bf3665c1a1ed2获取文件 QuickShop-Hikari-3.6.1.5.jarSHA-1 691612d22e7f0df27651194d3b98548c7f985cf4获取文件 Addon-DiscordSRV-3.6.1.5.jarSHA-1 c479ee3a183c4a9873dcc0a507454b29efa183e0获取文件 Addon-Discount-3.6.1.5.jarSHA-1 3816ed9de51c1d6dc8dd4d0b959a079ee5c14723获取文件 Addon-Plan-3.6.1.5.jarSHA-1 dca4bdb8e31ff366e9c8ed79715a6bc7726e1c20获取文件 Compat-AdvancedRegionMarket-3.6.1.5.jarSHA-1 22ed9ad13306c83cf14de1ac814dd0c7e6a8551b获取文件 Compat-BentoBox-3.6.1.5.jarSHA-1 83cfb784ccf577278e8bef53faaa56e0525f4d34获取文件 Compat-BungeeCord-3.6.1.5.jarSHA-1 0e35f2d2754a59a43757e1e3ace54b9ac9a43b1b获取文件 Compat-Clearlag-3.6.1.5.jarSHA-1 0224018df2def1e0debcf1a44d347a64de8c3845获取文件 Compat-EliteMobs-3.6.1.5.jarSHA-1 6caf7c2f0e765ab33223d4527e56523dccef7d8b获取文件 Compat-GriefPrevention-3.6.1.5.jarSHA-1 79418293c913922326cbdbe31b9928494249bfc2获取文件 Compat-Lands-3.6.1.5.jarSHA-1 4208e495ff7247655de51aacae4057dc45865164获取文件 Compat-NoCheatPlus-3.6.1.5.jarSHA-1 af22ca4c8c86d5cbfdfd8ec99af1800edc76f027获取文件 Compat-OpenInv-3.6.1.5.jarSHA-1 20a7c2a5fc77e42ea42b1be40bc467b586d42590获取文件 Compat-PlotSquared-3.6.1.5.jarSHA-1 5f13eff2377e3a2090951c460c728d76edeafc2f获取文件 Compat-Residence-3.6.1.5.jarSHA-1 fa4861ba8d8e66548c7dd4d06113ee417fa7a81e获取文件 Compat-SuperiorSkyblock-3.6.1.5.jarSHA-1 81756bed086147005b3d997e3b095b5e15f60776获取文件 Compat-Towny-3.6.1.5.jarSHA-1 5b7259211754e2fcbc3366bdaaf60e2c7259834c获取文件 Compat-Velocity-3.6.1.5.jarSHA-1 36b58bca17ba65f6802f8945a8ba71530f6bb42c获取文件 Compat-WorldEdit-3.6.1.5.jarSHA-1 27de72effdf958bb11101755a3bd49bfa75d3f45获取文件 Compat-WorldGuard-3.6.1.5.jar展开更新日志
This is a small optional bug fix for Hikari.
Bug Fixes
- If user upgrading from Reremake legacy version (which released before Minecraft 1.16 updates), the shop sign won't be correctly upgraded or recognized. (It fixed in 3.6.1.5 and all exists signs should be recongnized and upgraded after user click it.) Thanks for @Magma from server ria.red for reporting it (Well, that's probably what happens when production environment servers are upgraded only once in many years XD, I recommend that all server administrators for set up a upgrade schedule for updating plugins).
Other Stuff
We're working on Hikari-v4.0.0.0 and focus on performance optimize (multi-threaded, async, caching etc.), improve loading logic, boost startup speed and improve user experience so it will ready for large network.
Also, this is a great opportunity to make feature requests to us (because this change to the API will create changes, and once the API is fixed, it will be difficult for us to make major feature changes)
You can create your feature request on our Discusstions or Issue Tracker, Looking forward to seeing your thoughts.
3.6.1.4
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 58b2e07748ded99e4dcfda05736b39e152fe72bb获取文件 QuickShop-Hikari-3.6.1.4.jarSHA-1 d4d81dc3e43eb5a1561634910598a6e56eceaf15获取文件 Addon-DiscordSRV-3.6.1.4.jarSHA-1 d07d27a496f4d33e4dbad41ec2fcee3796d6381e获取文件 Addon-Discount-3.6.1.4.jarSHA-1 0206d4420457b1ce3e5e13d22b7e70f67d276f08获取文件 Addon-Plan-3.6.1.4.jarSHA-1 2febf787b107ab25953b8371f727226bef3b2920获取文件 Compat-AdvancedRegionMarket-3.6.1.4.jarSHA-1 6e621c283b8554d982032aa9531d5a42a40bcc31获取文件 Compat-BentoBox-3.6.1.4.jarSHA-1 5563f62b79d8f52f1fb02d8189a111193bd9e9da获取文件 Compat-BungeeCord-3.6.1.4.jarSHA-1 eeb9c26acbf35112e88eb5b14a36100833f8cd08获取文件 Compat-Clearlag-3.6.1.4.jarSHA-1 754dee2572e5826ca2d7f643d4ff6ddd13cecc86获取文件 Compat-EliteMobs-3.6.1.4.jarSHA-1 21e68d7babdbf7b03d6faac43afbf06891994970获取文件 Compat-GriefPrevention-3.6.1.4.jarSHA-1 55062792027a796b1c5ed57d0d373d4756ad5564获取文件 Compat-Lands-3.6.1.4.jarSHA-1 5b1edfabe539d5bbc574a9c939f44ab0ba67460c获取文件 Compat-NoCheatPlus-3.6.1.4.jarSHA-1 9a2774aaf7a7ed3d1363a5bc6fea903723a41c5d获取文件 Compat-OpenInv-3.6.1.4.jarSHA-1 54b1d6e79fc6d984c2919453fba03a849912c346获取文件 Compat-PlotSquared-3.6.1.4.jarSHA-1 096766c9809f60c745161ae27f0dc8bdaabecd0b获取文件 Compat-Residence-3.6.1.4.jarSHA-1 6693041fd43c5a0f8bcdb11096511ed8250de97e获取文件 Compat-SuperiorSkyblock-3.6.1.4.jarSHA-1 043408bdfbd31c878093964f8181a52a267bce3d获取文件 Compat-Towny-3.6.1.4.jarSHA-1 a305d3b85e6f8bd2996243021b9bee36bc063fc9获取文件 Compat-Velocity-3.6.1.4.jarSHA-1 8669b1579d52bebd7077746e412c63db812acef8获取文件 Compat-WorldEdit-3.6.1.4.jarSHA-1 c5fd827c9765e083c0590e09e323ce8fd734560c获取文件 Compat-WorldGuard-3.6.1.4.jar展开更新日志
This might be last version of v3 branch, we're developing Hikari v4!
Unless there are major errors in this version, it is unlikely that we will release a new version in a short time.
3.6.1.4/stable
Bug Fixes
- Fix top-level command tab-complete doesn't work.
- Database version didn't bump to
11and cause dupilicate upgrade.
New Features
N/A
Optimization
N/A
3.6.1.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 cc22cad8284576ddca9287cfb8cc98fb574365a4获取文件 QuickShop-Hikari-3.6.1.3.jarSHA-1 33d003a50e849a9e34464f080e932f1e90948fbe获取文件 Addon-DiscordSRV-3.6.1.3.jarSHA-1 54492af75004a02823d10ed7283d6a42121ff4e4获取文件 Addon-Discount-3.6.1.3.jarSHA-1 dd028dc99526367ad68d12dd2a06a3f585f6f8c1获取文件 Addon-Plan-3.6.1.3.jarSHA-1 01d9636166b12a9fa6e6a6828025c5d69bbcc37f获取文件 Compat-AdvancedRegionMarket-3.6.1.3.jarSHA-1 6932f6c214556d31d891da1be74f77d547d23610获取文件 Compat-BentoBox-3.6.1.3.jarSHA-1 5fc11524ded1a8a8f5186a942f4a9642dd6b7fed获取文件 Compat-BungeeCord-3.6.1.3.jarSHA-1 f48afea7ef8c21af236f98c5ad00d0bd4970dd75获取文件 Compat-Clearlag-3.6.1.3.jarSHA-1 df1151e4d775da7309201096c058cb1087d7066c获取文件 Compat-EliteMobs-3.6.1.3.jarSHA-1 205c5533906db4809521764c68ff1f18afb198e9获取文件 Compat-GriefPrevention-3.6.1.3.jarSHA-1 3b03cf4d8d9d67a7821819f5f3e48b8ad7718d80获取文件 Compat-Lands-3.6.1.3.jarSHA-1 993e03c2a2c728f22376c630b206c502219ba033获取文件 Compat-NoCheatPlus-3.6.1.3.jarSHA-1 1536d9ae3ee1ecc137c0f22fc0949457ab76e9fa获取文件 Compat-OpenInv-3.6.1.3.jarSHA-1 05bf9750e0dc5070ebbda9736c345e93be4d685f获取文件 Compat-PlotSquared-3.6.1.3.jarSHA-1 c67da24647d5cec94e2e6a781873227270aed53a获取文件 Compat-Residence-3.6.1.3.jarSHA-1 37abab7aa89f0e110f706f66fae37ae985a43e72获取文件 Compat-SuperiorSkyblock-3.6.1.3.jarSHA-1 7a88466c9464dd622330f6ea39b27d39691fc644获取文件 Compat-Towny-3.6.1.3.jarSHA-1 678b00d8ee4b55a8e65a64305403334975a58caf获取文件 Compat-Velocity-3.6.1.3.jarSHA-1 2ca36fd4546334efe7f7afcd92b06f4b203945d4获取文件 Compat-WorldEdit-3.6.1.3.jarSHA-1 ba5f6a27526d7e604c11d66feac9419e8b51a082获取文件 Compat-WorldGuard-3.6.1.3.jar展开更新日志
New Features
- New option
shop.async-owner-name-fetchhas been added into configuration.
#[BETA] Should we async fetch the owner name?
#If you enable this option, the calls for ContainerShop#ownerName will return the cached result.
#If the request out of cache, QuickShop-Hikari will allow up to 20 ms for sync fetch username.
#Then it will turn to background and return "N/A" this time.
#This may cause some display problems (e.g. the info sign will show that the shop owner is N/A)
#But once the cache is completed for fetching in the background, the next request will return the correct username
#This is very useful for large servers, because sometimes players may accidentally load a large number of long ago shops, resulting in a large number of main route IO requests for username queries and causing a spike in lagging
async-owner-name-fetch: false
Optimize
- Improved parallel player username <-> uuid query workflow, reduced unnecessary Bukkit OfflinePlayer API requests (which it really slow)
- Pre-fill username lookup cache with server's
usercache.jsonto boost initialization cache for improve the cache hit rate - Added
EssentialsXdata sources, now QuickShop will also use EssentialsX's data for mapping query (still, in parallel) - Move
/qs staffuuidquery tasks from server thread to standalone async thread to avoid tps loss - Move
/qs unlimiteduuid query tasks from server thread to standalone async thread to avoid tps loss - Move
/qs benefituuid query tasks from server thread to standalone async thread to avoid tps loss - Move
/qs staffuuid query tasks from server thread to standalone async thread to avoid tps loss - Move
/qs transferuuid query tasks from server thread to standalone async thread to avoid tps loss - Move
/qs permissionuuid query tasks from server thread to standalone async thread to avoid tps loss - Move MsgUtil msg sending functions username query tasks from server thread to standalone async thread to avoid tps loss
3.6.1.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 e8e6133cddf471f248a820ad998247b92cec3c8b获取文件 QuickShop-Hikari-3.6.1.2.jarSHA-1 8d4dd966a1b5d19fdedb27d55221344a7260ccfb获取文件 Addon-DiscordSRV-3.6.1.2.jarSHA-1 29f8bad525ba62c36547fdae1edac69780c014a2获取文件 Addon-Discount-3.6.1.2.jarSHA-1 e215221cbfa848a356f4665a46618c08352e702c获取文件 Addon-Plan-3.6.1.2.jarSHA-1 f13e437f9ec1915e85aeb8c0e88f6de85526b09a获取文件 Compat-AdvancedRegionMarket-3.6.1.2.jarSHA-1 715b931ce9d6df3f93d86e5040189f7c9aa73953获取文件 Compat-BentoBox-3.6.1.2.jarSHA-1 a1e6740d6f2d215aa6b9600cb812a87183b313ab获取文件 Compat-BungeeCord-3.6.1.2.jarSHA-1 e22f5f5fd6fbf9c53a9b50da4a76018a32d28765获取文件 Compat-Clearlag-3.6.1.2.jarSHA-1 2cb4c17f1ac102c46e1472e4f52a57e9472f40f5获取文件 Compat-EliteMobs-3.6.1.2.jarSHA-1 d197effb4d671ee4e05be7a9faccff94d2800bab获取文件 Compat-GriefPrevention-3.6.1.2.jarSHA-1 59964d79f7ded05e089cf77d4be4f78a3a12e416获取文件 Compat-Lands-3.6.1.2.jarSHA-1 4d1b844e81e7fb4fa3c755062f3a8185d7c0ac57获取文件 Compat-NoCheatPlus-3.6.1.2.jarSHA-1 3f6270bca0495fd207022eed352ac044124dd72f获取文件 Compat-OpenInv-3.6.1.2.jarSHA-1 bc35042ad2364b39fe1dfa0ab8ebe04dd623b4b7获取文件 Compat-PlotSquared-3.6.1.2.jarSHA-1 401e4423a1242275838a96b23016d662153e9a1a获取文件 Compat-Residence-3.6.1.2.jarSHA-1 6f4724c047d147bd50cb40d0498d35965320a56e获取文件 Compat-SuperiorSkyblock-3.6.1.2.jarSHA-1 216029dcb9ec4a2dc028e8654b20728bdfa0c507获取文件 Compat-Towny-3.6.1.2.jarSHA-1 24a974d22c88ac07656f3f31029ae0ee1185ccf3获取文件 Compat-Velocity-3.6.1.2.jarSHA-1 bb16877d8f4e8f6c8595594e2f57cd01bbca5cd9获取文件 Compat-WorldEdit-3.6.1.2.jarSHA-1 60f1bbcfc0985a821629ba7a9bda677ea27e2710获取文件 Compat-WorldGuard-3.6.1.2.jar展开更新日志
Check the change log in https://modrinth.com/plugin/quickshop-hikari/version/3.6.1.0
This version hot fixed username lookup bugs in 3.6.1.0 and 3.6.1.1.
3.6.1.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 9b12c2bf7f03e7f59adbac741acad26c0b06b47c获取文件 QuickShop-Hikari-3.6.1.1.jarSHA-1 5e7c964a74e12c06459e64bace9530226afe63bc获取文件 Addon-DiscordSRV-3.6.1.1.jarSHA-1 d7b56e4d734ab11f1f892401b718e9a19948954a获取文件 Addon-Discount-3.6.1.1.jarSHA-1 b6836f8ebbabc19da133026dda05d16cd596d662获取文件 Addon-Plan-3.6.1.1.jarSHA-1 7b987ae86ee7564a35613d39c9db7c108743e694获取文件 Compat-AdvancedRegionMarket-3.6.1.1.jarSHA-1 34bed812335461a8c0c990d77a8bf862357af970获取文件 Compat-BentoBox-3.6.1.1.jarSHA-1 8653d4776a46e04ac78f1cfb35046304d94dce0b获取文件 Compat-BungeeCord-3.6.1.1.jarSHA-1 2f7984755474defcb93c116290617b0dceea4a22获取文件 Compat-Clearlag-3.6.1.1.jarSHA-1 e84f9e38ff87c0ad8d223df0842e7fc6159e2bc9获取文件 Compat-EliteMobs-3.6.1.1.jarSHA-1 fbe5916ccd1dd7ad2fee15b94cfea00df5d1decf获取文件 Compat-GriefPrevention-3.6.1.1.jarSHA-1 b94ff5420c6bdb11efc8131f96c470c19f333b44获取文件 Compat-Lands-3.6.1.1.jarSHA-1 41793193b98ac21e702f986a86d78e757cabbc79获取文件 Compat-NoCheatPlus-3.6.1.1.jarSHA-1 662cd9de576e43fd25dc67720a6acb4482a527ed获取文件 Compat-OpenInv-3.6.1.1.jarSHA-1 70121e314a830d0940a7ab593317f9bd69b44ab5获取文件 Compat-PlotSquared-3.6.1.1.jarSHA-1 e63817add4f78a514afe8a773748cc7bedbcd68a获取文件 Compat-Residence-3.6.1.1.jarSHA-1 03f3d867d3f5338a91bb102905721d59b01f3aa6获取文件 Compat-SuperiorSkyblock-3.6.1.1.jarSHA-1 058843ad24c89fa59becf0a24ad5bdbf032c897d获取文件 Compat-Towny-3.6.1.1.jarSHA-1 42b14fb496e0e4df1217b28f5734e94ea893a6a3获取文件 Compat-Velocity-3.6.1.1.jarSHA-1 18957fc8afcbfff94a138e60f6ad559ec213e6b5获取文件 Compat-WorldEdit-3.6.1.1.jarSHA-1 a4403ce81597dd90d3ff8fa89d572c377851621c获取文件 Compat-WorldGuard-3.6.1.1.jar展开更新日志
Hot fix for 3.6.1.0 for startup NPE on some server
3.6.1.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 18410cb3260b458bcd060bb2e8f1cf4ad5c404b4获取文件 QuickShop-Hikari-3.6.1.0.jarSHA-1 9143de56f9ee52310885c4de2c7a4c03ef987875获取文件 Addon-DiscordSRV-3.6.1.0.jarSHA-1 798d349d34e39f2e69c82fc943846abcf77b252d获取文件 Addon-Discount-3.6.1.0.jarSHA-1 29500cec2c63b18c4c36297a5422a1996c52d8ce获取文件 Addon-Plan-3.6.1.0.jarSHA-1 1280fc1c94c0e2439433bba35b5aed68aa42c1c0获取文件 Compat-AdvancedRegionMarket-3.6.1.0.jarSHA-1 cf0a92a1b54ce56c0f837df3910ad74433df27c5获取文件 Compat-BentoBox-3.6.1.0.jarSHA-1 29cc88bfcb405b5dc03b2273302ca62cc6c0a887获取文件 Compat-BungeeCord-3.6.1.0.jarSHA-1 5396cd137de54a4098317ae6dd9430302af9fde7获取文件 Compat-Clearlag-3.6.1.0.jarSHA-1 1891789aaeb41b87422536ca1f7492aae1d64469获取文件 Compat-EliteMobs-3.6.1.0.jarSHA-1 d7752d8443ccc695f1e4c098ac1c9cf4caf06a38获取文件 Compat-GriefPrevention-3.6.1.0.jarSHA-1 e9299438a374c04249de5b6e827a0fb3628ca2a9获取文件 Compat-Lands-3.6.1.0.jarSHA-1 6b34dd2bfb099110589d4912c2892434fa4db97e获取文件 Compat-NoCheatPlus-3.6.1.0.jarSHA-1 4259d77ee13509b77bb322ed7c43c38beb3f9731获取文件 Compat-OpenInv-3.6.1.0.jarSHA-1 67ebb5fc987e421c0cf049f5dcc2133793ef8291获取文件 Compat-PlotSquared-3.6.1.0.jarSHA-1 0bbe66d4cab047b8f7a0abbb961cf0aa375055ea获取文件 Compat-Residence-3.6.1.0.jarSHA-1 18b670d4916e0dd06bb477eb7a1a1893b8fa58e2获取文件 Compat-SuperiorSkyblock-3.6.1.0.jarSHA-1 90d26a12f70440ad59482c9db92e313e6bdf3432获取文件 Compat-Towny-3.6.1.0.jarSHA-1 94292e2a488c980ff0fff748cdbd831cb0aa082e获取文件 Compat-Velocity-3.6.1.0.jarSHA-1 e7f6e272df3f2afb9bc0c55acaa3c615eadd2e95获取文件 Compat-WorldEdit-3.6.1.0.jarSHA-1 483964fcab17a69fa520882a8a15cc96792827ab获取文件 Compat-WorldGuard-3.6.1.0.jar展开更新日志
3.6.1.0
NOTE: Due the API changes, you might need also update your Addons and Compatibility Modules.
WARNING: Due the database updates, downgrade from 3.6.1.0 without backup is impossible, BACKUP BEFORE INSTALLING THE UPDATE.
New Features
- The new FastPlayerFinder.
- The new FastPlayerFinder replaced old PlayerFinder for better uuid<->username lookup performance, see this this article for more.
- The Performance Monitor.
- We have added a Performance Monitor for monitoring the QuickShop-Hikari internal performance, see the article above for more.
Regression
CrowdinOTA back online with alternative.
We moved from Crowdin Content Delivery Network to ourself CloudFlare based infrastructure, see this article for details.
By updating to 3.6.1.0, the CrowdinOTA feature will re-enabled on your server.
If it is inconvenient to update the plug-in at this time (for example, code audit is required), you can make the following adjustments to your startup script to switch your existing installation to the new CrowdinOTA endpoint (required QuickShop-Hikari 3.6.0.2 or 3.6.0.3):
-Dcom.ghostchu.quickshop.localization.text.SimpleTextManager.enableCrowdinOTA=true -Dcom.ghostchu.quickshop.localization.text.SimpleTextManager.crowdinHost=https://crowdinota.hikari.r2.quickshop-powered.top
it should looks like this:
java -Xmx4G -Dcom.ghostchu.quickshop.localization.text.SimpleTextManager.enableCrowdinOTA=true -Dcom.ghostchu.quickshop.localization.text.SimpleTextManager.crowdinHost=https://crowdinota.hikari.r2.quickshop-powered.top -jar paper.jar nogui
Optimization
- PlayerFinder performance has been optimized for large minecraft network by rewriting. Now we will execute multiple queries in parallel to maximize response speed. (The working mode of this mechanism is similar to the snap answer.)
- The loading speed of a single shop is improved by removing unnecessary symbol link creation requests (aka.
InventoryWrapper#mklink). - By disabling the display-item center alignment function by default, the loading speed of a single shop is improved, and the peak of TPS lag caused by chain block loading is avoided as far as possible.
- The schedulded container integrity check is no longer performed after loading in the shop. Due to the introduction of the new InventoryWrapper mechanism, the check has been completed at the time of
InventoryWrapper#locate.
API Changes
QuickShop#getPlayerFinder has been replaced by FastPlayerFinder.
Database Schema Changes
qs_players
Please see Database Schema page for latest database schema.
Supporters
Thanks for supporters on Ko-fi for donation ❤
- OnlyPW
3.6.0.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 58e2c3bf333280c4a669ce79ee47c93eb0d3fbca获取文件 QuickShop-Hikari-3.6.0.3.jarSHA-1 25cfbaea5602e03d2ae31499a1248ef031b1c5ee获取文件 Addon-DiscordSRV-3.6.0.3.jarSHA-1 ce858e1dba5f1f8127ceb7f6a8f151d26f1cf0e4获取文件 Addon-Discount-3.6.0.3.jarSHA-1 487eb17c4fff5eccb1e36a1b190777a7917a808c获取文件 Addon-Plan-3.6.0.3.jarSHA-1 41acd0df902c31cd8019d75bfc259773d177bd42获取文件 Compat-AdvancedRegionMarket-3.6.0.3.jarSHA-1 6a1177ff7a3ba5b593645d43c3862a710170a95c获取文件 Compat-BentoBox-3.6.0.3.jarSHA-1 2b47dad0070edfafd9afecf4bab1d63099a532f4获取文件 Compat-BungeeCord-3.6.0.3.jarSHA-1 1a7276ecab74c0d3dd4ae556827170d1a1b44083获取文件 Compat-Clearlag-3.6.0.3.jarSHA-1 228c21c55ec2d19443aa791e32c9ebe39da445c7获取文件 Compat-EliteMobs-3.6.0.3.jarSHA-1 ebb657f9a45cc32d5bc2279f0ba93663a15f9e44获取文件 Compat-GriefPrevention-3.6.0.3.jarSHA-1 4b71578307cd56d48b9385191863f121ef4025fe获取文件 Compat-Lands-3.6.0.3.jarSHA-1 4bac46c6d3d7aab7b484780c122b8d7fb0bd922a获取文件 Compat-NoCheatPlus-3.6.0.3.jarSHA-1 86fabf69cc741c0b54f540e67159ac9790eebc03获取文件 Compat-OpenInv-3.6.0.3.jarSHA-1 4953b85efcc0d3cc568a1446041dc4a0c5192573获取文件 Compat-PlotSquared-3.6.0.3.jarSHA-1 4e4ae06a3391a0261615039af27908cf6e53a623获取文件 Compat-Residence-3.6.0.3.jarSHA-1 062a0e407609a41009a8946bc0ba2f9c61043adb获取文件 Compat-SuperiorSkyblock-3.6.0.3.jarSHA-1 bac85c3f204f9d38f2c02804c172d394af40c9ae获取文件 Compat-Towny-3.6.0.3.jarSHA-1 15e98cec3c2b35fc46274420221469c6ed9dfe06获取文件 Compat-Velocity-3.6.0.3.jarSHA-1 bd6dd7978250f25b6d8e8a58d36ce6bcd1b3b8e6获取文件 Compat-WorldEdit-3.6.0.3.jarSHA-1 e78b2298e1278379373bd3551eed3ada0cdb12af获取文件 Compat-WorldGuard-3.6.0.3.jar展开更新日志
Please update to this version
Hi there, before the change log content, I want kindly ask you to upgrade your Hikari instance to 3.6.0.3 and I will show you for why.
An E-mail from Crowdin
Today (2022/12/30), I have received a e-mail from Crowdin Team and here is the content:
Hi there,
Greetings from Crowdin, hope you're going great🎄
Sorry to bother you during the holiday season, but our team did an annual review and we noticed that your team is actively using [Over-The-Air Content Delivery](https://support.crowdin.com/content-delivery/)feature, which is a paid option. The price is based on the number of requests ($3/1M requests) and the transferred data ($2/10GB) - if you have up to 1M requests and 10GB of data transfer, CDN is free.
According to our database, there were already sent 19M requests and 50GB of data was transferred for a total amount of 72 USD. You can also see this information in the [Payments](https://crowdin.com/settings#payments)tab, and I'm also sharing the document with detailed statistics about your OTA usage in the last months; please find it attached.
There is no need for you to pay the previous debt, but as you are already aware that CDN is a paid option, we kindly ask you to remove CDN from your code at your earliest convenience (preferably within the next month), so no new debt will grow or we can discuss the suitable ways for you to pay for future OTA usage if you would like to keep using it
Please let me know your thoughts on the matter
Looking forward to hearing from you,
And the attachment cdn_usage.txt:
+----------+----------+-----------------------+
| date | requests | transferred_gigabytes |
+----------+----------+-----------------------+
| Apr 2022 | 1241624 | 4.729 |
| May 2022 | 1374644 | 3.768 |
| Jun 2022 | 2477846 | 6.025 |
| Jul 2022 | 2649011 | 6.571 |
| Aug 2022 | 2814239 | 6.446 |
| Sep 2022 | 2255808 | 4.454 |
| Oct 2022 | 2257621 | 5.098 |
| Nov 2022 | 2087014 | 4.902 |
| Dec 2022 | 1924092 | 7.711 |
I was shocked that I never noticed Crowdin Over-The-Air Distribution as a paid feature. Because it is freely available and unlimited in my Open Source Plans account.
Then I have a quick re-check for the Pricing pages and Crowdin's KB, I still can't find a description of Over-The-Air as a paid feature and its billing standard.
Well, as the email said, "Now I know that it is a charging function", so I deleted the Distributions of Remake and Hikari from the Crowdin Control Panel, and hoped Crowdin would not charge me any more.
After disable the Distributions
After that, I replied this email:
I'm sorry I didn't realize that my program has so many users and CDN requests!
Follow your advice, I have already removed Distributions from Crowdin's control panel after I received this mail and I will also remove Crowdin Over-The-Air related codes from the next version.
I am very grateful for your willingness to waive my bill for last month.
Since I can't control my users to upgrade to a new version that without Crowdin OTA functionality, I want to know if I will still receive bills from Crowdin OTA functionality after I removed all Distributions from Crowdin control panel?
Thank you for informing me about it.
Later, I was so shocked by Crowdin Team's reply.
Hi there,
If deleting only distribution (but keeping it in your code still) there will be no data transfer, but there will still be requests
In general, if you do not plan to use it as a paid feature, it would be great to delete it from your code as well
Well, I can't force anyone to update their plugin, this is users right.
So I continued to contact Crowdin Team and got the following reply.
Thank you for your quick reply!
My code uses GPLv3 license and distributes precompiled JARs in binary form.
I will release a new version that removes OTA functions as soon as possible, but I cannot force users to upgrade to a new version (if users are unwilling to uninstall my software from their devices). I have not designed telemetry and remote disabled functions for my software.
At the same time, my Distributions ID has been distributed along with the source code for a long time.
So I want to confirm the following questions to you:
1. Whether the Over The Air function can be completely disabled by myself or Crowdin Team, or whether I must pay the bill for any invalid request.
2. If I delete the Crowdin Project associated with it and recreate it, will the invalid request of the project before deletion continue to be charged.
3. If I do not pay the relevant bills, only the Over The Air function will be disabled or the entire account (even for the Open Source plan).
4. Whether Open Source plans to have a free Over The Air quota, because for a long time in the past, I did not notice that Crowdin mentioned the cost of Over The Air.
5. Earlier, I agreed to participate in the test invitation of Crowdin Enterprise and created the project and account (Open Source plan). But I didn't really use it because I was an open source project.
Should I contact customer support and delete my account and project in Crowdin Enterprise to avoid unnecessary bills?
Reply:
Hi Ghost,
Thanks and yes, we understand you cannot force users to use the new version of the app, so for now, what's needed for you is just to remove the OTA functions from your app's code and release the new version. As long as users switch the version, the number of requests will decrease
Currently, we calculate all the requests sent to the distribution and even if you remove the account\project\disctibition, the requests will still be sent to AWS (Over-the-Air technology is built on top of AWS infrastructure)
I'm afraid we also cannot stop the requests sent to AWS as they are external, and we cannot simply control that on our end so a solution for now, let's agree to the following:
you remove OTA feature from your code and release the new version of the app;
we keep monitoring the number of requests received from your users;
in a month, we'll get back to you with the latest statistic - there is a big chance the number of requests will drop significantly and you will fit the free tier of CDN usage (up to 1M requests and 10GB of data transfer).
during this month, there won't be a need to pay any bill for CDN;
you're also welcome to keep your accounts in Crowdin :)
Does it sound fine to you?
Alright, I agree.
So here we go
Since 3.6.0.3, the function of CrowdinOTA is completely disabled from plugin.
For other versions, you should not be able to get the latest translated files from the cloud because we terminated Distributions, the backup translation of the plug-in will replace CrowdinOTA, and you do not need to make any other changes.
For earlier versions that do not yet support offline backup translation, the plug-in may stop working, you must upgrade to any version that support offline translations.
Once again, I am very sorry for the inconvenience.
What about future
Sandtechnology and I are building our own infrastructure for QuickShop, which we are actively discussing and conducting technical verification. Once we have a viable alternative, we will test it and add it to the official version.
3.6.0.3 Changelog
Removed
- Removed Crowdin Over-The-Air translations update services.
- Both Hikari and Reremake has affected, across all versions.
New Features
- New EliteMobs compatibility modules
- This module will prevent player create or purchase a shop that trading items with EliteMobs's Soulbound enchantments to avoid trade scam.
Bug Fixes
Everything looks great, no bugs found.
3.6.0.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 aae0caf7fcf9dc3b5ed9fd7a0a892d958016b59f获取文件 QuickShop-Hikari-3.6.0.2.jarSHA-1 ba82a594abda7d29610b96909ba2252c2e3bf8c3获取文件 Addon-DiscordSRV-3.6.0.2.jarSHA-1 cc22d26ec882d36a0b8c703d50eee0a70cb24367获取文件 Addon-Discount-3.6.0.2.jarSHA-1 ba69f2619598223908d2fd9d8ec0defba8b47a88获取文件 Addon-Plan-3.6.0.2.jarSHA-1 d98b5c3f09f1959ff4ca40b9b1c303b3091f3c3e获取文件 Compat-AdvancedRegionMarket-3.6.0.2.jarSHA-1 ceca2d91de9baa1a22fce442f32c88c0de2a7782获取文件 Compat-BentoBox-3.6.0.2.jarSHA-1 8dcc0b9807aa77d1060f2e230d389ce34a6643f6获取文件 Compat-BungeeCord-3.6.0.2.jarSHA-1 e8c718a2588bbc48b7bbf95c87ca0ff18c33f144获取文件 Compat-Clearlag-3.6.0.2.jarSHA-1 c2b1a2745e9d07ddd250bd78554db79ed307b36e获取文件 Compat-GriefPrevention-3.6.0.2.jarSHA-1 f78a164d5c625944175ac427fcb63c9820d5a63f获取文件 Compat-Lands-3.6.0.2.jarSHA-1 a2bf830b1bd7fc73843cd50614cbbfc36ee21e35获取文件 Compat-NoCheatPlus-3.6.0.2.jarSHA-1 9690dedd2658eb6abab4de8155c25fdef97f6954获取文件 Compat-OpenInv-3.6.0.2.jarSHA-1 ab560a8f44171c80cecff1b9b714c5e844da5e5e获取文件 Compat-PlotSquared-3.6.0.2.jarSHA-1 07b5c1f419b0d02d76362c13b35ce3e20a329b49获取文件 Compat-Residence-3.6.0.2.jarSHA-1 1a52466c051ed4189ff77713aa3c7076327f21f8获取文件 Compat-SuperiorSkyblock-3.6.0.2.jarSHA-1 21e7c20fe5cbd5204e3e812fb71be9fd88520614获取文件 Compat-Towny-3.6.0.2.jarSHA-1 6bfddb1d6919f875381d9063337fc8f35aeaa8ca获取文件 Compat-Velocity-3.6.0.2.jarSHA-1 468e93c292dbb1c08c4705d96208e9651b945581获取文件 Compat-WorldEdit-3.6.0.2.jarSHA-1 517d7d448cf9fca80fc7772edf0da86eb812b13e获取文件 Compat-WorldGuard-3.6.0.2.jar展开更新日志
3.6.0.2
Last update before 2023! Merry Christmas and Happy New Year!
Bug Fixes
- Fixed broken
display-item-use-name. - Fixed VirtualDisplayItem stuff won't reload on
/qs reloadcommand. - Fixed Item Blacklist reloading doesn't work properly, it won't purge already registered entires.
- Fixed Adventure mode player shops clicking detecting.
3.6.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 7fbadcde0c1d58185bab341065e0e9fbdb2635f2获取文件 QuickShop-Hikari-3.6.0.1.jarSHA-1 1b77e9123a5639d62ffc88b29f2585dda4a8c6f6获取文件 Addon-DiscordSRV-3.6.0.1.jarSHA-1 41e4cc08680c7f8f0d9dc02ae317343c4970896c获取文件 Addon-Discount-3.6.0.1.jarSHA-1 ee401ec2a521bef48c8bb01c84294fb19f0c784c获取文件 Addon-Plan-3.6.0.1.jarSHA-1 6ee184103924ec821a9be33c5547a637392d45bb获取文件 Compat-AdvancedRegionMarket-3.6.0.1.jarSHA-1 f617c97b50e8bb3ba178b5d92ba1ffd9d0220e57获取文件 Compat-BentoBox-3.6.0.1.jarSHA-1 dd9cb957bdd88aed59806281f964179405cfd01c获取文件 Compat-BungeeCord-3.6.0.1.jarSHA-1 187f3e36a354ce2d57c586b09da825a164d9cc40获取文件 Compat-Clearlag-3.6.0.1.jarSHA-1 5ac21f8d1f8c0d981441d9d9d84ed99a8af956bd获取文件 Compat-GriefPrevention-3.6.0.1.jarSHA-1 56bbde9bd2abb7b851be656195b98df455a05c22获取文件 Compat-Lands-3.6.0.1.jarSHA-1 a088e4df724dbc689e1b4fa09688b447d181aa89获取文件 Compat-NoCheatPlus-3.6.0.1.jarSHA-1 cae85386c9cb9067aff15ced6ba4343702c3325f获取文件 Compat-OpenInv-3.6.0.1.jarSHA-1 14c5ff999cdbaf91f452f4d0a1560edaa1563e28获取文件 Compat-PlotSquared-3.6.0.1.jarSHA-1 7b337999c690198c4fce067f0219dc79975991ca获取文件 Compat-Residence-3.6.0.1.jarSHA-1 84f65b0e94cd2066635ab2f458cc3e226fb6d3f2获取文件 Compat-SuperiorSkyblock-3.6.0.1.jarSHA-1 4c226568656b0cf55c319d673e17020a18d83331获取文件 Compat-Towny-3.6.0.1.jarSHA-1 a843d8e651c98b980dbabaecffdbde09bba966b7获取文件 Compat-Velocity-3.6.0.1.jarSHA-1 245f877e0063ac14223ccee9007121cc7941f969获取文件 Compat-WorldEdit-3.6.0.1.jarSHA-1 6d329c2d3cbbff30725f3c76ca719875a9215053获取文件 Compat-WorldGuard-3.6.0.1.jar展开更新日志
3.6.0.1
This is a hotfix for 3.6.0.0.
Bug Fixes
- Fixed CrowdinOTA will cause plugin hard crash if cannot load manifest over Internet from Crowdin server.
- Fixed Language Override system doesn't load overrides from
/overrides/<locale>/messages.yml
Addon-Discount
Bug Fixes
- Fixed command description translation missing and shown a translate key.
3.6.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 0b6c2e537f59492aac225c795195539c50c00e04获取文件 QuickShop-Hikari-3.6.0.0.jarSHA-1 1169537d60452d819cd18d4b73e1a448bc09998a获取文件 Addon-DiscordSRV-3.6.0.0.jarSHA-1 cc27eeb556fa887c49946e30302f374cc73a292e获取文件 Addon-Discount-3.6.0.0.jarSHA-1 dbfd3930c5c8c74dc695a66833c79a8c7d5443c1获取文件 Addon-Plan-3.6.0.0.jarSHA-1 1ece74c03863575a5d5eb44de3b788f13ec3f2dc获取文件 Compat-AdvancedRegionMarket-3.6.0.0.jarSHA-1 154468e5605592e6f19eee0f028765a7ae439726获取文件 Compat-BentoBox-3.6.0.0.jarSHA-1 6f1de135dd4a26375556f7b7fdd71a6c99fcfb06获取文件 Compat-BungeeCord-3.6.0.0.jarSHA-1 afb187f251c9363afab07397021d94ae9d74cb20获取文件 Compat-Clearlag-3.6.0.0.jarSHA-1 cd2e0c7d3c88a8300f16b604279afc8dc70a86c2获取文件 Compat-GriefPrevention-3.6.0.0.jarSHA-1 1736a33f05b44cde60bea3e6884328682390966c获取文件 Compat-Lands-3.6.0.0.jarSHA-1 a60b2f9c062e0f464e1c2598c8a948d583755fea获取文件 Compat-NoCheatPlus-3.6.0.0.jarSHA-1 86bb817088f424485240acd6e8f4ef6f3d9d70ee获取文件 Compat-OpenInv-3.6.0.0.jarSHA-1 b325f0d9e5121a335e2b6225db57412230a43f03获取文件 Compat-PlotSquared-3.6.0.0.jarSHA-1 fa9f19dc638c1425907e0d987778db83422fb822获取文件 Compat-Residence-3.6.0.0.jarSHA-1 2f872823ddcb001dbae9bd63baae9c4ba8408e57获取文件 Compat-SuperiorSkyblock-3.6.0.0.jarSHA-1 5e52d711f77cba7bdf3b9195f1628af91f4b44be获取文件 Compat-Towny-3.6.0.0.jarSHA-1 614a16d721441e40d01053a587f214975588b4b3获取文件 Compat-Velocity-3.6.0.0.jarSHA-1 d27d26f2e6056bc3ecea95182a443cc3c93737eb获取文件 Compat-WorldEdit-3.6.0.0.jarSHA-1 86f0328d4a5bbf752fa88d3661edfe93063dda9d获取文件 Compat-WorldGuard-3.6.0.0.jar展开更新日志
3.6.0.0
Merry Christmas, everyone!
We brought a Christmas update from QuickShop Hikari! Don't worry, Santa Claus will put the update in your chimney.
Until it is blackened by smoke and becomes outdated.
Highlights
New addons Plan and Discount now joined QuickShop-Hikari addon's family!
Scroll down to read change logs about our addons!
| Plan | Discount |
|---|---|
New Features
N/A
Bug Fixes
- Translation override system doesn't work. The file incorrect created as a same file directory. Override file incorrect merge with exists translation.
- Translation fallback logic doesn't work.
- Fixed purchase logger always record zero for item amount in database.
Developer Changes
- New event
ShopInfoPanelEventadded into QuickShop-Hikari, event will raise after user clicked shop container and info panel printed. - QuickShop-Common module's CommonUtil new added
CommonUtil#parseTime(String)method to allow developer convert a Zulu Time (2022-12-17T10:31:37Z) or UNIX Timestamp in seconds1671273097to Java Date.
Addon Family
DiscordSRV
Download
- Added DiscordSRV artifacts to Modrinth, CodeMC.io and Github Releases artifacts list, You're able to download jars from the sites shown above.
Bug Fixes
- Fixed the placeholders with emptry string may cause bad embed message error, it was fixed by replacing empty string to ZERO width space.
Plan
Plan addon allow server owners to showcase the recent QuickShop-Hikari activities on the server.
Data Tracked
Recorded data can be displayed from Hikari v2.0.0.0 onwards, but only after version 3.6.0.0 can Item amount in Purchase History be displayed correctly.
Global Scope
- Total shops amount
- All shops (to a Shops list)
- Recent Purchase History (include deleted or invalided shops), only in recent 365 days and 1000 rows will be shown up.
Due the Plan limitations, We can't add more data into the list because the maxmium columns are hardcoded limited to 5 in server scope.
And still is Plan limitations, the list sorting is disturbed, so the display order is not the actual order.
Player Scope
- Total shops amount
- All owned shops (to a Shops list)
- Recent Purchase History (include deleted or invalided shops), only in recent 365 days and 50 rows will be shown up.
Due the Plan limitations, We can't add more data into the list because the maxmium columns are hardcoded limited to 4 in server scope.
And still is Plan limitations, the list sorting is disturbed, so the display order is not the actual order.
Showcase
| Global Purchases | Player Purchases |
|---|---|
| Global Shops | Player Shops |
|---|---|
Localization
Due the Plan limitations, translate Plan addon is impossible.
Discount
Discount Addon added Discount Code in your QuickShop-Hikari server.
Permission
- quickshopaddon.discount.use (default: everyone)
Permission to use any
/qs discountcommands. - quickshopaddon.discount.bypass (default: OP) Permission to bypass the owner checks to force config discount codes, add non-self shops in allow list or remove a discount code.
- quickshopaddon.discount.create.server_all_shops (default: OP) Permission to create discount code that applied to all shops in your server.
- quickshopaddon.discount.create.player_all_shops (default: everyone) Permission to create discount code that applied to player themself shops.
- quickshopaddon.discount.create.specific_shops (default: everyone) Permission to create discount code that applied to shops in the code allow list.
Create a discount code
To create a discount code, you need use discount command:
/qs discount create <code> <code-type> <rate> [max-usage] [threshold] [expired-time]
Command pretty long, but you have in-game command assistant to help you in your tab complete hint.

Available Code Type
- SERVER_ALL_SHOPS (Applied to all shops in your server)
- PLAYER_ALL_SHOPS (Applied to all shops belongs to code creator)
- SPECIFIC_SHOPS (Applied to shops in allow list that added by command
/qs discount config <code> addshop)
Install a code
To use a Discount Code, you need install them before purchase shops.
/qs discount install <code>
The installed code will remember during this session.
Uninstall a code
To uninstall a Discount Code, you need use command:
/qs discount uninstall <code>
Show detailes for a installed discount code
To use info subcommand, you can query the code creator, range, remaining usage, expired time, threshold and discount rate.
/qs disount info

Remove discount code
To remove your a specified discount code, execute command:
/qs discount remove <code>
Check if discount code can be applied to specific shop
You need install a discount code first, then you click the shop you want to check, a promot message will show up when you can enjoy the discount in this shop.
If code not accepted by target shop, you will also receive a warning message when you click it.

Apply the discounting
You need install a discount code first, then purchase a shop that accept your code.
Then discount will applied to your puchase, and your remaining count will be consumed.

NOTE: If the above additional conditions are not met, the Discount Code will not be applied and you will not get a discount, but at the same time, the Discount Code will not be consumed, and the prompt message will contain the specific reason.
Auto Purge Expired Code
An expired discount code will automaticlly removed while server startup or in 30mins.
Before they got purged, players who use a expired code will receive a error message that says the code has been expired.
Convert your time
Expired time accepts both Zulu Time format and UNIX Timestamp in seconds format:

There have a such pretty online website can help you convert the time:
https://www.unixtimestamp.com/
For Zulu Time (ISO 8601 Extended) format:
yyyy-MM-dd'T'HH:mm:ssZZ
Note that the server time zone is used for calculations during the conversion.
Some other stuff
Since Nov 20, 2018, I have spent thousands of hours on QuickShop series projects, I have maintain these projects for up to four years.
The fifth year is coming, I would appreciate it if you could light up Star and Fork buttons for Github Repository❤.
Full Changelog: https://github.com/Ghost-chu/QuickShop-Hikari/compare/3.5.0.3...3.6.0.0
3.6.0.0-beta2
测试版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 47be8f959b29a09ee3dceb9f8d43156bee7a3c18获取文件 QuickShop-Hikari-3.6.0.0-beta2.jarSHA-1 f849f23e03b6204b130d60d3aa0afac274ad382d获取文件 Addon-DiscordSRV-3.6.0.0-beta2.jarSHA-1 f5d1656c138820dc51db31a53cb7b551221a6ee1获取文件 Addon-Discount-3.6.0.0-beta2.jarSHA-1 242273d4a18133aab0d209da2b0c49bc7b259e30获取文件 Addon-Plan-3.6.0.0-beta2.jarSHA-1 5c872501df89ea2ac0f779a05132ad62bf0aba24获取文件 Compat-AdvancedRegionMarket-3.6.0.0-beta2.jarSHA-1 5f17711c2589602e3fc4e836fabf5a72c388349e获取文件 Compat-BentoBox-3.6.0.0-beta2.jarSHA-1 6aa41e02729251ee4dddc3f4108358016d20d59b获取文件 Compat-BungeeCord-3.6.0.0-beta2.jarSHA-1 1d579c2f2f344233a2eb3cef6e710552d321b733获取文件 Compat-Clearlag-3.6.0.0-beta2.jarSHA-1 91315e1806bd46d800c81c06ce9ec50fe361c8ff获取文件 Compat-GriefPrevention-3.6.0.0-beta2.jarSHA-1 8ff10f176e525f09e19660103e10dd678beaa90e获取文件 Compat-Lands-3.6.0.0-beta2.jarSHA-1 8c4e8552e4405a728227b2419e426f41539e98e4获取文件 Compat-NoCheatPlus-3.6.0.0-beta2.jarSHA-1 124a9e4f0ca726e7fd33316652dd303123d4b0fc获取文件 Compat-OpenInv-3.6.0.0-beta2.jarSHA-1 e82394034893a88b835d6d03e02e44bc65c4b3e1获取文件 Compat-PlotSquared-3.6.0.0-beta2.jarSHA-1 1d513cb30c2ec2572007f4097796c08fe1ba14f1获取文件 Compat-Residence-3.6.0.0-beta2.jarSHA-1 e3e38a97cbd845d7c3efa9d7891b98c95fb3554f获取文件 Compat-SuperiorSkyblock-3.6.0.0-beta2.jarSHA-1 fdf44c2b46d346c121824817a8eaab59a9e114ab获取文件 Compat-Towny-3.6.0.0-beta2.jarSHA-1 f9044213e7a41196913893266786e2abf62e5eb1获取文件 Compat-Velocity-3.6.0.0-beta2.jarSHA-1 e185ad6b11f4ab0e2f87bc1e64777ddbce5f1c68获取文件 Compat-WorldEdit-3.6.0.0-beta2.jarSHA-1 c98142f12415c04fa6a2534997e800d7996dc4f9获取文件 Compat-WorldGuard-3.6.0.0-beta2.jar展开更新日志
Discount Addon and Bug Fixes
Discount Addon
Christmas is coming! We've launched a new Beta version of Addon: Discount.
Now create a Discount Code and let others enjoy discounts in your store!
Create a discount code
To create a discount code, you need use command /qs discount create, there have few options you can custom including:
- code name (e.g
XMAS50OFF) - code type
PLAYER_ALL_SHOPSfor all your shopsSPECIFIC_SHOPSSERVER_ALL_SHOPSfor all shops on this server (administrator)
- max usage (like you can use this code up to 5 times)
-1for unlimited
- price rate
- percentage:
30%is-70% - fixed:
50is-50$
- percentage:
- threshold (e.g only purchase over 500$ in one time then you can enjoy -50$ discount)
-1for unlimited
- expire time
-1for unlimited- Support UNIX timestamp in seconds format.
- Support Zulu standard format.
Follow the in-game tab-completer to fill arguments to create a discount code.


There is time format example:

Install your discount code
By execute command /qs discount install <code> to install a discount code, then it will applied to every purchase that applicable your installed discount code.

If discount codes are available, you will receive a prompt message when you clicking the shop.

Check your discount code information
By execute the command /qs discount info, you will able to check discount code information that you installed.

QuickShop-Hikari
New features
- Impl ShopInfoPanel event.
Bug Fixes
- Fixed QuickShop-Hikari languages override system.
- Fixed QuickShop-Hikari languages safe fallback system.
3.6.0.0-beta1
测试版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 401b77b53dc5596785154a0144600eefbbdb9414获取文件 QuickShop-Hikari-3.6.0.0-beta1.jarSHA-1 6984a3932648f195aaed7805456e10bc4f525094获取文件 Addon-DiscordSRV-3.6.0.0-beta1.jarSHA-1 372c81bf063b55d583a0aaa3dfb3ec11ea5e46a5获取文件 Addon-Plan-3.6.0.0-beta1.jarSHA-1 ebd6bae1499f404df809d2398ebcefb5443d07d9获取文件 Compat-AdvancedRegionMarket-3.6.0.0-beta1.jarSHA-1 ee3dc4192c4d3ae14040c38feeb772f4446ca4e7获取文件 Compat-BentoBox-3.6.0.0-beta1.jarSHA-1 5c797b33b4f11270e847acc3b55ffcb91c0ac3b0获取文件 Compat-BungeeCord-3.6.0.0-beta1.jarSHA-1 272f198355e5027173136ed4ed79ccb03fec09bd获取文件 Compat-Clearlag-3.6.0.0-beta1.jarSHA-1 2b30ab867dc02021eaa2ef02f740d4ff87a1251a获取文件 Compat-GriefPrevention-3.6.0.0-beta1.jarSHA-1 95036db1b32b9ff00ba8f9944c37f5eed09d3afa获取文件 Compat-Lands-3.6.0.0-beta1.jarSHA-1 3bfb738469f37912791007c09bf2540e605908a4获取文件 Compat-NoCheatPlus-3.6.0.0-beta1.jarSHA-1 402f19c0ff5cb18bd09f669a90243bd20fa1c855获取文件 Compat-OpenInv-3.6.0.0-beta1.jarSHA-1 4f72cf0a073b2a55c5fdae34bd89c0514552d5ce获取文件 Compat-PlotSquared-3.6.0.0-beta1.jarSHA-1 31f134aeeb7d592e7c33dcf31c9e0637e8a88b77获取文件 Compat-Residence-3.6.0.0-beta1.jarSHA-1 726043c625586a64775c94462af9a020c6592cd9获取文件 Compat-SuperiorSkyblock-3.6.0.0-beta1.jarSHA-1 0afa42fb21308fd7c5e2ebd12391f49a77ef0230获取文件 Compat-Towny-3.6.0.0-beta1.jarSHA-1 62ce91cff738a8dd3353d609d6995860413bac46获取文件 Compat-Velocity-3.6.0.0-beta1.jarSHA-1 b9c5979a2e00f60be1592146614afcbf734c7b5c获取文件 Compat-WorldEdit-3.6.0.0-beta1.jarSHA-1 ffb37f6cf9b97d7757a4d4b3f011bab21f073148获取文件 Compat-WorldGuard-3.6.0.0-beta1.jar展开更新日志
In 3.6.0.0-beta1, our addon family welcomed a new member, Plan.
By install Plan integration, our addon will add a new page and few panel into your overview and per-player metric page.
It is worth mentioning that QuickShop-Hikari has been available for statistical purposes since it was published, but we have never formally written extensions for it to show the data.
The purchase related history has a bug in the past QuickShop Hikari, which causes all the item amount data of Purchases to be zero. Since 3.6.0.0-beta1, this error has been repaired and new data has been recorded normally.
WARNING: If you executed /qs database purgelogs before, all your metrics will be purged.
Global Metrics
Summary
In global metrics summary panel, you will able to check the total shops and total purchases on your server.

Purchases
In global metrics purchases panel, you will able to check recent 1000 purchases in recent 365 days.
Even deleted and invalid shops are included.
We intentionally limited the size of the displayed dataset to avoid database pressure on large networks.

Shops
In global metrics shops panel, you will able to check all actived shops on your server, even shop out of stock or out of space.
Deleted shops are excluded.

Player Metrics
Not only global, but also per player metrics!
By clicking Playerbase -> Player List -> <username>, you will able to access Plan per-player profile page.
In per-player profile page, expand the Plugins menu on the left nav, you will able to see QuickShop-Hikari panels.
Summary
In player metrics summary panel, you will be able to check how many shops that player owned.

Purchases
In player metrics purchases panel, you will be able to check this player recent 50 purchases.
We intentionally limited the size of the displayed dataset to avoid database pressure on large networks.

Shops
In player metrics shops panel, you will be able to check this player all shops on this server.

Limitations
- Server global data will update periodical, it finished by Plan's scheduler, we can't control it.
- Player personal data will update when they left the server.
- Due to the limitations of Plan's API, it is impossible to localize text display.
- At present, the number of entries is hard coded and cannot be modified. We will provide the ability to modify them using configuration files later.
3.5.0.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 435b9fc2162538382ea1afbf48c7c53fa6a7c7c5获取文件 QuickShop-Hikari-3.5.0.3.jarSHA-1 4d1fde13a45b68580e4fa3a29ac7e82ea25122d8获取文件 Compat-AdvancedRegionMarket-3.5.0.3.jarSHA-1 901f5079f06bac4cab21e48ca83794459ccd37e7获取文件 Compat-BentoBox-3.5.0.3.jarSHA-1 e02d2635d11e5063fb097ca8531367c98321e816获取文件 Compat-BungeeCord-3.5.0.3.jarSHA-1 a4443944826c7fbc3c7d2b366a29ea2ad49784cb获取文件 Compat-Clearlag-3.5.0.3.jarSHA-1 eeb3e354be8fb2586824849f34997824e4579bd6获取文件 Compat-GriefPrevention-3.5.0.3.jarSHA-1 fc33a33ca6bc456b8bc4533de3d763a6b77acf2d获取文件 Compat-Lands-3.5.0.3.jarSHA-1 3e7131559a475e486cdd90873fdd894f592b5153获取文件 Compat-NoCheatPlus-3.5.0.3.jarSHA-1 10c3f291757861f488191c93c35b635ea2601447获取文件 Compat-OpenInv-3.5.0.3.jarSHA-1 193ecc3d674d7b4470b2b2557824eacc63da28d3获取文件 Compat-PlotSquared-3.5.0.3.jarSHA-1 aea8d22692c2115a7ad4ebf9a148eabf5f8ccc69获取文件 Compat-Residence-3.5.0.3.jarSHA-1 ce0c8545df22b5a9c814dba0396c70c923729ad2获取文件 Compat-SuperiorSkyblock-3.5.0.3.jarSHA-1 b4327bf8a9813ee11f4ca94cd924f512d77ab533获取文件 Compat-Towny-3.5.0.3.jarSHA-1 f117d935bca2651780688d8824aa790b7938fcea获取文件 Compat-Velocity-3.5.0.3.jarSHA-1 1285ea2802760d4380d6b03b7421c98b158a1dc5获取文件 Compat-WorldEdit-3.5.0.3.jarSHA-1 d25d0e9c2f0dfa941cf5b0304de531f90b69b204获取文件 Compat-WorldGuard-3.5.0.3.jar展开更新日志
Bug Fixes
- Fixed VirtualDisplayItem on 1.19.3 with ProtocolLib build 5.0.0-SNAPSHOT.
Tested on Paper git-Paper-334 (MC: 1.19.3)
3.5.0.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 14d4128b0c2d56a2e8b4ceaca7e7451ad1ab9d6b获取文件 QuickShop-Hikari-3.5.0.2.jarSHA-1 0545a9a0c21ec5ca520a46649838fdc2500c8bc1获取文件 Compat-AdvancedRegionMarket-3.5.0.2.jarSHA-1 fc892f7c7f08a564b7e7c13cce611ad1d4ed9c2f获取文件 Compat-BentoBox-3.5.0.2.jarSHA-1 d60ce508705ea580ce0b84f072ed43c5eee0bc9b获取文件 Compat-BungeeCord-3.5.0.2.jarSHA-1 d556d045dde6c195ef57de178d729629b4454c43获取文件 Compat-Clearlag-3.5.0.2.jarSHA-1 62be363d3d1b3c63899549676b2534bdb417d5fe获取文件 Compat-GriefPrevention-3.5.0.2.jarSHA-1 f92d9aa5ce684224bf0ebece6157b1d8c624c06f获取文件 Compat-Lands-3.5.0.2.jarSHA-1 7bafe22d13d80299091cc556084566fa6aa9e0b8获取文件 Compat-NoCheatPlus-3.5.0.2.jarSHA-1 6e4f496ed81d532ba4c215fe33ef9bfe27aa6d18获取文件 Compat-OpenInv-3.5.0.2.jarSHA-1 bc248481628179a8ac1fd788da010701643edac9获取文件 Compat-PlotSquared-3.5.0.2.jarSHA-1 5d26241b91cff9b5465f4bae45fa58659eb98e8f获取文件 Compat-Residence-3.5.0.2.jarSHA-1 c349fa7e373f0aba104e35f568e113987c680030获取文件 Compat-SuperiorSkyblock-3.5.0.2.jarSHA-1 8c7059d6a80435e1fe9422131e7717567897ced0获取文件 Compat-Towny-3.5.0.2.jarSHA-1 96e2c1101c8ca0c108846c39f2126fa08f335683获取文件 Compat-Velocity-3.5.0.2.jarSHA-1 fc60bdd65f086efbe937dc647ea68dcdb2e9d8a3获取文件 Compat-WorldEdit-3.5.0.2.jarSHA-1 34e2cb2ea3a249790245296a179a96390297082f获取文件 Compat-WorldGuard-3.5.0.2.jar展开更新日志
Bug Fixes
- Fixed VirtualDisplayItem reporting
java.lang.ClassNotFoundException: com.comphenix.protocol.wrappers.WrappedDataValue. - Fixed VirtualDisplayItem reporting
java.lang.RuntimeException: Failed to find NMS class: network.syncher.DataWatcher$b.
For 1.19.3 users, no impacts of those bugs, if you hit java.lang.ClassNotFoundException: com.comphenix.protocol.wrappers.WrappedDataValue on 1.19.3, upgrade ProtocolLib.
Tested on Paper 1.19.2 and Paper 1.19.3.
3.5.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 90c39d533e7e87741f7d34660967f487eafab4e1获取文件 QuickShop-Hikari-3.5.0.1.jarSHA-1 44de1cb80ec6cb27006a267edb9dd8e21fcb9e0d获取文件 Compat-AdvancedRegionMarket-3.5.0.1.jarSHA-1 ec30bf8e48c8d82b712fda17aaf164e3bac00503获取文件 Compat-BentoBox-3.5.0.1.jarSHA-1 3b145641ad9a2512c2c5323a5551a1d07bdeecae获取文件 Compat-BungeeCord-3.5.0.1.jarSHA-1 dd56a3e145d6044b518d4e1ae6d8843da02bc8e9获取文件 Compat-Clearlag-3.5.0.1.jarSHA-1 c5f53a25cedce385e89b27805806dd4b84c92af6获取文件 Compat-GriefPrevention-3.5.0.1.jarSHA-1 f36205051f197b2bb1995b54bd4560392f4ca93e获取文件 Compat-Lands-3.5.0.1.jarSHA-1 3e2fee0cd121ddcc271f0dd447c720b484da240a获取文件 Compat-NoCheatPlus-3.5.0.1.jarSHA-1 3d9e1727a723efe7b723a5d03dc0f53bab325b5e获取文件 Compat-OpenInv-3.5.0.1.jarSHA-1 5534a4af32c69d118ec107c85834924d4f59ca9b获取文件 Compat-PlotSquared-3.5.0.1.jarSHA-1 53855ff4feecea1028596ab77b06556e1e916243获取文件 Compat-Residence-3.5.0.1.jarSHA-1 ccb09c898838566d82afe0895e68153f0702f76b获取文件 Compat-SuperiorSkyblock-3.5.0.1.jarSHA-1 b4e8edfbe2a946198321763128dfff1a81ab6a04获取文件 Compat-Towny-3.5.0.1.jarSHA-1 37b35a6ad3ce593d988cae95be395c11297524be获取文件 Compat-Velocity-3.5.0.1.jarSHA-1 ed50be00def931885c2a1a00f18165cdf8b97da3获取文件 Compat-WorldEdit-3.5.0.1.jarSHA-1 f949d9474cadfc42f4190fa46678ca7a6cdc3c83获取文件 Compat-WorldGuard-3.5.0.1.jar展开更新日志
Bug Fixes
- Fixed broken VirualDisplayItem (1.19.2) on 3.5.0.0.
3.5.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 e29a6efb65120b62049f7b8ed66b4d0e7b9487b0获取文件 QuickShop-Hikari-3.5.0.0.jarSHA-1 e7786ed7d9eeb89cc9bba63a2ff4c7afbc780113获取文件 Compat-AdvancedRegionMarket-3.5.0.0.jarSHA-1 7cec780614f3c4f7583e7ba9b9ce208c04571f02获取文件 Compat-BentoBox-3.5.0.0.jarSHA-1 cb99ebc9f9dda2cd5ecff872778e427f6d30cfe9获取文件 Compat-BungeeCord-3.5.0.0.jarSHA-1 33c9c8a1cdb04062b38fe1b368f60426cb36992a获取文件 Compat-Clearlag-3.5.0.0.jarSHA-1 ff205085420f9af6e2f9b3342a48f2e22fd59237获取文件 Compat-GriefPrevention-3.5.0.0.jarSHA-1 ebfd52e6264c550d01572104b3abcd9208a49431获取文件 Compat-Lands-3.5.0.0.jarSHA-1 bc096c164ed847a9c9e644771d83d3d9114f0f67获取文件 Compat-NoCheatPlus-3.5.0.0.jarSHA-1 e1a5f7d1c3287426fb72c58012cb4137a495dbfd获取文件 Compat-OpenInv-3.5.0.0.jarSHA-1 ccfee77e8cc20655f8e0c3f6a43611545c1f99a1获取文件 Compat-PlotSquared-3.5.0.0.jarSHA-1 cc5f10d01d2818f2ee74448986442b2b99e02712获取文件 Compat-Residence-3.5.0.0.jarSHA-1 6a88dc3f7e992431b65230b03b2766e6b29a289c获取文件 Compat-SuperiorSkyblock-3.5.0.0.jarSHA-1 be21e8150c243cfd7ca1d4039d76762aa74e0983获取文件 Compat-Towny-3.5.0.0.jarSHA-1 067d72012213b05451a45c0ea53d849dda037ce8获取文件 Compat-Velocity-3.5.0.0.jarSHA-1 ec40c32053d6b6701f00926a7233123a0645b2d3获取文件 Compat-WorldEdit-3.5.0.0.jarSHA-1 e7da87aee56f73e0e41eb26fb65caf7df6dd51fb获取文件 Compat-WorldGuard-3.5.0.0.jar展开更新日志
New Features
- DiscordSRV addon (beta), it's a standalone plugin and need you install DiscordSRV.
- Players who linked with their Discord in game now can receive the discord alerts through DM.
- Including:
- Anyone sold/bought items to/from your shop.
- The shop permission settings changed.
- The shop transfer to you.
- The shop has run out of space.
- The shop has run out of stock.
- Including:
- Same as QuickShop-Hikari it self, the messages send to players though Discord also use client display languages.
- If player offline, QuickShop-Hikari will try to use latest known client language.
- Players who linked with their Discord in game now can receive the discord alerts through DM.
- User now able to add new languages by create a folder in
overridesfolder with locale code as name, and same name yaml file inside folder.- You can create a locale named
hackfor example, and add a same name language to game client by using Resources Pack, and QuickShop-Hikari will detect new language and loading translation from custom languages.
- You can create a locale named
- (upstream) VirtualDisplayItem 1.19.3 support.
Bug Fixes
- Rewrtitten SimpleTextManager, CrowdinOTA and LanguageFilesManager
- Replaced CrowdinOTA codes to a standalone, bug-free library CrowdinOTA
- This fixed incorrect cache handling, QuickShop-Hikari can correct handling the translations that cached in disk, and validating them when next loading to make sure files exists, up-to-date.
- This also make translation cache files name be more friendly (human readable).
- Rewritten files loading logic in SimpleTextManager.
- This fixed incorrect override order and incorrect whole section override.
- It always loading files by order: built-in failback -> bundled -> crowdin -> user override
- Fixed strings lost issue if user or crowdin or bundled translations only override part of strings in a section.
- Fixed translations merge function.
- Fixed third-party addons translations registering function.
- Replaced CrowdinOTA codes to a standalone, bug-free library CrowdinOTA
- Fixed
debug.delete-corrupt-shopsdoesn't work. (contributed by @Nlkomaru)
Developer
ShopPlayerGroupSetEventnow provides player's uuid in event.
Misc
- Bump adventure-minimessage-platform from 4.1.2 to 4.2.0.
Screenshots
There is quick preview of new features:

3.5.0.0-beta1
测试版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 ea2ef3f3ad86f15b0a9f85b9101ef8882f2e1b9c获取文件 QuickShop-Hikari-3.5.0.0-beta1.jarSHA-1 bf566a103997b15907f3470c12bd859723a9c3dd获取文件 Compat-AdvancedRegionMarket-3.5.0.0-beta1.jarSHA-1 7d489e1f82a2abbdbaf9d6f4d11245af77a4603b获取文件 Compat-BentoBox-3.5.0.0-beta1.jarSHA-1 5a9ba3c8c659b8192feca7921d1ee01881ab7348获取文件 Compat-BungeeCord-3.5.0.0-beta1.jarSHA-1 82feb48ce1268c03ce624387f03eb916d8acb033获取文件 Compat-Clearlag-3.5.0.0-beta1.jarSHA-1 ad3609df7405b4920e67388c7e983a7c6dac197f获取文件 Compat-GriefPrevention-3.5.0.0-beta1.jarSHA-1 561d7a3668d7ccb5e443a02c261ab942eea7aa0f获取文件 Compat-Lands-3.5.0.0-beta1.jarSHA-1 a91e0d7f1c8528d52e3c529f6702dcd1099f7ab3获取文件 Compat-NoCheatPlus-3.5.0.0-beta1.jarSHA-1 3f0457106b29aeebe518f718560d3e6a1b9a70cc获取文件 Compat-OpenInv-3.5.0.0-beta1.jarSHA-1 e85850779f01e8a155e47cefc796806103f3735b获取文件 Compat-PlotSquared-3.5.0.0-beta1.jarSHA-1 6aae5378b43b0ec6e6b4b7bd6427f9d82c26fe36获取文件 Compat-Residence-3.5.0.0-beta1.jarSHA-1 41d3f650329a03e9785efb890e9de025844de786获取文件 Compat-SuperiorSkyblock-3.5.0.0-beta1.jarSHA-1 21f23a04987d9cb5b4aca533fb6bf8cf54d8e67c获取文件 Compat-Towny-3.5.0.0-beta1.jarSHA-1 702bd37740c15641b5bc5c4a16efc181e0d93157获取文件 Compat-Velocity-3.5.0.0-beta1.jarSHA-1 c82eb377f41d461ea37025363a75d4132d3ba532获取文件 Compat-WorldEdit-3.5.0.0-beta1.jarSHA-1 bfdde8b3935f61f5567422799bb96c4e9a94e127获取文件 Compat-WorldGuard-3.5.0.0-beta1.jar展开更新日志
Today is my birthday! 🎂 And here is birthday update!
This is a beta build, don't install on live server unless you have full backup.
New Features
- DiscordSRV addon (beta), it's a standalone plugin and need you install DiscordSRV.
- Players who linked with their Discord in game now can receive the discord alerts through DM.
- Including:
- Anyone sold/bought items to/from your shop.
- The shop permission settings changed.
- The shop transfer to you.
- The shop has run out of space.
- The shop has run out of stock.
- Including:
- Same as QuickShop-Hikari it self, the messages send to players though Discord also use client display languages.
- If player offline, QuickShop-Hikari will try to use latest known client language.
- Players who linked with their Discord in game now can receive the discord alerts through DM.
- User now able to add new languages by create a folder in
overridesfolder with locale code as name, and same name yaml file inside folder.- You can create a locale named
hackfor example, and add a same name language to game client by using Resources Pack, and QuickShop-Hikari will detect new language and loading translation from custom languages.
- You can create a locale named
Bug Fixes
- Rewrtitten SimpleTextManager, CrowdinOTA and LanguageFilesManager
- Replaced CrowdinOTA codes to a standalone, bug-free library CrowdinOTA
- This fixed incorrect cache handling, QuickShop-Hikari can correct handling the translations that cached in disk, and validating them when next loading to make sure files exists, up-to-date.
- This also make translation cache files name be more friendly (human readable).
- Rewritten files loading logic in SimpleTextManager.
- This fixed incorrect override order and incorrect whole section override.
- It always loading files by order: built-in failback -> bundled -> crowdin -> user override
- Fixed strings lost issue if user or crowdin or bundled translations only override part of strings in a section.
- Fixed translations merge function.
- Fixed third-party addons translations registering function.
- Replaced CrowdinOTA codes to a standalone, bug-free library CrowdinOTA
Developer
ShopPlayerGroupSetEventnow provides player's uuid in event.
Misc
- Bump adventure-minimessage-platform from 4.1.2 to 4.2.0.
Screenshots
There is quick preview of new features:

3.4.0.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3
SHA-1 3d2ba4ee163f1d7b1887c200c7e24eeca7373d07获取文件 QuickShop-Hikari-3.4.0.3.jarSHA-1 5b4951b4fdfa1f0fec88a65c7236fd2bfd6b4296获取文件 Compat-AdvancedRegionMarket-3.4.0.3.jarSHA-1 12780d770ab117839ef725f40990819b661a8250获取文件 Compat-BentoBox-3.4.0.3.jarSHA-1 67305e6f62bc8f495555e308eb5cc5eed75529c9获取文件 Compat-BungeeCord-3.4.0.3.jarSHA-1 5ed8bb2f1cd8c9ca7b71dc43943dcb0357ac2375获取文件 Compat-Clearlag-3.4.0.3.jarSHA-1 792f9d571310c3a18f5865bcc3a6e1b12a58fc40获取文件 Compat-GriefPrevention-3.4.0.3.jarSHA-1 23cbdeb15b588177a14873f15ab8c0f2d49c675b获取文件 Compat-Lands-3.4.0.3.jarSHA-1 713bc22cd6ff53e96cdc55e148879f28644cc1c5获取文件 Compat-NoCheatPlus-3.4.0.3.jarSHA-1 0004af25e9a6e9788fbec27723ba2e787a751755获取文件 Compat-OpenInv-3.4.0.3.jarSHA-1 db3be9f61f1f16b3ad4031c052dcc33bc160a392获取文件 Compat-PlotSquared-3.4.0.3.jarSHA-1 ff6b39d4fd80b5468ac20d893c8d26630bed4a62获取文件 Compat-Residence-3.4.0.3.jarSHA-1 25d5f517619a4bfea88aeaa225fc2f3541da5892获取文件 Compat-SuperiorSkyblock-3.4.0.3.jarSHA-1 182e3891ff0a00e9a567844356430412fa061a6e获取文件 Compat-Towny-3.4.0.3.jarSHA-1 130be30733b69e66b2679c857809a28f4d34cdbd获取文件 Compat-Velocity-3.4.0.3.jarSHA-1 9ca79f2375cadfe39926b348a69016139a521dbc获取文件 Compat-WorldEdit-3.4.0.3.jarSHA-1 3bec5478dfd600bc100cc9254dc98a4286a670d0获取文件 Compat-WorldGuard-3.4.0.3.jar展开更新日志
3.4.0.3 released with 1.19.3 compatibility
New Features
- Spigot 1.19.3 compatibility.
- New command
/qs database purgehistoryfor purge x days ago logs from your database.
Translations
- Updated translations from Crowdin.
3.4.0.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
SHA-1 2b4bb76055bba0cc15aa8be2eb20387bdbba04ef获取文件 QuickShop-Hikari-3.4.0.2.jarSHA-1 dde5e58873c211803223f3b197f320283e4f70e1获取文件 Compat-AdvancedRegionMarket-3.4.0.2.jarSHA-1 4bdd8f016aee609023e9946bdfc5bfde5c79753c获取文件 Compat-BentoBox-3.4.0.2.jarSHA-1 97bc02697435e853337f5fd5ae899e39cb1e45d0获取文件 Compat-BungeeCord-3.4.0.2.jarSHA-1 d72f67863abe89473917097e1a641a94666a6f22获取文件 Compat-Clearlag-3.4.0.2.jarSHA-1 853753461414a2b7b1cd4daae54cbcb4ef2632a5获取文件 Compat-GriefPrevention-3.4.0.2.jarSHA-1 f68d3623b7b47481539524be781c80c12dee862c获取文件 Compat-Lands-3.4.0.2.jarSHA-1 379c88ad9da27ab34ec8a722fa83b268df060fc7获取文件 Compat-NoCheatPlus-3.4.0.2.jarSHA-1 c369d63d41fb0a7ee02230daca48848bc5db5afe获取文件 Compat-OpenInv-3.4.0.2.jarSHA-1 3c5f98c0fc3e01d925946dd03778b1628d491786获取文件 Compat-PlotSquared-3.4.0.2.jarSHA-1 d530ec22b59e3669ddb06be3b59689f32541e5b2获取文件 Compat-Residence-3.4.0.2.jarSHA-1 7c30e10386b89a00e28e1c8e159c6b7f3de2af28获取文件 Compat-SuperiorSkyblock-3.4.0.2.jarSHA-1 045ee0606790bff33c8ad8fa41af289596c4c924获取文件 Compat-Towny-3.4.0.2.jarSHA-1 9230c686472edd85ecf1f8935e37231683f19542获取文件 Compat-Velocity-3.4.0.2.jarSHA-1 ddd1e36a720160bda31b48a80b16bc291a1bc6b9获取文件 Compat-WorldEdit-3.4.0.2.jarSHA-1 7a5043fc48b9939cdc04e260a7b13206311118db获取文件 Compat-WorldGuard-3.4.0.2.jar展开更新日志
New Features
- [BETA] Velocity Compatibility Module (contribute by 4drian3d)
/qs findnow supports Item Reference
Bug Fixes
/qs exportcommand doesn't work anymore.
3.4.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
SHA-1 760c998be3528ccfb858013f4fd68b10e9b06b0d获取文件 QuickShop-Hikari-3.4.0.1.jarSHA-1 153b2653727e71fcba40ca5e86ed5ca0f68d697b获取文件 Compat-AdvancedRegionMarket-3.4.0.1.jarSHA-1 37924d1321e69d23660a6865269d01456990a3a9获取文件 Compat-BentoBox-3.4.0.1.jarSHA-1 27b518e4cad3ac5c38bb2d4cc6fb41f71d050814获取文件 Compat-BungeeCord-3.4.0.1.jarSHA-1 54fac1be346924f4f934516ef226648802d97bd5获取文件 Compat-Clearlag-3.4.0.1.jarSHA-1 363bc599870a03c22aa5dfbb9760a9b4e4365ff2获取文件 Compat-GriefPrevention-3.4.0.1.jarSHA-1 a4aa3a685330a11958658776a51389cc9211c327获取文件 Compat-Lands-3.4.0.1.jarSHA-1 6c34d6530c0df058fae0e522d3f9c5a91b6bb9cb获取文件 Compat-NoCheatPlus-3.4.0.1.jarSHA-1 48212a8375883d68de405d6a77e774d3b72b0d29获取文件 Compat-OpenInv-3.4.0.1.jarSHA-1 e52913c84950357717117b1311720ffab8ed3abb获取文件 Compat-PlotSquared-3.4.0.1.jarSHA-1 41f7ce5cedf627545ca197aa109ff99f45099b1e获取文件 Compat-Residence-3.4.0.1.jarSHA-1 559ebcdf05f2212588150d52d2cd2d99ae0d28da获取文件 Compat-SuperiorSkyblock-3.4.0.1.jarSHA-1 dd78fcf984b6261f9cf8e20f825258b4a960a902获取文件 Compat-Towny-3.4.0.1.jarSHA-1 bd209259836de143b3a715abb7de636fd319978a获取文件 Compat-WorldEdit-3.4.0.1.jarSHA-1 401001825cfff3baaea44f59899f81177b3edcfc获取文件 Compat-WorldGuard-3.4.0.1.jar展开更新日志
New Feautures
- [BETA] Added BungeeCord Compatibility Module (https://github.com/Ghost-chu/QuickShop-Hikari/discussions/536).
Bug Fixes
- Fixed
/qs lookup createcommand always report name must applied to regex\w.
3.4.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
SHA-1 4193287a7afd5c54a356b99df14ac41a293c2ff9获取文件 QuickShop-Hikari-3.4.0.0.jarSHA-1 b80ae2775059a6845672dccf5732a5c6790d3c33获取文件 Compat-AdvancedRegionMarket-3.4.0.0.jarSHA-1 aff3e4b626086b7d659b9de88bb5fc63caf60845获取文件 Compat-BentoBox-3.4.0.0.jarSHA-1 f729bf6e6f78c95f9769a9ed02b0e690ad9f55b6获取文件 Compat-Clearlag-3.4.0.0.jarSHA-1 9a947aacfd89f83b41dcdb44fb21a5fc6a62b21e获取文件 Compat-GriefPrevention-3.4.0.0.jarSHA-1 f33715b854bd8cdffd00431e5b951faac4a8e579获取文件 Compat-Lands-3.4.0.0.jarSHA-1 4ffe4c8b0db2c34e3a73fdca32963aef94a6175e获取文件 Compat-NoCheatPlus-3.4.0.0.jarSHA-1 e1d1eb6b5bf21c452626843726926d1e50364763获取文件 Compat-OpenInv-3.4.0.0.jarSHA-1 badd485ed904ba8c81ec5053feb2e52394bda1c9获取文件 Compat-PlotSquared-3.4.0.0.jarSHA-1 a878fb5d1c500ec21141e7744fa60d8ac86b30b3获取文件 Compat-Residence-3.4.0.0.jarSHA-1 ebb9b246c01eaccd65014a27b152513ee43a7e33获取文件 Compat-SuperiorSkyblock-3.4.0.0.jarSHA-1 0162f7605b65bf0e4b07489f62d33717f27ffc84获取文件 Compat-Towny-3.4.0.0.jarSHA-1 66feaa24a120bb6ba88c72e47820977feffeeb20获取文件 Compat-WorldEdit-3.4.0.0.jarSHA-1 fa5fcac24bc17f52d3c264b357802e135e207ce8获取文件 Compat-WorldGuard-3.4.0.0.jar展开更新日志
3.4.0.0
Warning: This is a major update, have a lots internal changes, please make sure you have backup for worlds, databases and configs!
Warning: This update contains database structure changes, downgrade without backup is impossible and may kill your shop data!
New Features:
- [BETA] Shop Benefits! Now you are able to add players into your shop benefits! Share the earnings together with customize percentage! (only selling shops) [/qs benefit] Check Details
- Compatibility module Lands now support LandsAPI 6.22.0 and up only.
- Compatibility ARM now build against advanced-region-market 3.13.12.
- Discord server link now added into ErrorReporter, now you will see our discord server link while QuickShop catch any internal error then you can report it instantly.
Bug Fixes
- Fixed exception in
/qs findcommand when any of shop not loaded correctly. - Fixed RollbarErrorReporter sometimes report non quickshop errors.
- Fixed loan feature doesn't work in some situation.
- Fixed the tax value range warning description.
- Fixed dupilicate Crowdin manifest retrieve, this should can improve CrowdinOTA performance by reduce the Internet API requests.
- Fixed debug logger may blocked the threads if any error occurs between after logger lock locked and before lock released.
- Fixed incorrect Crowdin link in
config.yml
Security
- Fixed potential XXE attacks exploit.
Removed
- Option
trying-fix-banlance-insuffientnow removed from configuration since it doesn't work well, most economy plugin can handle balance cache correctly, if something doesn't work, it should be economy plugin side issue. - Removed command
/qs debug sql <sql>function now completely removed from source code and binary. - Some un-used classes and staled classes now removed from both source code and binary.
Optimize
- Optimized heap memory usage by reduce same fields in objects.
- General code clean up and optimize.
Dependencies
- Update towny from 0.98.3.10 to 0.98.4.2.
- Update PlotSquared-Core from 6.10.1 to 6.10.4.
- Update PlotSquared-Bukkit from 6.10.1 to 6.10.4.
- Update LandsAPI from 6.15.0 to 6.20.0. (breaking)
- Update unirest-java from 3.13.11 to 3.13.12 .
- Update commons-compress from 1.21 to 1.22.
- Update advanced-region-market from 3.3.6 to 3.13.12.
Misc
- Updated developer list in
plugin.ymlfrom Github Repository Contributors, thanks for contributing!
3.4.0.0-SNAPSHOT
测试版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
SHA-1 5b6537d467b3996b365352f5614e20197d521413获取文件 QuickShop-Hikari-3.4.0.0.jarSHA-1 7ee97f9bfef2b520bd3a7c7c6848632e308d6d36获取文件 Compat-AdvancedRegionMarket-3.4.0.0.jarSHA-1 4058936a5b6a3c5c6218c7b551b1935a6a55be4d获取文件 Compat-BentoBox-3.4.0.0.jarSHA-1 17e3670a15b4a9b1d98bae23966bdc1b3341ec46获取文件 Compat-Clearlag-3.4.0.0.jarSHA-1 4b6d40b166868c08bbece0a00af19bed22022c2d获取文件 Compat-GriefPrevention-3.4.0.0.jarSHA-1 27de1eaf3e4b4bea9f732b7fec4597fdd6b74658获取文件 Compat-Lands-3.4.0.0.jarSHA-1 59a93908fb74c5edbfb90c34e2067633ad9325f2获取文件 Compat-NoCheatPlus-3.4.0.0.jarSHA-1 189f23ee8b46ed74791d5136257263e63fa81f80获取文件 Compat-OpenInv-3.4.0.0.jarSHA-1 7a668c85de2871828fafcb8587ea85498ddf1c45获取文件 Compat-PlotSquared-3.4.0.0.jarSHA-1 f266293f2abd310341b8f9dd6d81e746b60e9651获取文件 Compat-Residence-3.4.0.0.jarSHA-1 cb50b34763c81a009c51b24c64b9bb42e26c3cc5获取文件 Compat-SuperiorSkyblock-3.4.0.0.jarSHA-1 b26c1fd636afcc021f2d9bd3db38da5f1b8d2d31获取文件 Compat-Towny-3.4.0.0.jarSHA-1 6aaa9c26b528c0471a209b0dad47a70d160441e2获取文件 Compat-WorldEdit-3.4.0.0.jarSHA-1 3363b4486441b1984ff8716f90f4d7a42748bd1c获取文件 Compat-WorldGuard-3.4.0.0.jar展开更新日志
3.4.0.0 SNAPSHOT
BACKUP YOUR DATA BEFORE INSTALL SNAPSHOT BUILDS, NEVER RUN SNAPSHOT ON LIVE SERVER
New Features:
- Shop Benefits! Now you are able to add players into your shop benefits! Share the earnings together with customize percentage! (only selling shops) [/qs benefit] Check Details
- Compatibility module Lands now support LandsAPI 6.22.0.
Bug Fixes
- Fixed exception in
/qs findcommand when any of shop not loaded correctly. - Fixed RollbarErrorReporter sometimes report non quickshop errors.
- Fixed loan feature doesn't work in some situation.
Security
- Fixed potential XXE attacks exploit.
3.3.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
SHA-1 98bc77f92ea780a0f1daae14c920d7654987462a获取文件 QuickShop-Hikari-3.3.0.1.jarSHA-1 2aa32c4c52d24b779be274d23eebc2ebe24a2244获取文件 Compat-AdvancedRegionMarket-3.3.0.1.jarSHA-1 00369af67c4f9ff28e50a25b5da734936e76cc30获取文件 Compat-BentoBox-3.3.0.1.jarSHA-1 3449ad767a3a9f39a1a80a06083fb743032df7d1获取文件 Compat-Clearlag-3.3.0.1.jarSHA-1 be6d80c326462489a4714ef4a635107b63f24fc5获取文件 Compat-GriefPrevention-3.3.0.1.jarSHA-1 89fda6e681b6913675617f3bf76545b38d72caa7获取文件 Compat-Lands-3.3.0.1.jarSHA-1 cb2172e8a76b78fdd75fc532fc86ef12dad1b065获取文件 Compat-NoCheatPlus-3.3.0.1.jarSHA-1 5185aad4abc947894efcd9b25248a794644016a8获取文件 Compat-OpenInv-3.3.0.1.jarSHA-1 2df23b3cc50339721f232238596e7a6c705f53cb获取文件 Compat-PlotSquared-3.3.0.1.jarSHA-1 0cba35574c30ca6692b54abb40200a34b760dc00获取文件 Compat-Residence-3.3.0.1.jarSHA-1 9a8f9c2cb59f409d23a93574cd016f179441fb10获取文件 Compat-SuperiorSkyblock-3.3.0.1.jarSHA-1 95975f33ac46edbb9d766661743a31ec3c2645d1获取文件 Compat-Towny-3.3.0.1.jarSHA-1 284a2c0ad860bd5b6abc915101926c5dc6ba8d46获取文件 Compat-WorldEdit-3.3.0.1.jarSHA-1 12ab83b81ff0b4f8967d33ea6d5bfc39eb6f9a7a获取文件 Compat-WorldGuard-3.3.0.1.jar展开更新日志
A hot fix for last version that fixed purchase failed bug.
3.3.0.0
正式版- 加载器
- paper · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
SHA-1 9112891fa8f3e690bb373240ff1efd0dd84101d0获取文件 Compat-AdvancedRegionMarket-3.3.0.0.jarSHA-1 8e644f50f5cf09d915e6a1897aa9211193e4a0f9获取文件 Compat-BentoBox-3.3.0.0.jarSHA-1 179e7ce9f0da8a934a35e3ce734d45ff9a7ecd5b获取文件 Compat-Clearlag-3.3.0.0.jarSHA-1 3871af55915a6a9912f45caa00bdf811239061d7获取文件 Compat-GriefPrevention-3.3.0.0.jarSHA-1 b182dba9437d6a9dfcba96004fd6d7e50b326832获取文件 Compat-Lands-3.3.0.0.jarSHA-1 fe6c74c5bb0f054c85461e556f04398bcc3fa1f4获取文件 Compat-NoCheatPlus-3.3.0.0.jarSHA-1 a79066058d279ca774663efa2eb5ea1d366cf0cf获取文件 Compat-OpenInv-3.3.0.0.jarSHA-1 f04f63d1511c5cb13f67199d164250905b9baa9b获取文件 Compat-PlotSquared-3.3.0.0.jarSHA-1 2accfb5e9c53a913a27a3eb159d4056d4a10fc4a获取文件 Compat-Residence-3.3.0.0.jarSHA-1 e1230dd82fd9eabd55543b38dffa9424273f014f获取文件 Compat-SuperiorSkyblock-3.3.0.0.jarSHA-1 225b4f80c3be3f4dd5b5aa43b1964e9db955d3c4获取文件 Compat-Towny-3.3.0.0.jarSHA-1 bbaa0055ef34af76d942af5dcc896bb6c3a49967获取文件 Compat-WorldEdit-3.3.0.0.jarSHA-1 08751f5324a456e1045bfdb30c898d9e2ab91110获取文件 Compat-WorldGuard-3.3.0.0.jarSHA-1 36b4b3e80ea6a4866c4b8c38b768976ffcdb6f5f获取文件 QuickShop-Hikari-3.3.0.0.jar展开更新日志
3.3.0.0 Minor Changelog
This update is sponsored by the club cat, say "Hello" to "Huahua".
New features
- Per-player i18n shop infomation sign. (img1)
- QuickShop-Hikari now support packet based shop infomation sign with ProtocolLib installed. Multiple player can see same sign in same time with different language display now.
- In this version, compatibility modules will provide the shop creation cancel details (like reason).
- User may need upgrade the compatibility modules to use this feature.
- In this version, player may able to set the shop stack size over the default limit (64). (img2)
Bug Fixes
- Fixed SQLite error for username-uuid lookup mapping caches, it now use memory cache instead.
- Fixed 3rd-party integration resources won't be released after QuickShop-Hikari disabled.
- Fixed database resources won't be released after QuickShop-Hikari disabled.
- Fixed economy hooks loaded in early statup stage, it will load in first server tick to make sure all economy plugin can be loaded.
- Fixed internal-error rollback logic, now it will take a snapshot for shop and trader inventory for error rollbacking instead count amount and add/remove items.
- Normally, this mechanic should not be triggered, it is a misconfigured or misprogrammed protection mechanism to avoid players or shops from losing/duplicating items and money.
- Fixed
/qs pastereported paste missing the Timings, Transactions and Cron logs.
API changes
- TextManager now allow 3rd-party addons register their language k-v to QuickShop locale system.
Images
img1:
img2:

3.2.0.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
SHA-1 526bb7053db35a1cc5df7a54206ad4137a23b502获取文件 QuickShop-Hikari-3.2.0.2.jar展开更新日志
3.2.0.2 ChangeLog
Bug Fixes
- Fixed Economy Services Injector.
- The custom economy services now can be loaded without an native supported economy service.
- Fixed
custom-command-aliasfeature, it has been broked for a long time and should working now! - Fixed
/qs taxaccountcommand may produce NullPointerException. - Fixed qscompat-clearlag ConcurrentModificationException.
3.2.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
SHA-1 02b2aab0dd0f41518b23d90216066414104352af获取文件 QuickShop-Hikari-3.2.0.1.jar展开更新日志
Fixed a bug that MySQL driver report exception: Unknown column 'SHOPS.id' in 'on clause'.
3.2.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
SHA-1 7b4eeeafb909568d5f6b8d43c46d793f9973e3eb获取文件 QuickShop-Hikari-3.2.0.0.jar展开更新日志
3.2.0.0 ChangeLog
This update tooked a little long of time due my personal things, but anyway, it's here and enjoy it!
Optimize
- Improved shops loading logic.
should now get better loading performance, compare old and new loading time cost. - Improved isolated data logic.
- the old isolated data scanning will begin once server booted up, which may increase the load on the database.
- the old isolated data scanning need pull all shops data back to local and calculate one-by-one which slow and may increase the load on the database.
- new logic will pre-processing them with SQL, calculations will be done on the database so it will have better performance.
- we do same thing on shops loading logic, seems it working well :)
- Tweak internal logger buffer size and this should reduce the memory footprint by a small amount.
- Improved shops auto-save logic.
- shops auto-save is now parallel.
- shops are no longer actively saving changes to the database immediately, we will check every shop that has been modified and update the database every once in a while. *all changes will save into memory when server shutting down.
- Improved database auto-backup.
- hikari now actively backs up the database before breaking changes, both H2 and MySQL users.
Bug fixes
- Users may can increase the database load if them spam click the shop block.
- Hikari may conflict with LastLoginAPI's H2/HikariCP.
依赖关系
- 不兼容ServerUtils
- 可选未命名依赖
- 可选BentoBox
- 可选BlueMap
- 可选DiscordSRV
- 可选Dynmap®
- 可选EssentialsX
- 可选GriefPrevention
- 可选LuckPerms
- 可选NBT-API
- 可选WorldEdit