Now it supports different plugin configurations in different servers.
For example:
You have 10 servers. 5 of them is RPG, and they need some different configuration of useful plugin. For example: aSomePl, aMyRPG (or aMGpl if minigame) (look images)
Code (Text):
# Usage:
%folder%:
- %plugin1% $usesubfolder %subfolder%
- %plugin2%
# in plugin2 case will be download _default folder or whole folder if _default is not exists
- %plugin2% $usesubfolder _default
# Minigames configuration:
engine:
- ProtocolLib
- ViaVersion
- Cititzens
- HeadDatabase $usesubfolder more
- anotherplugins
useful:
- aSomePl $usesubfolder minigames
- aMGpl $usesubfolder bedwars
#or
- aMGpl $usesubfolder skywars
# RPG configuration:
useful:
- aSomePl $usesubfolder rpg
- aMyRPG
# in aMyRPG case whole folder will be downloaded because subfolder _default is not exists
- etc
You can use $nocfg if you don't want to download/update the configuration folder of the plugin
or $usecfg if `autoPluginConfiguration: false` but you want to download/update configuration folder
Code (Text):
folder5:
- plugin1 $nocfg
#or
- plugin3 $usecfg