Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Releases: Ghost-chu/QuickShop-Reremake

v3.0.7

11 Jan 13:27
Compare
Choose a tag to compare
Update spigotmc

v3.0.6

11 Jan 09:39
Compare
Choose a tag to compare
Fix an error

v3.0.5

11 Jan 09:29
Compare
Choose a tag to compare
Fix npe bug

v3.0.4: Add:

11 Jan 07:32
Compare
Choose a tag to compare
1. langutils-language now renamed to game-language and nolonger need LangUtils, it will pull the language file from Mojang API.
2. Added `Maximal decimals in the price`.
Update:
1. Add and update the languages [de, es-419, fr, ja, ko, pl, ru, zh-CN, zh-TW]
Fix:
1. Strange warning when booting QuickShop.
2. Database changes won't apply if somethings set connection autoCommit to false.
3. Exceptions still will report to Sentry.io even failed the boot

v3.0.3: Common update

10 Jan 15:08
Compare
Choose a tag to compare
Add:
1. Mixed economy type.
2. Use LinkedList to replace ArrayList for debugLogger to improve performance in huge data writing.
3. Apply new fast algorithm for display items.
4. Async dupe item removing.

Fix:
1. Language system not release the specify language file in config.yml

v3.0.2: Fix:

07 Jan 08:16
Compare
Choose a tag to compare
1. somebugs

v3.0.1: Add:

05 Jan 11:57
Compare
Choose a tag to compare
1. New option allow QuickShop use hack util to force load downgrade ItemStack.

Fix:
1. Minor NPE.
2. Auto configuration fixer didn't working.

v3.0.0: Add:

04 Jan 14:18
Compare
Choose a tag to compare
1. Switch to EngineHubPaster, UbuntuPaster now is a fallback.
2. New language system using JSON format.
3. Reduce Jar size.
4. Add more details to log. @Ectabro
5. Shop container check now is run in queue to reduce lagg on main-thread.
6. Refactor and update the language system.
7. Potion effect show on ShopInfomation support.
Fix:
1. An error when user use 1.13 and 1.14 early build.
2. DoubleChest shop only update one sign, not all. @judgetread
3. DoubleChest shop didn't protect by Hopper minecart protection.
4. Database sometimes won't close correctly when shutting down, it may cause [DATABASE_BUSY] sql exception when reloading.
5. Formatted color symbol was saved to messages file.
6. File encoding in /qs paste.
Improve:
1. Performance in protections.
2. Performance for isLoaded().
3. Switch to async remove items to reduce lagg.
4. Performance in DisplayItem.
5. Improve performance in DisplayItem tools, it should solved the performance issue on display item.
6. Reduce the cost in ContainerShop class.
7. Optimize logic for ShopContainerWatcher, it now more performance friendly.
8. Optimize logic for InventoryCheck, it now more quickly and nolonger will check plugin GUI.
9. Performance for getSigns()
Changes:
1. latest.log file now nolonger will upload when you use /qs paste because it not safe.

v2.4.9: Hoo! 1.15 get ready!

12 Dec 03:02
Compare
Choose a tag to compare
Add:
1. 1.15 compatibility
Fix:
1. Deciamlformat not working
2. QuickShop can't correct match the Enchant Book
3, Add special mark to ArmorStand
4. If item have lores, it will blocked by BlackList tools
5. QuickShop still load the shop with invaild shop owner
6. Shop staff will gone after server restart

v2.4.8.7

01 Dec 02:22
Compare
Choose a tag to compare
Fix console error