The DFTooling resource pack repositories stores resourcepacks that plots use on the DiamondFire server.
Using the FireClient mod
- Make sure the pack is located in your Minecraft instance's
resourcepacksfolder. - Run
/uploadpack <filename>to upload the pack. It automatically zips folders before upload. You must quote your filename if it contains a space.
Using the DFTooling API
Make a POST request to https://api.dftooling.dev/api/packs/v0/upload, passing the token parameter containing the auth token, and the raw bytes of the pack zip in the request body. A json object will be returned, if the request was successfull there will be a url key containing the URL to the uploaded pack.
You must be authenticated with the API to interact with this endpoint. See the API docs for more information.