Inactive [ADMIN/CHAT/FUN] MelooonCensor v2.1 - Keep bad words away [1.2.5-R5.0 / 1.3.1-R2.0]

Discussion in 'Inactive/Unsupported Plugins' started by Jacob Marshall, Jul 7, 2012.

  1. Offline

    Jacob Marshall

    Its not as simple as you put it, if there is a word that you wish to bypass the censor, add it into the config file, it supports ignore items.

    For now this is the only way to do so.

    There are two separate types of people, the people who like the whole word to be replaced if it contains a word, (e.g 'glass' will get censored if the word 'ass' is on the list)... and the people who like it when a word has to equal a blocked word in order for it to be censored (e.g 'asshole' will be censored if the word 'asshole' is on the list, but the word 'asshole1' will not)... and its hard for me to develop for both.

    No doubt, its not impossible, and it will be coming soon, but for now... you'll just have to make do with it.
     
  2. Offline

    edragy

    can I have the source, so I can make my own modified version, then?
     
  3. Offline

    Jacob Marshall

    Purely closed source at the current stage, sorry. However I am taking in to account what you're saying, as it has been said before.

    I also do not permit any edits/modifications being made to deobfuscated versions of my code, just as a note, as I have run into that issue before.
     
  4. Offline

    ARNGCollins

    Version 2.1 works just fine with bukkit build #2326 (1.3.1 - R1.1)
     
  5. Offline

    oviedogators

    Should try to add a feature that blocks all caps and makes it lower case, I would totally use it
     
  6. Offline

    Jacob Marshall

    Ah cheers for testing it out, please make sure to report any bugs that occur (if they do) :)

    Not sure what you mean, but do you just mean that any words like "FRIED RICE" gets set to "fried rice"?

    I'd be happy to add that as a feature.
     
  7. Offline

    oviedogators

    Yeah exactly. I can't stand when people caps spam
     
  8. Offline

    ARNGCollins

    Everything works just fine. When Bukkit Releases the next dev build i'll test your plugin again and get back to you
     
  9. Offline

    Jacob Marshall

    Great man, I usually test it myself, but I havent had time recently with Melooon (my bukkit cp)... Thanks a lot for your time :)

    It has become apparent that people are using MelooonCensor 2.1 on their CraftBukkit 1.2.5-R5.0 server! Please note that MelooonCensor 2.1 uses a class from Bukkit API that does not exist on Craftbukkit 1.2.5 or below.

    It uses the new synchronised player chat event that was added to Minecraft 1.3.1. If you're using an outdated version of Craftbukkit make sure to download the previous versions of MelooonCensor!

    Thanks :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  10. Offline

    ARNGCollins

    Works fine with 1.3.1-R1.1 (Build #02327) I had a feeling it was going to work just fine. But i thought i should tell you.
     
  11. Offline

    MMinD

    How to make melooon work with cyrillic? I've tried to decode into UTF-8, i doesn't work. Plugin just rewrites the config.yml file... I have a lot of russian teenagers on my server, who very often use dirty words, so I need this plugin very much :D
     
  12. Offline

    ARNGCollins

    There's nothing the developer of the plugin can do to help you here as your problem isnt his plugins its the program you're using to edit the .yml If you're using notepad++ you will have to create a UserDefineLanguage and add Cyrillic,Russian,Greek and etc. It takes a while but its not impossible
     
  13. Offline

    Jacob Marshall

    I am unsure as to how to fix that issue. ARNGCollins is probably right, I have no control over how Bukkit loads its config files, ill take a look-see into it briefly, just incase I am wrong, but I have a feeling I will be not be able to help, sorry.
     
  14. Offline

    edragy

    How do you make it ignore words?
     
  15. Offline

    Jacob Marshall

    In the config file, under MelooonCensor.ignore. Just create a new item in the list and that word will never be censored by the blacklist filtration system.
     
  16. Offline

    jgarnham

    I have an issue whereby upon launching my server MelooonCensor emits the following error message:

    Plugin MelooonCensor is attempting to register event org/bukkit/event/player/AsyncPlayerChatEvent, which does not exist.​

    Consequently it does not pick up on censored words, why is MelooonCensor unable to register for the chat event?
     
  17. Offline

    Jacob Marshall

    V2.1 is not compatible with Minecraft 1.2.5 (or before), try update to 1.3.1 atleast...
     
  18. Offline

    jgarnham

    Technic Launcher is not compatible with Minecraft 1.3.1 is it?
     
  19. Offline

    Jacob Marshall

    Not that I am aware with... no. I may make a special version for 1.2.5 if you want?
     
  20. Offline

    jgarnham

    If that is at all possible, that would be brilliant. Thanks! :D
     
  21. Offline

    Jacob Marshall

  22. Offline

    jgarnham

  23. Offline

    Jacob Marshall

    Great, im glad to hear that :)
     
  24. Offline

    jacklin213

    Jacob y don't u bukkit dev this
     
  25. Offline

    Jacob Marshall

    I might do at some point, just really busy atm working on Cubehamster's website + IRL stuff.
     
  26. Offline

    jacklin213

    Cube hamster?
     
  27. Offline

    Jacob Marshall

  28. Offline

    jacklin213

  29. Offline

    zenyl

    Looks like the prefect censor plugin, but I have 2 questions:
    1: If we say "cake" is a bad word, will it also censor CAKE, CaKe, and so on?
    2: Again "cake" is a bad word, will words like cupcake, CuPcAKe, and so on also be censored?
     
  30. Offline

    Jacob Marshall

    Two very good questions :)

    1: The censor system is not case sensitive, so whatever the capitals are in the word, the word cake will always be censored.
    2: Yes, if the word 'cake' was blacklisted, if you said 'cupcake', it would censor that word too... to solve this issue, place the word 'cupcake' in the ignore list (in the config). I am working as hard as I can to think of a different method to stop words being censored that you dont want censored, but for the time being this is the only way.

    Thanks for the questions and the compliment :)
     

Share This Page