Adds an onLoad method to Plugin. The onLoad method is called for all plugins before the onEnable calls
By: Raphfrk <raphfrk@gmail.com>
This commit is contained in:
@@ -15,6 +15,9 @@ public class Fillr extends JavaPlugin {
|
||||
public void onEnable() {
|
||||
}
|
||||
|
||||
public void onLoad() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onCommand(CommandSender sender, Command cmd, String commandLabel, String[] args) {
|
||||
if (commandLabel.equalsIgnoreCase("check")) {
|
||||
|
||||
Reference in New Issue
Block a user