MultiRTP_MX

MultiRTP_MX 1.2.0

Fixed:
- Fixed critical bug: Teleporting to other worlds from form selection now works correctly (previously always teleported to current world)
- Fixed world selection in forms to properly use the selected world name
Added:
- Added config option to restrict teleportation to current world only (`forms.worldSelection.allowOtherWorlds`)
- Added asynchronous teleportation to improve server performance
- Added better error handling for teleportation failures
- Added teleport effects (sound and particles)
- Added support for saving position on player death
Changed:
- Improved code organization with better separation of concerns
- Optimized teleportation system with limit on safe location search attempts
- Updated FormConstructor dependency to version 3.1.0
- Enhanced logging for teleportation attempts
Update to version 1.1.2 and dependencies. Optimization of the teleportation system with the addition of a limit on the number of attempts to find a safe location. Moving teleportation operations to asynchronous tasks to improve performance.
Release Notes - MultiRTP_MX
Version 1.1.1 (Latest)
Major Features
  • Interactive UI Forms System: Added fully interactive user interface for teleportation with FormConstructor 3.0.0
  • World Selection: Players can now choose destination world from a visual menu
  • Near-Player Teleport: New option to teleport near other online players
  • Infinite Location Search: Plugin will now search for safe locations until one is found (no more teleport failures!)
Technical Improvements
  • Chunk Pre-loading: Added chunk pre-loading system for smoother teleportation
  • FormConstructor Detection: Plugin automatically detects whether FormConstructor is installed
  • Fallback System: Falls back to standard teleportation when FormConstructor is unavailable
  • Console Notifications: Added informative console messages about FormConstructor status
Configuration Updates
  • Added support for UI forms configuration
  • Added teleport-near-player settings
  • Updated documentation with detailed permission examples
  • Added comments about library requirements
Bug Fixes
  • Fixed package name capitalization issues
  • Improved error handling throughout the plugin
  • General code structure improvements
How to Update
  1. Back up your existing configuration
  2. Replace the old JAR file with the new version
  3. Install FormConstructor 3.0.0 if you wish to use UI forms
  4. Restart your server
🚀 feat: Optimize RTP system and improve documentation
- ⚡ Increase teleport attempts from 10 to 20
- 🔧 Optimize height checking algorithm
- ✨ Add detailed features and configuration sections
- 📚 Improve documentation readability
  1. Fixed a bug with teleportation into blocks.
  2. Changed the error message in the configuration file to the key "TeleportFail" to handle cases when the world is not specified or not found.
now you can choose the world to which you will be teleported /rtp
Top