Skip to content

Instantly share code, notes, and snippets.

@ScruffyRules
Created July 16, 2014 21:55
Show Gist options
  • Save ScruffyRules/ea0de849c9b51b5b4706 to your computer and use it in GitHub Desktop.
Save ScruffyRules/ea0de849c9b51b5b4706 to your computer and use it in GitHub Desktop.
Bukkit.getScheduler().runTaskLaterAsynchronously(this, new Runnable() {
@Override
public void run() {
p.sendMessage("Your message was cancelled because the following amount of fucks were given by the server: " + fucksGiven);
}
}, 180*20L);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment