You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What alias/snippet is this for?
For !map, !move and !go
Is your feature request related to a problem? Please describe.
When flying it can be a pain to track your height, mainly because needing to check what height you are at and then adding/subtracting the right amount can become a pain. This would solve that
Describe the solution you'd like
If your current height is 40 feet then !map -t <target> -height +30 would move you up 30 feet to a total of 70. It would be useful to be able to force either relative or absolute changes with some prefix like -height ~-30 always moves you to -30 feet.
Describe alternatives you've considered
There are no current alternatives.
Additional context
I made some code to change it and it currently looks like this
What alias/snippet is this for?
For
!map
,!move
and!go
Is your feature request related to a problem? Please describe.
When flying it can be a pain to track your height, mainly because needing to check what height you are at and then adding/subtracting the right amount can become a pain. This would solve that
Describe the solution you'd like
If your current height is 40 feet then
!map -t <target> -height +30
would move you up 30 feet to a total of 70. It would be useful to be able to force either relative or absolute changes with some prefix like-height ~-30
always moves you to -30 feet.Describe alternatives you've considered
There are no current alternatives.
Additional context
I made some code to change it and it currently looks like this
The text was updated successfully, but these errors were encountered: