-
Notifications
You must be signed in to change notification settings - Fork 95
GriefPrevention
bloodmc edited this page Aug 11, 2019
·
17 revisions
GriefDefender supports a complete migration from GriefPrevention Bukkit. To migrate to GriefDefender, perform the following steps
- Add GriefDefender jar to plugins
- Remove GriefPrevention jar from plugins
- Start the server to generate GriefDefender configs.
- Stop server
- Edit global.conf under ./plugins/GriefDefender/
- Locate section
# List of migrators that convert old or other protection data into the current GD claim data format.
# Note: It is recommended to backup data before using.
migrator {
# Set to true to enable the classic migrator.
# Note: Migrates GP bukkit classic claim data to current format.
# Note: It is recommended to backup data before using.
classic=false
}
- Set classic to
true
- Start server
If done properly, GriefDefender will migrate all data from plugins/GriefPreventionData
to plugins/GriefDefender
.
Migration output should appear in console as it is migrating.