Inactive [FUN/MISC] BrokenFingers v1.0 - 'Who said punching trees is easy?' [953]

Discussion in 'Inactive/Unsupported Plugins' started by Sammy, May 4, 2011.

  1. Offline

    Sammy

    BrokenFingers - 'Who said punching trees is easy?'
    Version: v1.0
    Download : (V0.1) (V0.2) (V0.3)V1.0

    Do you like this plugin ? buy me a beer !!​
    [torch] [​IMG] [torch]

    This is my new YASP (yet another simple plugin :p), lets face it we all punch trees to the ground at a given time on minecraft or in real life... the difference is that in real life it hurts like hell....
    WELL no more !!!!
    [brickblock] You can now have the pleasure of breaking a finger in minecraft [brickblock]


    It works like this:
    • You break a block with your hand
    • The plugin looks in the config file how many blocks of that material you have to break until your finger goes bananas !!!
    • If you don't break a finger the fist will heal quickly (config file has that value too)
    • If you break a finger every time you punch something you will loose life (config info)
    • After a while your fingers will heal and you can go back punching stuff
    Features:
    • Auto generates a config file with all the current materials
    • Configurable damage properties for each material
    • Hurt knuckles and Broken bones heal with time
    • Can be enabled and disabled on the fly
    • Has permissions
    • Makes your server just a little more awesome !
    Commands:
    Code:
    commands:
      brokenfingers:
        aliases: [brokenf]
        description: BrokenFingers management
        usage: |
            /<command> enable - Enables the plugin.
            /<command> disable - Disables the plugin.
    
    Permissions:
    Code:
    brokenfingers
    To do:
    • Configurable messages /(tks @Nitnelave [​IMG] )
    • Make Fingers Heal onDeath
    Changelog:
    Version 1.0
    • Final version
    • Added Permissions
    Version 0.3
    • Fixed some bugs
    Version 0.2
    • Changed the way 'You're broke your knuckles!!!' is displayed
    • Fixed some bugs
    Version 0.1
    • Beta version - Help me fix the plugin and add new stuff !!!
    !!! Lets give @Sol_Prower a huge thanks for the awesome idea !!!​
    !!! and @m5k for the great catch phrase !!!!​
     
    CommanderGizmo and MuttsNuts like this.
  2. Offline

    Jean13ob

    Interesting plugin. I'll try it out on my server and let you know what my players think.
     
  3. Offline

    m5k

    Woo! My "who said punching trees is easy?" phrase stuck to a plugin :D. Thanks a whole lot, adding to my rp server now!
     
  4. Offline

    Nitnelave

    configurable messages? Haven't tried it, sorry if it's already implemented.
     
  5. Offline

    Zenithas

    So does this just give you a "broken fingers" message? Take away hearts? What? All I know is it makes your character occasionally "break fingers" when punching things.

    Does this also trigger if you use an item with a punch? Do you break fingers opening doors? Pushing levers? Pressing buttons? Eating cake?

    I know that's realism, but there's immersion, and immersion. I'd like to be immersed in the game as in "Wait, it's summer? ... What year?"

    Not immersed as in "OH GOD, ACID"
     
    Apollyna likes this.
  6. Offline

    Sammy

    @Zenithas it triggers when you break something with a punch and after that when you break a finger it will hurt you every time you punch something (until it gets healed with time)

    I'll update the thread with more info

    Sorry I thought it was sols quote, credit goes to you too then :D

    I like the idea, i will put on the toDo list for the next version, if you have more cool ideas feel free to say ihihi

    @Jean13ob cool thks =D


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

    MaximeGagne442

    humm... I like this plugins, but after you take your first wood (exemple) you can punch other wood with the first you had without any damage to your finger.
     
  8. Offline

    Sammy

    Because you don't break your fingers the first time you take a wood block, in the case of wood blocks you need to break 3 in less then 1 minute to hurt yourself.
    PS: You can change that on the config file
     
  9. Offline

    dkrk

    kool also at this part you stuffed up and wrote cam not can in part 4 at the start
    Features:

    • Auto generates a config file with all the current materials
    • Configurable damage properties for each material
    • Hurt knuckles and Broken bones heal with time
    • fix it please looks funny----> Cam be enabled and disabled on the fly
    • Has permissions
    • Makes your server just a little more awesome !
     
  10. Offline

    Sammy

    loool
    Thanks, I guess ^^
     
  11. Offline

    Bobatha McJekt

    Is there any way to not have sheep and torches etc hurt you as well?
     
  12. Offline

    Sammy

    It depends, when you break your fingers no, before its different:
    For Wool you can change the existing settings
    For torches there's no config entry but in theory if you copy paste from another one and save it with the torches ID name (if think its TORCH) you would be able to change the settings so you don't break the fingers
     
  13. Offline

    Bobatha McJekt

    Ahh, that should work. Unfortnatly my players did a majority vote out for this plugin.
     
  14. Offline

    Sammy

    This plugin is made for the strong men and women only...
    Minecraft being an easy game as it is, you can rapidly get stone tools !!
    I don't remember the last time I was mining with my barehands... I'm not Chuck Norris you know :rolleyes:
     
  15. Offline

    Tulips

    ide love to add all ores and rock types to this lol and wood planks and what not
     
  16. Offline

    Sammy

    And you can, just add the names to the config file
    Just be careful with the name, it must be all uppercase letters and it must be the name that bukkit understands (the material ID name).
    Cheers
     
  17. Offline

    Fob_Upset

    Hey i removed reeds and torches from the config yet its still affecting players after multiple reloads and restarts.
     
  18. Offline

    Sammy

    If you remove them, it will assume as a "standard" type of damage, you need to change the values of the config to zero.
    Hope it helps.
    Cheers
     
  19. Offline

    Fob_Upset

    Code:
    2011-07-02 19:24:34 [SEVERE] Error occurred while enabling BrokenFingers v1.0 (Is it up to date?): null
    java.lang.NullPointerException
    	at com.SySammy.BrokenFingers.Broken.getDamage(Broken.java:84)
    	at com.SySammy.BrokenFingers.Broken.onEnable(Broken.java:69)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Brokenfingers doesn't work.
     
  20. Offline

    Sammy

    Sorry my friend but yes it does
    Try deleting the plugin jar and the folder (/BrokenFingers) that appears on /plugins and download the jar again


    For everyone else: This plugin IS NOT BROKEN :)
     
  21. Can I get an annotated list of the config file, with what does what for each line?
     
  22. Offline

    Sammy

    Well I think they are pretty self explanatory, tell whats your doubt =)
     
  23. Offline

    G1R Productions

    Does the permission node make it so it doesn't effect you or it does effect you?
     
  24. Offline

    Pixelzz

    would the permissions be just: - 'brokenfingers'
    do we need to add it to permissions for it to effect everyone?
     
  25. Offline

    Sammy

    No, the permissions node is just for the commands not the effect
    Again no, if the plugin is enabled everyone will be affected, I used permissions for the /brokenf enable/disable

    cheers
     
  26. Offline

    G1R Productions

    Could you add permission node to make it so it doesn't effect you if you have that permission?
     
  27. Offline

    rareshutzu

    If I use a stick, I won't get hurt anymore, right?
    If so, can you make the stick broke too? :X
     
  28. Offline

    Sammy

    Well, I'm not going to update this plugin anytime soon sorry.
    Well this is BrokenFingers not BrokenSticks sorry, maybe someone already done that, look at the plugin database.
    Cheers
     
  29. Offline

    G1R Productions

    Alright I guess ill have to remove plugin, sorry. Ill check back in later maybe.
     
  30. Offline

    dayofdarkfire

    I tried to set GRASS in the config file to 0 however it still hurts players when breaking it :/

    [Edit] Oh I see the problem.. I'm looking to remove damage taken from tall grass, is there a way to add that?
     

Share This Page