Deleted unnecessary stuff, converted to maven project
This commit is contained in:
@@ -33,7 +33,6 @@ public class Faucet extends JavaPlugin
|
||||
{
|
||||
plugin = this;
|
||||
ChatAPI.initialize(this);
|
||||
// Configger.init();
|
||||
MysqlHandler.init();
|
||||
}
|
||||
|
||||
|
||||
@@ -32,14 +32,6 @@ public interface Module
|
||||
public default void onDisable()
|
||||
{}
|
||||
|
||||
/** Gets called on registration of the module, when this option is selected for command registration
|
||||
*
|
||||
* @return The String used for the CommandManager to register the commands. */
|
||||
public default String getCommandString()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/** This method gets run the very first time a module gets loaded. You can use this to set up file structures or background data. */
|
||||
public default void firstLoad()
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user