*NOTE: DEV BUILDS ARE STILL BEING TESTED AND MAY BE UNSTABLE, PLEASE REPORT ANY BUGS IN THE PROVIDED DISCORD CHANNEL. USE AT YOUR OWN RISK*
### Added - **Bulk Trust Commands**: `/chest trustall <player>` & `/chest untrustall <player>` to manage trust across all owned chests at once. `/chest untrust all` command removes trusts for all players/groups on all owned locks
- **LuckPerms Integration**: Group-based trust management with four new commands:
- `/chest trustgroup <group>` and `/chest trustgroupall <group>` - Trust all players in a LuckPerms group
- `/chest untrustgroup <group>` and `/chest untrustgroupall <group>` - Remove trust for all players in a group
- **Clear Trust Commands**: Three new commands to clear trusts from a targeted chest:
- `/chest cleartrusts` - Removes all player trusts from the chest you're looking at
- `/chest cleartrustsgroups` - Removes all group trusts from the chest you're looking at
- `/chest cleartrustsboth` - Removes all player and group trusts from the chest you're looking at
- **Admin Bypass for Trust Commands**: Players with `locktight.bypass` permission can now trust/untrust on any chest they're looking at, even if they don't own it
- **Inspection Enhancement**: `/chest inspect` now displays trusted groups in addition to trusted players
### Changed - Updated command usage and tab completion for new subcommands
- Updated `messages.yml` with new messages and bumped version string
- Added LuckPerms as a soft dependency
- Changed general.auto_lock_on_place default value to 'false'
### Fixed - Fixed bug where `/chest delete` command wouldn't properly delete both sides of double chests, it now removes all metadata completely
- Verified and ensured all double chest handling logic is consistently implemented across all database operations
- Fixed update checker to properly handle dev versions - dev builds with higher base versions no longer show false update alerts, and dev builds will be prompted to update when release versions of the same base version are published
- Fixed tab completion for LuckPerms group commands to properly suggest available groups