Inactive [ADMN/MEC] DropStopper v1.0 - Stop certain block drops. [1.2.5-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by Orcem12, Apr 7, 2012.

  1. Offline

    Orcem12

    DropStopper - Stop certain blocks from dropping on your server:
    Version: 1.0 Beta

    Now on Bukkitdev!

    What is DropStopper? DropStopper allows the server owner to take, simple, easy control over what blocks can drop and which can't. For example, if you don't want your players receiving seeds from weeds simply put that in the configuration:
    Code:
    Drops:
      tobe:
        blocked:
        - 'TALL_GRASS'
    
    After inserting code, Tall grass blocks will no longer return seeds upon breaking. More features will be added shortly. For now this is me trying to get back into the swing of things.

    Features:
    • Stops drops from certain blocks.
    • Easy Configuration setup.
    • Only 1 command: "bbr"
    • Extremely lightweight (can handle large crowds).
    ToDo:
    • If wanted: permissions support
    • I'm completely open to any ideas.
    Download the plugin here.
    Source Code available upon request.

    Configuration Example:
    Code:
    Drops:
      tobe:
        blocked:
        - 'LOG'
        - 'GRASS'
        - 'SNOW'
        - 'DIRT'
        - 'STONE'
    
    Changelog:
    • Version 1.0
      • Added configuration
      • Added Command to reload configuration
      • Release
     
  2. Offline

    md_5

    Approved.
     
  3. Offline

    Iyeru

    Will this stop drops via the Q key or throwing it out of inventory too?
     
  4. Offline

    KingPillow

    Could you implement a feature to disable item drops altogether for every single block?

    Its just the plugin i need if you add this feature.
     
  5. Offline

    Iyeru

    Because we need this for bedrock so mods with the log block tool will not drop them on death or accidentally press Q or throw them off the inventory screen.
     
  6. Offline

    Conderan

    Can you make this configurable on a per world basis? or a permission node to be able to allow the drop anyway? Its basically the same difference in the end.
     
  7. Offline

    MrMightyGnome

    seems like it isnt working, is it outdated?
     

Share This Page