Skip to content

JaredScar/Preventors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Preventors

License: MIT

[Preventors Bukkit Plugin Page] (https://dev.bukkit.org/projects/preventors)

Preventors is a plugin based around preventing people from using certain events. I will be adding more events soon enough. Currently it only has preventing pickupItemEvents and dropItemEvents. You may choose what items you want to prevent from each event in the config through the config lists. You also may configure the messages for these events if they are prevented.

Commands

None yet.

Permissions

None yet.

Example Config

```YAML Lists: PreventDropsOf: - IRON_SWORD - STONE_SWORD - WOOD_SWORD PreventPickupsOf: - DIAMOND_SWORD - IRON_SWORD - STONE_SWORD - WOOD_SWORD Messages: PreventDropMessage: '&cYou may not drop this item!' PreventPickupsMessage: '&cYou may not pickup this item!' ```

Future Plans

I have future plans to upgrade this plugin further and further to give you the most functionality possible!

About

Preventors Source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages