mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2025-01-08 19:47:54 +01:00
06939181a7
* Fix /deletealladmin NPE * Fix claim greeting showing in parent when leaving subclaim * Fix claims being removed in current world when using world argument with abandonall and deleteall commands. * Fix abandonclaim with ignoreclaims giving claimblocks/money to source player and not claim owner. * Fix interact-item-secondary being triggered on left-click. * Fix /gdreload NoSuchMethodError on 1.14/1.15 servers. * Fix WECUI causing visual fillers to not show. * Update kotlin-stdlib, okio, and okhttp3 libs. * Add new visual config setting 'hide-fillers-when-using-wecui'. * Use unmodifiable map instead of immutable copy getChunksToClaimMap. * (Bukkit) Fix investigate claim loading chunks. * (Sponge) Fix NoClassDefFoundError when using gddebug command. * (Sponge) Add new admin command '/abandonworld [<world>]' which will abandon all user claims in world specified. * (Sponge) Add support for world argument in commands '/abandonall', '/deleteall', and '/deletealladmin'.
16 lines
403 B
Properties
16 lines
403 B
Properties
# Common
|
|
name=GriefDefender
|
|
group=com.griefdefender
|
|
url=https://github.com/bloodmc/GriefDefender
|
|
version=1.4.4
|
|
apiVersion=1.0.0-20200528.202302-24
|
|
# Bukkit
|
|
adapterVersion=1.16.1-20200627.034742-3
|
|
spigotVersion=1.16.1-R0.1-SNAPSHOT
|
|
# Sponge
|
|
adapterSpongeVersion=1.12.2-20200627.042712-12
|
|
commonVersion=1.12.2-7.1.7-SNAPSHOT
|
|
minecraftVersion=1.12.2
|
|
mcpMappings=snapshot_20180808
|
|
|
|
org.gradle.jvmargs=-Xmx3G |