QuarterBukkit 0.2.0

Details

  • Filename
    quarterbukkit-package-0.2.0-package.zip
  • Uploaded by
  • Uploaded
    Feb 22, 2014
  • Size
    117.22 KB
  • Downloads
    1,434
  • MD5
    aff99196a24e267ecea1b0aa66812055

Supported Bukkit Versions

  • CB 1.7.2-R0.2

Changelog

Additions

  • ServerMods Query API for querying the official ServerMods API which is avaiable under https://api.curseforge.com/servermods.
  • The QuarterBukkitUpdater and QuarterBukkitIntegration classes now use the ServerMods Query API.
  • Utility events which extend the currently avaiable bukkit events.
  • RedstoneToggleEvent which is fired whenever the power status of any block changes.
  • The integration method can now handle multiple caller plugins.

Removals

  • Removed the updater; it was replaced by the ServerMods Query API along with the FileUtils utility.
  • The integration method no longer disables the calling plugin.

Fixes

  • Updated the information in the project object model descriptor.
  • The integration message only shows up every ten seconds.
  • The README.md file now tells you how to use QuarterBukkit in maven properly.
  • Outsourced the file utilities from the updater into the FileUtils class.