Compatibility
Minecraft: Java Edition
Platforms
Creators
Details

|
|
|
|
ResourcepackPlus
ResourcepackPlus is a Minecraft plugin that automatically keeps your server’s resource pack up to date. It pulls the pack from GitHub, uploads it to Dropbox, and updates server.properties with the correct SHA-1 and URL. Storing the pack on GitHub makes version control and collaboration easy, while Dropbox provides a direct download link for Minecraft to use.
I originally built this for a Minecraft theme park project, but open-sourced it so anyone can use it for their own server. The plugin is built with the help of AI.
Setup
1. Install the plugin
- Download the plugin here
- Stop your Minecraft server
- Upload the downloaded
.jarfile into the/pluginsfolder - Start your server
2. Connect Dropbox
- Create a Dropbox app here: https://www.dropbox.com/developers/apps/create
- Choose Scoped Access, then App Folder, and give it a name
- In the Permissions tab, enable:
account_info.readfiles.metadata.writefiles.metadata.readfiles.content.writefiles.content.readsharing.writesharing.readprofile
- In the Settings tab, copy your App key and App secret
- In Minecraft, run:
/rpp dropbox <appkey> <appsecret>(You must be OP or have the permissionresourcepackplus.use) - Click the link in chat, authorize the app, and paste the authorization code back into chat
- On https://www.dropbox.com/home, open the Apps folder, go to your app, and create a new folder (e.g.
MyResourcepacks) - In Minecraft, run:
/rpp dropbox-path <folder>The folder will be the folder you just created with a / infront eg./MyResourcepacks
3. Connect GitHub
- Go to https://github.com/settings/personal-access-tokens → Generate new token
- Fill in:
- Token name: anything you like
- Expiration: No Expiration
- Repository access: Only select your resourcepack repository
- Permissions:
- Contents → Read Only
- Metadata → Read Only
- Generate the token and copy it
- In Minecraft, run:
/rpp github <token> - Open the plugin’s
config.ymland set the GitHub URL & branch that is used for tab-completion
4. Update your resource pack
Whenever you push changes to your resource pack repository, just run:
/rpp update <GitHub URL> <branch>
Issues
If you encounter any problems while using the integration, please open an issue. Be sure to include as much relevant information as possible, this helps with troubleshooting and speeds up the resolution process.



