
Beast
Create a Hytale server plugin named Beast
10—FreehytaleServer2026.01.24mod
BeastRTP - Random Teleport Plugin
Overview
BeastRTP is a simple random teleport plugin for Hytale servers. It lets you instantly teleport to random safe locations anywhere in the world, perfect for exploration or getting out of sticky situations!
Features
- Random teleportation within a configurable radius
- Cross-world teleportation - teleport between different worlds
- Safety checks - avoids lava, void, and suffocation hazards
- Configurable - set default worlds and min/max radius
- Permission support - control who can use the commands
How to Use
Basic Teleport
Type /brtp to teleport to a random location in the default world.
Cross-World Teleport
Type /brtp world <worldName> to teleport to a random location in a specific world.
Notes
/brtpuses the configured default world/brtp world <worldName>targets a specific world
Examples:
/brtp- Teleport to random location in default world/brtp world world_nether- Teleport to random location in the Nether/brtp world creative- Teleport to random location in the creative world
Error Messages
If no world is specified and no default world is set, the plugin will show you a list of available worlds. If you enter an invalid world name, it will also list all valid worlds.
Tips & Tricks
- Make sure you set a default world in the config file for the basic
/brtpcommand to work - The plugin searches for safe ground starting from Y=200 and going down - it needs 2 blocks of air above solid ground
- If no safe location is found after 10 attempts, try again or adjust your radius settings
Configuration
The config file is located at mods/BeastRtpConfig.json and includes:
DefaultWorld- The world to use when no world is specifiedMinRadius- Minimum distance from spawn (default: 100)MaxRadius- Maximum distance from spawn (default: 5000)MaxAttempts- How many times to try finding a safe spot (default: 10)
Permission
Players need the beastrtp.use permission to use the teleport command.