Skip to content

Commit c4ce391

Browse files
Fix/6.2.0.11 polish part 3 (#2221)
* Update changelog entries, fix shop permission transfer issue, improve UI text for supertool, and tweak inventory message formatting. * Replace `ShopTypeEvent` references with `ShopTypeEnhancedEvent` for improved event handling. * Upgrade parent project version to `6.2.0.11-SNAPSHOT-15` across all modules and clean up unused imports and debug prints. * Add shop search cooldown to prevent data abuse. Update `config.yml` with `finding.cooldown` option and implement cooldown mechanics in `SubCommand_Find` and `SimpleShopManager`.
1 parent 9977b85 commit c4ce391

File tree

61 files changed

+92
-59
lines changed

Some content is hidden

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

61 files changed

+92
-59
lines changed

.changelog/6.2.0.11.md

Lines changed: 1 addition & 0 deletions

addon/betonquest/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.11-SNAPSHOT-14</version>
10+
<version>6.2.0.11-SNAPSHOT-15</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.ghostchu.quickshop.compatibility</groupId>

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.11-SNAPSHOT-14</version>
10+
<version>6.2.0.11-SNAPSHOT-15</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.11-SNAPSHOT-14</version>
10+
<version>6.2.0.11-SNAPSHOT-15</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.11-SNAPSHOT-14</version>
10+
<version>6.2.0.11-SNAPSHOT-15</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.11-SNAPSHOT-14</version>
10+
<version>6.2.0.11-SNAPSHOT-15</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.11-SNAPSHOT-14</version>
10+
<version>6.2.0.11-SNAPSHOT-15</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.ghostchu.quickshop.addon</groupId>

addon/dynmap/src/main/java/com/ghostchu/quickshop/addon/dynmap/Main.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import com.ghostchu.quickshop.api.event.settings.type.ShopNameEvent;
1111
import com.ghostchu.quickshop.api.event.settings.type.ShopOwnerEvent;
1212
import com.ghostchu.quickshop.api.event.settings.type.ShopPriceEvent;
13+
import com.ghostchu.quickshop.api.event.settings.type.ShopTypeEnhancedEvent;
1314
import com.ghostchu.quickshop.api.event.settings.type.ShopTypeEvent;
1415
import com.ghostchu.quickshop.api.localization.text.TextManager;
1516
import com.ghostchu.quickshop.api.shop.Shop;
@@ -145,7 +146,7 @@ public void onEvent(final ShopSuccessPurchaseEvent event) {
145146
}
146147

147148
@EventHandler(ignoreCancelled = true)
148-
public void onEvent(final ShopTypeEvent event) {
149+
public void onEvent(final ShopTypeEnhancedEvent event) {
149150

150151
if(event.phase() != Phase.POST) {
151152

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.11-SNAPSHOT-14</version>
10+
<version>6.2.0.11-SNAPSHOT-15</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.11-SNAPSHOT-14</version>
10+
<version>6.2.0.11-SNAPSHOT-15</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<groupId>com.ghostchu.quickshop.addon</groupId>

0 commit comments

Comments
 (0)