You can still write python plug-ins. It's still fully supported.
But they must be Python3 now.
The API has changed completely, so plug-ins from 2.10 have to be rewritten.
A tutorial is here:
https://testing.docs.gimp.org/3.0/en/gi ... orial.htmland here:
https://testing.developer.gimp.org/reso ... al-python/also here:
https://medium.com/@kamilburda/how-to-w ... b81fc2c98dThen ... each plug-in goes in its own sub-folder named like the plug-in without ending.
Linux/ Mac users have to make it executable.
So quite a lot of changes necessary.