Awesome, good catch though :D i was about to do the same and let him know!
He forgot more then that went from 153kb to 10kb theres a ton of stuff missing xD
@SirLittlemonster7 add String sPlr = player.getName(); under Player player = (Player) sender;
Honestly I just c&p'd your code into a listener class and it worked just fine, stopped the lava and water and gave me a message in the console...
Do you have both those onCommands in one class? I would just put them together like so public boolean onCommand(CommandSender sender, Command cmd,...
I believe this BlotheraBlocks.*.Drop: default: op Shouldn't work because you didn't define it anywhere (that I saw anyways). Also...
Notice line 9 on that, that is what you had wrong at first.
Dude you are wrong, it was Chiller that originally post the fix. What you said was complete unrelated to this error.
@puyttre I did this very thing in a test using the code you provided and the plugin.yml remaking the listener class (just blank) got the same error...
I thought it was just a debug thing but i wanted to make sure it wasnt an error that you changed to that, thanks for EasyConfig I'm working on...
I almost came back here to ask a question about a problem I made xD Im attempting to get a string from args[1] when i only ask for 1 argument so it...
Alright thank you, and no I guess I do not understand instances very well. Ill take myself back a step and go over basic java again that way I don't...
codename_B I tried the example you gave in my plugin and when using it is giving me Cannot make a static reference to the non-static method...
Please, lol I've been working on a simple warp plugin. Currently the warps only stay till restart, and I'm having trouble finding out how to save...
Thanks for putting me in there :D just woke up and made my day already
No problem, tbh I'm new to this too, and have problems doing things all the time. Make sure you use the right method though like Digi said...
Those look like color codes to me, probably cause you used this String playername = player.getDisplayName(); change that to String playername =...
codename_B I am just above the basics of java and very new to development of plugins for bukkit, can the be used to store a location of a player? If...
Sorry had some extra whitespace on the permission: line that messed up the rest should work now and didnt notice the capital 'O' on onCommand lol...
Dont know if you fixed this yet or not, but you ask for 1 arg (args.length == 1) then you try to use information for a second. (args[1]) change that...
Separate names with a comma.