QuarterBukkit 0.3.0

Details

  • Filename
    quarterbukkit-package-0.3.0-bin.zip
  • Uploaded by
  • Uploaded
    Jul 9, 2016
  • Size
    169.63 KB
  • Downloads
    349
  • MD5
    1471588da161081dedc776c7ba412ca4

Supported Bukkit Versions

  • CB 1.7.9-R0.2

Changelog

Additions

  • The expandable Shape API allows to work with a lot of different shapes in 3D space and does the math for the user.
  • The flexible Object System API allows to create complex systems of different objects with physics and visual effects.

Removals

  • Removed the CANNOT_CLOSE_RESPONSE_STREAM query api exception type because it was trashing other more important exceptions.
  • Removed the constructors which do not require an inventory title from SelectInventory because minecraft no longer supports that.

Fixes

  • The FileUtils class now logs exceptions that occur during closing resources.
  • The CommandExecutor class now provides a DEFAULT_COMMAND_LABEL constant. It should be used instead of the plain "\<empty>".
  • The SelectInventory now cancels the event when the player clicks on an item so the player can no longer take the item.
  • The integrated MetricsLite client now properly shuts down when the plugin is disabled.
  • The QuarterBukkitIntegration mechanism no longer relies on classloader specifics and uses temporary files instead. It should now work on literally every machine.
  • Fixed JavaDoc errors which caused generation warnings.
  • Fixed some other very minor issues.

Notes

  • Maven will publish the sources and JavaDocs from this version onwards.
  • Both the integration code as well as the regular auto-update code contain a severe bug which cause the entire process to crash. You need to manually install QuarterBukkit-Plugin version 0.3.1 or later to fix this bug. Otherwise, QuarterBukkit-Plugin and all other plugins which depend on it won't start up anymore!