update regen command info

nicegamer7 2020-11-26 11:10:36 -05:00
parent 7a37dda7ae
commit f58e6f6a49
1 changed files with 4 additions and 3 deletions

@ -545,17 +545,18 @@ The Clone command allows you to copy your world to another directory for a backu
#### Description:
Regenerates a world
#### Usage:
`/mv regen`
`/mv regen {WORLD} [-s [SEED]]`
#### Examples:
`/mv regen`
`/mv regen world`
`/mv regen world -s`
`/mv regen world -s 11546315`
#### Aliases:
`/mv regen`
`/mvregen`
#### Permission:
`multiverse.core.regen`
#### Details:
The Regen command allows you to regenerate your world to where EVERYTHING built gets destroyed and regenerated to the original map depending on the seed.
The Regen command allows you to regenerate your world to where EVERYTHING built gets destroyed and regenerated. If the `-s` argument is provided, a new seed will be used, and if no seed is specified, a random one will be generated. Otherwise, the world will be regenerated using the same seed.
[Back to Top](#wiki-top)