✨ New Features & Enhancements
✅ Add /renamehome command – allows players to rename their existing homes
✅ Add /relocatehome command – allows players to change the location of an existing home
✅ Add economy configuration options in config.yml:
```
Economy:
UseEconomy: false # Enable or disable economy features (default: false)
HomeCreationCost: 100.0 # Cost to create a new home (0 to disable)
Home-Teleport-Price: 50.0 # Cost to teleport to a home (0 to disable)
Tpa-Request-Price: 20.0 # Cost to send a /tpa request (0 to disable)
Rtp-Price: 150.0 # Cost to use /rtp command (0 to disable)
```
✅ Add Javadoc comments to classes and methods for improved code documentation
✅ Add Maven Shade and Javadoc plugins to pom.xml for packaging and documentation generation
✅ Generate Javadoc HTML files in docs/ for GitHub Pages deployment
✅ Add VaultAPI dependency to pom.xml
✅ Minor fixes: remove debug logging, update timestamps in generated Javadoc, and resolve merge issues
## What's Changed
* Refactor event package structure and implement teleportation cooldown… by
@fuzeblocks in
https://github.com/fuzeblocks/HomePlugin/pull/21
* Add rtp enabled or disabled by
@fuzeblocks in
https://github.com/fuzeblocks/HomePlugin/pull/22
* Add GitHub Actions workflow for GitHub Pages deployment by
@fuzeblocks in
https://github.com/fuzeblocks/HomePlugin/pull/23
* Economy homes dev by
@fuzeblocks in
https://github.com/fuzeblocks/HomePlugin/pull/24
* Edit homes dev by
@fuzeblocks in
https://github.com/fuzeblocks/HomePlugin/pull/25
**Full Changelog**:
https://github.com/fuzeblocks/HomePlugin/compare/0.8...0.8.2