mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2024-11-13 10:54:32 +01:00
23e7daab72
All file player data which stores accrued and bonus claim block totals will now be stored with permissions as meta. This allows servers that share permissions data across multiple servers to also provide the same GD player data across servers if configured to do so. In order to migrate the file player data, the following must be configured : 1. Under the 'playerdata' section in 'global.conf', the 'context-storage-type' needs to be set to 'global', 'server', or 'world'. Read comment for more information. 2. Under the 'migrator' section in 'global.conf', the 'playerdata' setting needs to be set to true. Make sure to read the comment carefully as there are things to check before turning on the migrator. As always, backup your permissions data before enabling the migrator. Note: GD will no longer use the file player data. If you do not migrate, all players will have 0 accrued and 0 bonus claim blocks. Simply enable the migrator and follow the steps above to maintain the current player data. |
||
---|---|---|
.. | ||
src/main | ||
build.gradle |