Inactive [MECH/FUN/RPG] DarkBrotherhood v1.5.1 - climb walls, assassinate players, and more![1060]

Discussion in 'Inactive/Unsupported Plugins' started by skeletonofchaos, Aug 12, 2011.

  1. Offline

    skeletonofchaos

    I would like to point out I am no longer supporting this plugin. If a reputable developer would like to take this over I will gladly let them assuming they contact me first.



    DarkBrotherhood: climb walls, throw shuriken, assassinate players, and more!
    Plugin Version: 1.5.1
    Server Version: /version: git-Bukkit-0.0.0-905-g9277096-b1000jnks (MC: 1.7.2)
    Download: DarkBrotherhood


    Thanks to Lyiin for the idea of climbing walls!

    Features:
    • Climb up walls!
    • Assassinate other players/mobs!
    • Throw shuriken!
    • Perform leaps of faith!
    • Poison weapons!
    • Pick locks!
    climbing (open)
    To climb right-click any block that is considered climbable(you can change this list in the config) while not holding anything. You must be holding shift to stay on the wall, upon releasing shift you fall to the ground.

    assassinating (open)
    To assassinate any mob simply attack them while you sneaking and you are behind them.

    shuriken (open)
    To throw a shuriken left click with a piece of flint in hand. Each shuriken does 1 heart of damage; however on a successful assassination it will do up to 4.5 hearts of damage.

    Leaps of Faith (open)
    Hold shift upon landing and it will negate fall damage, assuming you have the proper permission nodes

    Lock-picking (open)
    Right click any chest with the lock-pick tool (configurable, by default string) if the chest is locked you have a configurable chance of opening it if you fail you take a configurable amount of damage.

    Poison (open)
    To poison your weapon simply right click with the poison item in hand (configurable, by default red mushroom) The next entity you hit will be poisoned. The poison then lasts for a configurable amount of seconds each second doing a configurable amount of damage.

    Video Tutorial (open)
    A little outdated not much though:

    A neat combination (open)
    Combine this plugin with EffectiveArrows! this will yield the ability for varying arrow types allowing your players to perform neat combinations. Such as using smoke arrows to cover their escape! Or maybe do a little flaming arrow ambush.


    Permissions (these are Super Perms!):
    These permissions are only used if the usePermissions value in the config is set to true otherwise it is op only.
    • DarkBrotherhood.climb-allows the player to climb.
    • DarkBrotherhood.assassinate-allows the layer to perform assassinations.
    • DarkBrotherhood.use.shuriken-allows players to throw shuriken.
    • DarkBrotherhood.roll-allows players to perform leaps of faith.
    • DarkBrotherhood.use.poison-allows players to use poison.
    • DarkBrotherhood.use.lockpick-allows players to use lock-picks.
    Todo;
    • Add an assassin guild style thing. With rewards for murdering players.
    • Add Spout support and corresponding dash ability (thinking it will activate when some button is pressed). (done not sure if I want to implement it though)
    Changelog:
    v1.5.1:
    Fixed for RB 1060.​
    v1.5:
    Added poison and lock-picking.​


    Previous changes (open)

    v1.4:
    Added shuriken, and leaps of faith!​
    v1.3:
    Released plugin!​
     
  2. Offline

    Min3r49er

    Does this work with 1.1?
     
  3. Offline

    skeletonofchaos

    not the most recent update no
     
  4. Offline

    Min3r49er

    ok. will you eventually update it? or no?
     
  5. Offline

    skeletonofchaos

    No to busy atm have other projects I want to work on more... If anyone wants to maintain this though feel free. Just contact me FIRST.
     
  6. Offline

    Min3r49er

    i would do it, if i knew how, is it easy to update?
     
  7. Offline

    skeletonofchaos

    i would prefer to have someone with experience no offense.

    Seeing that your first question was: is it easy? I would rather have someone who would be willing to add new features and whatnot....

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

    Min3r49er

    none taken, i jsut wanted to get it running quickly for my server :)
     
  9. Offline

    smashpanzer

    Great job man. But what if you re textured the glass to air?
     
  10. Offline

    skeletonofchaos

    Air does not have a texture
     
  11. Offline

    Min3r49er

    When do you think you could ever update? if possible... sorry to bother you...
     
  12. Offline

    skeletonofchaos

    i would like to but bukkit does not have framework for the stuff i want to add. Also i am currently working on my own commercial game... plus school... plus lifting... plus gf... leaves me with very little time.
     
  13. Offline

    flameomega

    Awesome plugin! Will you update it for 1.0.1 though D:?
    [EDIT]
    Oops, sorry didn't read the post above mine.
    Hope you have time in the future to update it :D good luck in school and on that commercial game :b
     
  14. Offline

    Stephen92

    Yeah I hope this gets updated by someone :(
     
  15. Offline

    theflame1901

    Are you still working on it? I have a question, how do i pick locks?

    This is a very very awesome plugin, Please update the plugin! :)
     
  16. Offline

    skeletonofchaos

    Note to whoever wants to maintain this: You must do so with my permission maintaining my code without my permission is not allowed. Please contact me if you feel like maintaining this. Thank you.
     
  17. Offline

    mikeyagoto

    skeletonofchaos Do you mind if I post a thread on plugin requests to look for a dev who will continue this?

    Mikey
     
  18. Offline

    X(A/N)th

    07:32:04 [SEVERE] Error occurred while enabling Darkbrotherhood v1.5 (Is it up to date?): For input string: "2.5"
    java.lang.NumberFormatException: For input string: "2.5"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:458)
    at java.lang.Integer.parseInt(Integer.java:499)
    at me.skeletonofchaos.assassincraft.assassincraft.loadProcedure(assassincraft.java:128)
    at me.skeletonofchaos.assassincraft.assassincraft.onEnable(assassincraft.java:77)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)


    This is the error log for my server. I am running the newest CB server with MC Beta 1.1, can you help me?
     
  19. Offline

    skeletonofchaos

    Read above.
     
  20. Offline

    X(A/N)th

    Err, I'm afraid I don't follow you, i'm a bit new to running a server, but im a quick learner. Perhaps I should delete the config file, like you advised another user to do?

    I have also began using a plugin called Hookshot, which is a bit glitchy, but a grappling hook is a neat addition to the assassin arsenal, dont you think?

    YES! It works now.

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

    skeletonofchaos

    No it was this plugin has been discontinued.... but that's good to hear
     
  22. Offline

    X(A/N)th

    And i think i have a solution for aireal assassinations: When within a certain distance above a mob/player, right click with specified item, arrow flys over to mob/player, with assassinating player riding on it, lands on victim, kills instantly. arrow ridden can be given damage multiplier. Idea is related to Chaircraft sitting system.

    methinks it was just my server needed cleaning in the plugin folder

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

    Tster

    Have you got source, I want to see how you do climbing?
     
  24. Offline

    shanko

    I hope this never breaks! The shurkins are too good =[
     
  25. Offline

    skeletonofchaos

    No I do not publish sources for my work. I have had experience with people copying my code. You can figure it out like I did.
     
  26. Offline

    crazymanma

    I think that there should be certain blocks (like wool) that you can only hang off of and other blocks (like bricks) that you can only climb on the sides because I am pretty sure that people can't hang onto a brick wall
     
  27. Offline

    EnlightendDead

    So you dont post your source, but you have no plans whatsoever of continuing this?
     
  28. Offline

    skeletonofchaos

    No I will give source to whoever ASKS to take this over. I will not post source for anyone else.

    On a side note nice to hear from you again tster.

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

    Tster

    I can continue it if you'd like
     
  30. Offline

    skeletonofchaos

    From past experience with you... I'll pass.
     
  31. Offline

    Basilboy64

    Hate to be a bother. But I'm confused as hell and I speak poor English.
    What exactly do I do with "bpermissions"? I have both DarkBrotherhood and bPermissions installed properly. But only OPs can use the DarkBrotherhood features. What exactly do I have to add and where exactly do I add it?
     

Share This Page