aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker
diff options
context:
space:
mode:
authorolim <bobq4582@gmail.com>2024-02-16 21:18:16 +0000
committerolim <bobq4582@gmail.com>2024-02-16 21:18:16 +0000
commit2787e958d990972f62834c7083978ff7012e7095 (patch)
treed88f4a7ccae9eb1170902c15e1dd9a371869156e /src/main/resources/assets/skyblocker
parentdb8aa8cf1b8978099379187213f2b78535291066 (diff)
downloadSkyblocker-2787e958d990972f62834c7083978ff7012e7095.tar.gz
Skyblocker-2787e958d990972f62834c7083978ff7012e7095.tar.bz2
Skyblocker-2787e958d990972f62834c7083978ff7012e7095.zip
greatly improve the config ui
improve the layout and use of the config ui to be close to its final state hopefully
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json5
1 files changed, 5 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 bdb963c2..bd8b9bb8 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -372,6 +372,11 @@
"text.autoconfig.skyblocker.option.messages.chatRules.announcementScale": "Announcement Size",
"text.autoconfig.skyblocker.option.messages.chatRules.announcementScale.@Tooltip": "The amount to scale the size of the announcement.",
"text.autoconfig.skyblocker.option.messages.chatRules.screen": "Chat Rules Config...",
+ "text.autoconfig.skyblocker.option.messages.chatRules.screen.new": "New Chat Rule",
+ "text.autoconfig.skyblocker.option.messages.chatRules.screen.ruleName": "Rule Name",
+ "text.autoconfig.skyblocker.option.messages.chatRules.screen.ruleEnabled": "Rule Enabled",
+ "text.autoconfig.skyblocker.option.messages.chatRules.screen.modify": "Modify",
+ "text.autoconfig.skyblocker.option.messages.chatRules.screen.editRule": "Edit",
"text.autoconfig.skyblocker.option.messages.chatRules.screen.ruleScreen": "Chat Rules Config...",
"text.autoconfig.skyblocker.option.messages.chatRules.screen.ruleScreen.true": "True",
"text.autoconfig.skyblocker.option.messages.chatRules.screen.ruleScreen.false": "False",