Defend your servers from grief.
Go to file
bloodshot e281231d87 Update for 1.5.10 release.
* Fix ClaimBlockTask prematurely exiting if a player had max claim blocks.
* Fix TaxApplyTask not pulling funds from claim bank first.
* Fix ClaimContextCalculator overwriting option claim contexts.
* Fix player option commands running during a command causing a loop.
* Fix player-command-enter running command from subclaim.
* Fix player-command-exit running command to subclaim.
* Fix player contexts not being added in all cases where a player is involved.
* Fix flag definitions not accepting any context.
* Fix elytra enter-claim bypass.
* Add 'claim-create-radius-limit' to global config.
* Add Simplified Chinese language support (zh_CN).
* Add enter-claim flag permission check on player login.
* Add enter/exit-claim support for player respawns. If denied, GD will respawn player back in source claim in a safe location.
* Add TE NBT id support for mods such as gregtech.
* (Hybrid) Fix mohist EntityType mod registration.
* (Hybrid/Sponge) Add TE NBT id support for mods such as gregtech. See new setting 'tile-id-nbt-map' under mod category in global.conf
* (Sponge) Add 'interact-item-force-list' to global config. Used to force interact-item flag checks when a player left/right-clicks with an item in hand.
* (Sponge) Add check to prevent re-registration of worlds.
* (Sponge) Add workaround during collisions when user is wrapped in ProjectileSource.
* (Sponge) Add EntityThrowable support for getEntityOwner.
* (Sponge) Add method to get internal DamageSource type name.
* (Sponge) Fix NPE when cancelling claim with '/claimrent cancel'
* (Sponge) Fix wrong block being checked during bucket interactions such as lava and water.
* (Sponge) Fix block-pre not handing certain mod permission checks such as AE2 cables.
* (Sponge) Fix 'block-id-convert-list' feature not using correct id during player interactions.
* (Sponge) Fix item-pickup flag not checking trust.
2021-03-10 21:25:04 -05:00
.github/ISSUE_TEMPLATE Add issue templates for bugs & feature requests. (#312) 2020-11-23 21:03:40 -05:00
GriefDefenderAPI@dd5aa2224c Update for 1.5.5 release. 2020-12-28 17:28:12 -05:00
bukkit Update for 1.5.10 release. 2021-03-10 21:25:04 -05:00
common Update for 1.5.10 release. 2021-03-10 21:25:04 -05:00
gradle/wrapper Using "bin" distribution of gradle (#346) 2020-12-25 21:56:30 -05:00
sponge Update for 1.5.10 release. 2021-03-10 21:25:04 -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
LICENSE Initial commit. 2019-06-30 14:16:19 -04:00
README.md Update README.md 2020-03-08 00:53:13 -05:00
gradle.properties Update for 1.5.10 release. 2021-03-10 21:25:04 -05:00
gradlew Using "bin" distribution of gradle (#346) 2020-12-25 21:56:30 -05:00
gradlew.bat Using "bin" distribution of gradle (#346) 2020-12-25 21:56:30 -05:00
settings.gradle Move assets to common folder. 2020-01-09 19:53:00 -05:00

README.md

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

Source
Wiki
Support Me
Purchase Support

For more information on how to install, see Getting Started For information on migrating from GriefPrevention, see this wiki page

Prerequisites

Bukkit

Sponge