Lewishjames lol i think you need to read it next time Ollywood its not showing the config up and its not showing up on /pl or /? EDIT by Moderator: merged posts, please use the edit button instead of double posting.
MAIN20000 I don't now what could be wrong. Although i only tested the commands and not with votifier. As timtower said, post the server log and then link it.
Thanks ReeferX7 Im not the best at this but it looks as if you might be using a different java version to me. timtower Maybe you could look at this?
Yeah. I thins its because i compiled it on my linux machine. I shall compile on my windows machine and put the link up as soon as possible MAIN20000
Ollywood thank you i will try it later MAIN20000 it works do you think you could add away to turn the dp on if your a op EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Not really allowed to modify other persons plugins, not something that should be done when the developer is active.
MAIN20000 I can try to fix it and add the updates. Ollywood can i fix up your plugin and post it to bukkit? I will give you 75% reward from the bukkit dev and I will mark you as an author so its as good as yours.
You said fix it up. Could you please state the errors in the plugin. If there are a significant amount of errors and i dont have the time, patients or skill to fix them, i will allow you to edit the plugin.
Ollywood I meant like automatic drop parties, custom messages and prefix in the config, add like help stuff and sort out the bug that means it says Too Many Arguments if you do /dp on etc. You did Code:java if(args.length >= 1){ } it should be: Code:java if(!args.length = 1){ }else{ } Ollywood - You also never put in a message for when the required votes are not met. so when someone does /dp on, unless the required votes are met, nothing happens, no message, nothing.
MasterDoctor if(args.length!=1) or if(!(args.length==1)) I don't think that the second one works. It isn't something you see in code at least. And it is save to check the length that way if you don't use the other arguments.
Finished. <Edit by Moderator: Redacted mediafire url> I value your comments MasterDoctor . But as it stands, you have 1 plugin with 45 downloads and i have 4 plugins with over 2500 downloads combined.
[quote uid=90830201 name="Ollywood" post=2796578]Finished. <Edit by Moderator: Redacted mediafire url> I value your comments MasterDoctor . But as it stands, you have 1 plugin with 45 downloads and i have 4 plugins with over 2500 downloads combined.[/quote] OK [quote uid=87695 name="timtower" post=2796536]That is different then the code in your previous comment.[/quote] oh yeah, sorry i screwed up in that one EDIT by Moderator: merged posts, please use the edit button instead of double posting.
MAIN20000 Done. New command is /dp force. And something new in config. <Edit by Moderator: Redacted mediafire url>