Asynhronous mit Spigot -Ausführung Code
Bukkit.getScheduler().runTaskAsynchronously(Main.instance, new Runnable(){
public void run() {
// Code you want to execute here...
}
});
Envious Earthworm