Skip to content

Releases: walterhiggins/ScriptCraft

fireworks-for-mac

01 Jun 11:40
Compare
Choose a tag to compare

Fixes a problem with fireworks module on Mac OS X.

3.1.5

31 May 08:27
Compare
Choose a tag to compare

Fixes events.connect / events.connection mismatch in cm 1.7.9 and book.

3.1.4

09 May 13:21
Compare
Choose a tag to compare

Added a new 'inventory' module and fixes various bugs (thanks to all the contributors!).

3.1.3 bug fix release

01 Mar 13:59
Compare
Choose a tag to compare
bumping to version 3.1.3

3.1.2 Bug-Fix release

16 Feb 22:20
Compare
Choose a tag to compare

see release-notes for more information.
2015-02-07_09 04 14

3.1.1

24 Jan 00:18
Compare
Choose a tag to compare

Bug fix release.

3.1.0

11 Jan 12:37
Compare
Choose a tag to compare

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.

3.0.3-beta

03 Jan 13:27
Compare
Choose a tag to compare

Fixes a number of issues building in Minecraft 1.8
Tested using CanaryMod 1.1.3, CanaryMod 1.2.0 (MC 1.8), Spigot. Mac OS X, Windows 7, Linux.

v3.0.2

28 Dec 17:59
Compare
Choose a tag to compare

Some work done towards supporting the Drone module in Minecraft 1.8 - still some work to do. Hanging torches don't hang in 1.8. Drone module has been refactored in preparation for further 1.8 work. This version has been tested with:

Craftbukkit 1.7.9 (1.8 not supported)
CanaryMod 1.7.10
CanaryMod 1.8

Also fixed issues running ScriptCraft on Mac OS X.
In short, this is probably the most stable release of recent times. It needs to be. A ScriptCraft book is coming soon.

http://www.amazon.co.uk/Beginners-Writing-Minecraft-Plugins-JavaScript/dp/0133930149/

3.0.1 (CanaryMod and Bukkit)

14 Nov 20:00
Compare
Choose a tag to compare

Fixes problems running with Bukkit.