Dispenser Refill 1.1.0-SNAPSHOT (Alpha 1)

Details

  • Filename
    DispenserRefill-1.1.0-SNAPSHOT.zip
  • Uploaded by
  • Uploaded
    Dec 22, 2012
  • Size
    16.12 KB
  • Downloads
    353
  • MD5
    be8ed319efbf2f6e5345d372759d354c

Supported Bukkit Versions

  • CB 1.4.5-R1.0

Changelog

1.0.0:
    + First release
    + Updated code for 1.2.3
        + Renamed main class to DispenserRefillPlugin
        - Removed command methods from main class
        - Removed event handlers from main class
        + Added public database access methods to main class
        + Made dispenser database available in main class (For external plugins)
        + Created new event handler class DispenserRefillWorldListener
        + Created new command handler class GeneralCommands (in package de.akkarin.DispenserRefill.commands
    - Removed 1st argument of /autorefill command
    + Fixed permissions
    + Database change now causes full database save
    - Removed DispenserPosition
        % This class was used to store data in serialized form. We'll use a new database system from now on.
    - Removed the "The infinite dispenser at ... was eaten." easteregg.
    
1.1.0 Alpha 1:
    + Updated code for 1.4
        + Replaced uses of CraftDispenser with Dispenser
        - Removed old imports of CraftDispenser
    + Added new command aliases "/dispenserrefill" and "/infinitedispenser"
    - Deprecated old command "/autorefill"
        % We'll leave this command for a while.

Legend:
    + New Feature / Improvement
    - Deletion / Deprecation / Bugfix
    % Note
    & Warning
    \ In Progress (This information is only usefull for developers)