Skip to content

~/.bash_aliases for AzerothCore Playerbots branch to make common commands easier.

Notifications You must be signed in to change notification settings

dadm0de/azerothcore-pbbranch-.bash_aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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)

About

~/.bash_aliases for AzerothCore Playerbots branch to make common commands easier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages