promotional bannermobile promotional banner

ContainerDedication

Players can limit kinds of item a container can hold

File Details

ContainerDedication.jar 0.3.4

  • R
  • Aug 26, 2013
  • 92.24 KB
  • 691
  • CB 1.5.2-R1.0

File Name

ContainerDedication.jar

Supported Versions

  • CB 1.5.2-R1.0

(Second attempt at uploading this version - Eclipse didn't include the class files in the jar the first time.)

Fixed a permissions problem: I misunderstood how permissions worked in the plugin.yml file and therefore had inadvertently told the plugin manager to prevent all people who are not Ops from using the plugin no matter how the admin set the permissions up. (The mistake I made was in not realizing that mentioning the permissions for a command in plugin.yml causes the system to perform its own permissions checks prior to running my plugin's onCommand() thus preventing my plugin from handling the permissions checks itself.)