Skip to content

pluginlist

Eric Davis edited this page Mar 31, 2018 · 2 revisions
Table Of Contents

Introduction

  • 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

Installation

  • See the Installation Page
  • The default command for this plugin is plugins

Troubleshooting

Help

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 

Screenshots

  • output of plugin list

General Information

Intro
Installation
Troubleshooting
Tips For VI Users
FAQ
Creating Plugins Based On Bastmush

Plugin Information

Bastmush Plugins

Internal bastmush Plugins (do not load these unless needed)

Support files for bastmush

Modified Plugins from other sources

Clone this wiki locally