aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorolim <bobq4582@gmail.com>2024-07-09 15:44:37 +0100
committerolim <bobq4582@gmail.com>2024-07-15 12:38:46 +0100
commit1bf1e29ff8d65c2930997fe9a7b81be611ddbf7f (patch)
treea425fa57cb757bc4f344c56642b74af1f8d9e14f /src/main/resources
parentf486e1171a41e22d041f2c10c42d2831fd7b7311 (diff)
downloadSkyblocker-1bf1e29ff8d65c2930997fe9a7b81be611ddbf7f.tar.gz
Skyblocker-1bf1e29ff8d65c2930997fe9a7b81be611ddbf7f.tar.bz2
Skyblocker-1bf1e29ff8d65c2930997fe9a7b81be611ddbf7f.zip
adds location selection menu for share add and remove
when the player just types add share and remove to commands without arguments bring up a menu in chat to select the location to use for that action
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json2
1 files changed, 2 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 ce799fce..f323641a 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -477,6 +477,8 @@
"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.noActive": "You have no active waypoints to share or remove.",
+ "skyblocker.config.mining.crystalsWaypoints.allActive": "You have no more waypoints left to create.",
"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.",