Vote for DropParty

Discussion in 'Archived: Plugin Requests' started by MAIN20000, Jul 14, 2014.

  1. Offline

    MAIN20000

    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.
     
    Last edited by a moderator: Jun 9, 2016
  2. Online

    timtower Administrator Administrator Moderator

    Please post your server log in http://pastebin.com or similar
     
  3. 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.
     
  4. Offline

    MAIN20000

    Ollywood Ok yes i will do it when i am back on my pc and what mopde was it with 1.7 or 1.8
     
  5. 1.7.9
     
  6. Offline

    ReeferX7

  7. 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?
     
  8. Online

    timtower Administrator Administrator Moderator

    Please don't use java 8 to compile your plugins, use java 7
     
  9. 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
     
  10. Offline

    extended_clip


    There is an option when you create the project in what java version the plugin compiles with...
     
  11. Recompiled. Hopefully this should work MAIN20000
    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 2, 2016
  12. Offline

    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.
     
    Last edited by a moderator: Jun 9, 2016
  13. Offline

    MasterDoctor

  14. Offline

    MAIN20000

  15. Offline

    MasterDoctor

    Ollywood MAIN20000 Ollywood, Your plugin will not work,
    You spelt onEnable() as onEnablegi()
     
  16. Offline

    MAIN20000

    MasterDoctor Can you fix it or do i have to wait for the over guy
     
  17. Online

    timtower Administrator Administrator Moderator

    Not really allowed to modify other persons plugins, not something that should be done when the developer is active.
     
  18. *sigh* This hopefully works.
    <Edit by Moderator: Redacted mediafire url>
    MAIN20000
     
    Last edited by a moderator: Nov 2, 2016
  19. Offline

    MasterDoctor

    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.
     

  20. 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.
     
  21. Offline

    MasterDoctor

    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
    1. if(args.length >= 1){
    2.  
    3. }

    it should be:
    Code:java
    1. if(!args.length = 1){
    2.  
    3. }else{
    4.  
    5. }


    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.
     
  22. Online

    timtower Administrator Administrator Moderator

    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.
     
  23. Offline

    MasterDoctor

    I always do if(!(args.length==1)) and it always works
     
  24. Online

    timtower Administrator Administrator Moderator

    That is different then the code in your previous comment.
     
  25. 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.
     
    Last edited by a moderator: Nov 2, 2016
  26. Offline

    MasterDoctor

    [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.
     
    Last edited by a moderator: Nov 2, 2016
  27. Offline

    MAIN20000

    Ollywood Thank you is there any way of turning it on with out the right number of votes
     

  28. No. I can make it though
     
  29. Offline

    MAIN20000

  30. MAIN20000 Done. New command is /dp force. And something new in config. <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 2, 2016

Share This Page