//Entry class public class Main extends JavaPlugin { @Override public void onEnable() { super.onEnable(); System.out.println("paper test plugin intializing"); WildCommand wildCommand = new WildCommand(); wildCommand.register(); } }