LoadDefaultConfigUsage​Called when the configuration for a plugin should be initializedOnly called if the configuration file does not already existNo return behaviorExamples​protected override void LoadDefaultConfig(){ Puts("Default configuration created");}Copy