Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
Changelog
🌍 RTP System Integration
✅ Added full /rtp command with smart safe location scanning.
🧠 Integrated per-world RTP config under worlds: section in config.yml.
⏱ Added RTP cooldown system (per-player, time-based).
🪨 Added solid/unsafe block checks to prevent teleporting into hazards.
🕳️ Optional cave detection to avoid placing players underground.
⚙️ Added loadRTPConfig() method to load RTP-specific settings during startup and reload.
⚙️ Essentials Config Reload Upgrade
📁 config.yml Additions
(only newly added keys)
range: 1000 max-attempts: 15 cooldown-seconds: 60 min-y-level: 80 check-caves: true allow-nether: false allow-end: false disabled-worlds: []
worlds: world_nether: enabled: true range: 500 max-attempts: 20 cooldown-seconds: 60 min-y-level: 40 check-caves: true allow-nether: true
world_the_end: enabled: false



