First two hooks working, updated sample

This commit is contained in:
Dinnerbone
2010-12-26 02:20:05 +00:00
parent 61dd41921f
commit 84f76c3d4b
8 changed files with 53 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ import org.bukkit.plugin.PluginLoader;
* Represents a Java plugin
*/
public abstract class JavaPlugin implements Plugin {
private boolean isEnabled = false;
private boolean isEnabled = true;
private final PluginLoader loader;
private final Server server;
private final File file;