Thanks for a quite response!
i found a way, just place in /resources
file called config.yml
and then add this piece of code:
Java:
if (!getDataFolder().exists()){
getDataFolder().mkdir();
saveDefaultConfig();
}
if The data folder of the plugin in /plugins folder not exists,
just create the folder { mkdir (-: }
and save the config from /resources at the folder.