changed template stuff
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package org.kapelle.hardcore_revive;
|
||||
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public class HardcoreRevive extends JavaPlugin {
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
this.getLogger().info("hardcore-revive plugin enabled");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user