-
Notifications
You must be signed in to change notification settings - Fork 88
World Setup Types
RonanCraft edited this page Jan 1, 2024
·
3 revisions
There are three primary ways of setting up a teleporting sequence. Priority of setups are ascending up this ladder
- Default: Basic values every RTP attempt will use no matter what - config.yml
- Custom World: Only a specific world will use this setup - config.yml
- Locations: Used when a player executes '/rtp location <loc_name>' or when "UseLocationIfAvailable" is enabled - locations.yml
-
Permission Group: Specific players setups when they have a
betterrtp.group.<group_name>
permission - config.yml
This ladder works by when a higher priority does not have a value set or is invalid, the next lower setup information will be used
Example: If a Custom World for the world names overworld
has everything setup but is missing "MaxRadius", the value for the setup type Default
will be used
Set values an RTP attempt will use, these can be used in any Setup Type
- Use the vanilla worldborder of a world? (Must set worldborder with the vanilla '/worldborder' command!)
-
Set a list of biomes you'd like to limit rtp to teleport to, view more biomes here
Caution: Limiting the amount of biomes allowed to rtp into will use up significant amount of more CPU and more attempts. -
Maximum allowed radius from the center X/Z
Specifics: If useworldborder is true, this value will be capped at the worldborders radius - Minimum allowed radius from the centers X/Z
- Center X/Z position that you'd like BetterRTP to function in any world, if useworldborder is true, this will be set to the vanilla worldborder center
-
Type of shape a random location should be found, supported: square, circle
Default: Square -
Minimum Y to find a safe location, cannot be higher than 0
Default: 0 -
Maximum Y to find a safe location, cannot be lower than 64 (water level)
Default: 320 -
When true, when a player dies and has access to this rtp configuration when executing
/rtp
, they will be randomly teleported when they respawn (Delays CancelOnMove will be ignored)
Chat with us on Discord
Have a Suggestion? Make an issue!
Thank you for viewing the Wiki for BetterRTP!
Did this wiki help you out? Please give it a Star so I know it's getting use!
Check out my other plugins!