Skip to content

Commit 2ec8365

Browse files
committed
fix: add message default
1 parent 77b1fba commit 2ec8365

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/skyblockexp/ezshops/config/ShopMessageConfiguration.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ public String invalidAmount(String amount) {
288288
public String amountMustBePositive() {
289289
return string("commands.shop.amount-positive", "&cAmount must be positive.");
290290
}
291+
292+
public String notInRotation() {
293+
return string("commands.shop.not-in-rotation", "&cThat item is not available in the current shop rotation.");
294+
}
291295
}
292296

293297
public final class SellHandCommandMessages {

0 commit comments

Comments
 (0)