Updated GriefPrevention (markdown)

bloodmc 2022-05-16 13:40:34 -04:00
parent 7d2293cf06
commit 73cd14ff31

@ -52,7 +52,8 @@ Migration output should appear in console as it is migrating.
## Sponge
:warning: The migrator will not copy the `global.conf` as there have been many changes to it in GriefDefender. You will have to manually copy the settings you want from GP's `global.conf` to GD.
:warning: The migrator will not copy the `global.conf` as there have been many changes to it in GriefDefender. You will have to manually copy the settings you want from GP's `global.conf` to GD.
:warning: Make sure GriefPreventionData exists in `./plugins/` folder. If migrating from Bukkit, you must copy `GriefPreventionData` to `./plugins/`
1. Add GriefDefender jar to mods or plugins folder
2. Remove GriefPrevention jar from mods/plugins folder
@ -87,8 +88,8 @@ migrator {
worldguard=false
}
```
7. Set `griefprevention-sponge` to `true`
8. Set 'playerdata' to true.
7. Set `griefprevention-sponge` to `true` or `griefprevention-bukkit` to `true` if migrating from Bukkit.
8. If migrating from GP Sponge, set 'playerdata' to true.
Note: Make sure to read the comment carefully as there are things to check before turning on the migrator.
9. Locate section
```