• v1.0-pre7 731065fe2a

    v1.0 Pre-release 7 Pre-release

    NorbiPeti released this 2020-10-08 22:08:53 +00:00 | 30 commits to master since this release

    Almost there...

    Additions

    • Added support for tab completion for prefixed commands
    • Disabling components when they error
    • Added per-component logging
    • The scheduled restart is now actually scheduled with the plugin
    • Added a signalChange() method to the config so if it's directly changed then it will be saved to disk (TBMCPlugins/Chroma-Chat#117)
    • Improved ConfigData - now it can be used as fields instead of methods
    • Add support for subcommand aliases
    • Added method to check if (unit) testing
    • Logging exceptions using the plugin/component logger

    Fixes and improvements

    • Fixed resident rename (again)
    • Fixed command handling when the command isn't picked up by the preprocess event because it has a prefix (#96)
    • Improved parameter tab completion (#82)
    • Fixed fallback chat format (TBMCPlugins/Chroma-Chat#121)
    • Using Essentials to remove invalid residents to deal with renames (#95)
    • Fixed custom commands not working when they're defined in plugin.yml
      • Commands that override another plugin's command need to be defined in there
    Downloads