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
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.
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.
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.