Skip to content

17.1.8

Choose a tag to compare

@castledking castledking released this 16 Feb 21:27
· 55 commits to master since this release

Overview

  • Restore ClaimPermission.Inventory as deprecated alias to fix compatibility with plugins
  • Upstream GriefPrevention kept Inventory as a #Deprecated(forRemoval = true)
    alias for Container, but commit 88b5a82 removed it entirely. This broke
    plugins like SpawnerMeta that reference ClaimPermission.Inventory.
  • Also updates isGrantedBy() to normalize Inventory to Container for proper
    permission comparison.

Full changelog: 17.1.7...17.1.8