Closed snikay closed 4 years ago
@snikay do you mean "anno tp" like how "watson tp" works?
Yep, currently you need to enter index of the annotation you want to teleport to - this would basically have current anno tp index in a protected variable in the class and just go +1 or -1. Basically copy of watson tp.
Added in new build on curseforge.
Even this one? Nice :)
Problem with hotkeys:
The setting rewrite themselves - just append _anno to the tpnext and tpprev keys :)
i thought i did woops
The hover text is fine - just the key
https://github.com/vacla/Watson/blob/a5e3bf3fa942e691079a91e6e3904d2be5bf029a/src/main/java/eu/minemania/watson/config/Hotkeys.java#L23 https://github.com/vacla/Watson/blob/a5e3bf3fa942e691079a91e6e3904d2be5bf029a/src/main/java/eu/minemania/watson/config/Hotkeys.java#L25
yeah i just saw it
U mentioned that most ppl used hokey so i said i needed to test them 😃
fixed with newest build
Hi, me again :)
One nice thing to have would be the ability to go next and previous on anno tp as well as watson tp.
So basically something like:
/anno tp next
> Go to the next index or first (on first try)/anno tp previous
> Go to the previous annotation spot or last (on first issue of the command)Should be easy enough to just reuse the same thing from watson teleport.