ptol/ptol.conf

14 lines
333 B
Plaintext
Raw Normal View History

2021-07-30 16:46:16 -07:00
#Where all the concentric spheres start
world_center=(0,0,0)
2021-07-31 15:48:19 -07:00
#Volume Shape
##It could be "sphere" or "box"
2021-07-31 16:22:11 -07:00
shape=box
2021-07-31 15:48:19 -07:00
#The radius between spheres or boxes
##for a box the "radius" is edge/2
2021-08-01 07:47:39 -07:00
radius=100
2021-07-30 16:46:16 -07:00
#Timing to check if a player is in his allowed area
time=1
#The angle for a player return to his area,
##in degrees
2021-07-31 15:48:19 -07:00
allowed_angle=60