promotional bannermobile promotional banner

ChestRestriction

Allows the blocking of certain items being put into containers

File Details

ChestRestriction v1.0

  • R
  • Nov 14, 2012
  • 9.18 KB
  • 1.1K
  • CB 1.4.2-R0.2

File Name

ChestRestriction.jar

Supported Versions

  • CB 1.4.2-R0.2
  • Complete revamp of code. Follows more good Bukkit conventions than before.
  • Now using config.yml. It will be auto-generated after your first server run with the new version. Just copy over your list of item values. See config page for details.
  • Added ability to change the list of items in config.yml to either a blacklist or a whitelist.
    • If blacklist, the items in the list will not be allowed to be placed into chests. All other items are okay.
    • If whitelist, only the items in the list will be allowed to be placed into chests. All other items won't.
  • Added the /cr listType blacklist/whitelist command. This allows ops (by default) to change the listType without a server restart. See command page for details.
  • Added permissions support. See permissions page for details.