Releases: OptiJava/hooks
hooks v2.1.2
hooks v2.1.1
Change Log
Changes
1.Ignore folder which ends with _
when loading scripts.
Full Changelog: v2.1.0...v2.1.1
hooks v2.1.0
Change Log
Changes
1.add setting debug, set it to true to print more logs
2.add command run_command to run a task but don't create this task
3.more suggestions!
Full Changelog: v2.0.2...v2.1.0
hooks v2.0.2
Change Log
Fix
1.Fix bug: hook on_mcdr_stopped
can't be executed
2.Exception TypeError
when execute mcdr_command
, resolve this issue by upgrading mcdr to 2.9.0
Changes
1.python_code
: put vars just in locals exec(command, var_dict, {}) -> exec(command, {}, var_dict)
Full Changelog: v2.0.1...v2.0.2
hooks v2.0.1
Change Log
Fix
1.Fix bug: schedule task name and thread name conflict, print thread name in !!hooks list tasks
Full Changelog: v2.0.0...v2.0.1
hooks v2.0.0
Change Log
Features
1.Schedule task!
2.!!hooks list scripts
list all loaded scripts
Changes
1.Change script file format
2.Better task list
3.Requires permission level 3 to run hooks commands
Fix
1.Exception when no hooks
statement in script file
2.Exception when no tasks
statement in script file
3.Print warnings when command_file
is None
Full Changelog: v1.1.0...v2.0.0
hooks v1.1.0
Change Log
Features
1.New task_type: python_code
2.New settings: command_file
Fix
- mcdr_command can't be able to process vars succesfully
Full Changelog: v1.0...v1.1.0
hooks v1.0.0
hopefully it works(