Teams code plugin help

Discussion in 'Plugin Development' started by PiixLz, Jan 2, 2013.

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

    PiixLz

    hi im new to coding and i was trying to figure out if somebody could help me on how to a java script to make it so there are 2 teams orange and black then also the names of ppl to be those colors when somebody presses tab..... ty for reading my post and helping in my dire need
     
  2. Offline

    pyraetos

    Moved to Plugin Development.
     
  3. Offline

    ImDeJay

    from the sounds of it, you dont have very much experience with coding bukkit plugins.

    i would go check out a few tutorials on how to code bukkit plugins then come back to this project as it will require a bit more knowledge of the bukkit API aswell as a bit more knowledge of JAVA.
     
  4. Offline

    PiixLz

    i made a basic plugin already and i know how to do public classes and public statics etc its just i dont know how to make it so the plugin has teams and they r a certain color and this is the really only plugin i want to make.
     
  5. Offline

    Drkmaster83

    The first thing you need to know is that Java is a different thing than JavaScript. Never mistake the two. While coding plugins, you code Java.

    Secondly, how long have you been coding? Do you know about HashMaps? Can you deal with stack traces? These will be essential for this.
     
  6. Offline

    PiixLz

    well i went to computer programming so i use java eclipse but i forgot most of my studies because i didnt finish it(some thing happened at the school) but i dont really know that much about this coding for plugins and i cant find a place to learn the certain types of coding i need in order to make this plugin come true if you guys know a good person or tutorials i can go to plz i will watch it and learn it
     
  7. Offline

    Jogy34

    Like ImDeJay and Drkmaster83 said. You need to know the basics of java which is different than java script by a lot. java script is a scripting language and is mainly used for websites. Java is an object oriented programing language that can be used with/for most any electronic programmable thing.

    Anyways here's a good basic plugin tutorial from the bukkit wiki. It also has a few links for java tutorials toward the top.
     
  8. Offline

    Drkmaster83

    Well said. xD You're just all over the forums at all times, aren't ya?
     
  9. Offline

    Jogy34

    I'm bored waiting to see if someone responds to one of my problems that I'm trying to fix before I move on in my own plugins
     
  10. Offline

    PiixLz

    dam im still confused on how hashmap's will help me to make team i understand how they create separated groups but how do i implement that so ppl get a random team when they do a command like /join once i add the command
     
  11. Offline

    Jogy34

    For the fourth time on this thread. Go learn java first. If you learned a little bit before but forgot everything you should still learn it again.
     
Thread Status:
Not open for further replies.

Share This Page