DispenserRefill 1.0.0

Details

  • Filename
    DispenserRefill-1.0.0.zip
  • Uploaded by
  • Uploaded
    Mar 22, 2012
  • Size
    16.10 KB
  • Downloads
    26,012
  • MD5
    eb97d69dcd7de66ffa4a41e4941bd297

Supported Bukkit Versions

  • 1.3.1

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.

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