Configuration Reference
Configuration Item Paths
Here is a list of all the configuration items that MudWalker and its default plugins use.
- Accounts/
- <unique key>/
- name - string
- username - string
- password - string
- Address - NSURL
- AutoConnect - boolean
- CharEncoding - number (NSStringEncoding value)
- ColorBrightBold - boolean
- ColorSets/
- <unique key>/
- Name - string
- ColorDictionary - dictionary of string to NSColor
- ConfirmServerURLOpenRequests - boolean
- KeyCommands/
- InputLocalEcho - boolean
- InputPromptInOutput - boolean
- LineEnding - string
- LoginScript - MWScript
- LogoutScript - MWScript
- MWConfigureLoginScript - NSAttributedString - no longer used
- MWConfigureLogoutScript - NSAttributedString - no longer used
- MWConfigureTelnetPromptTimeout - number
- ReceivePromptShow - boolean
- ReceivePromptShowDifferent - boolean
- Reconnect/
- Delay - number
- DelayExponentMinusOne - number
- OnEOF - boolean
- OnFailedConnect - boolean
- OnConnectionLost - boolean
- ServerInfo/
- WebSite - NSURL
- HelpWebSite - NSURL
- ScrollbackCharacters - number
- TelnetPromptBlankOnReceive - boolean
- TelnetPromptBlankOnSend - boolean
- TextFontMonospaced - NSFont
- TextFontProportional - NSFont
- TextWrapIndent - number
- Triggers/
<unique key>/
- doChannel - boolean
- doChannel_name - MWScript
- doCommandLink - boolean
- doCommandLink_command - MWScript
- doSubstitute - boolean
- doSubstitute_replacement - MWScript
- doTerminate - boolean
- inactive - boolean
- matchIgnoreCase - boolean
- matchOncePerLine - boolean
- name - string
- patterns - string
- script - MWScript
- SelectedAccount - string, key in Accounts
- SelectedColorSet - string, key in ColorSets