Bukkit.getScheduler().runTaskLater(main, new Runnable() { 	public void run() { 		System.out.println("Plugin has been enabled for 5 seconds!"); 	} }, 100L);

Read more of this post