eraz/eraz.conf

13 lines
289 B
Plaintext
Raw Normal View History

2021-08-20 16:36:51 -07:00
# Spawn routine
## Enable/disable spawn
2021-08-20 16:32:07 -07:00
spawn = true
2021-08-20 16:36:51 -07:00
## Time in second
2021-08-20 16:57:18 -07:00
spawn_interval = 1200
2021-08-20 16:36:51 -07:00
## Chance to spawn [0.0-1.0]
2021-08-20 16:32:07 -07:00
spawn_chance = 0.5
2021-08-20 16:36:51 -07:00
## A message announcing the merchant to all the players
2021-08-20 16:32:07 -07:00
spawn_announce = true
2021-08-20 16:36:51 -07:00
## Lifetime for the merchant
## dissapearing after it
2021-08-20 16:57:18 -07:00
lifetime = 1200