Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 1.83 KB

File metadata and controls

55 lines (49 loc) · 1.83 KB

AzerothCore Playerbots .bash_aliases for Debian 12

This .bash_aliases file simplifies managing AzerothCore Playerbots on Debian 12 with custom shortcuts.

Setup Instructions

Option 1: Save .bash_aliases

  1. Save the .bash_aliases file in your home directory (~/).
  2. Ensure ~/.bashrc includes:
    if [ -f ~/.bash_aliases ]; then
        . ~/.bash_aliases
    fi
  3. Run:
    source ~/.bashrc

Option 2: Create .bash_aliases

  1. Open a new file:
    nano ~/.bash_aliases
  2. Copy and paste the .bash_aliases content.
  3. Save and exit.
  4. Ensure ~/.bashrc includes:
    if [ -f ~/.bash_aliases ]; then
        . ~/.bash_aliases
    fi
  5. Run:
    source ~/.bashrc

Available Shortcuts

Run achelp to display the following AzerothCore shortcuts:

Command Description
start Start servers
stop Save and stop servers
status Show running tmux sessions
wow Attach to world server
auth Attach to auth server
update Update core + playerbots (optional build)
updatemods Pull all module repos (optional build)
logs Show last 10 lines of world/auth/playerbots logs
world Edit worldserver.conf
pb Edit playerbots.conf
ah Edit ahbot.conf
compile Full recompile (requires confirmation, slow)
build Incremental rebuild (requires confirmation, fast)