File Details
SOLEA API : 26.5
- R
- Jun 6, 2026
- 594.29 KB
- 13
- 1.21.1
- NeoForge
File Name
SOLEA-API-26.5-1.21.1-NeoForge.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
# SOLEA API 26.5
This release fixes a critical RTP issue related to worldborder safety.
## Fixed
- `/rtp` no longer uses the player's current position as the center of the random teleport range.
- RTP coordinates are now generated from the world origin: `0,0`.
- The effective RTP radius is now clamped to the current worldborder.
- This prevents players near the worldborder from being teleported too far outside the safe playable area.
- RTP still searches for a safe standing position before teleporting.
## Technical
- Updated the mod version to `26.5`.
- Added project safeguards so future RTP changes keep the origin-centered behavior and worldborder protection.