Nodus Blocker

Discussion in 'Archived: Plugin Requests' started by bnj918, May 5, 2013.

  1. Offline

    bnj918

    I found a old plugin on the plugin list.
    This plugin works by sending a player a message that says to type "/claimprize", then immediately sends them 300 lines that say "[random player] likes chicken very very very much! So MOST nodus users will see:

    Type "/claimprize" for a prize!
    [@R] likes chicken very very very much! [x300]

    So if someone with nodus sees this they would likely type "/claimprize" when they type this command it would save there username into the file.

    But this is old and no longer works. The plugin would need:
    * config-able spam message
    * config-able time between messages (and disable automatic)
    * ops only: "/NB spam" to manually do this.

    I would be putting this plugin on my server (crikycraft.com).
    Please reply if you are interested in making this plugin. in return u could give u a high donator rank.

    -bnj918 :D
     
  2. Offline

    timtower Administrator Administrator Moderator

    bnj918 And what is exactly the use of this?
     
  3. Offline

    Lolmewn

  4. Nodus wont be continued anymore after the 1.5.2 update
     
  5. Offline

    nhadobas

    After 1.5.2 you wont have to worry about nodus, unless some BK randy takes the project.
     
  6. Offline

    larperdoodle

  7. Offline

    45zeldafan

    Funny thing is:

    1 - Nodus is no longer going to be updated after 1.5.2
    2 - I have it set to not stack messages on my nodus. Pisses me off when I see [x651165165165] next to a message. :)
     
  8. Offline

    chasechocolate

    YEESSSSS! http://scetch.net although there are probably many other client mods... :(
     
  9. I heard some kind of rumor that scetch might come back when minecraft updates to 1.6.1
     
  10. Offline

    45zeldafan

    Source: www.sketch.net

     
  11. Offline

    chasechocolate

    Really? http://scetch.net But if he does... :mad:
     
  12. Offline

    larperdoodle

    Update: I added the /spam <username> <message> command. It sends them 300 messages from the console saying whatever you put for the message. I'm now working on the /claimprize, and would like more info on what it should do... I think I'll just make the command spam them, and save their username to disk, and leave it up to you how you want to send the "Use /claimprize" message to players.

    I was cracking myself up way to hard writing this.... If you don't understand code just read the purple.
    Code:java
    1. sender.sendMessage("Your prize is on its way");//notifies the sender that their spam is on its way
    2. PrintWriter out = null;
    3. try {
    4. out = new PrintWriter("idiots.txt");//saves their name to idiots.txt
    5. out.println(sender);
    6. } catch (FileNotFoundException e) {
    7. e.printStackTrace();
    8. }
    9. finally {
    10. if (out != null) out.close();
    11. }
    12. int seconds = 5;//waits 5 seconds
    13. try {
    14. Thread.sleep(seconds);
    15. } catch (InterruptedException e) {
    16. e.printStackTrace();
    17. }//the shipment of spam arrives
    18. Bukkit.getServer().dispatchCommand(Bukkit.getConsoleSender(), "spam " + sender + " Congratulations! Your lifetime supply of Spam has arrived!");
    19. return true;


    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  13. Offline

    WaterNode

    The developer of Nodus is cancelling with the last update for 1.5.2, so it really wouldn't be required.

    larperdoodle
    "TROLOLOL!"

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  14. Offline

    bnj918

    Awesome, where can i download this?
     
  15. Offline

    larperdoodle

  16. Offline

    bnj918

  17. Offline

    larperdoodle

    As soon as it is approved by a Bukkit admin. :D
     
  18. Offline

    bnj918

    Awesome!
     
  19. Offline

    larperdoodle

    You have no idea how much I wish player.hasNodus was a real thing.
     
    devilquak likes this.
  20. Offline

    devilquak

    bnj918

    That's actually the most ingenious idea I've ever heard. Even though it probably wouldn't have a high success rate of catching Nodus users, the few that it would catch in the long run would make it worth it.
     
  21. Offline

    herpingdo

    And now I'm going to release a public Minecraft hacked client with message stacking.
     
  22. Offline

    caelum19

    Well, I think ads claiming to be the queen of england granting the 100th user €100,000,000 have tought people not to belive that sort of thing....

    I had an idea for a Kill Aura blocker,heres how it works:
    1) Make a artificial player.
    2) give that player the Invisible potion effect.
    3) Teleport that fake player above a user.
    4) Have it hover above him for 5 seconds.
    Now, if the user was playin legit... then he probably wouldn't even notice because the fake player is invisible.
    If the fake player had taken damage in those 5 seconds, There is a high chance their using some sort of kill aura.
    5) BANBANBANBANBANBANBAN
     
    Pim1234 likes this.
  23. Offline

    Garris0n

    Nodus does not stack messages anymore, hasn't for a couple updates because of some bug. Some idiots who've used it enough will still fall for it though.
     
    XlegitXcrazymanX likes this.
  24. What are you people talking about... I have nodus and I am on 1.5.2 :eek:
     
  25. idk what you talk [x5]
    ^ what I do when I hate someone in-game when they're taking screenshots and if they post on their server forums
    getbnned geeegeee

    Code:
    if p.onJoin + has.Nodus
    ban.user
    sender.sendMessage(ChatColor.RED + "get bned kid");
     
  26. Offline

    Garris0n

    That's some interesting code you have there...
     
    InspectorFacepalm likes this.
  27. Offline

    caelum19

    Indeed...

    It's like a mixture of Lua, python and Java :confused:
     
    InspectorFacepalm likes this.
  28. Offline

    larperdoodle

    @bnj918
    1.2 is now available. However, I recommend waiting for 1.2 BugFixes to be released, as it will include everything you asked for. Mainly the ability to configure all of the messages, as well as a mistake I made.
     
  29. Offline

    churchill291

    O'rly? I'm sure that they have a strong enough fan base that someone would step forward to pick up the legacy
     

Share This Page