v1.2

Details

  • Filename
    Commander.jar
  • Uploaded by
  • Uploaded
    Apr 11, 2012
  • Size
    40.86 KB
  • Downloads
    1,597
  • MD5
    ecfc49f613fd16fc839d51024024a6ed

Supported Bukkit Versions

  • CB 1.2.5-R1.0

Changelog

Updated version to 1.2 (with various degrees of testing completed):

  • Added basis for Scripting, as well as some Script classes not yet used.
  • Changed how matching worked fundamentally for make room for scripting
  • Updated modules for bukkit's new event system
  • Created EchoControl wrappers
  • Added the Echo command and its Echo Control stuff
  • Added command words to chat
  • Added random replacement
  • Added the reference document, copied into the data folder onEnable
  • Stuff I can't remember
  • Command words (regexes matching against the chat which execute commands) run the commands before the chat message is broadcast, instead of afterward. The commands are still run in response to what you say in chat, it just doesn't seem like it...
  • Echo suppression is always on, despite the setting in the config file.
  • Commands which have the cutoff replacement parameter specified are not properly executed