/datum/server_command/new_round_announce
command_name = "new_round_announce"
/datum/server_command/new_round_announce/execute(source, command_args)
var/server_name = command_args["sname"]
var/map_name = command_args["mname"]
var/map_fluff = command_args["mfluff"]
var/startup_msg = "The server [server_name] ([source]) is now starting up. The map is [map_fluff] ([map_name]). You can connect with the Switch Server verb."
to_chat(world, "