diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-01-11 04:24:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 15:24:01 -0500 |
commit | 2d7127c3e486785b9f087e97a567de8ee5780650 (patch) | |
tree | 8980fcbc1011167df1d38352fe0a3fd707881c6c /src/main/resources | |
parent | db778f5f2b92c9697c9df38a8e056392c70252ed (diff) | |
download | Skyblocker-2d7127c3e486785b9f087e97a567de8ee5780650.tar.gz Skyblocker-2d7127c3e486785b9f087e97a567de8ee5780650.tar.bz2 Skyblocker-2d7127c3e486785b9f087e97a567de8ee5780650.zip |
Add tips (#481)
* Add tips
* Add some tips
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index e2d092fb..a1475770 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -14,6 +14,7 @@ "text.autoconfig.skyblocker.title": "Skyblocker Settings", "text.autoconfig.skyblocker.category.general": "General", + "text.autoconfig.skyblocker.option.general.enableTips": "Enable Tips", "text.autoconfig.skyblocker.option.general.bars": "Health, Mana, Defence & XP Bars", "text.autoconfig.skyblocker.option.general.bars.enableBars": "Enable Bars", "text.autoconfig.skyblocker.option.general.bars.barpositions": "Configure Bar Positions", @@ -388,5 +389,30 @@ "skyblocker.itemProtection.noItemUuid": "§cYou must be holding an item that has a uuid in order to protect it!", "skyblocker.itemProtection.unableToProtect": "§cUnable to protect this item :( (Are you in skyblock?, are you holding an item?)", + "skyblocker.tips.enabled": "§aEnabled Tips.", + "skyblocker.tips.disabled": "§cDisabled Tips.", + "skyblocker.tips.clickEnable": "§a[Click to Enable Tips]", + "skyblocker.tips.clickDisable": "§c[Click to Disable Tips]", + "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 armour with /skyblocker custom dyeColor", + "skyblocker.tips.customArmorTrims": "You can set custom armor trims on your armor using /skyblocker custom armorTrim.", + "skyblocker.tips.fancyTabExtraInfo": "Did you know you can see extra info on our fancy tab menu when holding N or M?\n", + "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!", + "skyblocker.tips.customDungeonSecretWaypoints": "You can add custom secret waypoints to any dungeon room with /skyblocker dungeons secrets addWaypoint.", + "skyblocker.tips.shortcuts": "Use /skyblocker shortcuts to create and edit command and message shortcuts.", + "skyblocker.tips.gallery": "Check out https://hysky.de/skyblocker/gallery for pictures of the mod's features in action!", + "skyblocker.tips.itemRarityBackground": "See an item's rarity easily with Item Rarity Backgrounds in the config's Item Info Display section.", + "skyblocker.tips.modMenuUpdate": "ModMenu will let you know if there's an update available for Skyblocker for your game version.", + "skyblocker.tips.issues": "Submit bug reports and feature requests to https://github.com/SkyblockerMod/Skyblocker.", + "skyblocker.tips.beta": "We often have beta versions available from GitHub Actions that contain new and experimental features.", + "skyblocker.tips.discord": "Join our discord at https://discord.gg/aNNJHQykck to keep up with the latest news about Skyblocker!", + "skyblocker.tips.flameOverlay": "Find that the flame overlay takes up too much screen space? Check out the config to make it smaller", + "skyblocker.tips.wikiLookup": "Press F4 while hovering over an item to open its wiki page in your web browser.", + "skyblocker.tips.fairySoulsEnigmaSoulsRelics": "Don't know where to find Fairy Souls, Enigma Souls, or Relics? Enable the helpers to aid your exploration, they'll remember which souls you've already found.", + "skyblocker.tips.quickNav": "You can customize the QuickNav buttons in the config.", + "emi.category.skyblocker.skyblock": "Skyblock" }
\ No newline at end of file |