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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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!
    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.

    To assassinate any mob simply attack them while you sneaking and you are behind them.

    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.

    Hold shift upon landing and it will negate fall damage, assuming you have the proper permission nodes

    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.

    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.

    A little outdated not much though:

    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.



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

    This post has been edited 34 times. It was last edited by skeletonofchaos Feb 24, 2012.
  2.  
  3. Offline

    S.W.A.T.C.R.A.T(owner)

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I get this error


    20:14:52 [SEVERE] Could not load 'plugins\Darkbrotherhood.jar' in folder 'plugin
    s'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bu
    kkit/event/entity/EntityListener
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:149)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/entity/EntityListene
    r
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at me.skeletonofchaos.assassincraft.assassincraft.<init>(assassincraft.j
    ava:29)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:145)
    ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.entity.EntityListe
    ner
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 27 more
  4. Offline

    MRpalkia00

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    download down :( btw do i need sput?
  5. Offline

    pablo746

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    it wont let me download cus dropbox cant find it
  6. Offline

    dwade20dwade

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Is there a way to disable Vault and make it work without Vault???
  7. Offline

    Hero683752

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    CAN'T GET IT
  8. Offline

    jamesjr0204

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  9. Offline

    guitarhero479

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    the link is broken :( does it work with 1.3.2 server? because i would really like to have this great plugin on my server :) the idea is awesome.....lockpicking yeah
  10. Offline

    B3RnZCo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    hello, can you update the link for the download? i REALLLLLY want to download :(
  11. Offline

    azerulkiller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    How do you download it?
  12. Offline

    hugovn

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I need help! I want to put the permissions in a group AND i set usepermissions to true but it doesn't work!:(

Share This Page