-
Notifications
You must be signed in to change notification settings - Fork 14
pluginlist
Eric Davis edited this page Mar 31, 2018
·
2 revisions
- Author: Bast
- This plugin will list other plugins
- This plugins allows reloading and disabling of plugins from the command line
- Notes:
- the load and loaddir functions do not work yet
- See the Installation Page
- The default command for this plugin is
plugins
Name : PluginFunctions
Author : Bast
Bastmush Version : 2100
Internal Revision : $Rev$
Purpose : plugin functions such as reload, list, etc
Alias : plugins
MUSHclient version : 5.06-pre
Mem Usage (KB) : 804 KB
------- Obtaining information on plugins -------
list : list all plugins
phelp : list plugins that are installed with pluginhelper
------- Manipulating plugins -------
reload : reload a plugin, "all" will reload all plugins, "<plugin> all" will reload all plugins that match <plugin>
load : load a plugin by name, must match the exact case of the file without the .xml
unload : unload a plugin
enable : enable a plugin, "all" will enable all plugins, "<plugin> all" will enable all plugins that match <plugin>
disable : disable a plugin, "all" will disable all plugins, "<plugin> all" will disable all plugins that match <plugin>
loaddir : load all plugins in a specific dir
------- Default -------
reset : reset settings to default values
windows : list windows and some info associated with this plugin
debug : toggle debugging
showevents : show functions registered for all events
showvars : show plugin variables
help : show help
save : save plugin variables
set : set settings
objects : list objects associated with this plugin
Objects: pluginfunctions_help
- output of plugin list
Intro
Installation
Troubleshooting
Tips For VI Users
FAQ
Creating Plugins Based On Bastmush
Bastmush Plugins
- Aardwolf_Regen<\li>
- bast_spellup<\li>
- combattracker<\li>
- bast_hunt<\li>
- eqDB<\li>
- eqSets<\li>
- miniwin_cp<\li>
- miniwin_double<\li>
- miniwin_eq<\li>
- miniwin_events<\li>
- miniwin_example<\li>
- miniwin_gq<\li>
- miniwin_help<\li>
- miniwin_map<\li>
- miniwin_moons<\li>
- miniwin_noexp<\li>
- miniwin_quest<\li>
- miniwin_spellup<\li>
- miniwin_stats<\li>
- miniwin_tabbar<\li>
- notes<\li>
- planesmobs<\li>
- pluginlist<\li>
- setupchar<\li>
- StatDB<\li>
- StatMonitor<\li>
Internal bastmush Plugins (do not load these unless needed)
- areaDB<\li>
- broadcast_cp<\li>
- broadcast_double<\li>
- broadcast_gq<\li>
- broadcast_idle<\li>
- broadcast_invmon<\li>
- broadcast_kills<\li>
- broadcast_level<\li>
- broadcast_noexp<\li>
- broadcast_quest<\li>
- broadcast_runto<\li>
- broadcast_spellsskills<\li>
- broadcast_state<\li>
- broadcast_whois<\li>
- fix<\li>
- update_checker<\li>
Support files for bastmush
- objectlua<\li>
- aardutils<\li>
- aarddb<\li>
- chardb<\li>
- eqdb<\li>
- ldplugin<\li>
- miniwin<\li>
- mastertab<\li>
- pluginhelper<\li>
- phelpobject<\li>
- stringfuncs<\li>
- sqlitedb<\li>
- verify<\li>
- tablefuncs<\li>