Bungee Resourcepacks 1.2
Added the ability to set an empty resourcepack which will get applied if the player had a pack from the previous server but the new one does not have one and there is no global pack set. It will then send the empty pack resetting the server resource pack. (The player will only have his own ones)
Please take a look at the new config options!
debug: true
packs:
lobbypack:
# The url the client should download the resourcepack from.
# Has to be a direct download link! No medifaire/mega/other oneclick-hoster!
url: http://example.com/lobbyresourcepack.zip
# The sha1 hash of the resourcepack's zip file,
# if not correct the client will waste bandwidth but it will still work!
# At least that's what the Minecraft wiki says... (Site: Server.properties#Minecraft_server_properties)
hash: abcdef012345678abcdef012345678abcdef0123
gamepack:
url: http://example.com/minigameresourcepack.zip
hash: 012345678abcdef012345678abcdef012345678a
# Empty pack to reset the pack to the default one
emptypack:
url: https://github.com/Phoenix616/BungeeResourcepacks/blob/master/Empty.zip?raw=true
hash: 3934d29cc6f7c271afdc477f6dd6b2ea90493825
# Name of the pack to use for resetting of the pack for servers which don't have one assigned
empty: emptypack
global:
pack: lobbypack
servers:
lobby:
pack: lobbypack
minigame:
pack: gamepack