|
1 | 1 | # 6.2.0.10 |
2 | 2 |
|
3 | | -## Outline |
4 | | -- Additional compats/addons that have been piling up. |
5 | | - - see: https://github.com/QuickShop-Community/QuickShop-Hikari/issues/1756 |
6 | | -- gradle?(interested to see compilation time uplifts) |
7 | | -- Update documentation |
8 | | -- Update configuration comments |
9 | | -- Update configuration system? |
10 | | - - auto updating? |
11 | | - - Allows removal of the update code |
12 | | -- Remove waste spigot modules? |
13 | | - - Any versions of 1.20 that can be discarded due to low use? |
14 | | -- Bug fixing, of course |
15 | | -- Sign parser implementation? |
16 | | - - probably have to re-evaluate since it's been awhile since it has been looked at... |
17 | | -- Item updates for components?(maybe 6.2.0.11) |
18 | | - |
19 | 3 | ## Major Changes |
20 | | -- Added ability to use /qs toggledisplay when display-items is set to false to allow a default behaviour without display items |
21 | 4 | - 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) |
22 | 5 | - 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) |
23 | 6 | - 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) |
|
29 | 12 | - Allows support for BreweryX and AdvancedItems stacks in shops with improved matching abilities |
30 | 13 | - Added FabledSkyblock Compat |
31 | 14 | - Added Dominion Compat |
| 15 | +- Added HuskTowns Compat |
32 | 16 | - Added IridiumSkyblock Compat |
33 | 17 | - Added member-create for member creation in ARM compat |
34 | 18 | - Added admin-override and quickshop.arm.admin permission for admin overrides in ARM |
|
38 | 22 | - Added /qs toggledisplayall on/off server/owned |
39 | 23 | - Players need to have permission node quickshop.toggledisplayall.admin to toggle all on the server. |
40 | 24 | - Added ability to use abbreviations in /qs price and /qs create commands such as 2.5k for 2500 |
| 25 | +- Added ability to set default display status using shop.default-display in config.yml |
41 | 26 |
|
42 | 27 | ## Fixes |
43 | 28 | - Fixed issue with display item being sent to the moon on 1.21.5 |
44 | 29 | - Fixed issue where TRADE_UI interactions interfered with quick create. |
45 | 30 | - Fixed issue with displays on protocollib falling through the chest |
46 | 31 | - Fixed issue with signs on .9 and previous .10 snapshots on early versions |
47 | 32 | - Implemented some performance improvements for paper servers |
48 | | -- Fixed all outstanding issues with Folia usage.(thanks to RootB33R/SleazLee for contributions) |
| 33 | +- Fixed all outstanding issues with Folia usage.(thanks to RootB33R/SleazLee for contributions) |
| 34 | + |
| 35 | +## Possible 6.2.0.11 Features |
| 36 | + |
| 37 | +Here's an outline for some features that may arrive in 6.2.0.11: |
| 38 | + |
| 39 | +- Additional compats/addons that have been piling up. |
| 40 | + - see: https://github.com/QuickShop-Community/QuickShop-Hikari/issues/1756 |
| 41 | +- gradle?(interested to see compilation time uplifts) |
| 42 | +- Update documentation |
| 43 | +- Update configuration comments |
| 44 | +- Update configuration system? |
| 45 | + - auto updating? |
| 46 | + - Allows removal of the update code |
| 47 | +- Remove waste spigot modules? |
| 48 | + - Any versions of 1.20 that can be discarded due to low use? |
| 49 | +- Bug fixing, of course |
| 50 | +- Sign parser implementation? |
| 51 | + - probably have to re-evaluate since it's been awhile since it has been looked at... |
0 commit comments