Thank you, I had no idea ClickType even existed, that will make this a lot easier :)
You could try removing the block a given period after spawning it. For example: @eventhandler //Your code to spawn the block new...
Sorry, I thought as I was asking if there was a way to do this using a bukkit event not asking for direct plugin help that I had put it in the...
I have recently finished a massive project for the server I'm working with, but have found a flaw in it. (some context: The plugin is a shop...
if (!(cmd.equalsIgnoreCase("/rules")) && (!cmd.equalsIgnoreCase("/acceptrules"))){ Fixed using ! ourside an && bracket with the /. Thanks for all...
nope :'(
@EventHandler public void onPlayerCommandPreprocess(PlayerCommandPreprocessEvent event){ Player player = event.getPlayer();...
Still broken :'( It still sends me the debug message I put in there saying It was not one of those commands.
I'll try it :) Looks right though
I have no idea what that lib is, but you could always add a jump potion effect to the npc, and all npc's walk around randomly in minecraft...
if ((sender instanceof Player)) return true;
I thought thats how the && statement would end up working, I was wrong :P Ok, this is still broken. fires every time I enter a command still, the...
Wow, that was a simple mistake, thanks ;D I just couldn't get my head round it very easily, wasn't sure if I should use 'and' or 'or' in this...
Fairly basic problem, not sure how to go about solving it though. if ((!cmd.equalsIgnoreCase("bleep")) || (!cmd.equalsIgnoreCase("bloop"))){...
Could you help me with that, I hate using schedulers and generally avoid them because they cause severe errors for me usually on server start up...
Separate names with a comma.