if (args.hasFlag('p')) {
CraftBookPlugin.inst().checkPermission(sender, "craftbook.report.pastebin");
sender.sendMessage(ChatColor.YELLOW + "Now uploading to Pastebin...");
PastebinPoster.paste(report.toString(), new PasteCallback() {
@Override
public void handleSuccess(String url) {
// Hope we don't have a thread safety issue here
sender.sendMessage(ChatColor.YELLOW + "CraftBook report (1 hour): " + url);