mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2024-11-25 12:45:48 +01:00
Updated WorldGuard (markdown)
parent
b7fe4f904e
commit
1e07919a72
@ -69,17 +69,20 @@ notify-exit
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Migration Steps
|
## Migration Steps
|
||||||
1. Start the server at least once to generate GriefDefender configs.
|
1. Add GriefDefender jar to plugins
|
||||||
2. Edit global.conf under ./plugins/GriefDefender/
|
2. Remove WorldGuard jar from plugins
|
||||||
3. Locate section
|
3. Start the server at least once to generate GriefDefender configs.
|
||||||
|
4. Stop server
|
||||||
|
5. Edit global.conf under ./plugins/GriefDefender/
|
||||||
|
6. Locate section
|
||||||
```
|
```
|
||||||
# Set to true to enable WorldGuard data migrator.
|
# Set to true to enable WorldGuard data migrator.
|
||||||
# Note: Only cuboid regions are supported.
|
# Note: Only cuboid regions are supported.
|
||||||
# Note: It is recommended to backup data before using.
|
# Note: It is recommended to backup data before using.
|
||||||
worldguard=false
|
worldguard=false
|
||||||
```
|
```
|
||||||
4. Set worldguard to `true`
|
7. Set worldguard to `true`
|
||||||
5. Start server
|
8. Start server
|
||||||
|
|
||||||
If done properly, GriefDefender will migrate each world's data as it loads from `plugins/WorldGuard/data/<worldname>` to `plugins/GriefDefender`.
|
If done properly, GriefDefender will migrate each world's data as it loads from `plugins/WorldGuard/data/<worldname>` to `plugins/GriefDefender`.
|
||||||
Migration output should appear in console as it is migrating.
|
Migration output should appear in console as it is migrating.
|
Loading…
Reference in New Issue
Block a user