Last active
October 4, 2015 02:25
-
-
Save Laica-Lunasys/cdac714fd43e36127cba to your computer and use it in GitHub Desktop.
CaitSithCore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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