Fixed a lot of formatting & used the web archive to recover broken images & reuploaded.

Jad 2019-08-27 17:58:03 -05:00
parent cad5224054
commit 74a69f8d09
1 changed files with 6 additions and 8 deletions

@ -47,13 +47,13 @@ In Multiverse 2, we have included a handy new help system. To access this help,
In order to properly read this command reference, we'll walk through reading the "usage" of a command.
#### Command Case
Whenever reading this wiki or the in-game `[/mv](#help)` help, you should remember that items in __ALL CAPPS__ should be replaced with a variable. Items in lowercase should be typed exactly how they appear.
Whenever reading this wiki or the in-game [`/mv`](#help) help, you should remember that items in __ALL CAPS__ should be replaced with a variable. Items in lowercase should be typed exactly how they appear.
#### Optional vs. Required Params
Items inside square braces (`[]`) are __OPTIONAL__ where items inside curly braces (`{}`) are __REQUIRED__
#### Simple command example
Let's look at a simple one first:
`[/mv info [WORLD]](#information-command)`
[`/mv info [WORLD]`](#information-command)
This means that this command has one optional parameter, meaning you could type [`/mv info`](#information-command) __or__ [`/mv info world`](#information-command). Obviously, the command will do different things with or without its params. You can tell what those effects are by reading this wiki.
#### Complex command example
@ -88,7 +88,7 @@ The list command will only show you the worlds that you have access to enter. Fo
world_nether - NETHER
This allows you to have worlds that are completely unknown to people. Keep in mind though, if you're in a world that someone else cannot view, and you chat from it, your chat prefix would be of that world.
![Example World List](http://i.minus.com/ielLOjTOP.png)
![Example World List](https://user-images.githubusercontent.com/8557785/63812285-8247e700-c8ef-11e9-9469-6a6b6aa2285e.png)
Here is an example of a world listing. __NOTE:__ To get colored worlds, you will need to use the [[world alias feature|World-properties#wiki-alias]].
[Back to Top](#wiki-top)
@ -119,7 +119,7 @@ The help command now supports searching! This means if you type `/mvh del` you w
__NOTE:__ When searching, if you try: `/mv delete` you will see the help for the __Delete Command__. This is because you have hit the nail on the head with your search: you typed the exact name of a command! If you wish to __search__ for any commands that contain the word 'delete', use any of the other help aliases: `/mvh delete`, `/mvhelp delete`, `/mv help delete`...
![Example use of the Help command when an OP](http://i.minus.com/ieuxjiQ1y.png)
![Example use of the Help command when an OP](https://user-images.githubusercontent.com/8557785/63812440-069a6a00-c8f0-11e9-9264-29e4082ba8cd.png)
Here is an example use of the Help command while given OP status. This example also has [Multiverse-Portals](https://github.com/Multiverse/Multiverse-Portals/wiki/) and [Mutliverse-NetherPortals](https://github.com/Multiverse/Multiverse-NetherPortals/wiki/) installed, which is why there are 5 pages.
[Back to Top](#wiki-top)
@ -145,7 +145,7 @@ Displays information about the world you're in or the world you pass in.
#### Details:
The info command is currently __UNFINISHED__ it is primarily used so that you can tell the developers exactly how MV knows your world is configured. You can also use it to ensure that the world is behaving the way you want it to. Please consider this a debug command for right now.
![Page 1 of the Information Command](http://i.minus.com/icuU8nvs6.png)
![Page 1 of the Information Command](https://user-images.githubusercontent.com/8557785/63813643-cfc65300-c8f3-11e9-9fa5-5a40065fb574.png)
[Back to Top](#wiki-top)
@ -598,7 +598,7 @@ See the [[World Properties]] page for more detail on these variables.
The second item is the type required. This means you cannot do `/mv modify set scale fish` or `/mv modify set animals 7`
#####A note about animals and monsters:
##### A note about animals and monsters:
The `animals` and `monsters` values, when used with `set`, will set the overall spawn behavior of animals/monsters. If you have any monsters in the `monsters` list and you `/mv modify set monsters true` you're saying: "I want monsters to spawn, __except__ the ones in the monsters list"
See also: [`/mv modify {add/remove}`](#modify-command-addremove) and [`/mv modify clear`](#modify-command-clear)
@ -749,8 +749,6 @@ Causes several of the startup messages to be hidden when silent mode is enabled.
[Back to Top](#wiki-top)
[Back to Top](#wiki-top)
<table width="100%"><tr><td><h3><center>
[[Installation|install]] -> [[Basics]] -> [[Permissions]] -> Command Reference
</center></h3></td></tr></table>