Docs/Plugins

Tags plugin

Store reusable text snippets that staff can post with slash commands.

#Configuration

yaml
plugins:
  tags:
    enabled: true
    overrides:
      - level: ">=50"
        config:
          can_create: true
          can_edit: true
          can_delete: true
          can_list: true
          can_show: true

#Commands

CommandPermissionDescription
/tag createcan_createCreate a new tag
/tag editcan_editEdit tag content
/tag deletecan_deleteDelete a tag
/tag listcan_listList all tags
/tag showcan_showDisplay a tag's content

#Requirements

  • Tags are stored per server in the Dreamliner database.
  • Tag names are case-sensitive.