Cuberite Forum
Auto detect plugins - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Auto detect plugins (/thread-865.html)



Auto detect plugins - NiLSPACE - 04-28-2013

While i was working on a plugin that detects plugins i stumbled upon a bug in the server that i send to xoft. he fixed the bug in R1415 but he asked maybe consider putting it in the source. And make it toggleable in the settings.ini to detect all the plugins.
what is everyone else his opinion about this?

Sorry xoft, i could not find the thread you meant Wink


RE: Auto detect plugins - xoft - 04-28-2013

You might want to describe exactly what change you want to doTongue


RE: Auto detect plugins - NiLSPACE - 04-28-2013

Well the idea is that it detects every plugin in the "Plugins" folder and put that into the settings.ini as Plugin="PluginName"


RE: Auto detect plugins - FakeTruth - 04-28-2013

Plugins are already auto detected by the Core's webadmin


RE: Auto detect plugins - xoft - 04-28-2013

The idea was, instead of using a list of enabled plugins, to use a list of disabled plugins, thus if an admin downloads new plugin, it will be automatically enabled on the next reload.