mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-18 09:35:50 +00:00
18 lines
396 B
YAML
18 lines
396 B
YAML
#Locations where rtp will center upon
|
|
#Format:
|
|
# LOCATION_NAME:
|
|
# World: world
|
|
# CenterX: 100
|
|
# CenterY: 150
|
|
# MaxRadius: 100
|
|
# MinRadius: 5
|
|
Settings:
|
|
Enabled: false
|
|
RandomLocations: true #When rtp'ing, a random location will be selected, else the nearest will be selected
|
|
Locations:
|
|
main_loc:
|
|
World: world
|
|
CenterX: 100
|
|
CenterY: 150
|
|
MaxRadius: 100
|
|
MinRadius: 5 |