Moved files
This commit is contained in:
parent
24fe5320bc
commit
cf4fcf420d
9 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
package buttondevteam.bucket.core;
|
||||
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.plugin.Plugin;
|
||||
|
||||
public class CoreSubPlugin {
|
||||
public Plugin plugin;
|
||||
|
||||
public CoreSubPlugin(Plugin plugin) {
|
||||
this.plugin = plugin;
|
||||
}
|
||||
|
||||
public void register() {
|
||||
Bukkit.getPluginManager().registerEvents(new PlayerListener(), plugin);
|
||||
plugin.getLogger().log(Level.INFO, "Core subplugin registered!");
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue