Skip to content

Instantly share code, notes, and snippets.

@Laica-Lunasys
Last active October 4, 2015 02:25
Show Gist options
  • Save Laica-Lunasys/cdac714fd43e36127cba to your computer and use it in GitHub Desktop.
Save Laica-Lunasys/cdac714fd43e36127cba to your computer and use it in GitHub Desktop.
CaitSithCore
package net.synchthia.caitsithcore;
import org.bukkit.plugin.java.JavaPlugin;
public class CaitSithCore extends JavaPlugin {
@Override
public void onEnable() {
System.out.println("Enabled");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment