diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-05-28 19:38:12 -0400 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-05-28 19:38:12 -0400 |
commit | 98e875d281b99de6df4e150656e501a3121d2d81 (patch) | |
tree | 8f4314b59ff3bb5bd2be5b95391b78b280551cdc /src/main/resources/assets/skyblocker | |
parent | 429d84d8b1ec54a1e96611b4bbb7403b2c19bc65 (diff) | |
download | Skyblocker-98e875d281b99de6df4e150656e501a3121d2d81.tar.gz Skyblocker-98e875d281b99de6df4e150656e501a3121d2d81.tar.bz2 Skyblocker-98e875d281b99de6df4e150656e501a3121d2d81.zip |
Fix Reparty commands and update config
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 65cb1956..922f73a9 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -161,7 +161,10 @@ "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Solve Blaze Puzzle", "text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Solve Trivia Puzzle", "text.autoconfig.skyblocker.option.locations.dungeons.lividColor": "Livid Color", - "text.autoconfig.skyblocker.option.locations.dungeons.lividColorText": "Livid Color Text", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor": "Enable Livid Color", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor.@Tooltip": "Send the livid color in the chat during the Livid boss fight.", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText": "Livid Color Text", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText.@Tooltip": "Text which will be sent in the chat during the Livid boss fight. The string \"[color]\" will be replaced with the livid color.", "text.autoconfig.skyblocker.option.locations.dungeons.terminals": "Terminal Solvers", "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Solve Select Colored", "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveOrder": "Solve Click In Order", |