Skip to content

Releases: walterhiggins/ScriptCraft

ThreeApplesHigh

Choose a tag to compare

@walterhiggins walterhiggins released this 20 Jan 14:15

Fixes a major problem with setTimeout() and setTimer() on latest version of Bukkit.
Also removing some CanaryMod-related documentation.

Ophelia

Choose a tag to compare

@walterhiggins walterhiggins released this 15 Oct 11:23

Bug Fixes.
Updated from Spigot 1.11.2 to 1.12.2.
Expanded documentation (sounds).

3.2.1

Choose a tag to compare

@walterhiggins walterhiggins released this 23 Dec 12:36

Bug fixes and update to spigot 1.11.2

3.2.0

Choose a tag to compare

@walterhiggins walterhiggins released this 19 Mar 12:49

Tested with Spigot 1.9 - new spigot events and entity types.
Fixed issue #256 and issue #287

Thor

Choose a tag to compare

@walterhiggins walterhiggins released this 30 Dec 13:21

Added new modules

  • lightning

The entities module and lightning module are now documented.

To make lightning strikes when and where any arrow lands:

var lightning = require('lightning');
events.projectileHit( function( event ) {
  if ( entities.arrow( event.projectile ) ) {
    lightning( event.projectile );
  }
});

ZombieApocalypse

Choose a tag to compare

@walterhiggins walterhiggins released this 21 Nov 17:12

Added new modules: entities and spawn - see release notes.

3.1.10

Choose a tag to compare

@walterhiggins walterhiggins released this 16 Aug 12:23

Bug fix release - fixes sounds module for SpigotMC/Bukkit/Glowstone

3.1.9

Choose a tag to compare

@walterhiggins walterhiggins released this 01 Aug 11:36

Fixes bug #261

3.1.8

Choose a tag to compare

@walterhiggins walterhiggins released this 07 Jun 14:19

Bug fix release: fixes Drone module on Spigot 1.8.7 JDK 7

3.1.7

Choose a tag to compare

@walterhiggins walterhiggins released this 07 Jun 09:50

A minor bug fix release - fixes issue using recipes.create() on Mac OS X https://bugs.openjdk.java.net/browse/JDK-8072596