NurLevi submitted a new resource: ConfigAPI ✨ CREATE CONFIGS A LOT MORE EASIER - ConfigAPI which allows you to create configs a lot more easier Read more about this resource...
The api doesnt work you should test your apis before public it. and add to the description all methods becouse is hard to understand i give you my code becouse maybe i am in error Code (Java): private void createConfig() { Config config = new Config("server.yml", "plugins/PluginTest"); config.addDefault("Bukkit-version:", Bukkit.getVersion()); config.create(); }
It's a bug from my plugin, I'll fix it and also you shoul'd use "Bukkit-version" instead of "Bukkit-version:" because the : is automatically there!
NurLevi updated ConfigAPI ✨ CREATE CONFIGS A LOT MORE EASIER with a new update entry: General fix Read the rest of this update entry...