Details
Supported Bukkit Versions
Changelog
v1.0:
- Add YAML based storage for scripts
v0.9:
- Fixed a small bug of ims.
- Allow specific script: onDisable.minescript to be exeecuted on the disabling of the plugin
v0.8:
- Allow specific script: onEnable.minescript to be executed on the enabling of the plugin
v0.7:
- Enabled multi-threading script execution
- Allow players to run scripts through spellbooks(Book and Quill or Written Book)
- Load only 4 lines to each pages while using /minescript open [script name]
v0.6:
- Add command /minescript to manage server scripts
- Small fix
v0.5:
- Put the JRuby out of the plugin file
v0.4:
- Allow players to start ims(interactive minescript)
v0.3:
- Allow args to be passed to the script through a veriable args
v0.2:
- Allow players with permission to run script within the game, add a veriable player pointing to the player running the script
v0.1: