CONFIG

From CoffeeMud Wiki
Revision as of 01:04, 8 September 2019 by Loki (talk | contribs) (→‎Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
CoffeeMUD
Administrator                                                  Builder                                                              Player
=CoffeeMUD Player Information=
Basics Info     Commands     Socials     Combat     Groups Character Stats     Races     Classes     Abilities     Expertises     Achievements
World Deities     Areas     Property     Quests     Clans     Triumphs Items Items     Crafting     Ships
=CoffeeMUD Commands=
Account        Character        Combat        Commerce        Communication        Configuration        Items        Movement        Role Play        Sailing Ships       
Special    A       B       C       D       E       F       G       H       I       J       K       L       M        N       O       P       Q       R        S       T        U       V       W       Y
===CONFIG===
Usage: CONFIG (LIST/"FLAG NAME"/HELP/PAGEBREAK "VAL"/LINEWRAP "VAL)
Examples: config

config list

config autodraw

config pagebreak disabled

config help

Shorts: AUTO
Description: Display all of a players configuration flags. The flags may be changed by entering the command words shown (autogold, etc..) as commands, or as arguments to config.

CONFIG HELP

Flag Effect Alternate Command
16 COLOR ANSI16 is on if you are limited to 16 colors. ANSI
ANSI COLOR ANSI16 is on if you are limited to 16 colors. ANSI/NOANSI
AUTOASSIST Automatically attack someone who attacks an ally. AUTOASSIST
AUTODRAW Automatically draw/sheath a weapon for combat. AUTODRAW
AUTOEXITS See the exits to a room every time you look at it. AUTOEXITS
AUTOFORWARD In-Game emails is forwarded to your real email address. AUTOFORWARD
AUTOGOLD Automatically loot gold from corpses you kill. AUTOGOLD
AUTOGUARD Stay in one place even when you're a follower in a group. AUTOGUARD
AUTOIMPROVEMENT Skill/spell proficiency notifications when they occur. AUTOIMPROVEMENT
AUTOLOOT Automatically loot items from corpses you kill. AUTOLOOT
AUTOMELEE Advance at combatants too far away for your wielded weapon. AUTOMELEE
AUTONOTIFY See when members of your FRIENDS list log on. AUTONOTIFY
AUTORUN Always try to run when moving from room to room. AUTORUN
AUTOWEATHER See notifications about the weather. AUTOWEATHER
BRIEF Don't see room descriptions when moving from room to room. BRIEF
COMPRESSED See a shorter list of items and mobs in rooms. COMPRESS
LINEWRAP The number of characters per line before wrapping. LINEWRAP
MOTD See the Message of the Day and other notifications at logon. MOTD
MXP Activate Mud eXchange Protocol, if your client supports it. MXP/NOMXP
NOBATTLESPAM See a summary of combat instead of the blow-by-blow. NOBATTLESPAM
NOFOLLOW Disable the ability for people to group with you. NOFOLLOW
NOTEACH Disable the ability to teach and practice with others. NOTEACH
PAGEBREAK The number of lines before a pause message, or disable. PAGEBREAK
PLAYERKILL Whether you can kill other players with PLAYERKILL. PLAYERKILL
PRIVACY Whether your big events are announced when they happen.
QUIET Disable channels and tells. QUIET
SOUNDS Hear game sounds, if your client supports them. SOUNDS
TELNET-GA The MUD sends a special code at the end of prompts.

Notes

  • Telnet-ga config is a telnet go ahead control character, to indicate that it is finished sending text. This is most useful for screen readers. By default, a screen reader only reads a line once its been completely sent. But ovbiously that doesnt work well for prompts, where input needs to be on the same line as the prompt. So screen readers can be configured to start reading all text up to the goahead, even if there's no line return.