rawConfig 
  Configures the id of this config file in the format namespace:name.
Examples:
- rawConfig("some_addon:my_cfg")->- plugins/some_addon/configs/my_cfg.yml
- rawConfig("config") ->plugins/my_addon/configs/my_cfg.yml`
Configures the id of this config file in the format namespace:name.
Examples:
- rawConfig(Key.key("some_addon", "my_cfg"))->- plugins/some_addon/configs/my_cfg.yml
- rawConfig(Key.key("config")) ->plugins/my_addon/configs/my_cfg.yml`