1.1-SNAPSHOT-b27

Details

  • Filename
    buscript-1.1-SNAPSHOT.jar
  • Uploaded by
  • Uploaded
    Oct 28, 2012
  • Size
    1.12 MB
  • Downloads
    531
  • MD5
    0abe58ca627b741877af52c0ef4ffe00

Supported Bukkit Versions

  • CB 1.3.2-R3.0

Changelog

1.1-SNAPSHOT-b27
Added api method for running scripts as a String.
No longer attempts to add the global function getClassName() from a Scriptable.
Fixed IllegalArgumentException thrown when trying to create startup script. Thanks tehbeard.
Added some new api methods. Thanks tehbeard for the ideas! (Check the javadocs for additions.)
1.1-SNAPSHOT-b21
Added ability to bind a script to a bukkit event.
Added startup-script.txt for running script when the server becomes ready.
Now caches scripts for events in the Buscript object.
Added /breload command for clearing script cache.
1.0-b19
Added global variable metaData which corresponds to a Java Map<String, Object>. Anything stored in metaData will be available in delayed scripts via persistence through Bukkit's yaml configuration. (This any stored data must be compatible with such persistence.)
1.0-SNAPSHOT-b14
Replaced target string %t with %target%
Added global function String stringReplace(String)
Added ability to use & for color codes.
Added ability to added replacement strings like the built in '%t' which can also be combined with a global var, like 'target' via StringReplacer interface.
1.0-SNAPSHOT-b10
Fixed some hours not being recognized correctly in script delays.
Added global function to clear any scheduled scripts for a target.
Added 'plugin' global variable to get the plugin implementing buscript.
1.0-SNAPSHOT-b8
Initial release.

THIS WILL BREAK OLD SCRIPTS THAT USE "%t"
They will need to be changed to "%target%" instead