diff options
author | olim <bobq4582@gmail.com> | 2024-06-19 20:47:38 +0100 |
---|---|---|
committer | olim <bobq4582@gmail.com> | 2024-07-15 12:37:17 +0100 |
commit | e30367c9b7b2370850e839e994d3c0bf95b3b9ad (patch) | |
tree | 4de410bb399e599a17f6039e998d51c1fff4795e /src/main/resources/assets | |
parent | b3aa88019789eeec86627afd7e25e2edcd1dd675 (diff) | |
download | Skyblocker-e30367c9b7b2370850e839e994d3c0bf95b3b9ad.tar.gz Skyblocker-e30367c9b7b2370850e839e994d3c0bf95b3b9ad.tar.bz2 Skyblocker-e30367c9b7b2370850e839e994d3c0bf95b3b9ad.zip |
add remove command and consistence
add command to remove way-point and consistence for the add and share
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 4 |
1 files changed, 4 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 b7096424..8bdc5965 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -473,7 +473,11 @@ "skyblocker.config.mining.crystalsWaypoints.enabled.@Tooltip": "Show a waypoint (waypoint selected in general/waypoints) at important areas in the crystal hollows, e.g., Jungle Temple and Fairy Grotto. ", "skyblocker.config.mining.crystalsWaypoints.findInChat": "Find Waypoints In Chat", "skyblocker.config.mining.crystalsWaypoints.findInChat.@Tooltip": "When in crystal hollows read the chat to see if coordinates are sent and extract these to show as waypoint or on the map", + "skyblocker.config.mining.crystalsWaypoints.addedWaypoint": "Added waypoint for ", + "skyblocker.config.mining.crystalsWaypoints.addedWaypoint.at": "at", "skyblocker.config.mining.crystalsWaypoints.shareFail": "Can only share waypoints you have found.", + "skyblocker.config.mining.crystalsWaypoints.removeSuccess": "Removed waypoint for ", + "skyblocker.config.mining.crystalsWaypoints.removeFail": "Can only remove waypoints you have found.", "skyblocker.config.mining.dwarvenHud": "Dwarven HUD", "skyblocker.config.mining.dwarvenHud.enabledCommissions": "Enable Commissions", |