xRtp

Smart & Secure Random Teleport

✨ Main Features

🔒 Advanced Safety System

Prevents teleportation into LAVA, MAGMA_BLOCK, CACTUS, FIRE, VOID, and SEAGRASS.

⚙️ API para Desarrolladores

XRtpAPI api = XRtpAPI.getInstance();

// Random teleport manually
api.randomTeleport(player, player.getWorld(), 100, 5000);

// Check Cooldown
long cooldown = api.getRemainingCooldown(player);

// Events
@EventHandler
public void onPreRtp(PreRtpEvent e) {
    e.setMinRadius(500);
    e.setMaxRadius(10000);
}