Skip to content

Instantly share code, notes, and snippets.

View benbristow's full-sized avatar

Ben Bristow benbristow

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Writeline
{
class Program
{
xccx
@benbristow
benbristow / install-pacaur.sh
Created September 3, 2015 20:52 — forked from rumpelsepp/install-pacaur.sh
A small script for arch linux which builds and installs "pacaur" automatically. Fixed for use with new git-based AUR.
#!/usr/bin/env bash
# The MIT License (MIT)
#
# Copyright (c) 2015 Stefan Tatschner
# Modified by Ben Bristow (c) 2015
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
[20:06:13 INFO]: benbb issued server command: /plotme claim
[20:06:13 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'plotme' in plugin PlotMe v0.17
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[server.jar:git-Bukkit-0a645a2]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[server.jar:git-Bukkit-0a645a2]
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:625) ~[server.jar:git-Bukkit-0a645a2]
at net.minecraft.server.v1_8_R2.PlayerConnection.handleCommand(PlayerConnection.java:1083) [server.jar:git-Bukkit-0a645a2]
at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:943) [server.jar:git-Bukkit-0a645a2]
at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(SourceFile:37) [server.jar:git-Bukkit-0a645a2]
at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(SourceFile:9) [server.jar:git-Bukkit-0a645a2]