kleinCommand/config.toml
darius 00748f4a88 config read + types added
Config added
config get from server
2024-05-24 20:32:42 +02:00

19 lines
369 B
TOML

# Example config for kleinCommand
# Settings for kleinCommand
[settings]
server_name = "klein server"
# Variable overrides
[variables]
string1="example"
int1=1
# Custom commands
[custom_commands]
# Generate commands with kleinCommand or configure here
[[custom_commands.games]]
name = "example"
status_command="example"
start_command="example"
stop_command="example"