[]
# Used for the default USER_AGENT header value in reqwest (request) client headers
= "none"
# Where to store runtime config (local to home)
= "~/.config/mcserver"
[]
# The default arguments passed to the java command when the jar is ran
= ""
# Whether to use enable nogui when starting the server
= false
# The directory where servers are stored and expected to be stored (local to home)
= "~/Servers"
# The default server to be deployed or stopped when the cli is used
# default_server = "my-server"
# Rcon configuration for each server
[]
# my-server = { server_address = "localhost", port = 25575, password = "abc" }
# Equally, you can do mcron.<server> and customize each field line by line
# [default_dynamic_config.rcon.my-server]
# server_address = "localhost"
# port = 25575
# password = "abc"