aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2025-06-05 01:37:34 -0400
committerGitHub <noreply@github.com>2025-06-05 01:37:34 -0400
commit711a222c4002ad3fa9663c07621313a2d2c7ec24 (patch)
tree7086b6848eaa6602f318174cde13d55938638825 /src/main
parent10349a70e3f579e3b921405364de2bcd365e3acb (diff)
downloadSkyblocker-711a222c4002ad3fa9663c07621313a2d2c7ec24.tar.gz
Skyblocker-711a222c4002ad3fa9663c07621313a2d2c7ec24.tar.bz2
Skyblocker-711a222c4002ad3fa9663c07621313a2d2c7ec24.zip
Change tips to use to new armour customization gui (#1299)
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/de/hysky/skyblocker/skyblock/Tips.java6
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/Tips.java b/src/main/java/de/hysky/skyblocker/skyblock/Tips.java
index a675ffb3..f2aa1174 100644
--- a/src/main/java/de/hysky/skyblocker/skyblock/Tips.java
+++ b/src/main/java/de/hysky/skyblocker/skyblock/Tips.java
@@ -28,9 +28,9 @@ public class Tips {
private static int currentTipIndex = 0;
private static final List<Supplier<Text>> TIPS = new ArrayList<>(List.of(
getTipFactory("skyblocker.tips.customItemNames", ClickEvent.Action.SUGGEST_COMMAND, "/skyblocker custom renameItem"),
- getTipFactory("skyblocker.tips.customArmorDyeColors", ClickEvent.Action.SUGGEST_COMMAND, "/skyblocker custom dyeColor"),
- getTipFactory("skyblocker.tips.customArmorTrims", ClickEvent.Action.SUGGEST_COMMAND, "/skyblocker custom armorTrim"),
- getTipFactory("skyblocker.tips.customAnimatedDyes", ClickEvent.Action.SUGGEST_COMMAND, "/skyblocker custom animatedDye"),
+ getTipFactory("skyblocker.tips.customArmorDyeColors", ClickEvent.Action.SUGGEST_COMMAND, "/skyblocker custom"),
+ getTipFactory("skyblocker.tips.customArmorTrims", ClickEvent.Action.SUGGEST_COMMAND, "/skyblocker custom"),
+ getTipFactory("skyblocker.tips.customAnimatedDyes", ClickEvent.Action.SUGGEST_COMMAND, "/skyblocker custom"),
getTipFactory("skyblocker.tips.fancyTabExtraInfo"),
getTipFactory("skyblocker.tips.helpCommand", ClickEvent.Action.SUGGEST_COMMAND, "/skyblocker help"),
getTipFactory("skyblocker.tips.discordRichPresence", ClickEvent.Action.SUGGEST_COMMAND, "/skyblocker config"),
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 88f52027..7d229c85 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -1244,9 +1244,9 @@
"skyblocker.tips.clickNextTip": "§a[Click for Next Tip]",
"skyblocker.tips.tip": "§aTip: %s\n",
"skyblocker.tips.customItemNames": "Customize the names of your items with /skyblocker custom renameItem",
- "skyblocker.tips.customArmorDyeColors": "Apply a custom dye color to your leather armor with /skyblocker custom dyeColor",
- "skyblocker.tips.customArmorTrims": "You can set custom armor trims on your armor using /skyblocker custom armorTrim.",
- "skyblocker.tips.customAnimatedDyes": "You can apply a custom animated dye to your leather armor with /skyblocker custom animatedDye!",
+ "skyblocker.tips.customArmorDyeColors": "Apply a custom dye color to your leather armor with /skyblocker custom.",
+ "skyblocker.tips.customArmorTrims": "You can set custom armor trims on your armor using /skyblocker custom.",
+ "skyblocker.tips.customAnimatedDyes": "You can apply a custom animated dye to your leather armor with /skyblocker custom!",
"skyblocker.tips.fancyTabExtraInfo": "Did you know you can see extra info on our fancy tab menu when holding N or M?",
"skyblocker.tips.helpCommand": "Use command /skyblocker help and you might find some more nifty features!",
"skyblocker.tips.discordRichPresence": "Use Discord Rich Presence to show your friends how loaded you are!",