aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker
diff options
context:
space:
mode:
authorKevin <92656833+kevinthegreat1@users.noreply.github.com>2024-06-07 12:19:20 +0800
committerGitHub <noreply@github.com>2024-06-07 12:19:20 +0800
commitb657a22064a18dd5ea76187fb82b92ec682f9fc5 (patch)
treefc34a1cbfd13384653023f540e4bb4a441ede38e /src/main/resources/assets/skyblocker
parentcfa71fe3f18a58dce1e3a96867c7df6686d01fe5 (diff)
parent9054e87d9f5becea3addbdd60afeb6e3829143e8 (diff)
downloadSkyblocker-b657a22064a18dd5ea76187fb82b92ec682f9fc5.tar.gz
Skyblocker-b657a22064a18dd5ea76187fb82b92ec682f9fc5.tar.bz2
Skyblocker-b657a22064a18dd5ea76187fb82b92ec682f9fc5.zip
Merge pull request #691 from viciscat/events-notifications
Calendar Event Notifications
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json16
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/notification.pngbin0 -> 157 bytes
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta10
3 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 57abdc46..9361c941 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -396,6 +396,14 @@
"skyblocker.config.chat.filter.hideToggleSkyMall": "Hide Toggle Sky Mall Messages",
"skyblocker.config.chat.filter.hideToggleSkyMall.@Tooltip": "Hides those pesky messages telling you to disable the Sky Mall HOTM perk when you want it enabled!",
+ "skyblocker.config.eventNotifications": "Event Notifications",
+
+ "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.",
+ "skyblocker.config.eventNotifications.@Tooltip[1]": "The order doesn't matter. If you want to disable notifications, just empty the list.",
+ "skyblocker.config.eventNotifications.@Tooltip[2]": "This list will modify the '%s' event",
+
"skyblocker.config.mining": "Mining",
"skyblocker.config.mining.commissionWaypoints": "Commission Waypoints",
@@ -697,6 +705,14 @@
"skyblocker.end.hud.protectorLocations.rightFront": "Right Front",
"skyblocker.end.hud.protectorLocations.rightBack": "Right Back",
+ "skyblocker.events.startsNow": "%s starts now!",
+ "skyblocker.events.startsSoon": "%s starts soon!",
+ "skyblocker.events.tab.endsIn": "Ends in %s",
+ "skyblocker.events.tab.clickToWarp": "Click to warp!",
+ "skyblocker.events.tab.noMore": "No more this year!",
+ "skyblocker.events.tab.startsIn": "Starts in %s",
+
+
"skyblocker.garden.hud.mouseLocked": "Mouse locked.",
"skyblocker.fishing.reelNow": "Reel in now!",
diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png
new file mode 100644
index 00000000..8f272cd7
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png
Binary files differ
diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta
new file mode 100644
index 00000000..c514d54c
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta
@@ -0,0 +1,10 @@
+{
+ "gui": {
+ "scaling": {
+ "type": "nine_slice",
+ "width": 160,
+ "height": 32,
+ "border": 4
+ }
+ }
+} \ No newline at end of file