promotional bannermobile promotional banner

buscript

Bukkit plugin/library that allows extensible javascript scripts to be run

File Details

1.0-SNAPSHOT-b14

  • B
  • Jul 24, 2012
  • 1.11 MB
  • 1.6K
  • CB 1.2.5-R4.0

File Name

buscript-1.0-SNAPSHOT.jar

Supported Versions

  • CB 1.2.5-R4.0
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