mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-24 03:25:12 +01:00
Added debug & anchor
parent
6a6a924b97
commit
4de4961c39
@ -37,6 +37,8 @@ If you're looking for the [Multiverse-Portals](https://github.com/Multiverse/Mul
|
|||||||
21. [Gamerule Command](#gamerule-command)
|
21. [Gamerule Command](#gamerule-command)
|
||||||
22. [Environment Command](#environment-command)
|
22. [Environment Command](#environment-command)
|
||||||
23. [Silent Command](#silent-command)
|
23. [Silent Command](#silent-command)
|
||||||
|
24. [Debug Command](#silent-command)
|
||||||
|
25. [Anchor Command](#silent-command)
|
||||||
|
|
||||||
[↑ Back to Top ↑](#wiki-top)
|
[↑ 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)
|
[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)
|
||||||
|
|
||||||
<table width="100%"><tr><td><h3><center>
|
<table width="100%"><tr><td><h3><center>
|
||||||
[[Installation|install]] -> [[Basics]] -> [[Permissions]] -> Command Reference
|
[[Installation|install]] -> [[Basics]] -> [[Permissions]] -> Command Reference
|
||||||
</center></h3></td></tr></table>
|
</center></h3></td></tr></table>
|
Loading…
Reference in New Issue
Block a user