Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
GeyserPackSync
A Velocity/BungeeCord plugin that utilizes Geyser's API to allow for per-server resource packs.
Example: Lobby server with lobby resource pack, minigame server with minigame specific resource pack, etc.
Current limitations
- Does not fully work with forced hosts, or when the player that's logging back in to a server which is not the default server. Can be worked around with the kick option - or not. Will fix in the future; the workaround would be a bit complex though.
Installation
- Download the latest release from the modrinth page/releases tab
- Place the plugin in your Velocity/BungeeCord plugins folder
- Restart your proxy
- Configure the config file, specifically ip/port, and the servers. See the config file for more info!
- Run
/reloadpacks
to reload the config, or restart the proxy. - Put the Bedrock edition resource packs in the folder with the name of the server they should be used on.
- Restart the proxy, or run
/reloadpacks
to reload the config.
Commands
- /reloadpacks - Reloads the config file and packs. Requires the
geyserpacksync.reload
permission. - /packsyncreload - Alias for /reloadpacks; same permission.
For help with this project: https://discord.gg/WdmrRHRJhS
DISCLAIMER: While this project is made to work with Geyser (literally requires geyser), it is not an official one - for help, ask in issues on GitHub or on the linked discord.
How does it work?
Bedrock edition is... weird. It only allows resource packs to be sent once - before actually logging in to a server. We also cannot disable/enable resource packs on the fly.
To work around this, this plugin sends the default resource pack(s) on login, and then sends the server specific resource pack(s) on server switch. This means that the player will have to log out and back in to get the new resource pack(s) - which is done automatically with a transfer packet.