From f0c5f6e6dab8ca83da2b2365a100752e80eb52df Mon Sep 17 00:00:00 2001 From: Zax71 <67716263+zax71@users.noreply.github.com> Date: Sun, 16 May 2021 09:52:07 +0100 Subject: [PATCH] added Anchor Tutorial Page --- Anchor-Tutorial.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Anchor-Tutorial.md 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) +