Lightweight, powerful & configurable per world ban item plugin
- Support all bukkit versions;
- Blacklist: players will not be able to use the item, per option configurable;
- Whitelist: (reversed blacklist) - all items & options will be blocked , you'll have to set which items is allowed with which option;
- Per world configurable;
- Per world per item permissions;
- Per world per item per option permissions;
- Support of custom/modded items (items with specific item data/meta, like modded items, potions, egg spawners for old versions...);
- Usefull commands;
- Lightweight & activating only necessary listeners;
- Developer API available;
<repository>
<id>andross-repo</id>
<url>https://repo.andross.fr/</url>
</repository>
<dependency>
<groupId>fr.andross.banitem</groupId>
<artifactId>BanItemPlugin</artifactId>
<version>3.5</version>
<scope>provided</scope>
</dependency>
final BanItem banItem = (BanItem) getServer().getPluginManager().getPlugin("BanItem");
final BanItemAPI banItemApi = banItem.getApi();
// or
// Get the BanItemAPI directly from the API instance:
final BanItemAPI banItemApi = BanItemAPI.getInstance();
// or
// Get the BanItemAPI from BanItem instance:
final BanItemAPI banItemApi = BanItem.getInstance().getApi();
- Java 1.8
- Any bukkit based server
For any questions/suggestions: PM me on spigot or on discord (Andross#5254).