AntiSwear Plugin

Discussion in 'Plugin Development' started by Divinity Realms, Jan 29, 2015.

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

    Divinity Realms

    I have a main class: http://pastebin.com/Fz2crRRh And a config: http://pastebin.com/CNCEKqZ0 But when i say the swearwords with spaces or like s h i * , It doesnt bleep it out. How can I make the antiswear ignore certain cases like spaces, under scores, numbers. Please Help!
     
  2. Offline

    Skionz

  3. Offline

    Divinity Realms

    I just barely started bukkit coding so what method and where?
     
  4. Offline

    Konato_K

  5. Offline

    FerusGrim

    Which, really, has nothing to do with understanding basic Java principles, such as using String objects.

    It's very highly recommended that you read some basic Java documentation such as this before attempting to work with any API, let alone Bukkit. Doing so causes a reliance on the API that will harm you in the long run.
     
  6. Offline

    nverdier

    @Divinity Realms It's clear that you don't know much about programming, and are diving into Bukkit without much (if any) knowledge of Java or even programming in general. I recommend learning Java before doing anything related to Bukkit, because Bukkit is simply an implementation of Java. Bukkit is one of the many things you can do with Java, and you never learn to run before learning to walk. If you decide to ignore this advice, you will ask very simple questions that probably have nothing to do with Bukkit, and would be unnecessary to ask if you knew Java sufficiently. I know for a fact that others will keep saying this to you as you ask more and more questions with basic answers, so trust me on this. Just learn Java sufficiently, then learn the Bukkit API and how to make Bukkit plugins. A lot of people like watching videos to learn, but most Youtubers that are teaching programming have bad practices. If you really do want to watch videos, then I recommend @PogoStick29's series. And once you are good at Java, he even has some Bukkit tutorials for you! But books are always great too!

    @FerusGrim You little Ninja!
     
    Last edited by a moderator: Jan 29, 2015
    FerusGrim likes this.
  7. Offline

    FerusGrim

    Really focus on this sentence.
     
    nverdier likes this.
  8. Offline

    nverdier

    @FerusGrim Bolded :p And another important one:
     
    FerusGrim likes this.
Thread Status:
Not open for further replies.

Share This Page