Skip to content

Instantly share code, notes, and snippets.

@Natfan
Created July 9, 2017 19:58
Show Gist options
  • Save Natfan/4b0c57c406851f0e57570813355372e0 to your computer and use it in GitHub Desktop.
Save Natfan/4b0c57c406851f0e57570813355372e0 to your computer and use it in GitHub Desktop.
public void SendInGameMesssage(String message) {
Bukkit.broadcast(message, "errors.notify");
new BukkitPoster(message, "BugReporter").runTaskAsynchronously(this);
}
@Natfan
Copy link
Author

Natfan commented Jul 9, 2017

Cannot resolve constructor 'BukkitPoster(java.lang.String, java.lang.String)'

@Natfan
Copy link
Author

Natfan commented Jul 9, 2017

Line #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment