build: establish Tree Feller project
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package games.dmg.treefeller;
|
||||
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
/** Entry point for Tree Feller. */
|
||||
public final class TreeFellerPlugin extends JavaPlugin {
|
||||
@Override
|
||||
public void onEnable() {
|
||||
saveDefaultConfig();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user