Skip to content

3.1.0

Compare
Choose a tag to compare
@walterhiggins walterhiggins released this 11 Jan 12:37
· 196 commits to master since this release

This release includes support for CanaryMod 1.2.0 (Minecraft 1.8)
This version has been tested against the following APIs:

  • CanaryMod 1.2.0 (MC 1.8)
  • CanaryMod 1.1.3 (MC 1.7)
  • SpigotMC (MC 1.8)
  • Craftbukkit 1.7.10 (MC 1.7)

Fixes issue #197

Extending Drone has been made easier. Drone is now a module so it can be required like this:

var Drone = require('drone');
Drone.extend(function myExtension(){ } );

There have been a number of documentation updates.
The Drone.copy() and Drone.paste() methods are deprecated.

New utils methods:

  • utils.time(world) returns the time of day (in minecraft ticks) for a world
  • utils.time24(world) returns the time of day (in minutes) for a world

The Arrows and Signs plugins have now been updated to support CanaryMod.