- MythicKeys can now detect other keypresses than those provided by the plugin.
- API Events now have an extra boolean to see if a keybind is provided by MythicKeys or if it was provided by Minecraft or another mod.
Changed a bit of logic regarding to when the events fire.
They should now work as intended, and the MythicKeyReleaseEvent will no longer fire if there's an associated command and the config option is disabled.
- API classes have changed. There are now two seperate events.
- The core functionality has also changed a bit. This should be unnoticed without external functionality, but the plugin should be updated for maximum compatability with the client and other external plugins.
Fixed the "run_event_on_command" config option not being respected, resulting in the event never being fired on a command, despite having instructed the plugin to do so.
You can now specify commands to be ran when a configured keypress is triggered. See the plugin page or default config for more details.
(You may have to regenerate your config.yml for the new options)