Skip to content

Lightweight, powerful & configurable per world ban item plugin

License

Notifications You must be signed in to change notification settings

Andross96/BanItem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BanItem GPL-3.0 Stable Version Discord

Description

Lightweight, powerful & configurable per world ban item plugin

Features:

  • 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;

stats

Developer API

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

Get the API

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();

Requirements

  • Java 1.8
  • Any bukkit based server

Links and Contacts

For any questions/suggestions: PM me on spigot or on discord (Andross#5254).

About

Lightweight, powerful & configurable per world ban item plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages