More format fixes

Jad 2019-08-27 17:59:55 -05:00
parent a0a787e4da
commit e1c0efa7ec
1 changed files with 2 additions and 2 deletions

@ -265,7 +265,7 @@ The import command is almost identical to the create command apart from the fact
## Reload Command
#### Description:
Reloads worlds.yml and `[[config.yml]]`.
Reloads worlds.yml and [[`config.yml`]].
#### Usage:
`/mv reload`
#### Examples:
@ -277,7 +277,7 @@ Reloads worlds.yml and `[[config.yml]]`.
#### Permission:
`multiverse.core.reload`
#### Details:
The reload command will reload any Multiverse-Core as well as __any Official Multiverse Plugin__ configs. Any values currently loaded into memory will be replaced with the config values. These configs also get reloaded on plugin load/server restart, so there is no need to use if after one of those. Any value in `worlds.yml` can be modified in game by using the `[/mvmodify](#modify-command)`command
The reload command will reload any Multiverse-Core as well as __any Official Multiverse Plugin__ configs. Any values currently loaded into memory will be replaced with the config values. These configs also get reloaded on plugin load/server restart, so there is no need to use if after one of those. Any value in `worlds.yml` can be modified in game by using the [`/mvmodify`](#modify-command) command
[Back to Top](#wiki-top)