ConflictPlugin.arrowLeftBlue.put(player, arrowLeft);
GenericTexture arrowRight = new GenericTexture("http://tossat.de/~mcbukkit/images/arrowblueright2.png");
arrowRight.setWidth(8).setHeight(8);
arrowRight.setAnchor(WidgetAnchor.CENTER_RIGHT);
arrowRight.shiftXPos(-11).shiftYPos(-4);
ConflictPlugin.arrowRightBlue.put(player, arrowRight);
player.getMainScreen().attachWidget(this, arrowTop);
player.getMainScreen().attachWidget(this, arrowBot);
player.getMainScreen().attachWidget(this, arrowLeft);