HomeJavaModsP_Randomtp
P_Randomtp
P_Randomtp — screenshot 1

🌍 P_Randomtp

Plugin de Random Teleport (RTP) otimizado para servidores Paper/Spigot 1.21+.
Permite que jogadores se teleportem para locais aleatórios seguros em um mundo, evitando lag e falhas típicas de plugins de RTP.

✨ Recursos


📥 Instalação

  1. Baixe o arquivo .jar compilado do plugin.
  2. Coloque em plugins/ no seu servidor Paper 1.21+.
  3. Reinicie o servidor para gerar os arquivos de configuração.
  4. Edite config.yml conforme necessário.
  5. (Opcional) Instale Vault para cobrar por RTP e WorldGuard para respeitar proteções.

⚙️ Configuração

O arquivo config.yml possui várias opções.
Exemplo de configuração otimizada (trecho):

settings:
  cooldown-seconds: 60
  warmup-seconds: 3
  per-tick-attempts: 6
  loaded-chunks-only: false
  allow-chunk-load: true
  async-chunk-loads-parallel: 8
  max-attempts: 120
  adaptive-radius:
    enabled: true
    step-percent: 25
    max-multiplier: 3.0
Permissão Descrição Default
prandomtp.use Permite usar /rtp ✅ todos
prandomtp.bypass Ignora cooldown ❌ apenas OP
prandomtp.free Usa RTP sem custo (Vault) ❌ apenas OP
prandomtp.world.* Permite selecionar qualquer mundo com /rtp ❌ apenas OP
prandomtp.admin Acesso ao /rtp reload ❌ apenas OP
prandomtp.tier.vip Tier customizado (cooldown menor, +raio) ❌ apenas VIP
prandomtp.tier.legend Tier customizado (cooldown muito menor, +raio) ❌ apenas Legend
Comando Uso Descrição
/rtp /rtp Teleporta para um local aleatório no mundo atual
/rtp <mundo> /rtp world_nether Teleporta para outro mundo (se permitido)
/rtp reload /rtp reload Recarrega a configuração e mensagens

🧩 Integrações

🔌 API Pública (para outros plugins)

🚀 Otimização

❓ FAQ

❓ - O RTP falha em mundos com muito oceano, e agora?

Ative adaptive-radius e aumente max-attempts para permitir expandir além dos oceanos.

❓ - Dá lag quando o jogador usa RTP de 2000 blocos.

Certifique-se de estar no Paper 1.21+ e habilite allow-chunk-load: true. O carregamento é assíncrono, não trava o tick.

❓ - Como adicionar mais idiomas?

Crie arquivos em plugins/P_Randomtp/idiomas/ com o código da língua, ex.: es_es.yml.

❓ - Posso desativar RTP em mundos específicos?

Sim, configure worlds..allow: false no config.yml.

📊 bStats

👨‍💻 Autor

🌍 P_Randomtp

An optimized Random Teleport (RTP) plugin for Paper/Spigot 1.21+ servers.
Allows players to safely teleport to random locations in a world, avoiding lag and common RTP plugin issues.


✨ Features


📥 Installation

  1. Download the compiled .jar file of the plugin.
  2. Place it inside the plugins/ folder of your Paper 1.21+ server.
  3. Restart the server to generate the configuration files.
  4. Edit config.yml as needed.
  5. (Optional) Install Vault to charge for RTP and WorldGuard to respect protections.

⚙️ Configuration

The config.yml file contains several options.
Example of an optimized setup (snippet):

settings:
  cooldown-seconds: 60
  warmup-seconds: 3
  per-tick-attempts: 6
  loaded-chunks-only: false
  allow-chunk-load: true
  async-chunk-loads-parallel: 8
  max-attempts: 120
  adaptive-radius:
    enabled: true
    step-percent: 25
    max-multiplier: 3.0

🔑 Permissions

Permission Description Default
prandomtp.use Allows using /rtp ✅ everyone
prandomtp.bypass Ignores cooldown ❌ OP only
prandomtp.free RTP without cost (Vault) ❌ OP only
prandomtp.world.* Allows teleporting to any world with /rtp ❌ OP only
prandomtp.admin Access to /rtp reload ❌ OP only
prandomtp.tier.vip Custom tier (shorter cooldown, larger radius) ❌ VIP only
prandomtp.tier.legend Custom tier (much shorter cooldown, big radius) ❌ Legend

⌨️ Commands

Command Usage Description
/rtp /rtp Teleports to a random location in the current world
/rtp <world> /rtp world_nether Teleports to another world (if allowed)
/rtp reload /rtp reload Reloads configuration and messages

🧩 Integrations


🔌 Public API (for other plugins)

Available through ServicesManager:

RtpService service = Bukkit.getServicesManager().load(RtpService.class);

// Find a safe location
Location safe = service.findSafeLocation(player, world);

// Request a full RTP (same as /rtp)
service.requestRtp(player, world);

📡 Events (RtpEvents)


🚀 Optimization


❓ FAQ

❓ RTP fails in worlds with too many oceans, what now?

Enable adaptive-radius and increase max-attempts to expand beyond oceans.

❓ There's lag when players RTP 2000+ blocks away.

Make sure you are on Paper 1.21+ and enable allow-chunk-load: true.
Loading is asynchronous and will not freeze the main tick.

❓ How to add more languages?

Create files in plugins/P_Randomtp/languages/ with the language code, e.g. es_es.yml.

❓ Can I disable RTP in specific worlds?

Yes, set worlds.<name>.allow: false in config.yml.


📊 bStats

(Optional) Anonymous metrics are collected via bStats.


👨‍💻 Author

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more