Solved Java wont cooperate with me anymore ^^

Discussion in 'Plugin Development' started by EvilKittyCat123, May 7, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    DeluXeNationMC

    EvilKittyCat123 I could make this plugin for you i have it already coding in my Private kitpvp plugin

    @AdamQpzm Am i not allowed to do this or would it be better to move this to the plugin request section?

    Oh yeah didn't my bad [pig]

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  2. Offline

    EvilKittyCat123

    ¨WEEEEEEEEEEEEEEEEEEEEEEEEEEE IT WORKZ!
    Thank you very much guys, I got help from a friend.
    DeluXeNationMC
    Thanks for understanding me.. and helping me of course.
    And thanks to Necrodoom and everyone else whom participated in this thread. You've all tried to help me, but I was too stupid to understand. I will start learning java and reading all dem books.
    Again thanks, and sorry for my inappropriate behavior at the end.
     
  3. Offline

    DeluXeNationMC

    Code:java
    1. //Disable Dropping Items
    2. @EventHandler
    3. public void disableDroppingItems(PlayerDropItemEvent event){
    4. Player player = event.getPlayer();
    5. player.sendMessage("[" + ChatColor.GOLD + "DeluXePvP" + "" + ChatColor.GRAY + "]" + " You Are Not Allowed To Drop Items!"); //Sends the player a message
    6. event.setCancelled(true); //Cancels the event

    I really hope you can learn from this code and not just copy/paste it i will futher assist you if you want.
     
    EvilKittyCat123 likes this.
  4. Offline

    Mayoz

    Everyone here has tried to help, but you're ignoring them. You've neglected the fact that you need to learn Java, even though we've told you in pretty much each post you need to. It's like trying to speak English without knowing what the words mean. Oh and, it didn't work before.
     
  5. Offline

    DeluXeNationMC

    Awesome BukkitForums is the best place to be and users will help you :)
     
    EvilKittyCat123 likes this.
  6. Offline

    EvilKittyCat123

    Mayoz
    It did work before. Join my server, I still have the plugin installed..
     
  7. Offline

    raGan.

    EvilKittyCat123
    I think that only mistake you have made is that you did not post into plugin request section. People here are not going to give you final product, (most of the time) they are just here to help you make it for yourself. And as some have already let you know, you would not be able to do it, because you had no idea what you were doing.
    Next time if you are looking for a simple plugin, post into appropriate section, it will be much easier for everyone involved. I've seen your post before there were any comments, but I wasn't strong enough to reply.
     
    Mayoz likes this.
  8. EvilKittyCat123 We're never going to convince you of the truth, are we? Java didn't allow methods in methods a few months ago, and if statements that ended in ; also still did nothing a few months ago.
     
    Mayoz likes this.
  9. Offline

    DeluXeNationMC

    I think if you help him it will benefit him better if you do not want to help please just don't comment unless its helpful/usefull. If all the people writing negative comments would keep it to themselfs and just help, or move to another post where someone needs help. I'm sure i would get annoyed if everyone screamed at my mistakes. I agree the OP dosn't really know what hes doing but im sure we could help him instead of saying all these negative things.
     
    EvilKittyCat123 likes this.
  10. Offline

    Mayoz

    Not sure if you noticed, but we have tried to help, and all he does is ignore us.
     
  11. Offline

    raGan.

    There are more kinds of help, and the one he needed can be found in different section.
     
  12. Offline

    DeluXeNationMC

    EvilKittyCat123 I really suggest looking at TheNewBoston: https://www.youtube.com/playlist?list=PL17E300C92CE0261A this playlist will help you i'm sure, it helped me and im almost certain it will help you
    Also check out PogoStick29Dev: https://www.youtube.com/playlist?list=PLAF3anQEEkzREsHA8yZzVhc3_GHcPnqxR
    And TheBCBroz: https://www.youtube.com/playlist?list=PL4A0C6138F3F5AA41
    Im sure by watching these 3 you will learn alot

    I agree he is ignoring users by my point was that you dont need to write such negative comments because that won't help at all

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  13. Offline

    EvilKittyCat123

    DeluXeNationMC
    I will do. I am already watching TheBCBroz. But those 2 others sound quite helpful as well. I will watch their videos.
     
  14. DeluXeNationMC A good example of the point Mayoz was making would be the very first reply to the thread by mazentheamazin

    He said exactly what was wrong "you put a method inside a method" and even gave a code snippet to demonstrate the methods separated. And yet, 2 pages in, the OP once again had the code with a method inside a method, as well as other problems with similarly basic problems. It's really hard to help someone if they don't seem to follow the advice.

    Off-topic edit: Maybe I should check out 'TheBCBroz'... No offence to them, but I've noticed there seems to be quite a few people coming here nowadays with similar problems that have all learned from there. :p
     
  15. Offline

    xMrPoi

    Look at all of the brackets. Make sure that they all match up with what you're trying to put in. You also have a semicolon after an if statement which just won't work. Make sure that your onCommand method contains what you're actually trying to make the command from. You can't put methods inside other methods.
     
    DeluXeNationMC likes this.
  16. Offline

    EvilKittyCat123

    The reason I ignored most of you is because posts were made so often and it turned out to be quite a mess, or I just simpy didn't understand.
    Well, anyways. Problem solved :)
     
  17. Offline

    DeluXeNationMC

    I totally agree with you that he is ignoring users, but my point was that all the negative were not helping at all.

    May i ask how you solved the problem and what you learned ?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  18. Offline

    Mayoz

    Yeah I looked at one of his videos. He tried to make a broadcast command, and he just used a bunch of else ifs to check the args.length.
     
  19. Offline

    EvilKittyCat123

    DeluXeNationMC
    My friend gave me the correct code. It worked, and now I will keep the whole code instead of deleting it when I'm done, so if I forget how to do this, (or java wont let me do anything), I will just look at this code.
     
  20. Offline

    DeluXeNationMC

    I'm pretty sure thats because that video is pretty old lol but i mean at least you learn something from him right ? :D
     
  21. Offline

    Mayoz

    Well what I "learned" was that he doesn't know what he's doing.
     
  22. Offline

    raGan.

    To be honest this is not the best defense.
     
  23. Offline

    DeluXeNationMC

    Okay maybe don't watch those videos then just the up to date ones.
     
  24. Offline

    TGRHavoc

    I am rolling over laughing so hard right now....:D
     
    DeluXeNationMC and Mayoz like this.
  25. Offline

    Mayoz

    I think the one he put a method inside a method is better
     
  26. Offline

    DeluXeNationMC

    As you can see Bukkit is the place to be! :)
     
  27. Offline

    TGRHavoc

    DeluXeNationMC Mayoz
    So, he never actually figured out the problem (and learned anything), he just got one of his friends to "fix" it? Wow...
     
  28. Offline

    Mayoz

  29. Offline

    DeluXeNationMC

    Yeah i know.... I am helping him right now should i stop and tell him to watch TheNewBoston and such TGRHavoc ?

    He still cant get his brakets right.
    Edit: i am helping him right now in the PM chat i really think i should stop..

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  30. Offline

    TGRHavoc

    DeluXeNationMC
    Don't know, never watched a video tutorial. Think he should start with a decent Java book though (e.g. Java for dummies).
    Edit: Are you serious... Please don't make me laugh more...
     
Thread Status:
Not open for further replies.

Share This Page