> cat /wizhelp/commands

========================================================================
                     Wizard Commands Reference
========================================================================

MOVEMENT & NAVIGATION:
  goto <room/player>  - Teleport to any room or player
  trans <player>      - Transport player to your location
  home                - Go to your personal workroom
  return              - Return to last 'goto' location

OBJECT MANIPULATION:
  clone <path>        - Clone objects using their full path
  clone <#> coins     - Create coins (max 1,000,000)
  clone list          - Show available clone objects
  dest <object>       - Destroy object in room/inventory
  dest all            - Destroy all items in room
  load <object> [#]   - Load/create objects or NPCs
  load list           - Show available loadable objects
  origin <object>     - Show object creation info

COMMUNICATION:
  echo <message>      - Print message to room (no name)
  echoto <who> <msg>  - Print message to specific person
  echoall <message>   - Print message to everyone
  wemote <message>    - Wizard emote to room

TRAVEL MESSAGES: (Level 2+)
  review              - Review your travel messages
  setmin <msg>        - Set walk-in message
  setmout <msg>       - Set walk-out message (%s = direction)
  setmmin <msg>       - Set teleport-in message
  setmmout <msg>      - Set teleport-out message
  setmhome <msg>      - Set home teleport message
  setmclone <msg>     - Set clone message (%s = object)
  setmdest <msg>      - Set dest message (%s = object)
  setminvis <msg>     - Set go invisible message
  setmvis <msg>       - Set become visible message
  setmtrans <msg>     - Set trans target message

PLAYER MANAGEMENT:
  jail <player> <reason> - Send player to jail
  unjail <player>        - Release player from jail
  jailed                 - List all jailed players
  force <player> <cmd>   - Force player to execute command
  snoop <player|off>     - Snoop on player activities

INFORMATION: (Level 2+)
  wizstats            - Show your wizard statistics
  people [filter]     - List all players and locations
  systat              - Show system statistics
  exits               - Show detailed exit info
  items               - Show all items in room
  idle <player>       - Show player idle time
  whoin [wizard]      - Show players in wizard's area

SETTINGS: (Level 2+)
  logons [on/off]     - Toggle login/logout notifications
  shoutmuffs [on/off] - Block hearing shouts
  earmuffs [on/off]   - Block shouts and wiz channel
  wizmuffs [on/off]   - Block shouts but not wiz

INVISIBILITY: (Level 3+)
  invis [level]       - Go invisible to specified level
  vis                 - Become visible

PLAYER CONTROL: (Level 3+)
  heal <who>          - Fully heal a player
  zap <who>           - Kill a player (non-wizards only)
  silence <player>    - Give/remove sore throat (mute)

ADMINISTRATION: (Level 5+)
  promotemenow <p> <#> - Change wizard level (0-5)
  link <wiz> <enforcer> - Link enforcer to wizard
  shutdown             - Reboot the MUD
  autosave <option>    - Control auto-saves
  viewlog [cat] [#]    - View recent log entries
  journal [lines]      - View systemd journal logs
  sysd <action>        - Systemd control (status/restart/reload)

FILE SYSTEM:
  pwd                 - Show current directory
  cd <path>           - Change directory
  ls [path]           - List files/directories
  cat <file>          - View file contents
  tail <file> [#]     - View last # lines (default 10)
  more <file>         - Page through file
  ed <file>           - Edit a file
  mkdir <dir>         - Create directory
  rm <file>           - Remove file/directory
  cp <src> <dst>      - Copy file
  mv <src> <dst>      - Move/rename file

PLUGIN SYSTEM:
  plugins             - List all plugins
  reload_plugin <name> - Reload a plugin
  enable_plugin <name> - Enable a plugin
  disable_plugin <name> - Disable a plugin

GENERAL HELP:
  wizhelp             - Show wizard help (this info)
  wcmds               - List wizard commands

EXAMPLES:
  clone battle_sword          - Create a battle sword
  clone random/battle_axe     - Clone from random/ directory
  clone mike/poison_glob      - Clone special item
  clone wiztools/scantool     - Clone wizard tool
  clone 50000 coins           - Create 50,000 coins
  clone list                  - Show all cloneable objects
  goto backbone_25            - Teleport to room
  goto gandalf                - Teleport to player
  trans newbie                - Bring newbie to you
  jail griefer spamming chat  - Jail player with reason
  force bob say Hello!        - Make Bob say Hello!
  snoop alice                 - Start snooping Alice
  snoop off                   - Stop snooping
  link Merlin Arthur          - Link Arthur as Merlin's enforcer
  ed wizrooms/myname/test.py  - Edit your file
  autosave status             - Check auto-save status
  autosave now                - Force save all players

ACCOUNT INFO:
  Email: <yourname>@pkwar.org
  FTP: <yourname>@pkwar.org
  FTP Home: /lib/wizrooms/<yourname>

PERMISSION LEVELS:
  Level 1: Basic wizard access (workroom, file system read)
  Level 2: Enhanced commands (travel messages, information)
  Level 3: Player control (invisibility, heal/zap/silence)
  Level 5: Administration (promote, shutdown, logs)
  Level 9: System control (systemd management)

========================================================================    

> _