-
Notifications
You must be signed in to change notification settings - Fork 96
GriefPrevention
It is recommended to test migration on a test server before applying to production to ensure everything works as expected.
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.
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.
- Add GriefDefender jar to mods or plugins folder
- Remove GriefPrevention jar from mods/plugins folder
- 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 griefprevention bukkit migrator.
# Note: Migrates GP bukkit classic claim data and GPFlags data, if available, to current format.
# Note: It is recommended to backup data before using.
griefprevention-bukkit=false
# Set to true to enable the griefprevention sponge migrator.
# Note: Migrates GP sponge claim data to current format.
# Note: It is recommended to backup data before using.
griefprevention-sponge=false
# Set to true to enable RedProtect data migrator.
# Note: All RedProtect data will be converted into basic claim data.
red-protect=false
# Set to true to enable WorldGuard data migrator.
# Note: Only cuboid regions are supported.
# Note: It is recommended to backup data before using.
worldguard=false
}
- Set
griefprevention-sponge
totrue
- Start server
If done properly, GriefDefender will migrate all data from plugins/GriefPreventionData
to plugins/GriefDefender
including permission data.
Migration output should appear in console as it is migrating.