This .bash_aliases file simplifies managing AzerothCore Playerbots on Debian 12 with custom shortcuts.
- Save the
.bash_aliasesfile in your home directory (~/). - Ensure
~/.bashrcincludes:if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi
- Run:
source ~/.bashrc
- Open a new file:
nano ~/.bash_aliases - Copy and paste the
.bash_aliasescontent. - Save and exit.
- Ensure
~/.bashrcincludes:if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi
- Run:
source ~/.bashrc
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) |