feat: allow passing global configuration as TOML file
This commit is contained in:
parent
bf83357464
commit
34d016fd3f
10 changed files with 347 additions and 74 deletions
16
alex-example.toml
Normal file
16
alex-example.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
config = "data/config"
|
||||
world = "data/worlds"
|
||||
backup = "data/backups"
|
||||
server = "Paper"
|
||||
|
||||
[[layers]]
|
||||
name = "2min"
|
||||
frequency = 2
|
||||
chains = 4
|
||||
chain_len = 4
|
||||
|
||||
[[layers]]
|
||||
name = "3min"
|
||||
frequency = 3
|
||||
chains = 2
|
||||
chain_len = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue