Skip to content

PluginControl v1.0.4

Compare
Choose a tag to compare
@SrBedrock SrBedrock released this 02 Jul 16:04
· 203 commits to main since this release
2cfcf7a

What's Changed

New Command

  • /plugincontrol help | ? - Show the list of commands.
command:
  help:
    - '<gradient:aqua:green>==== Plugin Control Help ====</gradient>'
    - '<aqua>/<command> add <green><plugin-name> <yellow>- Add a plugin to the list'
    - '<aqua>/<command> remove <green><plugin-name> <yellow>- Remove a plugin from the list'
    - '<aqua>/<command> action <yellow>- List all actions available'
    - '<aqua>/<command> kick-message <yellow>- Show the kick message'
    - '<aqua>/<command> kick-message <message> <yellow>- Set the kick message'
    - '<aqua>/<command> enable <yellow>- Enable the plugin'
    - '<aqua>/<command> disable <yellow>- Disable the plugin'
    - '<aqua>/<command> toggle <yellow>- Enable or disable the plugin'
    - '<aqua>/<command> list <yellow>- List all plugins added'
    - '<aqua>/<command> reload <yellow>- Reload the config and language'
    - '<aqua>/<command> help <yellow>- Show this help'
    - '<gradient:aqua:green>============================</gradient>'

New Feature

  • When using the /plugincontrol reload command with PluginControl enabled, a check of required plugins will be performed.
  • By using the command /plugincontrol list you can click on the name of the plugin to remove it from the list.
command:
  plugin-click-remove: '<red>Click to remove the plugin'
  • Possibility to change the separator and last separator of the plugins list in the lang.yaml file:
command:
  plugin-list-separator: '<gray>, '
  plugin-list-separator-last: '<gray> and '

Bug Fixes

  • When displaying or setting the kick message with /plugincontrol kick-message <message> it will be displayed in the chat with the set formatting.

Full Changelog: v1.0.3...v1.0.4