#Server folder working_dir = "w" # The exact command line, as it would appear inside your .bat file. command = java -Xms7168M -Xmx7168M -jar server.jar --nogui panel.enabled = true panel.port = 8081 panel.password = "passwrod" restart_on_crash = false # Seconds to wait before relaunching restart_delay_secs = 5 # Sleep mode (wake-on-join). sleep.enabled = true sleep.port = 25565 sleep.motd = "Server Offline\n§eJoin to start it up!" sleep.starting_message = "Thanks for joining! The server will start up shortly :) Estimated time: ~1 minute" # Webserver to start server web.enabled = true web.port = 1234 web.password = "password" schedule.restart_times = "00:00" schedule.warning_secs = 60 # Discord Webhook Notifications webhook.url = "" # Optional friendly name shown as the webhook message's username. webhook.username = "Demon :p"