added request amb948 - blocking of plugin loads
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401442
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
* If the filename has no explicit path, it will be patched to any sub-path in the plugins folder.
|
||||
*
|
||||
* Available properties for plugins are:
|
||||
* "pause" - Whether or not the plugin should load paused - "yes" or "no" (defualt)
|
||||
* "lifetime" - Lifetime of the plugin. Options:
|
||||
* "private" - Plugin is privately maintained and receives no forwards from Core
|
||||
* "mapsync" - Plugins should be reloaded on mapchange if changed (default)
|
||||
* "maponly" - Plugin should be unloaded at the end of the map
|
||||
* "global" - Plugin will never be unloaded or updated
|
||||
* "pause" - Whether or not the plugin should load paused - "yes" or "no" (defualt)
|
||||
* "lifetime" - Lifetime of the plugin. Options:
|
||||
* "mapsync" - Plugins should be reloaded on mapchange if changed (default)
|
||||
* "global" - Plugin will never be unloaded or updated
|
||||
* "blockload" - Plugin will always be blocked from loading. Implicit (automatic) loads
|
||||
* produce no error, but explicit (manual) loads will show an error message.
|
||||
*
|
||||
* You can also have an "Options" section declaring options to pass onto the JIT:
|
||||
* "debug" - Whether or not to load the plugin in debug mode
|
||||
|
||||
Reference in New Issue
Block a user