mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2024-11-25 12:45:48 +01:00
Defend your servers from grief.
11d9f1f278
* Add '/trapped' command to assist players when stuck. - Use setting 'player-trapped-cooldown' in 'global.conf' to configure the cooldown of this command. Default '300' seconds. - Use option 'player-teleport-delay' to add a delay when used. * Add '/unlockdrops' command to unlock protected item drops after death. - Use option 'player-item-drop-lock' to control item drop protection on death. - Use option 'pvp-item-drop-lock' to control item drop protection on pvp death. Note: In order to use this feature, one of the item drop options must be enabled in 'options.conf' * Add setting 'explosion-surface-block-level' to control surface block level during explosions. Fixes #280 * Verify chunk is loaded before sending block change to player. Fixes #309 * Remove 'player-deny-flight' option cache. Fixes #308 * Improve player afk location handling. * Improve option config lookups. * Update GriefDefenderAPI. |
||
---|---|---|
bukkit | ||
common | ||
gradle/wrapper | ||
GriefDefenderAPI@920a6101dc | ||
sponge | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
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