mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2024-11-28 13:15:23 +01:00
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.
16 lines
407 B
Properties
16 lines
407 B
Properties
# Common
|
|
name=GriefDefender
|
|
group=com.griefdefender
|
|
url=https://github.com/bloodmc/GriefDefender
|
|
version=1.5.4-DEV
|
|
apiVersion=1.0.0-20201116.204822-26
|
|
# Bukkit
|
|
adapterVersion=1.16.4-20201116.032340-3
|
|
spigotVersion=1.16.4-R0.1-SNAPSHOT
|
|
# Sponge
|
|
adapterSpongeVersion=1.12.2-20201114.012057-13
|
|
commonVersion=1.12.2-7.1.7-SNAPSHOT
|
|
minecraftVersion=1.12.2
|
|
mcpMappings=snapshot_20180808
|
|
|
|
org.gradle.jvmargs=-Xmx3G |