playing around with enchants

This commit is contained in:
2024-10-17 19:19:25 +02:00
commit 4010e88237
10 changed files with 435 additions and 0 deletions
@@ -0,0 +1,16 @@
package me.youhavetrouble.enchantio;
public class EnchantioConfig {
private final Enchantio plugin;
protected EnchantioConfig(Enchantio plugin) {
this.plugin = plugin;
plugin.saveDefaultConfig();
plugin.reloadConfig();
}
}