| Command | Result |
| /goto | nothing * |
| /goto <font color="green">gotoLabel</font> | Teleports your to the stored goto label gotoLabel |
| /goto <font color="purple">set </font> <font color="green">gotoLabel</font> | Sets your current location to gotoLabel |
| /goto <font color="purple">del </font><font color="green">gotoLabel</font> | Deletes the stored goto label gotoLabel |
| /goto <font color="purple">list</font> | Lists your goto labels. *** |
| /goto <font color="purple">back</font> | If you teleported with goto this will take you back to where you had telelported from (multiple times I am thinking about limiting this.)** |
| /goto <font color="purple">forward</font> | If you used /goto back this will take you forward(multiple times I am thinking about limiting this.)** |
| /goto <font color="green">gotoLabel </font><font color="orange">anotherLabel</font> | Gives the distance between goto labels gotoLabel and anotherLabel in meters |
(*,**)
*I'll make this something, probably replace /goto list (so you can have a label called list.)
**I will be working on making this for all teleportations (a Teleport Listener); Not working the way I'd like yet.
*** Will show 20 Labels Max, will fix soon;