- ✅ **Minecraft version support expanded**: Compatible with **1.14.0 to 1.21.6**
- ✅ **Java compatibility refactored**: Plugin now compiled with **Java 11** to support older servers
- ✅ **Improved command logic**:
- Refactored `HomeCommand` internals
- Added tab completer for `/sethome`
- ✅ **Permission-based home limit system**:
Define home limits per player/group via permissions:
- `homeplugin.limit.1` → max 1 home
- `homeplugin.limit.5` → max 5 homes
- `homeplugin.limit.10` → max 10 homes
- `homeplugin.limit.x` -> your number, but 100 it's the maximum
- Fallback to default if no permission is found
- Compatible with **LuckPerms**
## Code Refactoring
- Cleaned up logic for compatibility across Minecraft versions
- Removed Java 16+ language features
- Improved GUI separation for maintainability
## Notes
> The GUI is currently **not fully compatible with Minecraft 1.21**.