Skip to content

Commit a217c7f

Browse files
Polish for 6.2.0.10 Release (#2088)
* update translations manually to reset crowdin * Update typo in worldguard compatibility. * Remove outdated platform spec. * Implement shop.control-panel and shop-sign-wax configs. Fix encoded column issue. * Downgrade ARM depend due to their nexus issues. * Fixes for 1.21.5 testing. * Fix folia shop deletion, checkDisplay calls. * 1.21.7, Update FoliaLib reference, SNAPSHOT 6 * Implement DisplayAutoDespawnWatcher fix from SleazLee. Close #2063. * Create changelog for 6.2.0.11 and revise 6.2.0.10 Added a new changelog file for version 6.2.0.11 with a detailed outline of planned improvements. Cleaned the 6.2.0.10 changelog to remove redundant or outdated items for clarity. * Update version to 6.2.0.10 and improve display-item logic Updated all modules from version 6.2.0.10-SNAPSHOT-9 to 6.2.0.10 for release. Adjusted display-item logic to respect the new `display-default` config setting and improved handling of display-related features for better flexibility and correctness. * Add new features and compatibility updates Introduced HuskTowns compatibility, configurable default shop display status, and improved item display toggling. Additional changes include minor fixes, performance enhancements, and consolidated future development plans in the changelog.
1 parent 0942459 commit a217c7f

63 files changed

Lines changed: 100 additions & 80 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changelog/6.2.0.10.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
# 6.2.0.10
22

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-
193
## Major Changes
20-
- Added ability to use /qs toggledisplay when display-items is set to false to allow a default behaviour without display items
214
- 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)
225
- 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)
236
- 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,6 +12,7 @@
2912
- Allows support for BreweryX and AdvancedItems stacks in shops with improved matching abilities
3013
- Added FabledSkyblock Compat
3114
- Added Dominion Compat
15+
- Added HuskTowns Compat
3216
- Added IridiumSkyblock Compat
3317
- Added member-create for member creation in ARM compat
3418
- Added admin-override and quickshop.arm.admin permission for admin overrides in ARM
@@ -38,11 +22,30 @@
3822
- Added /qs toggledisplayall on/off server/owned
3923
- Players need to have permission node quickshop.toggledisplayall.admin to toggle all on the server.
4024
- 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
4126

4227
## Fixes
4328
- Fixed issue with display item being sent to the moon on 1.21.5
4429
- Fixed issue where TRADE_UI interactions interfered with quick create.
4530
- Fixed issue with displays on protocollib falling through the chest
4631
- Fixed issue with signs on .9 and previous .10 snapshots on early versions
4732
- 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...

.changelog/6.2.0.11.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Outline
2+
- Additional compats/addons that have been piling up.
3+
- see: https://github.com/QuickShop-Community/QuickShop-Hikari/issues/1756
4+
- gradle?(interested to see compilation time uplifts)
5+
- Update documentation
6+
- Update configuration comments
7+
- Update configuration system?
8+
- auto updating?
9+
- Allows removal of the update code
10+
- Remove waste spigot modules?
11+
- Any versions of 1.20 that can be discarded due to low use?
12+
- Bug fixing, of course
13+
- Sign parser implementation?
14+
- probably have to re-evaluate since it's been awhile since it has been looked at...

addon/bluemap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.ghostchu</groupId>
99
<artifactId>quickshop-hikari</artifactId>
10-
<version>6.2.0.10-SNAPSHOT-9</version>
10+
<version>6.2.0.10</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.ghostchu.quickshop.addon</groupId>

addon/discordsrv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.ghostchu</groupId>
99
<artifactId>quickshop-hikari</artifactId>
10-
<version>6.2.0.10-SNAPSHOT-9</version>
10+
<version>6.2.0.10</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.ghostchu.quickshop.addon</groupId>

addon/discount/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.ghostchu</groupId>
99
<artifactId>quickshop-hikari</artifactId>
10-
<version>6.2.0.10-SNAPSHOT-9</version>
10+
<version>6.2.0.10</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.ghostchu.quickshop.addon</groupId>

addon/displaycontrol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.ghostchu</groupId>
99
<artifactId>quickshop-hikari</artifactId>
10-
<version>6.2.0.10-SNAPSHOT-9</version>
10+
<version>6.2.0.10</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.ghostchu.quickshop.addon</groupId>

addon/dynmap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.ghostchu</groupId>
99
<artifactId>quickshop-hikari</artifactId>
10-
<version>6.2.0.10-SNAPSHOT-9</version>
10+
<version>6.2.0.10</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.ghostchu.quickshop.addon</groupId>

addon/limited/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.ghostchu</groupId>
99
<artifactId>quickshop-hikari</artifactId>
10-
<version>6.2.0.10-SNAPSHOT-9</version>
10+
<version>6.2.0.10</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.ghostchu.quickshop.addon</groupId>

addon/list/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.ghostchu</groupId>
99
<artifactId>quickshop-hikari</artifactId>
10-
<version>6.2.0.10-SNAPSHOT-9</version>
10+
<version>6.2.0.10</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.ghostchu.quickshop.addon</groupId>

addon/plan/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.ghostchu</groupId>
99
<artifactId>quickshop-hikari</artifactId>
10-
<version>6.2.0.10-SNAPSHOT-9</version>
10+
<version>6.2.0.10</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.ghostchu.quickshop.addon</groupId>

0 commit comments

Comments
 (0)