Inactive [FUN/MISC] AttK v1.5.1 - Here's your arrow to the knee! [1.1-R4]

Discussion in 'Inactive/Unsupported Plugins' started by Fyre, Jan 12, 2012.

  1. Offline

    Fyre

    AttK - Arrow to the Knee
    Version: v1.5.1
    Download
    BukkitDev Page

    Your players used to make arrow to the knee jokes.
    Until they took an arrow to the knee.

    Features:
    • If a player makes an arrow to the knee joke, they're killed with a barrage of arrows.
    • The event is announced in chat when it occurs.
    • Certain kill, even for players in creative and god mode.
    • Permissions support.
    • Edit the config to customize the plugin to your needs.
    Commands:
    • /attk reload (Reloads the config.yml)
    Permissions:
    • AttK.arrowknee (Allows you to safely make arrow to the knee jokes)
    • Attk.reload (Allows you to use the reload command)
    Thanks to:
    Imm0rt41 for the original idea.
    Powback for the idea to have an option not to kill players.
    THDigi and warthelm for informing me of some major bugs.
    Kirbyarm, for awesomeness.

    Changelog:
    Full Changelog
    Version 1.5.1
    • Bug fixes.
    Version 1.5
    • Updated for CB 1.1-R3
    Version 1.4.2
    • Fixed a bug with the CanVictimMove setting in the config.
     
  2. Offline

    powback

    That's actually pretty sweet!
    However:
    It should not kill the player (make a config)
     
    efstajas likes this.
  3. Offline

    CDMV2

    Source please? Thanks
     
  4. Offline

    Fyre

    You want an option for it not to kill the player?
    But if you don't want it to kill the player what do you want it to do?
    Just shoot one arrow at them?

    I exported the source with the jar. Open it with 7Zip or Winrar.
     
  5. Offline

    alfeh

    Please set an external link, like Dropbox or something.
     
  6. Offline

    Fyre

    I've finished a draft of v1.1 with a config and a kill/don't kill option, I'll release it when it's tested.

    Done.
     
  7. Offline

    alfeh

    Thanks!
     
  8. Offline

    Fyre

    I wish I could but vectors are difficult to manipulate, and hitting with that kind of precision would take alot of trial and error.
     
  9. Offline

    bergerkiller

    Lol...I used to write plugins that prevent arrow to the knee jokes, but then I got a barrage of arrows in the knee

    Love to see some real unique plugins as well, and this plugin sure is :)
     
  10. Offline

    Lolmewn

    1.0.1-R1 should be replaced by latest recommended build number, but it sure looks like a lot of fun :)
     
  11. Offline

    Fyre

    1.0.1-R1 is the latest recommended build number.
     
  12. Offline

    Lolmewn

    It's the latest Minecraft version number, not build number. That is 1597.
     
  13. Offline

    Fyre

    Why don't you take a look at plugins.bukkit.org and tell me how many of those say 1597 as opposed to 1.0.1-R1.

    v1.1 is up, I haven't had a chance to test it much so please report any bugs you run into here.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
    Jenal likes this.
  14. Offline

    LuciferHell

    I used to make arrow in the knee jokes 'till i got a cannonball to the face.
     
  15. Offline

    Fyre

    Version 1.1.1 released to fix the config.yml.
     
  16. Offline

    orange451

    I used to hate vectors too...
    Then I went to google and googled exactly how to do Vector math :3
     
  17. Offline

    Fyre

    Attk v1.1.2 Released with bugfixes.
     
  18. Offline

    Imm0rt41

    you put my damned name in there boi
     
  19. Offline

    Fyre

    Woops sorry I meant to but I kept forgetting :oops:
     
  20. Offline

    md_5

    Approved
     
  21. Offline

    Fyre

    It still only shows up on plugins.bukkit.org under submissions?
    EDIT: Nevermind...
     
  22. Offline

    MistPhizzle

    Amazing plugin. Works with the latest dev build as well. Not sure what the number is, its the one for 1.1
     
  23. Offline

    TehProHD

    Hmm when I do this as an op, I don't get killed. Even when I remove the safe command from the op, I still don't get killed. Is there something I'm doing wrong?
    Or maybe, can you add an option to the config so you can decide whether it kills ops or not?

    ~TehProHD
     
  24. Offline

    Fyre

    As an op, giving a negative node won't remove a permission. I'll try to make an option to kill ops in the config.
     
  25. Offline

    Imm0rt41

    actually it should if using with bpermissions
     
  26. Offline

    Wolfy9247

    Hm, I saw something like this in the plugin requests a while back, but instead they requested an arrow to kill the player instead of the player just dying, causing it to be more ironic (or so I'd think). I haven't fully looked through the whole JavaDocs for CB, but I don't believe there's a function to shoot an arrow at a player, is there? I know for sure there's one to come from the player, but not -at- them. Thanks!
     
  27. Offline

    Fyre

    That request was made by Imm0rt41, and I made this plugin as a response to his request. There is no function to shoot an arrow at a player, but there is a function to spawn arrows, and then add vectors or teleport them to an entity/player.
    Code:
    Arrow arrow = getServer().getWorld().spawnArrow(Location, Vector, Float, Float)
    
    arrow.teleport(<entity/player>)
    AttK Version 1.3 Released

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

    TehProHD

    Thanks :)

    ~TehProHD
     
  29. Offline

    rudedoggx

    Does this plugin also support the proper "Arrow IN the knee" jokes as well?
     
  30. Offline

    Fyre

    It looks for any sentence with the words "arrow" and "knee" in it. Case doesn't matter either.
     

Share This Page