Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Aliases.yml

Devin Fritz edited this page Sep 27, 2020 · 3 revisions

The aliases file is super simple. Just put your aliases as list, and the plugin will then use them. The aliases work with the set prefix in the config.

verify:
  - "sync"
#!update command
update:
  - "roleUpdate"
#!unlink
unlink:
  - "unsync"
#!help
help:
  - "dbverifier"
#!info
info:
  - "information"

Clone this wiki locally