Skip to content

Simple plugin for CraftBukkit which overrides the default /give server command. A list of data value ids provides a way to ban these items for that command.

Notifications You must be signed in to change notification settings

kozie/BannedItems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Home

Although the project is hosted on GitHub, additional information and a changelog can be found on the Forums of Bukkit.

Installation

Just put the .jar file and the folder with the ignored-items.txt in your craftbukkit server's plugin folder and (re)start the server.

Banning items

You can get the correct data values for the items from The Minecraft Wiki.

Make a newline-seperated list with only the id's (numbers) of the item you want to ban. Save the list as ignored-items.txt in a folder called BannedItems. The folder should be in the same folder of the .jar file.

Usage (in-game)

The command can be used just the same way you would use the default /give command. Alternately you can also use /g, /i or /item instead of /give

/give <PlayerName> <ItemId> <Amount (optional)>

Permissions

The plugin currently supports a permission check by the key 'BannedItems.give'.

About

Simple plugin for CraftBukkit which overrides the default /give server command. A list of data value ids provides a way to ban these items for that command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages