mirror of
https://github.com/YouHaveTrouble/Enchantio.git
synced 2026-05-11 21:56:55 +00:00
playing around with enchants
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user