Defend your servers from grief.
Go to file
bloodshot 23e7daab72 Move playerdata file format to permissions as meta.
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.
2020-01-25 01:07:02 -05:00
bukkit Move playerdata file format to permissions as meta. 2020-01-25 01:07:02 -05:00
common Move assets to common folder. 2020-01-09 19:53:00 -05:00
gradle/wrapper Initial commit. 2019-06-30 14:16:19 -04:00
GriefDefenderAPI@b956577866 Move playerdata file format to permissions as meta. 2020-01-25 01:07:02 -05:00
sponge Move playerdata file format to permissions as meta. 2020-01-25 01:07:02 -05:00
.gitattributes Initial commit. 2019-06-30 14:16:19 -04:00
.gitignore Initial commit. 2019-06-30 14:16:19 -04:00
.gitmodules Add proper gradle support. 2019-11-19 13:11:47 -05:00
gradle.properties Add MC 1.15.2 support. 2020-01-23 00:12:36 -05:00
gradlew Initial commit. 2019-06-30 14:16:19 -04:00
gradlew.bat Initial commit. 2019-06-30 14:16:19 -04:00
LICENSE Initial commit. 2019-06-30 14:16:19 -04:00
README.md Update README.md 2019-12-20 12:38:49 -05:00
settings.gradle Move assets to common folder. 2020-01-09 19:53:00 -05:00

GriefDefender is a Sponge/Bukkit plugin designed to defend servers from grief.

Source
Wiki
Support Me

For more information on how to install, see Getting Started

Prerequisites

Bukkit

Sponge