SmoothRTP enhances teleportation on your Minecraft server. It offers swift, safe teleportation to new destinations without lag. Unlike heavy alternatives, SmoothRTP's
lightweight design ensures optimal server performance.
Commands:
/rtp: Opens GUI or teleports player randomly
/rtp world <worldname>: Teleports to specific world
smoothrtp.world.<worldname>: Access to specific world
Code (YAML):
# Configuration file for SmoothRTP
# --------------------------------------------------- # General Settings # ---------------------------------------------------
# Cooldown time in seconds # Players need to wait this amount of time (in seconds) before they can teleport again using the /rtp command. cooldown_time: 60
# Warmup time in seconds # Players need to wait this amount of time (in seconds) before teleportation starts. # Set to 0 to disable. warmup_time: 3
# Radius settings for random teleportation in blocks. min_radius: 100
max_radius: 5000
# Whether to respect claims when teleporting (requires compatible claims plugin) respect_claims: false
# Set teleport center (Optional) # Teleport will be relative to this location instead of player's position # Use coords or "spawn" to use world spawn as center # Format: "x,z" or "spawn" # teleport_center: spawn # teleport_center: 0,0
# --------------------------------------------------- # Messages Configuration # --------------------------------------------------- messages:
prefix: "&8[&bSmoothRTP&8] " player_command_only: "&cOnly players can use this command!" no_permission: "&cYou don't have permission to execute this command!" config_reloaded: "&aConfig reloaded successfully!" wait_cooldown: "&cYou need to wait for %s seconds before teleporting again." wait_teleport: "&cYou need to wait for the current teleport to finish." teleport_warmup: "&bTeleporting in &e%s &bseconds. Don't move!" teleport_warmup_cancelled: "&cTeleportation cancelled due to movement." teleport_failed: "&cTeleport failed: %s" teleport_success: "&aSuccess! You have teleported to a random location." unable_to_find_location: "&cUnable to find a safe location after %s attempts." world_disabled: "&cRandom teleportation is disabled in this world." no_permission_world: "&cYou don't have permission to teleport in this world." insufficient_funds: "&cYou need $%cost% to teleport. You only have $%balance%." money_charged: "&a$%cost% has been charged for teleportation."