Creating your own plugin
Creating your own plugin isn't hard. As long as you import the correct items, everything should work fine.
Keep in mind that all python scripts containing plugins should be saved in ./plugins
, and to keep being organized, can be in a folder. Something like this:
Last updated