[INACTIVE][MECH] CustomDrops v1.3 - Edit drops when breaking blocks [953]

Discussion in 'Inactive/Unsupported Plugins' started by captainawesome7, May 28, 2011.

  1. Offline

    captainawesome7

    CustomDrops - Customize Those Item Drops!
    Version: 1.3
    CustomDrops lets you change what blocks drop what items. That's pretty much it.​

    Usage:
    Config (open)

    The file drops.txt will be created in plugins/CustomDrops/, just edit the file to add custom drops. The file looks like this:
    Code:
    drops:
        '3':
            amount: 1
            id: 3
            durability: 0
    
    Obviously the only one included drops the same as it normally would. To add a block just copy and paste the example and change it to your needs.

    Commands (open)

    There is only 1 command:
    • /cdreload - Reloads the configuration file

    Features:
    • Edit the drops for blocks!
    • You can also use this to nerf tnt!
    • You can also drop nothing!
    Video By Meister:
    Video Demo (open)



    Downloads
    The source code is included in the .jar (me/captain/CustomDrops/)

    Planned Changes
    None
    Changelog:
    Version 1.3
    • Changed config to YAML
    • Added reload command
    • Added durability
    • Fixed WorldGuard regions not working
    Version 1.2
    • Changed the way it drops items, looks much more natural
    • (before I just set the amount of the itemstack, not it spawns separate itemstacks)
    Version 1.1
    • Added the ability to drop nothing with:
    • 1=0;0
    Version 1.0
    • Original Release
    [​IMG] To me to support my plugins :)
     
    Taranis01 likes this.
  2. Offline

    captainawesome7

    I'll make the plugin load after WorldGuard and change the Priority to Low and see if it helps, its supposed to work though..
     
  3. Offline

    Altobot

    Hey!
    Cool plugin, but it only works for one block. If I copy paste the example, it doesnt works anymore...
     
  4. Offline

    Kalais

    MultiWorld compatible?
     
  5. Offline

    Razorcane

    How do you configure it to drop nothing at all now, with the new YAML configuration file? I still use 1=0;0 (in the new fashion, of course) and it doesn't seem to work. I'm assuming that WorldGuard has something to do with this?
     
  6. Offline

    sfxworks

    This feature would be nice. Chance of dropping. Thats what I need. Possible?
     
  7. Offline

    jespertheend

    Yeah, that would be nice. And could you add the feature of double drops.(or another amount)
     
  8. Offline

    Altobot

    Hey guys

    Is it possible to add a drop to a block with a defined penelaty to drop?
     
  9. Offline

    captainawesome7

    What?
     
  10. Offline

    Altobot

    Well, like, you want grass drop gunpowder and Grass. But of course you dont want every grass Block drop Gunpowder, so you need a penality for that. AND you have to set two drops for grass: One for Grass and one for Gunpowder. Is that possible?
     
  11. Offline

    captainawesome7

    penality?
     
  12. Offline

    Altobot

    Penality is when there is only a chance of, for example, 30% that the drop occurs...
     
  13. Offline

    captainawesome7

    Wrong.
    penality (open)

    Penality: The quality or state of being penal; liability to punishment.


    You might be talking about percentage?
     
  14. Offline

    Altobot

    well, a sort of.

    hm?, oh sorry, whas using google translator. My fault. I meant chance :oops:

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

    gabizou

    Would it be possible to customize say for a leaf block to drop a small percent of the time a sapling? So that a normal tree would drop say like 1.1 saplings.
     
  16. Offline

    captainawesome7

    im not supporting any plugins anymore. i'll let you know when somebody takes it over.
     
  17. Offline

    gabizou

    Thats a sad thing to hear, thanks for the reply though.
     
  18. Offline

    Luxius96

    drops:
    '56':
    amount: 0
    id: 0
    durability: 0



    Dont work ....
     
  19. Offline

    captainawesome7

    sucks for you.
     
  20. Offline

    Luxius96

    Sorry xD work ... TNT can drop diamond :s
     

Share This Page