0

Removed onEnable and/or onDisable

This commit is contained in:
minenash
2017-03-02 18:36:08 -05:00
parent a0940ba9e4
commit f766925bde
19 changed files with 20 additions and 167 deletions

View File

@@ -8,7 +8,7 @@ import com.redstoner.annotations.Version;
import com.redstoner.misc.Utils;
import com.redstoner.modules.Module;
@Version(major = 2, minor = 0, revision = 0, compatible = 2)
@Version(major = 2, minor = 0, revision = 1, compatible = 2)
public class Scriptutils implements Module
{
/** Prints Bukkit restart message
@@ -172,16 +172,6 @@ public class Scriptutils implements Module
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "stop");
}
@Override
public boolean onEnable()
{
return true;
}
@Override
public void onDisable()
{}
// @noformat
@Override
public String getCommandString()