aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-03-31 05:58:50 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2024-03-31 06:00:31 -0400
commit88f321276470d4aec5412855e758321ad3b65230 (patch)
treeea1fe7c31002bd5b717df211b8bd6ab971672b8b /src/main/resources
parent9158a1229b5b5c7f022a3d5be8f5e08f219721de (diff)
downloadSkyblocker-88f321276470d4aec5412855e758321ad3b65230.tar.gz
Skyblocker-88f321276470d4aec5412855e758321ad3b65230.tar.bz2
Skyblocker-88f321276470d4aec5412855e758321ad3b65230.zip
Ordered Waypoints
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json17
1 files changed, 17 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 dd44b8fe..1d375191 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -596,6 +596,23 @@
"skyblocker.crimson.kuudra.noArrowPoison": "No Arrow Poison!",
"skyblocker.crimson.kuudra.lowArrowPoison": "Low on Arrow Poison!",
+
+ "skyblocker.waypoints.ordered.groupNonExistent": "§cThe waypoint group %s doesn't exist.",
+ "skyblocker.waypoints.ordered.add.invalidHexColor": "§cInvalid HEX color code!",
+ "skyblocker.waypoints.ordered.addAt.success": "Added a waypoint in group %s at index %d.",
+ "skyblocker.waypoints.ordered.add.success": "Added a waypoint in group %s at %s.",
+ "skyblocker.waypoints.ordered.removeGroup.success": "Successfully removed the waypoint group %s.",
+ "skyblocker.waypoints.ordered.remove.success": "Successfully removed the waypoint at %s from group %s.",
+ "skyblocker.waypoints.ordered.removeAt.success": "Successfully removed the waypoint at index %d from group %s.",
+ "skyblocker.waypoints.ordered.toggle.success": "Toggled the waypoint group %s.",
+ "skyblocker.waypoints.ordered.export.success": "Successfully copied your waypoints to your clipboard!",
+ "skyblocker.waypoints.ordered.export.fail": "§cFailed to export your waypoints, check the latest.log for more information.",
+ "skyblocker.waypoints.ordered.import.skyblocker.success": "Successfully imported waypoints from the Skyblocker Ordered Waypoints format!",
+ "skyblocker.waypoints.ordered.import.skyblocker.unknownFormatHeader": "§cThis import code doesn't look like its in the Skyblocker Ordered Waypoints format, double check your clipboard to see if everything is correct.",
+ "skyblocker.waypoints.ordered.import.skyblocker.fail": "§cFailed to import waypoints from the Skyblocker Ordered Waypoints format. Make sure to have the waypoint data copied to your clipboard!",
+ "skyblocker.waypoints.ordered.import.coleWeight.groupAlreadyExists": "§cThere is already an ordered waypoints group under the name \"%s\", please choose another name to import your waypoints under.",
+ "skyblocker.waypoints.ordered.import.coleWeight.success": "Successfully imported waypoints from the Cole Weight format.",
+ "skyblocker.waypoints.ordered.import.coleWeight.fail": "§cFailed to import waypoints from the Cole Weight format. Make sure to have the waypoint data copied to your clipboard!",
"emi.category.skyblocker.skyblock": "Skyblock"
}