
v1.0.0 - Initial Release
🚀 Features:
- Added
/tpacommand to request teleportation to another player. - Added
/tpacceptcommand to accept teleport requests. - Added
/tpdeclinecommand to decline teleport requests. - Configurable teleport delay before teleportation completes.
- Auto-expiring teleport requests after a configurable timeout.
- Sound effects for request sent, accepted, and completed actions.
- Prevents self-teleport requests (unless the player is an operator).
- Tab completion for player names in
/tpacommand. - Movement cancellation for teleportation to prevent abuse.
- Fully configurable messages and settings in
config.yml.
🎵 Sound Enhancements:
- Request received:
BLOCK_NOTE_BLOCK_PLING(configurable) - Request accepted:
ENTITY_EXPERIENCE_ORB_PICKUP(configurable) - Teleport completed:
ENTITY_ENDERMAN_TELEPORT(configurable)
🛠 Bug Fixes & Optimizations:
- Fixed invalid sound names falling back to defaults.
- Optimized teleport request handling to avoid memory leaks.
- Ensured messages are properly loaded from the configuration.
🔧 Configuration Options:
settings.teleport_delay: Time (in seconds) before teleportation.settings.request_timeout: Time (in seconds) before a request expires.sounds.request_received,sounds.accept_sound,sounds.teleport_completed: Customizable sound effects.
Enjoy seamless teleportation with SimpleTPA! 🎮✨



