diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-06-15 00:15:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 12:15:41 -0400 |
commit | f5871d8a18e0be2a3a4538fc0ab4f51f58cef3b3 (patch) | |
tree | 718829adf4b09a6482f0f1b63567d4df3bae968b /src/main/resources/assets/skyblocker | |
parent | 7b288fbfccb93ed8a10242acf6532127c41f6dfb (diff) | |
download | Skyblocker-f5871d8a18e0be2a3a4538fc0ab4f51f58cef3b3.tar.gz Skyblocker-f5871d8a18e0be2a3a4538fc0ab4f51f58cef3b3.tar.bz2 Skyblocker-f5871d8a18e0be2a3a4538fc0ab4f51f58cef3b3.zip |
Add event notifications criterion (#763)
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 1 |
1 files changed, 1 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 7b589243..133923fb 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -400,6 +400,7 @@ "skyblocker.config.eventNotifications": "Event Notifications", + "skyblocker.config.eventNotifications.criterion": "Notification Criterion", "skyblocker.config.eventNotifications.monologue": "can you pls log onto skyblock rq pls? that would be cool cuz like if you are seeing dis then it means that ur config either got cleared or that this is ur first time using the mod if so then thanks for choosing it and hopefully you enjoy it! so yea this is where you will be able to set reminders for all events in skyblock they will be added as you encounter so you first need to log onto skyblock so yea hope you enjoy the mod and all that", "skyblocker.config.eventNotifications.notificationSound": "Notification Sound", "skyblocker.config.eventNotifications.@Tooltip[0]": "Configure how much time before an event you will be reminded with a notification toast! For example if you set '5m' and '30s' in the list, you will receive a notification 5 minutes before and another 30 seconds before an event starts.", |