Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration for plugin types

Index

Enumeration members

Enumeration members

DATABASE

DATABASE: = "database"

Plugins that work with database capabilities Includes plugins such as MongoDB, which handle the storage of match results and user data

OTHER

OTHER: = "other"

Other type, of which we will only run the {@link Plugin.manipulate} function

STORAGE

STORAGE: = "storage"

Plugins that work with the file storage capabilities Currently not used

Generated using TypeDoc