diff --git a/Anchor-Tutorial.md b/Anchor-Tutorial.md new file mode 100644 index 0000000..5be8051 --- /dev/null +++ b/Anchor-Tutorial.md @@ -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 ` 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:` 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 -d` for example `/mv anchor info -d` + +![`/mv anchor info -d` command](https://i.imgur.com/Do03z2c.png) +