Added regen

Jad 2019-09-03 17:15:27 -05:00
parent d4171c98d7
commit c4d5db1833
1 changed files with 24 additions and 4 deletions

@ -28,14 +28,15 @@ If you're looking for the [Multiverse-Portals](https://github.com/Multiverse/Mul
16. [Confirm Command](#confirm-command)
17. [Purge Command](#purge-command)
18. [Clone Command](#clone-command)
19. [Modify Command](#modify-command)
19. [Regen Command](#regen-command)
20. [Modify Command](#modify-command)
* [Set](#modify-command-set)
* [Add](#modify-command-addremove)
* [Remove](#modify-command-addremove)
* [Clear](#modify-command-clear)
20. [Gamerule Command](#gamerule-command)
21. [Environment Command](#environment-command)
22. [Silent Command](#silent-command)
21. [Gamerule Command](#gamerule-command)
22. [Environment Command](#environment-command)
23. [Silent Command](#silent-command)
[↑ Back to Top ↑](#wiki-top)
@ -537,6 +538,25 @@ The Clone command allows you to copy your world to another directory for a backu
---
## Regen Command
#### Description:
Regenerates a world
#### Usage:
`/mv regen`
#### Examples:
`/mv regen`
`/mv regen world`
#### 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.
[Back to Top](#wiki-top)
---
## Modify Command
#### Description: