diff --git a/Changelog.md b/Changelog.md index 796a403..a78d492 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +Flan 1.6.3 +====================== +- Fix sethome command feedback error +- Add maxClaims config to specify max amount of claims (regardless of size) + a player can have. Ignored in admin mode + Also has a permission node for it: flan.claims.amount + Default is -1 (aka disabled) +- Change the need to have enough claimblocks if the player is in adminmode + Flan 1.6.2 ====================== - Fix tp sometimes tp into walls diff --git a/gradle.properties b/gradle.properties index 642c8a9..4797392 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ minecraft_version=1.16.5 yarn_mappings=1.16.5+build.9 loader_version=0.11.3 # Mod Properties -mod_version=1.6.2 +mod_version=1.6.3 maven_group=io.github.flemmli97 archives_base_name=flan # Dependencies