mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Implemented plugin loading whitelist/blacklist by config file (#2783)
This commit is contained in:
8
resources/plugin_list.yml
Normal file
8
resources/plugin_list.yml
Normal 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: []
|
Reference in New Issue
Block a user