abacura.plugins.aliases package

Submodules

abacura.plugins.aliases.manager module

class abacura.plugins.aliases.manager.AliasManager[source]

Bases: object

Alias manager

config: Config

Dependency descriptor for dependencies specified as class level annotations

handle(cmd, line)[source]

Handle aliases, return True if success, False if missing

session: Session

Dependency descriptor for dependencies specified as class level annotations

Module contents

Module for in-game aliases. Players want the ability to pre-script a series of commands and have them execute.

Functionality includes:

%<number> which will be replaced with the numbered argument to the alias

Coming:

@<variable> which will be replaced with the session variable value adding new aliases saving aliases to disk