HopperFilterSimplified-v0.7.1-for-1.6.2.jar

Details

  • Filename
    HopperFilterSimplified-v0.7.1-for-1.6.2.jar
  • Uploaded by
  • Uploaded
    Sep 20, 2013
  • Size
    29.59 KB
  • Downloads
    1,881
  • MD5
    441357450483d7608d1459fb57c3a063

Supported Bukkit Versions

  • CB 1.6.2-R1.0

Changelog

    Version 0.7.1 2013-09-20
        - Fixed error where hopper could not be broken by someone without rights if the hopper had a cache.
          The cache would be created when any item passes through it.
    Version 0.7 2013-09-13
        - Compiled against CB 1.6.2-R1.0
        - Fixed bug where a person without rights to hopperfiltersimplified.build.place.itemframe could not place an item in any ItemFrame.
            It is now restricted to only item frames attached to hoppers.
    Version 0.6 2013-09-11
        - Removed use of mcstats.org because site is down and has not worked properly for a while.
        - Added permissions to control the placing or breaking of chests or itemFrames next to hoppers.
        - Added permissions to control the placing or breaking of hoppers that have or would have filters.
        - Added permissions to control the altering of chests and itemframes that are part of hopper filters
        - Added debug item : 1      Notification that an itemFrame was placed on a hopper
        - Added debug item : 1      Notification that an itemFrame on a hopper was broken
        - Added debug item : 1      Notification that an itemFrame on a hopper was altered
        - Added debug item : 1      Notification that a chest was placed next to a hopper
        - Added debug item : 1      Notification that a chest was broken next to a hopper
        - Added debug item : 1      Notification that a chest next to hopper had its contents altered
        - Added debug item : 1      Notification that a hopper was broken with a filter
    Version 0.5 2013-09-03
        - Fixed minor bug in cache handling where breaking and replacing an itemFrame with an item inside would not reset the cache for the affected hopper.
        - Added debug item : 2 - Notification that cache entry for given hopper (location) was cleared.
        - Added debug item : 2 - Notification that cache entry for all hoppers were cleared.
    Version 0.4 2013-08-30
        - Cleaned up some code to that was causing an error
    Version 0.3 2013-08-28
        - Added ability to find chests and items inside the chest
        - Added additional debug items related to chests.  See v0.2 for complete list
        - Added AllowChestFilters command
        - Added AllowChestFilters entry into plugin.yml
        - Added handler for when itemFrame is added
        - Added handler for when itemFrame is right clicked
        - Added handler for when itemFrame is broken
        - Added handler for when chest is altered.
        - Added handler for when chest is broken
    Version 0.2 2013-08-26
        - Added ability to find itemFrame and items attached to frame
        - Added cache to reduce load on servers.
            Cache builds automatically and on the first push/pull attempt into each destination hopper.
        - Added ClearCache command to reset cache.
        - Added debug capabilities
          level     What is displayed at given level and in what order
            0       no debug reporting
              2       Cache for a given hopper (location) if it exists in cache
              2       Notification that cache entry is being created for a given hopper (location) if it does not exist
               3        Notification that we are looking for item frames
                4         Notification that it found an attached item frame
                4         Information about the item in the itemFrame if one was found
               3        Notification that we are looking for chests
                4         Notification as to what direction the hopper is facing (output direction to avoid looking for a chest there)
                4         Notification that it found a chest N, S, E, or W of the hopper that is not being pushed into by the hopper
                4         Information about each item in the chest if any are found
              2       Displays generated cache
             1      Notification of what item in in what filter (location) is compared against what cache
        - Added Debug command to allow setting of level from 0 to 4
        - Added debug entry into plugin.yml
    Version 0.1 2013-08-29
        Created plugin structure and basic layout