ScriptCraft Version 1.6.2

Details

  • Filename
    ScriptCraft.jar
  • Uploaded by
  • Uploaded
    Oct 9, 2013
  • Size
    157.00 KB
  • Downloads
    541
  • MD5
    3da17041dc1760ade7f1dff7c36fe592

Supported Bukkit Versions

  • CB 1.6.2-R1.0

Changelog

2013-10-09

Added setTimeout(), clearTimeout(), setInterval() and clearInterval() functions to scriptcraft - Node.js sees fit to include these functions in a server-side context so if it's good enough for Node.js, it's good enough for Scriptcraft.

2013-08-08

Bug fixes: Removed extraneous logging and fixed issues with using box()/cuboidX() functions.

2013-07-23

Various bug fixes submitted by contributors - see http://github.com/walterhiggins/ScriptCraft/

2013-05-27

Added new times() method/function for repeating builds.

2013-03-31

Added http.request() function. Various bug fixes.

2013-03-09

Fixed AutoComplete so that Tabbing will correctly show possible completions of javascript statement.
Added refresh() function to enable developers to reload only scriptcraft.

2013-02-22

Fixed a bug in the events javascript module which caused ScriptCraft to be incompatible with Essentials plugin (and potentially others).
See https://github.com/walterhiggins/ScriptCraft/issues/64 for more information.