Skip to content

Locations

SuperRonanCraft edited this page Apr 3, 2021 · 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.


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

Locations:
- rad_100:
  World: world
  CenterX: 100
  CenterY: 150
  MaxRadius: 100
  MinRadius: 0
  Shape: square
  Price: 0
- rad_500:
  World: world
  CenterX: 100
  CenterY: 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