Implemented plugin loading whitelist/blacklist by config file (#2783)

This commit is contained in:
Dylan T
2019-03-24 16:18:13 +00:00
committed by GitHub
parent aea775c7c6
commit 9c76fb7d96
5 changed files with 131 additions and 4 deletions

View File

@ -0,0 +1,8 @@
#This configuration file allows you to control which plugins are loaded on your server.
#List behaviour
# - blacklist: Only plugins which ARE NOT listed will load.
# - whitelist: Only plugins which ARE listed will load.
mode: blacklist
#List names of plugins here.
plugins: []