onLoad = decent... Needless spam in console due to lack of the

function within a plugin which doesn't utilize onLoad() = not so fun
This commit is contained in:
Rigby 2011-03-14 21:03:38 +00:00
parent a4aae6d47f
commit 3b79634352

View File

@ -326,6 +326,12 @@ public class MultiVerseCore extends JavaPlugin {
public static MVPermissions getPermissions() {
return ph;
}
/**
* This fires before plugins get Enabled... Not needed but saves Console Spam.
*/
public void onLoad() {
}
/**
* onCommand