Skip to content

Releases: walterhiggins/ScriptCraft

ThreeApplesHigh

20 Jan 14:15
Compare
Choose a tag to compare

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

Ophelia

15 Oct 11:23
Compare
Choose a tag to compare

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

3.2.1

23 Dec 12:36
Compare
Choose a tag to compare

Bug fixes and update to spigot 1.11.2

3.2.0

19 Mar 12:49
Compare
Choose a tag to compare

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

Thor

30 Dec 13:21
Compare
Choose a tag to compare

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

21 Nov 17:12
Compare
Choose a tag to compare

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

3.1.10

16 Aug 12:23
Compare
Choose a tag to compare

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

3.1.9

01 Aug 11:36
Compare
Choose a tag to compare

Fixes bug #261

3.1.8

07 Jun 14:19
Compare
Choose a tag to compare

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

3.1.7

07 Jun 09:50
Compare
Choose a tag to compare

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