New function: resource pack set.
You can post a bunch of resource packs on your server and let the players decide wich one they want to use:
Code (Text):
/reseourcepackset ResourcePackName Player
A new folder will be creatend inside the plugin one, and a new config.yml will be created:
Code (Text):
port: 40021
localhost: false
packs:
example: "packname.zip"
"port" is the actual port that will be used to give players the resource packs;
"packs" is the mapping for the zip files (name: File)