
HomePlugin
A lightweight and efficient plugin to manage player homes and world spawns, featuring optional caching and powerful synchronization tools.
Economy, Teleportation & Documentation Update
Список изменений
✨ 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
✅ /back implemented
✅ Minor fixes: remove debug logging, update timestamps in generated Javadoc, and resolve merge issues