Stub in a bukkit mod with Stephen

This commit is contained in:
Dan Buch
2015-04-24 19:45:30 -04:00
parent e2beef572a
commit a029725d8a
7 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.github.linkadventure;
import org.bukkit.plugin.java.JavaPlugin;
public final class LinksAdventure extends JavaPlugin {
}

View File

@@ -0,0 +1,3 @@
name: Link's Adventure
main: com.meatballhat.linksadventure.LinksAdventure
version: 0.1.0-SNAPSHOT