diff --git a/Command-Reference.md b/Command-Reference.md index 9aa2367..b76db87 100644 --- a/Command-Reference.md +++ b/Command-Reference.md @@ -37,6 +37,8 @@ If you're looking for the [Multiverse-Portals](https://github.com/Multiverse/Mul 21. [Gamerule Command](#gamerule-command) 22. [Environment Command](#environment-command) 23. [Silent Command](#silent-command) +24. [Debug Command](#silent-command) +25. [Anchor Command](#silent-command) [↑ Back to Top ↑](#wiki-top) @@ -768,6 +770,48 @@ Causes several of the startup messages to be hidden when silent mode is enabled. [Back to Top](#wiki-top) +--- + +## Debug Command +#### Description: +Provides detailed information on what the plugin is doing in console. Helpful for permission issues or destination issues. +#### Usage: +`/mv debug [0, 1, 2, 3]` +#### Examples: +`/mv debug 0` (Turns it off) +#### Aliases: +`/mvdebug 3` +#### Permission: +`multiverse.core.debug` +#### Details: +0 - Off +1 - +2 - +3 - All details + +[Back to Top](#wiki-top) + +--- + +## Anchor Command +#### Description: +Anchors should be used if you have a place you want to go frequently. Using the `/mv anchor NAME` command to first create an anchor, you can then use it in any command that takes a destination. +#### Usage: +`/mv anchor NAME [-d]` +#### Examples: +`/mv anchor` - Lists the current anchors +`/mv anchor NAME` - Creates the anchor with the name "NAME" +`/mv anchor NAME -d` - Deletes the anchor "NAME" +#### Aliases: +None +#### Permission: +`multiverse.teleport.self.a` +`multiverse.teleport.other.a` +#### Details: +A destination for frequently used teleports. + +[Back to Top](#wiki-top) +

[[Installation|install]] -> [[Basics]] -> [[Permissions]] -> Command Reference

\ No newline at end of file