ContainerDedication.jar 0.3.4

Details

  • Filename
    ContainerDedication.jar
  • Uploaded by
  • Uploaded
    Aug 26, 2013
  • Size
    92.24 KB
  • Downloads
    587
  • MD5
    13c17d1a4424ec13d70c5ed316f11342

Supported Bukkit Versions

  • CB 1.5.2-R1.0

Changelog

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