Skip to content

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

  1. Add GriefDefender jar to plugins
  2. Remove GriefPrevention jar from plugins
  3. Start the server to generate GriefDefender configs.
  4. Stop server
  5. Edit global.conf under ./plugins/GriefDefender/
  6. 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
}
  1. Set classic to true
  2. 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.

Clone this wiki locally