How Can I Make A Ban Plugin (This Is My First Plugin)

Discussion in 'Plugin Development' started by leimekiller, Feb 9, 2013.

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

    leimekiller

    Hello, i am making my first plugin. Can someone help me making a plugin where i can use /ban to ban people?

    Thanks! :D
     
  2. Offline

    RealDope

    Yeah just open up microsoft word and do:
    Code:JAVA
    1.  
    2. when player types /ban [name] {
    3. ban [name]
    4. }
    5.  

    then put that file on your server and start it up.
     
    microgeek likes this.
  3. Offline

    leimekiller

    I don't develop plugins with Microsoft Word, can someone please give me an example of a code for /ban?
     
  4. Offline

    RealDope

    Oh that's weird? What do you develop in? We all use word.
     
    microgeek likes this.
  5. Offline

    leimekiller

  6. Offline

    FTWin01Gurl

    Who the hell uses Microsoft Word? Use Eclipse/NetBeans.

    leimekiller If someone will, you'll steal the code. I can tell you, you may want to look through here to find a ban method.
     
    bubblefat_ likes this.
  7. Offline

    RealDope

    FTWin01Gurl yeah I know lol I use Eclipse.

    We're not going to spoonfed you code, I hate it when people ask for this. Go to the plugin tutorial and learn.
     
    iZanax, microgeek and FTWin01Gurl like this.
  8. Offline

    FTWin01Gurl

    Learning how to do it yourself does good. It can teach you something new. We don't spoonfeed code here.
     
  9. Offline

    Stuu

    We don't spoonfeed code, but don't just mock somebody for having less knowledge than you. We were all new at some point.

    leimekiller Read up on some Java first before trying to develop a plugin, you really need to get the basics down before trying to tackle a plugin. After that, read the plugin tutorials and read some source code on github.
     
    FTWin01Gurl likes this.
  10. Offline

    Sagacious_Zed Bukkit Docs

    microgeek and FTWin01Gurl like this.
  11. Offline

    microgeek

    Well, I see all the time. ;)
     
Thread Status:
Not open for further replies.

Share This Page