dCommander_Main: type: world debug: true events: on server start: - announce to_console "<&2>dCommander loading!" - if { - inject locally initialise_config } - announce to_console "<&2>dCommander successfully loaded." initialise_config: - announce to_console "<&c>Generating new dCommander configuration file." - yaml create id:dCommander - yaml set Colors.Primary:&f id:dCommander - yaml set Colors.Secondary:&6 id:dCommander - yaml savefile:dCommander_Config.yml id:dCommander - announce to_console "<&2>dCommander configuration file generated."