Topic category: Help with MCreator software
The way mcreator.sh (from the tarball you get when installing for Linux) is written seems to indicated there are command line arguments that you could pass to mcreator. Is this documented anywhere? More importantly to me, I am packaging this for my distro. Currently, it works, but only when I start the wrapped command inside the extracted folder from the tarball due the default "./plugins" being searched in the pwd and that those plugins are core plugins, without them the application doesn't seem to start... So right now when MCreator is started it will look for plugins in "$(pwd)/plugins" and in "~/.mcreator/plguins". Is there a way I can point MCreator to look for plugins in an additional read-only folder as a command line argument?