added Anchor Tutorial Page

Zax71 2021-05-16 09:52:07 +01:00
parent ff7ec6bf53
commit f0c5f6e6da

24
Anchor-Tutorial.md Normal file

@ -0,0 +1,24 @@
# Anchor Tutorial
## Introduction
In Multiverse you can create anchors that can be used with `/mvtp` to create warps
## Creating Anchors
Anchors can be created using `/mv anchor <name>` for example `/mv anchor info`
![Image of anchor command in use ](https://i.imgur.com/sYmx6TJ.png)
## Teleporting To Anchors
Anchors can be teleported to using `/mvtp a:<Anchor Name>` for example `/mvtp a:info` for the one we just made
![`/mvtp a:info` command](https://i.imgur.com/Xq1qPtG.png)
## Removing Anchors
Anchors can be removed in a similar way to how they where created using `/mv anchor <name> -d` for example `/mv anchor info -d`
![`/mv anchor info -d` command](https://i.imgur.com/Do03z2c.png)