How to use the Test Listeners from the plugins

Okay, I thought this is possible.
I read this section ’ Package Test Listeners as plugins’ from this link ‘Katalon Studio 6.1.1 Beta ’.
Im asking this because there are few plugins in katalon store which has Test Listeners, so that means to use that plugins we need to copy those Test Listeners explicitly in our projects to make it work?

When building a custom keyword plugin, the Test Listeners should embed into the plugin jar.

Copy the created plugin in to Plugins folder and open the project, Katalon will search for plugins in this folder (if your account is KSE).

You don’t need to call or copy the Test Listener of the custom keyword plugin. Katalon Engine will call the Test Listeners of the plugin when running.

Please refer to our Basic Report Plugin as an example: GitHub - katalon-studio/katalon-studio-basic-report-plugin