Skip to content

Locations

RonanCraft edited this page Jan 1, 2024 · 7 revisions
Added in (3.1.0)

Setup points of interest for specific areas around worlds. When enabled, this will override CustomWorld and Default parameters setup in the Config.yml file.

Summary


Enabled

Set whether or not this feature is enabled.


RequirePermission

version: 3.3.0
Require players to have betterrtp.location.<world_name> permission per location or betterrtp.location.* for all locations


UseLocationIfAvailable

version: 3.3.0
Will choose a location upon /rtp if location(s) is available in the world, else world values will apply to player
Check if a location is being picked with /rtp info world <world_name> without op permissions, or /rtp info player <player_name>


OnlyAllowInWorld - Coming Soon

Only allow players to use locations that correspond to the world they are standing in


Locations

Set a list of regions, configure them in interesting areas, or larger and larger regions for players to use.

If a location is not provided with a certain value, the corresponding value will be provided either by a CustomWorld or Default value

Check out World Setup Types to see more information

Locations:
- rad_100:
  World: world
  UseWorldBorder: false
  CenterX: 100
  CenterZ: 150
  MaxRadius: 100
  MinRadius: 0
  Shape: square
  Price: 0
  Biomes: []
  MinY: 0
  MaxY: 320
  Cooldown: 100
- rad_500:
  World: world
  CenterX: 100
  CenterZ: 150
  MaxRadius: 500
  MinRadius: 100
  Shape: square
  Price: 0

Locations can be used with /rtp location <location_name>, but require the permission betterrtp.location. When teleporting with /rtp a location, if specified in the target world, will be randomly picked for the player. If no location is specified in the world, either CustomWorld or Default world parameters will be assigned.

Clone this wiki locally