✨ **New Features & Enhancements**
- ✅ Added `/rtp` command (Random Teleportation)
- Teleports players to a safe random location.
- Always places player at the highest safe block.
- Prevents unsafe teleportation (lava, void, unsafe blocks).
- ⏳ Added RTP cooldown system:
- Configurable cooldown per player in `config.yml`.
- Players receive a message if they must wait before teleporting again.
- Added localization support:
- New language entries in `french.yml`, `english.yml`, `spanish.yml`.
- Fully translatable messages for teleportation in progress, success, failure, and cooldown.
**Refactoring & Internal Changes**
- Unified RTP request handling with `RtpRequestStore` (supports Redis & Local storage).
- Introduced `RtpManager` utility class for RTP logic handling.
**Notes**
- ⚙️ Configure RTP cooldown in `Config.Rtp.Cooldown`.
- All changes are backward-compatible.
- To update language files, use `/lang update`.
## What's Changed
* Add Spanish language support and update .gitignore by
@fuzeblocks in
https://github.com/fuzeblocks/HomePlugin/pull/18
* Add RTP (Random Teleportation) feature with cooldown and localization… by
@fuzeblocks in
https://github.com/fuzeblocks/HomePlugin/pull/19
**Full Changelog**:
https://github.com/fuzeblocks/HomePlugin/compare/0.7.9...0.8