Solved Creating Plugin Without An IDE

Discussion in 'Plugin Development' started by RedXVIII, Mar 23, 2013.

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

    stuntguy3000

    And people can be rude....
     
  2. Offline

    RedXVIII

    Meaning all of us.
     
  3. Offline

    GodzOfMadness

    RedXVIII True because they retaliated against you because of what you said
     
  4. Offline

    RedXVIII

    @Comphenix
    Srry, I did see it, but it was already to late when i posted. I got a little confused on your tutorial.
     
  5. Offline

    breezeyboy

    /Me waits for thread lock
     
  6. Offline

    SugarCraft

    Code:
    public void comment(PlayerComment event){
    String comment = Comment.getComment();
    if(event.getComment() == comment){
    Player player = (Player).getPlayer();
    player.sendMessage("Please stop posting..");
    }
    }
    DERP CODE.
     
  7. Offline

    breezeyboy

    Error on line 2:
    Comment not defined as anythinh
     
  8. Offline

    stuntguy3000

    Such a shame you won't spot those errors unless you use a IDE!
     
  9. Offline

    RedXVIII

    How would you know that, you never went without an IDE I bet. I can even prove to you that it spots errors.
     
  10. Offline

    chasechocolate

    I write a lot of the code I post on the forums without using an IDE. Anyways, using an IDE is a lot simpler than assuming you have everything correct, and when you test it, you find out that you wrote everything wrong.
     
  11. Offline

    RedXVIII

    I understand that, and I have no problem using an IDE, I just feel the need to go without one, to become a better programmer, it makes for great skills to do it that way. IDE is a great way to start out anyways.
     
  12. Offline

    Deleted user

    TnT
    To LAWL and beyond!
    hehe, see what I did there..
     
  13. Offline

    MCForger

    Never mind
     
Thread Status:
Not open for further replies.

Share This Page