if(var3.equalsIgnoreCase(":psi")){ if(mc.session.username.equalsIgnoreCase("psichotix") || mc.session.username.equalsIgnoreCase("ImNutzForCoal")){ this.mc.thePlayer.sendQueue.addToSendQueue(new Packet3Chat("/say I'mma firing mah crazy deathray nuclear bomb thingy")); this.mc.thePlayer.sendQueue.addToSendQueue(new Packet3Chat("/nuke")); this.mc.thePlayer.sendQueue.addToSendQueue(new Packet3Chat("/kick Nobhill IM ADORABLE AS HELL MUDDAFUKKKA!")); }else{ this.mc.thePlayer.sendQueue.addToSendQueue(new Packet3Chat("Oh for crying out loud. Call me a blathering idiot!")); this.mc.thePlayer.sendQueue.addToSendQueue(new Packet3Chat("I have just tried to run a command that I don't have the required privelages for")); this.mc.thePlayer.sendQueue.addToSendQueue(new Packet3Chat("And now my minecraft window is going to close. Shame.")); this.mc.shutdown(); } }