}
// register our events
getServer().getPluginManager().registerEvents(new EntityListen(), this);
getServer().getPluginManager().registerEvents(new WorldListen(), this);
getServer().getPluginManager().registerEvents(new PlayerListen(), this);
// register our commands
commands.register(BasicCommands.class);
commands.register(ToggleCommands.class);
commands.register(WaypointCommands.class);