Description
This plugin is designed to automatically load all plugins in the ./plugins/ directory. It allows making exceptions (such as not loading certain plugins, debugging them, pausing them on load, and not touching any plugins listed in the plugins.ini).
Installation
In your ./configs/ directory, create a file called "autoloader.ini". In this file, add any exceptions you want to make that aren't listed in your plugins.ini. The syntax is as follows (you can copy this into the file if you want, just make sure you add a ';' before every 'myplugin'):
Additional Information; Do not load this plugin
myplugin.amxx unload
; Debug this plugin
myplugin.amxx debug
; Pause this plugin on load
myplugin.amxx pause
Any plugins not listed here or in the plugins.ini file will be automatically loaded.
Leave the "plugins-autoloader.ini" file that this plugin creates alone. It is used for autoloading, and any modifications to it will be lost on map change / server crash, etc.
get plugin