Releases: walterhiggins/ScriptCraft
Releases · walterhiggins/ScriptCraft
ThreeApplesHigh
Fixes a major problem with setTimeout() and setTimer() on latest version of Bukkit.
Also removing some CanaryMod-related documentation.
Ophelia
Bug Fixes.
Updated from Spigot 1.11.2 to 1.12.2.
Expanded documentation (sounds).
3.2.1
Bug fixes and update to spigot 1.11.2
3.2.0
Thor
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
Added new modules: entities and spawn - see release notes.
3.1.10
Bug fix release - fixes sounds module for SpigotMC/Bukkit/Glowstone
3.1.9
3.1.8
Bug fix release: fixes Drone module on Spigot 1.8.7 JDK 7
3.1.7
A minor bug fix release - fixes issue using recipes.create() on Mac OS X https://bugs.openjdk.java.net/browse/JDK-8072596